Commit Graph

12087 Commits (8f66dbfcd51aeae4f6168cfce971964bb46c9454)

Author SHA1 Message Date
Scott Lahteine 8f66dbfcd5
SD_DETECT_INVERTED => SD_DETECT_STATE ()
thinkyhead 8799f8bfdb [cron] Bump distribution date (2020-03-10)
Scott Lahteine 972d1bf5b4 Ensure welcome message
Scott Lahteine b5530775c9 Add debug logging for setup()
Scott Lahteine 13118dbd8d Additional numtostr functions
Scott Lahteine 0f39386d9b Make BOOTSCREEN_TIMEOUT generally available
Scott Lahteine 7674befa47 DOGM SPI delay is less common
Scott Lahteine b579f5dc99 Move 'last_pause_state' closer to usage
thinkyhead 7f490c08da [cron] Bump distribution date (2020-03-09)
Scott Lahteine 982197b162
Fixes for Z4 axis, CS pins ()
MangaValk 57f488738b
[ToolChanger] Lock the current tool at power-up ()
Scott Lahteine b21edce943 More general SD_DETECT_INVERTED override
Scott Lahteine 2a71e4f336 Revert that wack backoff
Scott Lahteine 64d092935b
More useful ENABLED / DISABLED macros ()
thinkyhead 5eb6fb1c2f [cron] Bump distribution date (2020-03-08)
Scott Lahteine 20f93404a7 Add / correct comments
Scott Lahteine 3db784f3c7 More pins debugging cleanup
Scott Lahteine 7b9eb233cb Emergency Parser dumb terminal compatibility
Scott Lahteine c99773bae0 Max7219 suspend/resume
Scott Lahteine 8ff25a9566 Max7219 init last
Scott Lahteine e9f451bffe Pins debug followup
thinkyhead 3b14158979 [cron] Bump distribution date (2020-03-07)
Scott Lahteine 913de024a9 Change PID dummy value to NAN
Fixes 
Scott Lahteine 1da49d0ac5 Non-blocking Max7219 test pattern
Scott Lahteine ca4423ed2a Clean up pins debugging
Scott Lahteine 6cd99e6a77 Add pins to the pins debug list
Scott Lahteine 6d18f715e4 Fix M0/M1 message string
thinkyhead 459a0dae29 [cron] Bump distribution date (2020-03-06)
Scott Lahteine 3a72b0fd41
Update Chinese (TW) language ()
Scott Lahteine f0248c9ed9
Update Turkish language ()
Scott Lahteine c0801e900d Define Z_MIN_PROBE_PIN for Cohesion 3D Remix
Scott Lahteine e3da86fb45 Fix SKR test for ONBOARD SD
Scott Lahteine 0578e9b16e Move SENSORLESS_PROBING to the probes section
Fixes a bug with HAS_BED_PROBE not being set before use.
thinkyhead 7e58739a1f [cron] Bump distribution date (2020-03-05)
Scott Lahteine 631addbbb4
SAMD51 SoftwareSerial ()
Scott Lahteine d4ac78535c
Allow Z_STOP_PIN override on SKR 1.4 ()
Scott Lahteine 70863fbd55 Avoid name conflict with 'UART'
Scott Lahteine 7709261ea9 Move shared code to wait_for_bed_heating
thinkyhead ab1863ac48 [cron] Bump distribution date (2020-03-04)
Scott Lahteine 72b63e9520 Fix TEMP_PROBE_PIN for SKR 1.4
Co-Authored-By: Anthrix <anthrix@users.noreply.github.com>
George Fu a698bfdc2a
Update FYSETC S6 pins/variants ()
thisiskeithb efc739a880
Use BED_MAXTEMP for PTC_MAX_BED_TEMP ()
Scott Lahteine 83a60f15ff Fix EEPROM compile errors
Scott Lahteine c083728e4c General code cleanup
Scott Lahteine 5e28b0f471 Minor EEPROM cleanup
Scott Lahteine 3a07b4412d
Asynchronous M114 and (R)ealtime position option ()
Scott Lahteine 5171e9da93 No more direct G28 calls
thinkyhead 12d05e4835 [cron] Bump distribution date (2020-03-03)
Scott Lahteine 07e22d1d65 Neopixel on LPC uses GPIO toggling
Scott Lahteine 646599d0d9 Finish M900 updates