Cytown
61c48b8513
🚸 Retain power during Pause (#22227 )
hace 4 años
Katelyn Schiesser
1f6768a87e
🐛 No HOTEND_LOOP with EXTRUDERS 0 (#22245 )
hace 4 años
Scott Lahteine
a789cb4fb6
🎨 Small tweak, ms => now
hace 4 años
Cytown
f399706911
🎨 Power-off tone followup (#22222 )
hace 4 años
Katelyn Schiesser
de4b3498c7
🐛 Fix IJK axis references, E stepper indices (#22176 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
hace 4 años
Grumpy
59f01b417a
🐛 Fix dual Neopixels (#22174 )
hace 4 años
Scott Lahteine
5ce6d8aa1f
Cosmetic changes for G28
hace 4 años
Scott Lahteine
6b3dc80b55
🐛 Prevent stepper sleep during long UBL idle (#22137 )
hace 4 años
ellensp
a9eff3597d
🚑️ Prevent BFT unaligned compressed data corruption (#22134 )
hace 4 años
Katelyn Schiesser
3a03f76f3c
🐛 Fix UBL 'R' parameter and adjust 'P' (#22129 )
hace 4 años
Katelyn Schiesser
31d84bac4c
🐛 Use whole PROBE_TEMP_COMPENSATION values (#22130 )
hace 4 años
Scott Lahteine
0e1e159187
🎨 Adjust some conditionals
hace 4 años
Scott Lahteine
d320545066
🎨 Laser Ammeter followup (#22079 )
Followup to #21835
hace 4 años
Mike La Spina
002e1d49fe
Add Laser Based I2C Ammeter Feature (#21835 )
hace 4 años
DerAndere
7726af9c53
🏗️ Support for up to 6 linear axes (#19112 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
hace 4 años
hannesweisbach
9d3bc551bc
🐛 Fix Probe Temp Calibration compile (#22032 )
hace 4 años
Giuliano Zaro
eea9b6d8ae
🐛 Fix MMU compile with >5 EXTRUDERS (#22036 )
hace 4 años
Scott Lahteine
82ea06e6a4
♻️ Patches for Zero Extruders (with TMC)
hace 4 años
ellensp
e60c38b622
♻️ LEDs refactor and extend (#21962 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
hace 4 años
Scott Lahteine
dd4990252e
♻️ Refactor Linear / Logical / Distinct Axes (#21953 )
* More patches supporting EXTRUDERS 0
* Extend types in prep for more axes
hace 4 años
gjdodd
9398c43112
🐛 Fix flowmeter calculation (#21959 )
hace 4 años
Scott Lahteine
84fd0eff17
🎨 Macros for optional arguments (#21969 )
hace 4 años
Scott Lahteine
d71b35c24f
🎨 Apply shorthand and cleanups
hace 4 años
Scott Lahteine
2de54dab84
🎨 Move HAS_EXTRUDERS
hace 4 años
Scott Lahteine
49771c4a9e
🎨 Flags for homing directions
hace 4 años
Scott Lahteine
926a7f27c6
♻️ Simplify TMC utilities for more axes
hace 4 años
Scott Lahteine
a6e5492b08
♻️ Refactor axis counts and loops
hace 4 años
Scott Lahteine
50355f4607
Fix 'G29 K' value
hace 4 años
FilippoR
e72fe0ad14
fix compilation for home hon top (#21894 )
hace 4 años
Scott Lahteine
0c8a53e507
:art: Misc. code cleanup
hace 4 años
tobuh
8e56f9366d
Fix and improve Power-Loss Recovery (#21779 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
hace 4 años
Giuliano Zaro
fff5e9ba4a
Fix insane mmu2 timeout (#21855 )
* Fix insane mmu2 timeout
Fix insane timeout value. Now match original Prusa firmware.
* Update mmu2.cpp
Co-authored-by: Luu Lac <45380455 +shitcreek@users.noreply.github.com >
hace 4 años
Scott Lahteine
49548c343d
Optimize G-code flag parameters (#21849 )
hace 4 años
Scott Lahteine
b65cdbed91
Signal SD completion later (#21840 )
hace 4 años
Scott Lahteine
f09fa69e86
Add and apply REPEAT_1 macro
hace 4 años
Scott Lahteine
1292ff76b3
Debounce for Power-Loss pin
hace 4 años
Scott Lahteine
9f7177c67d
Misc Power Loss cleanup
hace 4 años
Scott Lahteine
4428affc20
Let M421 C select any point
Fixing #21147
hace 4 años
sanek88lbl
9485d44903
Patches for CASE_LIGHT_USE_RGB_LED (#21811 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
hace 4 años
Scott Lahteine
dfc906930c
Pause and PLR refinements
- Move `pause_print` argument `unload_length` after `show_lcd` so it's next to `DXC_ARGS`.
- Tweak the position and conditions of PLR save in `resume_print`.
- Add `Nozzle::park_mode_0_height` accessor to get the raised Z height.
- Remove extraneous `recovery.save` from `dwin.cpp`.
- Move PLR `info.volumetric...` to `flag`.
- Remove some G-code spaces in PLR code
- Document `pause.h` function declarations.
hace 4 años
Vert
cb5e6bfef6
UBL Mesh Wizard (#21556 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
hace 4 años
Elton Law
661395a3b2
Allow disable of POWER_TIMEOUT (#21771 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
hace 4 años
Mike La Spina
741e3c1280
Laser Cutter Air Assist (#21753 )
hace 4 años
David
2e0a1f1aff
Color UI Move Screen for 320x240 TFT (#21708 )
hace 4 años
Keith Bennett
69d85cce2d
BTT SKR V2.0 / Stepper Driver Anti-Reverse Protection (#21503 )
hace 4 años
Sebastiaan Dammann
36ec7ab150
Make Cancel Objects reporting optional (#21698 )
hace 4 años
pinchies
a1ee5124d3
Fix usage, commentary of MANUAL_PROBE_START_Z, Z_AFTER_PROBING (#21692 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
hace 4 años
Nikolay March
6f5800bd74
Backlash Compensation for COREnn (#21612 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
hace 4 años
fedetony
d3a2c6a0b4
Soft Reset via Serial or post-kill button click (#21652 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
hace 4 años
Sebastiaan Dammann
8b5e7429d7
Prevent extrusion on M600 un-park (#21670 )
Fixes #21669
hace 4 años