swissnorp
|
a12ac5e175
|
Mark axes not-homed with HOME_AFTER_DEACTIVATE (#18907)
|
4 years ago |
Scott Lahteine
|
18adfe87bc
|
configuration_store => settings
|
4 years ago |
Scott Lahteine
|
d69c2a90b7
|
Simple rename of hex_print
|
4 years ago |
Diego von Deschwanden
|
42fbd527f3
|
Fix links to secure sites (#18745)
|
4 years ago |
Scott Lahteine
|
73fc0778b8
|
Consolidate probe clearance, add section debug (#18576)
* Better section / function log
* Add do_z_clearance motion function
|
4 years ago |
Scott Lahteine
|
f6a2b64091
|
Clean up LCD Manual Move / UBL Mesh Edit (#18373)
|
4 years ago |
Scott Lahteine
|
c43bbcce15
|
Enforce sensor range for temperature target (#18465)
* Mitigate stepper timeout
* Add CHAMBER PWM code
* Structured thermistor tables
* Fix reversed sensor ranges
* Prevent temps outside sensor range
|
4 years ago |
Scott Lahteine
|
f445bc26e5
|
Minor LCD cleanup, improvement
|
4 years ago |
Fabio Santos
|
25c7c43a82
|
Add SERIAL_FLOAT_PRECISION option (#18367)
|
4 years ago |
Scott Lahteine
|
8982756b40
|
Misc tweaks
|
4 years ago |
chestwood96
|
c7b553c7b2
|
Optional move-to-center after UBL G29 J (3-point) (#17964)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
4 years ago |
Scott Lahteine
|
852a8d6685
|
Configurable kill pin state
Co-Authored-By: AbdullahGheith <abdullahgheith@users.noreply.github.com>
|
5 years ago |
Scott Lahteine
|
3d3d2a923b
|
Cleanup with updated macros
|
5 years ago |
Scott Lahteine
|
6d90d1e1f5
|
Apply TERN to compact code (#17619)
|
5 years ago |
Scott Lahteine
|
15f6f53638
|
Add HAS_HOTEND, etc.
|
5 years ago |
Scott Lahteine
|
3645e59893
|
Minor style tweaks
|
5 years ago |
Scott Lahteine
|
2b9d2dce16
|
Apply GRID_LOOP
|
5 years ago |
Marcio T
|
be0e313c07
|
Touch UI additions, bug fixes (#17379)
|
5 years ago |
Giuliano Zaro
|
129b270628
|
QSPI EEPROM for SAMD51 (#17292)
|
5 years ago |
Scott Lahteine
|
abea6d5787
|
Tweak some lambdas
|
5 years ago |
Scott Lahteine
|
118bd2f8b2
|
Apply loop shorthand macros (#17159)
|
5 years ago |
Scott Lahteine
|
6bead0c1b0
|
Shorter paths to HAL, ExtUI (#17156)
|
5 years ago |
Scott Lahteine
|
be62ab2d02
|
Move reachable test to Probe class
|
5 years ago |
Tanguy Pruvot
|
68de12acbf
|
Followup to autoreport patch (#16914)
See a1f026f57a
|
5 years ago |
Scott Lahteine
|
a1f026f57a
|
Inline manage_inactivity, tweak autoreport_paused
|
5 years ago |
Scott Lahteine
|
130e36d766
|
Tweak ABL logging, document probing
|
5 years ago |
InsanityAutomation
|
62d9e3f50e
|
Force T0 in UBL G29 on all multi-hotend setups (#16774)
|
5 years ago |
Scott Lahteine
|
bfad23d3e2
|
(c) 2020
|
5 years ago |
Scott Lahteine
|
90b6324563
|
Encapsulate probe as singleton class (#16751)
|
5 years ago |
Scott Lahteine
|
e64b7a3ab2
|
Clean up i2c encoder, sanitize serial
|
5 years ago |
Jason Smith
|
95d5a0c480
|
Fix DELTA_CALIBRATION_MENU recursive call (#16656)
|
5 years ago |
Scott Lahteine
|
b7a67f6f74
|
Extra debugging for leveling on/off
|
5 years ago |
Scott Lahteine
|
95046c9047
|
Extend SERIAL_CHAR to take multiple arguments
|
5 years ago |
Jason Smith
|
3cade6245e
|
Fix MIN_PROBE_EDGE bug in default ABL G29 (#16367)
|
5 years ago |
Dirk O. Kaar
|
d0e1166cce
|
Fix Visual Micro "Arduino IDE for Visual Studio" support (#16418)
|
5 years ago |
Scott Lahteine
|
f83bc0aa13
|
Optimize common strings
Saves 128 bytes in testing with `mftest mega 1 -y`
|
5 years ago |
Jason Smith
|
752a1e76ab
|
Float ABL mesh boundaries, no probe position rounding (#16018)
|
5 years ago |
InsanityAutomation
|
2142beb2e5
|
Fix UI compile error in UBL (#15981)
|
5 years ago |
Jason Smith
|
b904ba0f29
|
Improve Delta probing / calibration (#15887)
|
5 years ago |
Jason Smith
|
9906e96ffb
|
Allow UBL G29 J1 with PAUSE_BEFORE_DEPLOY_STOW (#15934)
|
5 years ago |
InsanityAutomation
|
cc4d3a215e
|
Fix ExtUI UBL method calls (#15704)
|
5 years ago |
Marcio Teixeira
|
6a865a6146
|
Multi-language support (#15453)
|
5 years ago |
Scott Lahteine
|
211ff67440
|
Patch blocking and manual moves
|
5 years ago |
Scott Lahteine
|
50e4545255
|
Add custom types for position (#15204)
|
5 years ago |
InsanityAutomation
|
a6b0223eea
|
Revive and improve DELTA probe bounds, LRFB options (#15372)
|
5 years ago |
Scott Lahteine
|
665e45e0ba
|
Reduce string storage, use masking 'seen'
|
5 years ago |
Scott Lahteine
|
455dabb183
|
Add a feedRate_t data type (#15349)
|
5 years ago |
Scott Lahteine
|
ee7558a622
|
Tweaks to Z fade behavior
|
5 years ago |
Scott Lahteine
|
b2e1f77f58
|
Fix extraneous "Home XYZ First" message
|
5 years ago |
InsanityAutomation
|
e9cf46a9a5
|
M851 XY 3 point followup (incomplete) (#15361)
|
5 years ago |