Scott Lahteine
99c237e05e
🚸 Refine stepper-driver-related G-codes ( #23372 )
3 years ago
Giuliano Zaro
af1d603374
✨ Fan tachometer support ( #23086 , #23180 , #23199 )
Co-Authored-By: Scott Lahteine <github@thinkyhead.com>
3 years ago
Stuart Pittaway
c0addd1d33
✨ M3426 to read i2c MCP3426 ADC ( #23184 )
3 years ago
Scott Lahteine
1d8941d008
🔨 Port libsdl2_net required for macOS simulator
3 years ago
tombrazier
0b84194127
🚸 More flexible Probe Temperature Compensation ( #23033 )
3 years ago
Scott Lahteine
84f9490149
🎨 Define HAS_PREHEAT conditional
3 years ago
Mike La Spina
e44f2b7d2d
🩹 Fix pragma ignored for older GCC ( #22978 )
3 years ago
Scott Lahteine
f80bcdcc5c
🎨 Refactor Host Actions as singleton
3 years ago
Scott Lahteine
3d102a77ca
🎨 Apply F() to kill / sendinfoscreen
3 years ago
Scott Lahteine
24dbeceb45
🎨 Apply F() to various reports
3 years ago
Scott Lahteine
cabd538fdd
🎨 Apply F() to G-code report header
3 years ago
Scott Lahteine
7626d859a6
🎨 Apply F() to Host Actions strings
3 years ago
Scott Lahteine
2b9ae0cc33
🎨 Apply F() to G-code subcommands
3 years ago
tombrazier
ee26fd0e05
🚸 Default T0 for M569, M906, M913 ( #23020 )
3 years ago
Scott Lahteine
2c30b75268
🎨 Various multi-axis patches ( #22823 )
3 years ago
Dan Royer
b3fd03198a
✨ Polargraph / Makelangelo kinematics ( #22790 )
3 years ago
Dakkaron
1386e78369
✨ M282 - Detach Servo ( #22760 )
3 years ago
Scott Lahteine
de4eed33e4
🔧 SPINDLE_LASER_PWM => SPINDLE_LASER_USE_PWM
3 years ago
Scott Lahteine
b661795ae5
🎨 Fewer serial macros
3 years ago
Scott Lahteine
6d96c221bd
🎨 Standardize G-code reporting
3 years ago
Scott Lahteine
796309c903
⚡ ️ Improve G2/G3 arc handling ( #22599 )
3 years ago
Scott Lahteine
4b2fdbeeb1
✨ M256 LCD brightness ( #22478 )
3 years ago
Mike La Spina
5026797310
🏗️ Allow headless Flow Meter ( #22234 )
3 years ago
Scott Lahteine
78c2eb6876
🎨 Check flags without ENABLED
3 years ago
Mike La Spina
3ecc99e95d
🐛 Fix Air Assist ( #22159 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
3 years ago
DerAndere
c1fca91103
🏗️ Support for up to 6 linear axes ( #19112 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
3 years ago
Scott Lahteine
4194cdda5b
♻️ Refactor Linear / Logical / Distinct Axes ( #21953 )
* More patches supporting EXTRUDERS 0
* Extend types in prep for more axes
4 years ago
ellensp
61f2bb1228
⚡ ️ PIO filters for M117, M300 and M414 ( #21972 )
4 years ago
Scott Lahteine
7597b4fb40
🎨 Apply shorthand and cleanups
4 years ago
Scott Lahteine
87a943756a
🎨 Move HAS_EXTRUDERS
4 years ago
Scott Lahteine
26a244325b
♻️ Refactor axis counts and loops
4 years ago
Scott Lahteine
f7d28ce1d6
🎨 Misc cleanup and fixes
4 years ago
Luu Lac
e3998dc3df
M154 Position Auto-Report ( #18427 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
ondrada
908caba735
Fix G29_RETRY_AND_RECOVER dependency ( #21907 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
4 years ago
Vert
0b3420a012
UBL Mesh Wizard ( #21556 , #21791 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
4 years ago
Scott Lahteine
a468701511
Cleanup, hex formatting
4 years ago
Mike La Spina
b8aeaa3bf4
M10-M11 Air Evacuation for Spindle/Laser ( #21668 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
fedetony
027a5a872d
Realtime Reporting, S000, P000, R000 ( #19330 )
4 years ago
Sola
34f7142323
Fix manual move with MKS H43 ( #21511 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
4 years ago
Mike La Spina
f1986545da
Laser Coolant Flow Meter / Safety Shutdown ( #21431 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Scott Lahteine
c9674cd809
Minor process_subcommands_now followup
4 years ago
mihtjel
259d8f19b3
Fix macros that call macros crashing ( #21383 )
When macros call macros, the null termination should remain in place until the macro is completed, and only then put back. Otherwise, the macro handler interprets this as setting the macro called to a new value.
4 years ago
X-Ryl669
6652c7c435
Distinguish serial index from mask ( #21287 )
4 years ago
Victor Oliveira
7a5a6ca53f
Fix Host Keepalive serial target ( #21283 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
4 years ago
Mike La Spina
db4d9b7fcf
Cooler (for Laser) - M143, M193 ( #21255 )
4 years ago
Scott Lahteine
10ec13b2c3
Remove extra G42
4 years ago
Scott Lahteine
f187a5304b
Implement G42, after all
4 years ago
X-Ryl669
532dbb8064
Fix and improve G-code queue ( #21122 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Ken Sanislo
8d05a823e9
Chamber Heater PID ( #21156 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
X-Ryl669
77f48d2bad
Serial refactor. Default 8-bit ECHO to int, not char ( #20985 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago