Florian Heilmann
7bbc31704c
Adjust probe_pt() terminal output to respect probe z-offset
7 年之前
Bob-the-Kuhn
ae706233a8
pinsDebug for 644/1284 & USB646/1286 families
added conditional compilation for PWMs 1C & 3C
add Teensyduino compatibility
==========================================
changes per review - minor formatting changes
1) remove non-printable character at the end of line 687
2) split a really long comment into two lines
3) got rid of some trailing spaces
============================================
Made pinsDebug_Teensyduino.h the same between this PR and PR 5668 which
is for a re-written pinsDebug.h file.
The changes were:
1) added copyright @ GNU license header
2) a blank line crept in.
7 年之前
Robert Kirk
0d147ead66
Allow enabling volumetric filament on config load
7 年之前
AnHardt
fa26767efe
Replace all remaining 'boolean' with 'bool'
7 年之前
AnHardt
f6858d9974
Fix M110 without leading N
Store N in the right variable.
This is too rarely used.
"mea culpa, mea culpa, mea maxima culpa"
7 年之前
Kai
25dae3bccc
Update language_de.h
Small corrections
7 年之前
emartinez167
7292145f4e
Fix for some wrong strings
On last commit, some strings were ended with the incorrect character.
This fixes it.
7 年之前
emartinez167
020c6af7b0
Updates to Spanish language
Add missing Spanish language definitions.
7 年之前
Hans Raaf
d29cc8f7bc
Reset watchdog in SD init to prevent reboot
If the watchdog is enabled and bootscreen + SD card checks take too long, Marlin may hang at boot time because of the reset loop. We have this happen all the time with the Anet board if no SD card is inserted.
7 年之前
Scott Lahteine
e57c0fce66
Move MOSFET changes above #include for RIGIDBOARD
Correction to #5629
7 年之前
Scott Lahteine
c376f6a2cb
code_value_float tweak
7 年之前
Scott Lahteine
fb3c30e24c
Fix lcd_wait_for_homing causing menu to block
As a showcase function for how to do waiting in the lcd menu, this function should be preserved.
7 年之前
Robert Kirk
aab5118c6a
Remove error causing break command
Use index macro instead of e
7 年之前
esenapaj
d38e335272
From "microseconds" to "milliseconds"
delay() is milliseconds
7 年之前
emartinez167
a2fe24f319
Fix some errors and update a message
7 年之前
Philip Standt
8ae2bc7e2e
Disable SD Detect for K8400
7 年之前
emartinez167
0844da794d
Updates to Spanish language
Add missing Spanish language definitions.
7 年之前
Scott Lahteine
4061fca1ad
Sanity checks for FILAMENT_CHANGE_FEATURE and FILAMENT_RUNOUT_SCRIPT
7 年之前
Scott Lahteine
5ab7b91615
Comment on filament runout sensor config
7 年之前
Scott Lahteine
8c6c048551
drop biv2.5 delta configurations
7 年之前
Scott Lahteine
92dbeebf40
Define ADV_NEVER, ADV_RATE
7 年之前
Robert Kirk
306c184b1a
Allow M600 when dryrun debugging
7 年之前
Sebastianv650
84c685f8b5
First draft of Unified Stepper / E Advance ISR
8 年之前
Kai
ade72535c4
Update language_de.h
Added tarnslation for
```
#define MSG_DEBUG_MENU
#define MSG_PROGRESS_BAR_TEST
```
7 年之前
esenapaj
ab6b005867
Suppress warning
8 年之前
AnHardt
61f15ef7e7
Fix 5194
I have been a bit too radical in cleaning up this section.
7 年之前
esenapaj
60515ff700
Update Japanese translation
・Add new translation
7 年之前
Scott Lahteine
1e419655f3
Followup to #5550 - spacing before "mm"
7 年之前
Scott Lahteine
7739c0affa
Change "+mm" to "mm" in most languages
- Japanese and Chinese still need update
7 年之前
Scott Lahteine
1cba425308
Allow negative recover-swap length from LCD
7 年之前
Scott Lahteine
0d2fc13516
Place "Level Bed" closer to "Auto Home"
7 年之前
Scott Lahteine
b031d28ebf
Encoder events should not skip stripes
7 年之前
Scott Lahteine
22881f38b9
Fix updating of "bool" menu items
7 年之前
Scott Lahteine
eb68715b94
No "Cooldown" menu if heaters are off
7 年之前
Jesus
4ed976b5ff
m600 fixes
7 年之前
Damien
4e2639942b
Support for M335 case light "no case light"
7 年之前
Scott Lahteine
18ba31e9b5
Add Debug Menu with LCD_PROGRESS_BAR_TEST as an example
7 年之前
Scott Lahteine
03af5961b0
Hide (or remove) custom character change on boot screen
7 年之前
Scott Lahteine
1642f5ed31
Add macro to some en strings
7 年之前
Scott Lahteine
dbb2d56c89
Correct comment on watchdog timer
7 年之前
Scott Lahteine
6d6a1db6ec
Apply const to _EEPROM_writeData value param
7 年之前
Robert Kirk
f724ef5820
Have bed leveling status output current status, not requested.
7 年之前
Scott Lahteine
dcfbe2bd3c
Throw an error for gcc before 4.7
7 年之前
Scott Lahteine
8986225752
Spacing, cleanup in speed_lookuptable.h
7 年之前
Scott Lahteine
e12c8e5cac
Split up thermistor tables
7 年之前
Florian Heilmann
a7334fd2a0
Allow negative retract values in the LCD
This can already be done via G-Code, so adding the capability to the LCD should be straight forward.
7 年之前
AnHardt
292eb365c6
Optimize handling of block_buffer_runtime()
millis_t is long - divisions take for ever.
Return a kind of millisecond instead of microsecond -
divided by 1024 instead of 1000 for speed. (2.4% error)
That does not matter because block_buffer_runtime is
already a too short estimation.
Shrink the return-type.
8 年之前
esenapaj
6854f44bf2
Add description for choice of DEFAULT_DUAL_X_CARRIAGE_MODE
8 年之前
MagoKimbra
86ba7e4542
Fix size
Fix size for writeData and readData.
For bilinear grid 11 x 11 for example, size is 4 (float) x 11 x 11 = 484. uint8_t max is 255.
8 年之前
Scott Lahteine
f9f75c8016
Fix USE_RAW_KINEMATICS in prepare_kinematic_move_to
8 年之前