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