Commit Graph

12175 Commits (c86ee574ec7495e926bdfa52d68571758fba7a59)

Author SHA1 Message Date
Karl Andersson 85187290a7
Fix incorrect type on ubl_storage_slot ()
Scott Lahteine 695e014075 Do later mounting of LCD-based SD
Scott Lahteine 090a90a036 Add EEPROM_BOOT_SILENT option
Scott Lahteine 095a1123c1 Add a global machine state
Scott Lahteine 41ffe9851d Fix LCD progress bar
Fixes 
thinkyhead 5c1970a229 [cron] Bump distribution date (2020-03-15)
Roxy-3D 9f85165101
Allow Tool Offset adjustments to have another digit of precision
Some of the items in the Tool Offset Adjustment menu (in particular, the Z Offset!!!) were only adjustable with .1mm accuracy.
This is not enough.    So the edit menu is switched to float52 to fix the issue.
Scott Lahteine 8b2d55e345 Config version 020005
InsanityAutomation cee07f3f6b
Quad Z leveling, G34 (R)ecalculate ()
Scott Lahteine 118bd2f8b2
Apply loop shorthand macros ()
Scott Lahteine a96be32fae Fix G26 corrupted position
thinkyhead 983a8cee45 [cron] Bump distribution date (2020-03-14)
Scott Lahteine 6bead0c1b0
Shorter paths to HAL, ExtUI ()
Scott Lahteine ad980a72f7 M0 Q preserve status
Scott Lahteine 7ec45f4382 Fix end of short (auto0.g) prints
Scott Lahteine 81b0548518 Fix Emergency Parser stuck state
Erkan Colak aa32c47fb5
Shorten German BLTouch menu item names ()
nick-diel 7070ea0b49
Add OnPidTuning event to Malyan LCD ()
All ExtUI LCDs need to keep up with ExtUI API changes.
Scott Lahteine 59cb1466b7 Fix DUGS / DGUS typo
Jason Smith 9c759e5f74
Fix BAUD_RATE_GCODE, etc. ()
thinkyhead 8c11ecaf73 [cron] Bump distribution date (2020-03-13)
thinkyhead 1f55986ed2 [cron] Bump distribution date (2020-03-12)
Scott Lahteine 318a16637b Fix M810 macro multiple use
Fixes 
BigTreeTech 8bad6e11e2
Fix STM32 _WRITE macro parameter ()
Scott Lahteine 112245ee48
More explicit EEPROM types ()
Scott Lahteine 924fa6045c Non-const REMEMBER needed for RESTORE
Daniel Kreuzhofer (@danieldotnet) f29d6f802f
Revert Anet 1.x envs change ()
George Fu 201c991cfa
Fix and update DGUS displays ()
Jamie 23c5701178
Apply soft limits to joystick jogging ()
Scott Lahteine eb6c992bfb Announce SD file open
Requested in 
Gurmeet Athwal bd44f041e8
M220 print FR percentage ()
Daniel Kreuzhofer (@danieldotnet) d78fbce827
Fix pio environments for Anet 1.x ()
jufimu12 627aa8db2d
Fix G34, add HOME_AFTER_G34 option ()
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
Scott Lahteine e7004550c4
Tweaks to finishSDPrinting ()
thinkyhead a31b7339cd [cron] Bump distribution date (2020-03-11)
Scott Lahteine 4e3a793f1e Fix broken enqueue_P
Scott Lahteine 9bff67bc74 Always look for PLR file, but more quickly
Vert 8bbcbc528c
Fix Z4 stepper indirection macros ()
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
Scott Lahteine eb4d5120bf Keep name around for old configs
InsanityAutomation 552f7a91d0
Default on/off for Power Loss Recovery ()
jufimu12 ad4a9eb73a
Fix G34 probing range/error bug ()
Scott Lahteine 5aa528781f Fix ambiguous type
Co-Authored-By: Andrew Kroll <xxxajk@gmail.com>
ellensp af23c0480e
Don't define 'valptr' if unused ()
ellensp 624ab24a5c
Suppress thisItemNr warning ()
Jason Smith 66334820ca
Add TMC micro-steps sanity check ()
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
Scott Lahteine 2c4e054e9a Fix fastio pin comment
Scott Lahteine 49c5f614c6 Minor motion style changes
Scott Lahteine 6b5347ee39 Improved M900
Scott Lahteine b1a50d54e2 HAS_TRINAMIC => HAS_TRINAMIC_CONFIG
Scott Lahteine 736521a3f1 Balance mega tests, shorten some env names