Commit Graph

11934 Commits (6320f9795ca91e8c467339afeaa5d3d354500543)

Author SHA1 Message Date
Scott Lahteine 6320f9795c More EEPROM cleanup
Scott Lahteine 22b974691e Tweak process_line_done for speed
Scott Lahteine 4ef627d79f Add a note on EEPROM todo
Scott Lahteine 19991e269b Show end prompt with Print Event LEDs
Scott Lahteine b8b225c8b5 Function for CONFIG_ECHO_HEADING
Scott Lahteine a1f026f57a Inline manage_inactivity, tweak autoreport_paused
Scott Lahteine 2b788e9aa6 Single envs for specific boards
thinkyhead 140e4ac507 [cron] Bump distribution date (2020-02-21)
Robby Candra 1c52d76668
Serial redirect for Move Command when stopping ()
thinkyhead 178735b958 [cron] Bump distribution date (2020-02-20)
thinkyhead 4c179ba3f7 [cron] Bump distribution date (2020-02-19)
thinkyhead 05f51e9355 [cron] Bump distribution date (2020-02-18)
thinkyhead 75e3aa12c5 [cron] Bump distribution date (2020-02-17)
Scott Lahteine 99a5074372 Fix babystep include, typos in stepper.cpp
Fix 
vivian-ng 4c6f695bea
Put ESP32 I2S stepper task and Marlin on the same core ()
Tanguy Pruvot 8bc3e63871
Update French language ()
Giuliano Zaro 42208bc031
Fix unknown command on empty lines ()
Giuliano Zaro 199a1ba0e5
Move SAMD51 Temperature timer to RTC ()
Scott Lahteine 4360142bd1 Defer updated ADC
Scott Lahteine ddce1c6ef2 Show '*' for zero 'stst' flag
Scott Lahteine 72fae2faa5 Require TMCStepper 0.6.2
Scott Lahteine 64a81f887a
EXPERIMENTAL integrated BABYSTEPPING ()
Scott Lahteine 64b96f3908
Double ADC read frequency ()
thinkyhead 52a1268089 [cron] Bump distribution date (2020-02-16)
Scott Lahteine 5584da388c Conceal float rounding errors on display
Fix 
Scott Lahteine efdaf940a5 Fix byte-to-percent display
Fixes 
Scott Lahteine 1087e318e5 Fix a BORG compile warning
thinkyhead 150237f712 [cron] Bump distribution date (2020-02-15)
George Fu 63dd0f249d
Fysetc S6 pins / LCD updates ()
Scott Lahteine 0b984519c3
Clean up stepper and babystep ()
Scott Lahteine 073e4443e8 Optimize "Dismiss" string
Scott Lahteine 00ba053c90
Clean up host actions code ()
Giuliano Zaro ff0c931e47
Add RAMPS 1.4.4 to AGCM4 ()
Scott Lahteine 49a66bc4cc Fix ESP32 warning, specify supported version
Scott Lahteine f3f692adf7 Don't assert safe homing for delta/scara
Robby Candra af84e362cc
Remove unused queue.stopped_N ()
Gaston Dombiak 082117c4bb
Ping the job timer in M140 ()
Giuliano Zaro 0e17d10bf3
Fix G-code line parsing ()
thinkyhead 68077149e2 [cron] Bump distribution date (2020-02-14)
thinkyhead 62d7d49719 [cron] Bump distribution date (2020-02-13)
Scott Lahteine 1d8d91afc6 No limit needed on this raise
Remove an extraneous limit from .
Robby Candra a83ad2d9d4
Define MarlinSerial instances for DGUS ()
thinkyhead 0306c1bb0c [cron] Bump distribution date (2020-02-12)
Giuliano Zaro 4a733796bd
Prevent pin glitches on out commutation ()
Better for switching from pulled input to output and also set real output (with no input enabled).
Scott Lahteine 0fd0554b5f Simplify old safe homing sanity check
Scott Lahteine fa6e7cb733 Function-style critical section macros
Scott Lahteine 7b02a62da8 Fix up tests
Scott Lahteine 189c101793
Use prior babystep delay method ()
Scott Lahteine 1c556cd90d Recommend Z Safe Homing
Co-Authored-By: Vertabreaker <opyrus@hotmail.com>
Scott Lahteine e442663e2a No Z sensorless req'd if homing with probe
Fixes