Commit Graph

14105 Commits (9f8ee311442cf5ebd4d353348b8fa81cb64e2115)
 

Author SHA1 Message Date
vivian-ng a16f3baecc
Add ESPAsyncTCP to lib_ignore ()
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 
Scott Lahteine 71539bcbeb Undo driver type auto-assignment for now
Good general concept but needs more time to develop and group with a stepper suite.
Giuliano Zaro d5790e09a5
Update SAMD51 EEPROM repo link ()
thinkyhead b26f7fca3f [cron] Bump distribution date (2020-02-11)
Scott Lahteine 2836834d7e
Unify step pulse timing of ISR / babystep ()
darksiah d8b2726fd3
Fix MKS Robin Nano platformio.ini entry ()
proferabg 3f87f912c5
Enable hotend / bed PID separately in ExtUI ()
Scott Lahteine fa4a6cdb5c Fix out-of-order M0 after SD printing
Fixes 

Co-Authored-By: tol2cj <tol2cj@users.noreply.github.com>
Scott Lahteine 3bef7a4450
Add g-code quoted strings, improve stream code ()
Daniel Mazurkiewicz e561f744fa
Update MKS BASE and v1.6 pins ()
Scott Lahteine 0b45493557 Add a caution to drivers.h
Scott Lahteine 18a7276909 Revert "Coolstep for TMC2130, 2209, 5130, 5160"
Reverting  as not ready for primetime.
Scott Lahteine 28b48fc9bb Revert change to AXIS_DRIVER_TYPE_X2
- Revisit this to figure out why it breaks
Scott Lahteine 10b4fa91eb Add mftest -b (auto-build) and -u (upload)
- Implement the equivalent of auto-build for the shell environment by using the MOTHERBOARD setting to look up the env: entries.
Scott Lahteine a33d08928a Tweak LPC1768 upload py script
thinkyhead 15e6ee6c7c [cron] Bump distribution date (2020-02-10)
InsanityAutomation a9549f7a08 Add PID, probe offsets to ExtUI ()
InsanityAutomation cc1ff27256 Bump config version to 020004 ()
Scott Lahteine 0ce83dee95 Show print time with PRINTER_EVENT_LEDS
Scott Lahteine 38873596ec Tweak parser warning
Scott Lahteine ffcbba4447 Move MSG_MARLIN
Scott Lahteine b9b07387d7 Minor HAL cleanup
Giuliano Zaro 90e2c42031 Adafruit Grand Central M4 fixes ()
InsanityAutomation 84b6e11bd5
Better probe fail handling ()
Fabio Santos 894762259b
Coolstep for TMC2130, 2209, 5130, 5160 ()
thinkyhead f0cbc85a07 [cron] Bump distribution date (2020-02-09)
Scott Lahteine 130e36d766 Tweak ABL logging, document probing
Scott Lahteine 5d3cfbdc9b Add .editorconfig file
Scott Lahteine f55abfeb95 Clean up Makefle indentation
thinkyhead 38bf5523e1 [cron] Bump distribution date (2020-02-08)
thinkyhead 12b3807a7f [cron] Bump distribution date (2020-02-07)
Robert Stein 3a3429b1ef
Fix probe with multi-endstops ()
Robby Candra 86812432f3
Remove extraneous Serial init ()