Scott Lahteine
2d2291d00e
More IntelliSense-friendly declarations
4 years ago
X-Ryl669
55c31fbe9a
Distinguish serial index from mask ( #21287 )
4 years ago
Sola
72cc5a49e6
MKS H43 fixup ( #21267 )
Co-authored-by: makerbase <4164049@qq.com>
Co-authored-by: MKS-Sean <56996910+MKS-Sean@users.noreply.github.com>
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
4 years ago
Victor Oliveira
101f09aabd
Fix multi-serial CRC error crash ( #21249 )
4 years ago
X-Ryl669
ec42be346d
Fix and improve G-code queue ( #21122 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
ellensp
c929fb52dd
Meatpack::report_state on serial port init ( #20903 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
4 years ago
Scott Lahteine
d33fe2378c
Move common strings ( #20846 )
4 years ago
Diego von Deschwanden
42fbd527f3
Fix links to secure sites ( #18745 )
4 years ago
Scott Lahteine
6371782263
Add HAS_MULTI_SERIAL conditional
5 years ago
Mark Scammacca
7119596170
G-code line number for each serial port (for TFTs) ( #18165 )
5 years ago
Scott Lahteine
48919c54fb
Add SRAM command injection ( #17459 )
5 years ago
Scott Lahteine
4e3a793f1e
Fix broken enqueue_P
5 years ago
Scott Lahteine
5071fe82ab
Ensure proper SD print completion ( #16967 )
5 years ago
Robby Candra
af84e362cc
Remove unused queue.stopped_N ( #16850 )
5 years ago
Scott Lahteine
bfad23d3e2
(c) 2020
5 years ago
Robby Candra
a0a93e35ae
Fix serial port redirection (index ≠ port num) ( #16687 )
5 years ago
Scott Lahteine
a2e412c0ce
Rename command buffer var
5 years ago
Marcio Teixeira
e6cf7860e8
Improve ExtUI, fix compiler errors, warnings ( #14441 )
5 years ago
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
5 years ago
Scott Lahteine
4c872a01f2
G-code queue singleton, front injection ( #14236 )
6 years ago
Robby Candra
5ca8d51e12
Ability to insert G-code in front of queue ( #14229 )
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
Scott Lahteine
0feeef2604
Update copyright in headers
6 years ago
Scott Lahteine
f5eab912ed
Apply #pragma once, misc cleanup ( #12322 )
* Apply #pragma once in headers
* Adjust some thermistors formatting
* Misc cleanup and formatting
6 years ago
Scott Lahteine
3583e2b449
Followup to Menu Refactor ( #12275 )
6 years ago
Scott Lahteine
11ac75edcb
Use PGM_P for PSTR pointers ( #11977 )
6 years ago
Scott Lahteine
11ab017dd0
Creality3D Power-Loss Recovery
7 years ago
Scott Lahteine
78ea4871f9
Fix up enqueue now functions
…and apply to MALYAN_LCD.
7 years ago
Thomas Moore
f7efac57b7
Multi-host support
7 years ago
Thomas Moore
8afc4f8d9d
Fix UBL compilation warnings
7 years ago
Scott Lahteine
722786966a
Add gcode.cpp, motion.*, queue.* - Apply to some G-codes.
7 years ago