Scott Lahteine
2c30b75268
🎨 Various multi-axis patches ( #22823 )
2021-10-02 22:31:16 -05:00
Dan Royer
b3fd03198a
✨ Polargraph / Makelangelo kinematics ( #22790 )
2021-10-02 22:31:16 -05:00
Dakkaron
1386e78369
✨ M282 - Detach Servo ( #22760 )
2021-10-02 22:31:15 -05:00
Scott Lahteine
de4eed33e4
🔧 SPINDLE_LASER_PWM => SPINDLE_LASER_USE_PWM
2021-10-02 22:31:15 -05:00
Scott Lahteine
b661795ae5
🎨 Fewer serial macros
2021-10-02 22:31:15 -05:00
Scott Lahteine
6d96c221bd
🎨 Standardize G-code reporting
2021-10-02 22:31:15 -05:00
Scott Lahteine
796309c903
⚡ ️ Improve G2/G3 arc handling ( #22599 )
2021-09-12 19:29:44 -05:00
Scott Lahteine
4b2fdbeeb1
✨ M256 LCD brightness ( #22478 )
2021-08-09 00:24:57 -05:00
Mike La Spina
5026797310
🏗️ Allow headless Flow Meter ( #22234 )
2021-07-17 02:31:54 -05:00
Scott Lahteine
78c2eb6876
🎨 Check flags without ENABLED
2021-07-17 01:54:27 -05:00
Mike La Spina
3ecc99e95d
🐛 Fix Air Assist ( #22159 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-06-18 12:25:05 -05:00
DerAndere
c1fca91103
🏗️ Support for up to 6 linear axes ( #19112 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-06-15 00:05:03 -05:00
Scott Lahteine
4194cdda5b
♻️ Refactor Linear / Logical / Distinct Axes ( #21953 )
...
* More patches supporting EXTRUDERS 0
* Extend types in prep for more axes
2021-06-15 00:03:55 -05:00
ellensp
61f2bb1228
⚡ ️ PIO filters for M117, M300 and M414 ( #21972 )
2021-05-29 15:08:30 -05:00
Scott Lahteine
7597b4fb40
🎨 Apply shorthand and cleanups
2021-05-23 02:17:41 -05:00
Scott Lahteine
87a943756a
🎨 Move HAS_EXTRUDERS
2021-05-22 16:18:42 -05:00
Scott Lahteine
26a244325b
♻️ Refactor axis counts and loops
2021-05-22 16:08:08 -05:00
Scott Lahteine
f7d28ce1d6
🎨 Misc cleanup and fixes
2021-05-22 16:08:03 -05:00
Luu Lac
e3998dc3df
M154 Position Auto-Report ( #18427 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-05-15 15:06:59 -05:00
ondrada
908caba735
Fix G29_RETRY_AND_RECOVER dependency ( #21907 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-05-15 15:05:53 -05:00
Vert
0b3420a012
UBL Mesh Wizard ( #21556 , #21791 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-05-15 15:05:52 -05:00
Scott Lahteine
a468701511
Cleanup, hex formatting
2021-05-05 07:34:39 -05:00
Mike La Spina
f075dd0db3
M10-M11 Air Evacuation for Spindle/Laser ( #21668 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-22 18:19:41 -05:00
fedetony
32dba5e0c7
Realtime Reporting, S000, P000, R000 ( #19330 )
2021-04-16 01:59:28 -05:00
Sola
4cba40f9fd
Fix manual move with MKS H43 ( #21511 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-04-09 15:29:59 -05:00
Mike La Spina
ccdbffbf3f
Laser Coolant Flow Meter / Safety Shutdown ( #21431 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-03-29 01:41:56 -05:00
Scott Lahteine
22fc59ab59
Minor process_subcommands_now followup
2021-03-23 01:03:32 -05:00
mihtjel
50a6ffa952
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.
2021-03-23 01:00:22 -05:00
X-Ryl669
55c31fbe9a
Distinguish serial index from mask ( #21287 )
2021-03-09 03:20:37 -06:00
Victor Oliveira
1b9ff68f8c
Fix Host Keepalive serial target ( #21283 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-03-08 01:11:37 -06:00
Mike La Spina
b95e548ddb
Cooler (for Laser) - M143, M193 ( #21255 )
2021-03-06 14:13:28 -06:00
Scott Lahteine
6903a2ffc5
Remove extra G42
2021-03-04 16:36:44 -06:00
Scott Lahteine
6225870aa9
Implement G42, after all
2021-03-04 03:28:45 -06:00
X-Ryl669
ec42be346d
Fix and improve G-code queue ( #21122 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-02-26 16:54:46 -06:00
Ken Sanislo
a3a10b62f2
Chamber Heater PID ( #21156 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-02-24 18:26:51 -06:00
X-Ryl669
e7c711996b
Serial refactor. Default 8-bit ECHO to int, not char ( #20985 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-02-08 00:37:24 -06:00
X-Ryl669
3f01b222b2
Refactor serial class with templates ( #20783 )
2021-01-28 02:02:06 -06:00
Giuliano Zaro
90c0194598
"Move … code" followup ( #20852 )
...
Fix regression from #20832
2021-01-22 15:58:08 -06:00
Scott Lahteine
c0870d417a
Move some MarlinCore and MarlinUI code ( #20832 )
2021-01-21 03:40:07 -06:00
Scott Lahteine
68abaeab19
MarlinUI multi-language support ( #20725 )
2021-01-20 18:52:06 -06:00
Luu Lac
257dc6d173
Help hosts when password-locked ( #20348 )
2020-12-01 23:52:09 -06:00
Scott Lahteine
b6a32500c4
M808 Repeat Markers ( #20084 )
2020-11-26 21:18:40 -06:00
Giuliano Zaro
41529b6598
SMUFF (MMU2 clone) support ( #19912 )
2020-11-18 01:27:21 -06:00
Scott Lahteine
c5e411f492
Add parser.is_command(letter, code)
2020-11-14 18:09:17 -06:00
InsanityAutomation
1b0a5abd73
G34 Z stepper locking ( #20091 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2020-11-12 22:54:18 -06:00
Scott Lahteine
f17394d677
Ability to disable M32
2020-11-10 02:21:12 -06:00
bilsef
9baa944460
Teensy 4.1 Ethernet support ( #19801 )
2020-10-20 14:35:29 -05:00
Scott Lahteine
21ce39aa9b
Use PGM serial strings
2020-10-19 04:25:48 -05:00
InsanityAutomation
e7838c5f79
G34 Mechanical Gantry Calibration (like Prusa M915) ( #18972 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2020-10-11 21:34:27 -05:00
Scott Lahteine
492ba2a111
Digipots refactor / cleanup ( #19690 )
2020-10-11 14:58:35 -05:00