Scott Lahteine
1dafd1887e
🎨 Apply F() to various reports
3 years ago
Scott Lahteine
754b31918a
🎨 Fewer serial macros
3 years ago
Scott Lahteine
033e65ec85
🐛 Show bed size as 'work:' in M115
Fixes #22598
3 years ago
bilsef
665cb5ea10
✨ M115: Axis Count (#22219 )
3 years ago
Andy Barratt
5c6a2f4d0d
🚸 cap:HOST_ACTION_COMMANDS (#21987 )
4 years ago
Luu Lac
7f774cab90
M154 Position Auto-Report (#18427 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
4 years ago
X-Ryl669
139c149486
Flags for MarlinSerial instance features (#21318 )
4 years ago
Scott Lahteine
71f2617263
Pause SD queue early on M25 (#21317 )
4 years ago
X-Ryl669
f147a8990a
Fix MeatPack with per-serial-port instances (#21306 )
4 years ago
Scott Lahteine
2c62886c71
Clean up spaces and words
4 years ago
Mike La Spina
b95e548ddb
Cooler (for Laser) - M143, M193 (#21255 )
4 years ago
Scott Lahteine
dd42831cba
Serial macros cleanup
4 years ago
LinFor
e0aa9ce372
RGB Caselight (#20341 )
4 years ago
X-Ryl669
27366197f3
Serial refactor followup (#20932 )
4 years ago
ellensp
3921369f98
MeatPack serial encoding (#20802 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
4 years ago
Scott Lahteine
b6a32500c4
M808 Repeat Markers (#20084 )
4 years ago
Scott Lahteine
0ffee29a11
Case light brightness cleanup (#19856 )
Co-authored-by: Chris <chris@chrisnovoa.com >
4 years ago
Scott Lahteine
0473f7ee58
M115 strings
4 years ago
Scott Lahteine
99ba866d8d
Optimize G-code / feature dependencies (#18919 )
4 years ago
Diego von Deschwanden
42fbd527f3
Fix links to secure sites (#18745 )
4 years ago
Scott Lahteine
915847b75a
Add `Cap:RUNOUT`
Co-Authored-By: Julius ter Pelkwijk <mrseeker@users.noreply.github.com >
5 years ago
Scott Lahteine
9944403cbf
Add Cap:ARCS
5 years ago
Jason Smith
2af270ca42
Fix M115_GEOMETRY_REPORT extra commas (#17933 )
5 years ago
Gurmeet Athwal
a4c981469e
Extended reporting options (#16741 )
5 years ago
Gurmeet Athwal
9381a76d75
Add Cap:LONG_FILENAME (#17821 )
5 years ago
Martin
0777e391be
Add M115 Cap:BABYSTEPPING (#17691 )
5 years ago
Gurmeet Athwal
8f86f7c601
Add Cap:SDCARD to M115 (#17208 )
5 years ago
Scott Lahteine
6d90d1e1f5
Apply TERN to compact code (#17619 )
5 years ago
Scott Lahteine
64d092935b
More useful ENABLED / DISABLED macros (#17054 )
5 years ago
Scott Lahteine
e78f607ef3
Use a STR_ prefix for non-translated strings
5 years ago
Scott Lahteine
3bef7a4450
Add g-code quoted strings, improve stream code (#16818 )
5 years ago
Scott Lahteine
bfad23d3e2
(c) 2020
5 years ago
Jamie
022b6b9067
Fix M115 cap with EXTRUDERS == 0 (#16459 )
5 years ago
Scott Lahteine
af214ff121
Fix up PSU_CONTROL checks
5 years ago
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
6 years ago
Stephan
483822f3aa
Fix some THERMAL_PROTECTION_CHAMBER issues (#13678 )
6 years ago
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(...)`
6 years ago
Andrei Pozolotin
cc8a871705
Add capability string CHAMBER_TEMPERATURE (#13391 )
Reference: #13380
6 years ago
Scott Lahteine
f89b375fb9
Fixes and improvements for PWM pins (#13383 )
6 years ago
Scott Lahteine
3f36a38512
Clean up some pre-serial-redirect includes
6 years ago
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.
6 years ago
Scott Lahteine
e15354e387
Simplify serial port redirect (#13234 )
6 years ago
InsanityAutomation
7f1b69b0c8
Add HOST_PROMPT_SUPPORT (#13039 )
6 years ago
Scott Lahteine
0feeef2604
Update copyright in headers
6 years ago
Scott Lahteine
c986239837
A single SERIAL_ECHO macro type (#12557 )
6 years ago
Scott Lahteine
0e610815e4
No need for Cap:PAREN_COMMENTS
6 years ago
Scott Lahteine
52a37913c1
Extend and apply some corrections
6 years ago
Scott Lahteine
11ac75edcb
Use PGM_P for PSTR pointers (#11977 )
6 years ago
Scott Lahteine
d8a8eec6ea
Add THERMAL_PROTECTION capability
Based on #10465
In response to `M115` the firmware reports if Thermal Protection is enabled (1) or not (0). This information can be used by software such as OctoPrint (more precisely the Printer Safety Check plugin) to warn users when Thermal Protection is not enabled in the firmware.
Co-Authored-By: andrivet <sebastien@advtools.com >
7 years ago
TheSFReader
eb079959fb
Report sd card progress [FR] #9751 (#9832 )
* SD Status auto-report feature
Feature Request #9751
7 years ago