Scott Lahteine
|
93ffd57383
|
♻️ reset_acceleration_rates => refresh_…
|
2 years ago |
Scott Lahteine
|
307dfb15ca
|
♻️ Planner flags refactor
|
2 years ago |
Scott Lahteine
|
6cbd7a48d1
|
🎨 Fix comments, formatting
|
2 years ago |
Scott Lahteine
|
e4e6abe5af
|
🧑💻 Remove servo macros
|
2 years ago |
John Robertson
|
ca06c6eab9
|
⚡️ PWM for ESP32 I2S expander (#24193)
|
2 years ago |
Scott Lahteine
|
9c872b214c
|
🐛 Fix min/max temp evaluation
Fixes #24257
|
2 years ago |
Scott Lahteine
|
3522d5376c
|
🩹 Wrap SENSORLESS_STALLGUARD_DELAY
|
2 years ago |
lujios
|
41f73cb457
|
⚡️ Improve Sensorless homing/probing accuracy for G28, G33, M48 (#24220)
Co-authored-by: Robby Candra <robbycandra.mail@gmail.com>
Co-authored-by: ellensp <530024+ellensp@users.noreply.github.com>
|
2 years ago |
John Robertson
|
85c0875db2
|
✨ Laser Safety Timeout (#24189)
|
2 years ago |
Scott Lahteine
|
58ce5182c2
|
🎨 Fix spelling, whitespace
|
2 years ago |
tombrazier
|
ea7bebb568
|
💥 More M306 M => M306 H (#24258)
Followup to #24253
|
2 years ago |
tombrazier
|
6ecf52f196
|
🚩 MPC update (#24253)
|
2 years ago |
Scott Lahteine
|
1f322b565f
|
♻️ More updates for multi-axis
|
2 years ago |
Scott Lahteine
|
a93146b71d
|
🐛 Fix SEGMENT_LEVELED_MOVES with UBL
|
2 years ago |
Keith Bennett
|
d99185be24
|
🎨 Fix/adjust warnings (#24225)
|
2 years ago |
Scott Lahteine
|
c5126de559
|
🧑💻 MAP macro for axis lists, etc. (#24191)
|
2 years ago |
Scott Lahteine
|
52eefa90e1
|
♻️ Move watchdog to MarlinHAL
|
2 years ago |
tombrazier
|
62057d3204
|
🐛 Fix Leveling apply/unapply (#24188)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
|
2 years ago |
Scott Lahteine
|
b523ddf1b2
|
♻️ Common Bed Leveling object name, accessors (#24214)
|
2 years ago |
Scott Lahteine
|
e438c77c6a
|
🚚 Move speed_lookuptable.h
|
2 years ago |
Scott Lahteine
|
1e749e4f48
|
🧑💻 Misc. LCD cleanup
|
2 years ago |
Scott Lahteine
|
f1ab24d0ae
|
🩹 Fix accel dividend
|
2 years ago |
Pauli Jokela
|
04fe50936e
|
✨ SOUND_ON_DEFAULT option (#24102)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
|
2 years ago |
Scott Lahteine
|
918a9cf3d1
|
🧑💻 Clarify acceleration factor
|
2 years ago |
Mike La Spina
|
726a38712e
|
🩹 Fix Fan Tail Speed Init (#24076)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2 years ago |
ellensp
|
5f4ec82544
|
✏️Fix Markforged endstops/G38 (#24141)
|
2 years ago |
Scott Lahteine
|
659b4172aa
|
🔨 Prevent build attribute define conflicts
|
2 years ago |
Keith Bennett
|
df40181357
|
💥 Num Axes and Multi-Stepper based on Driver Types (#24120)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
|
2 years ago |
Scott Lahteine
|
b37d13af72
|
🔧 Base NUM_AXES on defined DRIVER_TYPEs (#24106)
|
2 years ago |
Scott Lahteine
|
ac4fefa49a
|
♻️ Consolidate DGUSScreenHandler class (#24067)
|
2 years ago |
Scott Lahteine
|
bf38ef23e5
|
🐛 Prevent BABYSTEP freeze
See #22830, #13300
|
2 years ago |
Scott Lahteine
|
2dcfa140e9
|
🎨 misc. cleanup
|
2 years ago |
Christian Piper
|
3905234b0d
|
🩹 Fix PRINTCOUNTER with EXTRUDERS 0 (#24063)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2 years ago |
Scott Lahteine
|
a0d28f1770
|
🎨 Minimize block->steps.set
|
2 years ago |
Scott Lahteine
|
d4fd39f05f
|
🐛 Update M913, M914 report
Followup to #11248, #11249, #23400
|
2 years ago |
DerAndere
|
8aaf64d917
|
💥 Update Motor Current G-codes for extra axes (#23975)
|
2 years ago |
ellensp
|
5005c7b64c
|
🐛 Fix Manual Move cold extrude override (#24045)
Followup to #19606
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2 years ago |
Scott Lahteine
|
80810f1b18
|
🚨 Fix some compiler warnings
|
2 years ago |
Scott Lahteine
|
cec7836959
|
✨ Autoreport Redundant Sensor option (#24014)
|
2 years ago |
Scott Lahteine
|
577831bf1a
|
🩹 Apply 100% leveling correction below the bed
See #24002
|
2 years ago |
tombrazier
|
3da29b4a04
|
🚸 Improve MPC tuning, add menu items (#23984)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2 years ago |
Robert Brenckman
|
6ee34331b7
|
🐛 Fix Tool Change priming (#21142)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2 years ago |
Scott Lahteine
|
e2353be24f
|
🎨 Misc. cleanup, string optimization
|
2 years ago |
Robby Candra
|
b19f745659
|
♻️ Bilinear refactor followup (#24009)
Followup to #23868
|
2 years ago |
Scott Lahteine
|
6567e0e0aa
|
🎨 Misc. 9-axis cleanup
|
2 years ago |
Scott Lahteine
|
32e6767b5a
|
✨ DOGM Display Sleep (#23992)
Co-authored-by: borland1 <barryorlando@hotmail.com>
|
2 years ago |
DerAndere
|
f22307a0af
|
🚸 Better M350, M114 with more axes (#23986)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2 years ago |
Scott Lahteine
|
19838d97be
|
🎨 Misc. adjustments, spacing
|
2 years ago |
Scott Lahteine
|
c4873a64ec
|
🧑💻 General and Axis-based bitfield flags (#23989)
|
2 years ago |
Giuliano Zaro
|
e4c7c550fc
|
🐛 Fix PID edit menu for Bed, Chamber (#23987)
|
2 years ago |