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