Commit Graph

110 Commits

Author SHA1 Message Date
b95e548ddb Cooler (for Laser) - M143, M193 (#21255) 2021-03-06 14:13:28 -06:00
dd42831cba Serial macros cleanup 2021-02-28 20:02:24 -06:00
e0aa9ce372 RGB Caselight (#20341) 2021-02-27 16:06:48 -06:00
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
fd2477923c Minor serial code cleanup 2021-02-12 19:33:19 -06:00
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
708ea3d0bb Use serial shorthand 2021-02-04 23:34:09 -06:00
27366197f3 Serial refactor followup (#20932) 2021-01-31 17:21:27 -06:00
3f01b222b2 Refactor serial class with templates (#20783) 2021-01-28 02:02:06 -06:00
c929fb52dd Meatpack::report_state on serial port init (#20903)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-01-28 01:47:12 -06:00
3921369f98 MeatPack serial encoding (#20802)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-01-24 00:43:23 -06:00
5eaa10e2ad Fix //action prefix (#20600) 2021-01-02 02:06:50 -06:00
b6a32500c4 M808 Repeat Markers (#20084) 2020-11-26 21:18:40 -06:00
62680bb356 LCD position in current units (#20145) 2020-11-23 23:02:54 -06:00
c710b6e06c Optimize M360 2020-11-13 20:06:37 -06:00
0ffee29a11 Case light brightness cleanup (#19856)
Co-authored-by: Chris <chris@chrisnovoa.com>
2020-10-22 22:31:48 -05:00
92767f5513 Misc. cleanup, serial strings 2020-10-19 20:39:36 -05:00
0473f7ee58 M115 strings 2020-09-14 02:42:05 -05:00
e97e6865c3 MarkForged kinematics (#19235) 2020-09-03 20:12:53 -05:00
99ba866d8d Optimize G-code / feature dependencies (#18919) 2020-08-06 08:14:00 -05:00
42fbd527f3 Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
6027055695 Optimize LCD, Wifi, etc. libraries (#18730) 2020-07-21 04:00:39 -05:00
915847b75a Add Cap:RUNOUT
Co-Authored-By: Julius ter Pelkwijk <mrseeker@users.noreply.github.com>
2020-07-08 06:53:03 -05:00
9944403cbf Add Cap:ARCS 2020-06-21 19:15:32 -05:00
6371782263 Add HAS_MULTI_SERIAL conditional 2020-06-05 16:20:27 -05:00
7119596170 G-code line number for each serial port (for TFTs) (#18165) 2020-06-01 22:19:10 -05:00
c73894308c Tweak M114 D output 2020-05-17 15:12:08 -05:00
aecfc05748 Align slightly in M114 detail 2020-05-11 19:24:58 -05:00
91fe0e1022 Fix line ending in M360 (#17917) 2020-05-09 23:36:04 -05:00
2af270ca42 Fix M115_GEOMETRY_REPORT extra commas (#17933) 2020-05-09 23:24:15 -05:00
a4c981469e Extended reporting options (#16741) 2020-05-05 23:34:04 -05:00
9381a76d75 Add Cap:LONG_FILENAME (#17821) 2020-05-02 16:19:40 -05:00
0777e391be Add M115 Cap:BABYSTEPPING (#17691) 2020-04-27 07:31:48 -05:00
8f86f7c601 Add Cap:SDCARD to M115 (#17208) 2020-04-26 20:55:14 -05:00
6d90d1e1f5 Apply TERN to compact code (#17619) 2020-04-22 16:35:03 -05:00
22da1b2b31 Rename some "kill" messages 2020-04-13 14:54:50 -05:00
118bd2f8b2 Apply loop shorthand macros (#17159) 2020-03-13 23:18:16 -05:00
64d092935b More useful ENABLED / DISABLED macros (#17054) 2020-03-07 22:20:41 -06:00
3a07b4412d Asynchronous M114 and (R)ealtime position option (#17032) 2020-03-02 21:52:53 -06:00
c4db8e49a7 XYZ_CHAR macro 2020-03-01 14:36:06 -06:00
e78f607ef3 Use a STR_ prefix for non-translated strings 2020-02-26 03:02:03 -06:00
00ba053c90 Clean up host actions code (#16856) 2020-02-13 23:39:27 -06:00
3bef7a4450 Add g-code quoted strings, improve stream code (#16818) 2020-02-10 14:52:15 -06:00
f312ddfa4f More updates for 8 extruders, REPEAT 2020-02-04 12:37:20 -06:00
bfad23d3e2 (c) 2020 2020-02-03 08:00:57 -06:00
0fcf2b1110 Quad Z stepper support (#16277) 2020-01-19 23:35:07 -06:00
1ad53cee1f Improved STMicro L64XX stepper driver support (#16452) 2020-01-13 18:47:30 -06:00
95046c9047 Extend SERIAL_CHAR to take multiple arguments 2020-01-08 18:36:47 -06:00
022b6b9067 Fix M115 cap with EXTRUDERS == 0 (#16459) 2020-01-05 01:54:30 -06:00
d0e1166cce Fix Visual Micro "Arduino IDE for Visual Studio" support (#16418) 2020-01-02 19:01:38 -06:00