Robert Kirk
0d147ead66
Allow enabling volumetric filament on config load
vor 8 Jahren
AnHardt
fa26767efe
Replace all remaining 'boolean' with 'bool'
vor 8 Jahren
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"
vor 8 Jahren
Kai
25dae3bccc
Update language_de.h
Small corrections
vor 8 Jahren
emartinez167
7292145f4e
Fix for some wrong strings
On last commit, some strings were ended with the incorrect character.
This fixes it.
vor 8 Jahren
emartinez167
020c6af7b0
Updates to Spanish language
Add missing Spanish language definitions.
vor 8 Jahren
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.
vor 8 Jahren
Scott Lahteine
e57c0fce66
Move MOSFET changes above #include for RIGIDBOARD
Correction to #5629
vor 8 Jahren
Scott Lahteine
c376f6a2cb
code_value_float tweak
vor 8 Jahren
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.
vor 8 Jahren
Robert Kirk
aab5118c6a
Remove error causing break command
Use index macro instead of e
vor 8 Jahren
esenapaj
d38e335272
From "microseconds" to "milliseconds"
delay() is milliseconds
vor 8 Jahren
emartinez167
a2fe24f319
Fix some errors and update a message
vor 8 Jahren
Philip Standt
8ae2bc7e2e
Disable SD Detect for K8400
vor 8 Jahren
emartinez167
0844da794d
Updates to Spanish language
Add missing Spanish language definitions.
vor 8 Jahren
Scott Lahteine
4061fca1ad
Sanity checks for FILAMENT_CHANGE_FEATURE and FILAMENT_RUNOUT_SCRIPT
vor 8 Jahren
Scott Lahteine
5ab7b91615
Comment on filament runout sensor config
vor 8 Jahren
Scott Lahteine
8c6c048551
drop biv2.5 delta configurations
vor 8 Jahren
Scott Lahteine
92dbeebf40
Define ADV_NEVER, ADV_RATE
vor 8 Jahren
Robert Kirk
306c184b1a
Allow M600 when dryrun debugging
vor 8 Jahren
Sebastianv650
84c685f8b5
First draft of Unified Stepper / E Advance ISR
vor 8 Jahren
Kai
ade72535c4
Update language_de.h
Added tarnslation for
```
#define MSG_DEBUG_MENU
#define MSG_PROGRESS_BAR_TEST
```
vor 8 Jahren
esenapaj
ab6b005867
Suppress warning
vor 8 Jahren
AnHardt
61f15ef7e7
Fix 5194
I have been a bit too radical in cleaning up this section.
vor 8 Jahren
esenapaj
60515ff700
Update Japanese translation
・Add new translation
vor 8 Jahren
Scott Lahteine
1e419655f3
Followup to #5550 - spacing before "mm"
vor 8 Jahren
Scott Lahteine
7739c0affa
Change "+mm" to "mm" in most languages
- Japanese and Chinese still need update
vor 8 Jahren
Scott Lahteine
1cba425308
Allow negative recover-swap length from LCD
vor 8 Jahren
Scott Lahteine
0d2fc13516
Place "Level Bed" closer to "Auto Home"
vor 8 Jahren
Scott Lahteine
b031d28ebf
Encoder events should not skip stripes
vor 8 Jahren
Scott Lahteine
22881f38b9
Fix updating of "bool" menu items
vor 8 Jahren
Scott Lahteine
eb68715b94
No "Cooldown" menu if heaters are off
vor 8 Jahren
Jesus
4ed976b5ff
m600 fixes
vor 8 Jahren
Damien
4e2639942b
Support for M335 case light "no case light"
vor 8 Jahren
Scott Lahteine
18ba31e9b5
Add Debug Menu with LCD_PROGRESS_BAR_TEST as an example
vor 8 Jahren
Scott Lahteine
03af5961b0
Hide (or remove) custom character change on boot screen
vor 8 Jahren
Scott Lahteine
1642f5ed31
Add macro to some en strings
vor 8 Jahren
Scott Lahteine
dbb2d56c89
Correct comment on watchdog timer
vor 8 Jahren
Scott Lahteine
6d6a1db6ec
Apply const to _EEPROM_writeData value param
vor 8 Jahren
Robert Kirk
f724ef5820
Have bed leveling status output current status, not requested.
vor 8 Jahren
Scott Lahteine
dcfbe2bd3c
Throw an error for gcc before 4.7
vor 8 Jahren
Scott Lahteine
8986225752
Spacing, cleanup in speed_lookuptable.h
vor 8 Jahren
Scott Lahteine
e12c8e5cac
Split up thermistor tables
vor 8 Jahren
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.
vor 8 Jahren
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.
vor 8 Jahren
esenapaj
6854f44bf2
Add description for choice of DEFAULT_DUAL_X_CARRIAGE_MODE
vor 8 Jahren
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.
vor 8 Jahren
Scott Lahteine
f9f75c8016
Fix USE_RAW_KINEMATICS in prepare_kinematic_move_to
vor 8 Jahren
Scott Lahteine
87921f390a
Clarify what are "logical" positions in the planner
vor 8 Jahren
Scott Lahteine
a4f10f59c3
Write the E parameter length correctly
vor 8 Jahren