kisslorand
feafb7d49a
✨ M21 P / S / U - Select Volume ( #23780 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2022-05-07 15:58:30 -05:00
GHGiampy
e704de9bb0
✨ Long filename open/create/write ( #23526 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2022-05-07 15:26:59 -05:00
X-Ryl669
0dc1a58b24
✨ Configurations embed and retrieve ( #21321 , #23303 )
2021-12-25 03:23:10 -06:00
ellensp
13a1c86ae8
✨ M115 flag EXTENDED_M20 ( #22941 )
2021-12-25 01:51:11 -06:00
Scott Lahteine
24dbeceb45
🎨 Apply F() to various reports
2021-12-25 00:45:04 -06:00
Scott Lahteine
b661795ae5
🎨 Fewer serial macros
2021-10-02 22:31:15 -05:00
Scott Lahteine
caa6ec0519
🐛 Show bed size as 'work:' in M115
...
Fixes #22598
2021-09-12 19:17:01 -05:00
bilsef
e213246ab9
✨ M115: Axis Count ( #22219 )
2021-07-17 02:31:54 -05:00
Andy Barratt
4572af2bce
🚸 cap:HOST_ACTION_COMMANDS ( #21987 )
2021-05-29 15:11:57 -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
X-Ryl669
139c149486
Flags for MarlinSerial instance features ( #21318 )
2021-03-29 21:36:01 -05:00
Scott Lahteine
71f2617263
Pause SD queue early on M25 ( #21317 )
2021-03-12 08:34:22 -06:00
X-Ryl669
f147a8990a
Fix MeatPack with per-serial-port instances ( #21306 )
2021-03-10 14:22:20 -06:00
Scott Lahteine
2c62886c71
Clean up spaces and words
2021-03-10 13:45:53 -06:00
Mike La Spina
b95e548ddb
Cooler (for Laser) - M143, M193 ( #21255 )
2021-03-06 14:13:28 -06:00
Scott Lahteine
dd42831cba
Serial macros cleanup
2021-02-28 20:02:24 -06:00
LinFor
e0aa9ce372
RGB Caselight ( #20341 )
2021-02-27 16:06:48 -06:00
X-Ryl669
27366197f3
Serial refactor followup ( #20932 )
2021-01-31 17:21:27 -06:00
ellensp
3921369f98
MeatPack serial encoding ( #20802 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-01-24 00:43:23 -06:00
Scott Lahteine
b6a32500c4
M808 Repeat Markers ( #20084 )
2020-11-26 21:18:40 -06:00
Scott Lahteine
0ffee29a11
Case light brightness cleanup ( #19856 )
...
Co-authored-by: Chris <chris@chrisnovoa.com>
2020-10-22 22:31:48 -05:00
Scott Lahteine
0473f7ee58
M115 strings
2020-09-14 02:42:05 -05:00
Scott Lahteine
99ba866d8d
Optimize G-code / feature dependencies ( #18919 )
2020-08-06 08:14:00 -05:00
Diego von Deschwanden
42fbd527f3
Fix links to secure sites ( #18745 )
2020-07-22 22:20:14 -05:00
Scott Lahteine
915847b75a
Add Cap:RUNOUT
...
Co-Authored-By: Julius ter Pelkwijk <mrseeker@users.noreply.github.com>
2020-07-08 06:53:03 -05:00
Scott Lahteine
9944403cbf
Add Cap:ARCS
2020-06-21 19:15:32 -05:00
Jason Smith
2af270ca42
Fix M115_GEOMETRY_REPORT extra commas ( #17933 )
2020-05-09 23:24:15 -05:00
Gurmeet Athwal
a4c981469e
Extended reporting options ( #16741 )
2020-05-05 23:34:04 -05:00
Gurmeet Athwal
9381a76d75
Add Cap:LONG_FILENAME ( #17821 )
2020-05-02 16:19:40 -05:00
Martin
0777e391be
Add M115 Cap:BABYSTEPPING ( #17691 )
2020-04-27 07:31:48 -05:00
Gurmeet Athwal
8f86f7c601
Add Cap:SDCARD to M115 ( #17208 )
2020-04-26 20:55:14 -05:00
Scott Lahteine
6d90d1e1f5
Apply TERN to compact code ( #17619 )
2020-04-22 16:35:03 -05:00
Scott Lahteine
64d092935b
More useful ENABLED / DISABLED macros ( #17054 )
2020-03-07 22:20:41 -06:00
Scott Lahteine
e78f607ef3
Use a STR_ prefix for non-translated strings
2020-02-26 03:02:03 -06:00
Scott Lahteine
3bef7a4450
Add g-code quoted strings, improve stream code ( #16818 )
2020-02-10 14:52:15 -06:00
Scott Lahteine
bfad23d3e2
(c) 2020
2020-02-03 08:00:57 -06:00
Jamie
022b6b9067
Fix M115 cap with EXTRUDERS == 0 ( #16459 )
2020-01-05 01:54:30 -06:00
Scott Lahteine
af214ff121
Fix up PSU_CONTROL checks
2019-10-22 16:16:12 -05:00
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
2019-06-27 23:58:16 -05:00
Stephan
483822f3aa
Fix some THERMAL_PROTECTION_CHAMBER issues ( #13678 )
2019-05-06 19:55:01 -05:00
Scott Lahteine
49cf92dc36
Extended condition macros ( #13419 )
...
Allow `ENABLED`, `DISABLED`, `PIN_EXISTS`, and `BUTTON_EXISTS` to take multiple arguments. Also add:
- Alias `ANY(...)` for `!DISABLED(...)`
- Alias `ANY_PIN(...)` for `PIN_EXISTS(a) || PIN_EXISTS(b) ...`
- Alias `EITHER(A,B)` for `ANY(...)`
- Alias `ALL(...)` and `BOTH(A,B)` for `ENABLED(...)`
- `NONE(...)` for `DISABLED(...)`
2019-03-16 23:43:06 -05:00
Andrei Pozolotin
cc8a871705
Add capability string CHAMBER_TEMPERATURE ( #13391 )
...
Reference: #13380
2019-03-13 18:09:22 -05:00
Scott Lahteine
f89b375fb9
Fixes and improvements for PWM pins ( #13383 )
2019-03-13 06:51:15 -05:00
Scott Lahteine
3f36a38512
Clean up some pre-serial-redirect includes
2019-03-03 01:52:15 -06:00
Chris Pepper
4ab433d391
Fix binary protocol with one serial port ( #13270 )
...
- The `sdcard.transfer_port` variable is Marlin's internal serial port index, not the physical serial port number.
- Added packet number to "ok" response so hosts don't need to wait for the ACK.
- Renamed feature to `BINARY_FILE_TRANSFER`, as the speed up is only consequential to the ability to transfer binaries over serial.
2019-02-27 19:57:48 -06:00
Scott Lahteine
e15354e387
Simplify serial port redirect ( #13234 )
2019-02-23 22:53:01 -06:00
InsanityAutomation
7f1b69b0c8
Add HOST_PROMPT_SUPPORT ( #13039 )
2019-02-12 15:55:47 -06:00
Scott Lahteine
0feeef2604
Update copyright in headers
2019-02-12 15:30:11 -06:00
Scott Lahteine
c986239837
A single SERIAL_ECHO macro type ( #12557 )
2018-11-29 16:58:58 -06:00
Scott Lahteine
0e610815e4
No need for Cap:PAREN_COMMENTS
2018-11-16 04:28:40 -06:00