Scott Lahteine
|
e65c12cf96
|
🧑💻 Apply axis conditionals
|
3 years ago |
Scott Lahteine
|
6a8b9274a3
|
⏪️ Refactor still needs work
Reverting #23295
|
3 years ago |
Scott Lahteine
|
e211ff148c
|
♻️ Refactor HAL as singleton (#23295)
|
3 years ago |
Robby Candra
|
26689e1d85
|
🩹 Init fan speed at boot (#23181)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
3 years ago |
Robby Candra
|
dfa1c26471
|
🩹 Coerce pin_t in set_pwm_duty macros (#23273)
|
3 years ago |
John Robertson
|
e5154ec281
|
✨ MarkForged YX kinematics (#23163)
|
3 years ago |
Tanguy Pruvot
|
1c31366bf3
|
⚡️ Reduce calls to set fan PWM (#23149)
|
3 years ago |
espr14
|
44d8c2f5bf
|
🏗️ Planner::busy() (#23145)
|
3 years ago |
Andrei M
|
da830e6ced
|
⚗️ Use pwm_set_duty over analogWrite to set PWM (#23048)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
3 years ago |
woisy00
|
9338b7f06e
|
🐛 Fix AUTOTEMP bug (thermal runaway) (#23025)
Regression from 9823a37
|
3 years ago |
InsanityAutomation
|
15ebe45f36
|
🐛 Fix IDEX + DISABLE_INACTIVE_EXTRUDER (#22925)
|
3 years ago |
Scott Lahteine
|
65b950a489
|
🎨 Apply F() to kill / sendinfoscreen
|
3 years ago |
Scott Lahteine
|
33e0855e2c
|
⚡️ Handle shared enable pins (#22824)
|
3 years ago |
espr14
|
228eb9c404
|
🎨 steps_to_mm => mm_per_step (#22847)
|
3 years ago |
Scott Lahteine
|
dc5bef62ba
|
🎨 Various multi-axis patches (#22823)
|
3 years ago |
Dan Royer
|
3344071f24
|
Polargraph / Makelangelo kinematics (#22790)
|
3 years ago |
Scott Lahteine
|
754b31918a
|
🎨 Fewer serial macros
|
3 years ago |
Tanguy Pruvot
|
ff95a93ecc
|
🐛 Fix Mixing code typos (#22697)
|
3 years ago |
Scott Lahteine
|
536cf287a6
|
🎨 Misc code and spacing cleanup
|
4 years ago |
Fjederhaek
|
1903cc23c6
|
🐛 Update H-bot / Core for 6-axis (#22600)
Followup to #19112
|
4 years ago |
Scott Lahteine
|
cc109c1802
|
🐛 Fix CoreXY plus extra axes
See #22490
|
4 years ago |
Scott Lahteine
|
99a53e2c86
|
🐛 Fix 5-axis no extruder compile
Fixes #22446
|
4 years ago |
lujios
|
05ebde3812
|
⚡️ Improve Sensorless homing/probing for G28, G33 (#21899)
|
4 years ago |
DerAndere
|
ba4fa49834
|
✏️ Followup to Six Linear Axes (#22056)
|
4 years ago |
DerAndere
|
7726af9c53
|
🏗️ Support for up to 6 linear axes (#19112)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
|
4 years ago |
Giuliano Zaro
|
eea9b6d8ae
|
🐛 Fix MMU compile with >5 EXTRUDERS (#22036)
|
4 years ago |
Scott Lahteine
|
dd4990252e
|
♻️ Refactor Linear / Logical / Distinct Axes (#21953)
* More patches supporting EXTRUDERS 0
* Extend types in prep for more axes
|
4 years ago |
Scott Lahteine
|
84fd0eff17
|
🎨 Macros for optional arguments (#21969)
|
4 years ago |
Scott Lahteine
|
2de54dab84
|
🎨 Move HAS_EXTRUDERS
|
4 years ago |
Scott Lahteine
|
a6e5492b08
|
♻️ Refactor axis counts and loops
|
4 years ago |
fedetony
|
32dba5e0c7
|
Realtime Reporting, S000, P000, R000 (#19330)
|
4 years ago |
Scott Lahteine
|
d705a5b45e
|
Fix long acceleration overflow
|
4 years ago |
Ramiro Polla
|
1a2cbe100c
|
Macros to eliminate 'f + 0.0' (#21568)
|
4 years ago |
Scott Lahteine
|
ed14731146
|
getHighESpeed => autotemp_task
|
4 years ago |
Scott Lahteine
|
62f37669dc
|
Replace 'const float &' with 'const_float_t' (#21505)
|
4 years ago |
Scott Lahteine
|
be775ed72d
|
Move apply_rotation_xyz into matrix_3x3
|
4 years ago |
Scott Lahteine
|
3b73b115ca
|
Apply pointer formatting
|
4 years ago |
Martijn Bosgraaf
|
30e7e2c276
|
Extend M106/M107 for better laser module support (#16082)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
4 years ago |
Scott Lahteine
|
2d2291d00e
|
More IntelliSense-friendly declarations
|
4 years ago |
Scott Lahteine
|
e5ff55a1be
|
Add typedef celsius_t (#21374)
|
4 years ago |
Scott Lahteine
|
ad907a51e2
|
Followup to planner cleanup
|
4 years ago |
Scott Lahteine
|
9823a37362
|
E1+ Autotemp and Planner comments
|
4 years ago |
Scott Lahteine
|
dd42831cba
|
Serial macros cleanup
|
4 years ago |
espr14
|
a4c73860a1
|
Fix cleaning_buffer_counter check (#21115)
|
4 years ago |
Scott Lahteine
|
49564e5310
|
Nybbles & Bits
|
4 years ago |
Scott Lahteine
|
c824086825
|
Adjust planner debugging
|
4 years ago |
FanDjango
|
110e0d782f
|
Guards for large BLOCK_BUFFER_SIZE (>=128) (#20130)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
4 years ago |
Scott Lahteine
|
eaf6777a66
|
Rename ultralcd => marlinui
|
4 years ago |
qwewer0
|
4424645e04
|
Multi-line comments cleanup (#19535)
|
4 years ago |
Scott Lahteine
|
c2c6a679ea
|
Rename LCD conditionals (#19533)
|
4 years ago |