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