Victor Oliveira
59b6b32e6e
Support for Debug Codes - Dnnn (#19225 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
4 лет назад
Victor Oliveira
61d96ce1c9
Escape the M33 string arg (#19515 )
4 лет назад
Diego von Deschwanden
42fbd527f3
Fix links to secure sites (#18745 )
4 лет назад
Scott Lahteine
6371782263
Add HAS_MULTI_SERIAL conditional
4 лет назад
Scott Lahteine
6d90d1e1f5
Apply TERN to compact code (#17619 )
4 лет назад
ellensp
af23c0480e
Don't define 'valptr' if unused (#17048 )
4 лет назад
Scott Lahteine
832951ec44
Case-insensitive g-code option (#16932 )
4 лет назад
Scott Lahteine
e78f607ef3
Use a STR_ prefix for non-translated strings
4 лет назад
Scott Lahteine
0ba18848af
Allow USE_GCODE_SUBCODES for debugging
4 лет назад
Scott Lahteine
3bef7a4450
Add g-code quoted strings, improve stream code (#16818 )
4 лет назад
Scott Lahteine
38873596ec
Tweak parser warning
4 лет назад
Scott Lahteine
bfad23d3e2
(c) 2020
4 лет назад
Scott Lahteine
95046c9047
Extend SERIAL_CHAR to take multiple arguments
4 лет назад
Dirk O. Kaar
d0e1166cce
Fix Visual Micro "Arduino IDE for Visual Studio" support (#16418 )
4 лет назад
Scott Lahteine
93f0012959
Cancel Objects - As seen at ERRF2019 (#15590 )
5 лет назад
InsanityAutomation
438835f6a5
Configurable Max Accel, Max Feedrate, Max Jerk edit limits (#13929 )
5 лет назад
Scott Lahteine
7c5e6900e1
Tweak comment
5 лет назад
Joseph Bozarth
0fbb26c28f
M16 - Expected Printer Check (#14924 )
5 лет назад
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
5 лет назад
Scott Lahteine
1ef95013f0
Update Marlin.cpp includes, defines
5 лет назад
Giuliano Zaro
f22c9a1ae1
Fix G-code parser with MMU2 (#13951 )
5 лет назад
Scott Lahteine
ad4ffa1d2f
Use C++ language supported 'nullptr' (#13944 )
5 лет назад
Scott Lahteine
cfdb38eda4
Allow SERIAL_ECHOPAIR to take up to 12 pairs (#13311 )
5 лет назад
Scott Lahteine
e15354e387
Simplify serial port redirect (#13234 )
5 лет назад
Scott Lahteine
0feeef2604
Update copyright in headers
5 лет назад
Scott Lahteine
4fa1c52688
Tweak serial output code
5 лет назад
revilor
6a57d0b381
Prusa MMU2 (#12967 )
5 лет назад
revilor
b60abc7c37
[2.0.x] Macro G-codes (#9365 )
6 лет назад
Scott Lahteine
52a37913c1
Extend and apply some corrections
6 лет назад
thesfreader
e09c144674
Add CNC-like G-code options
6 лет назад
Scott Lahteine
4c8751727a
Fix M118 parameter handling
Fix #10388
6 лет назад
GMagician
6ace57e1b0
[2.0.x] remove duplicated include (#9445 )
This was present in #9357 but lost
6 лет назад
Scott Lahteine
399bca316a
Fix has_value with FASTER_GCODE_PARSER
6 лет назад
Scott Lahteine
80d3ded895
Change parser codebits from array to int32_t
6 лет назад
Scott Lahteine
053b1371c7
Simplify G-code debug option
6 лет назад
Scott Lahteine
1dcfe193ac
Optimize some serial strings
6 лет назад
Thomas Moore
f7efac57b7
Multi-host support
7 лет назад
Scott Lahteine
2c8c30437e
Fix parser parameter value handling
7 лет назад
Scott Lahteine
e6aba99f16
Fix M118 parameters, with strict guideline
7 лет назад
Scott Lahteine
1b40e9c464
Implement CNC_COORDINATE_SYSTEMS
7 лет назад
Thomas Moore
0cb00f52d9
Cleanup warnings
7 лет назад
Scott Lahteine
63228fc453
Move volumetric flag to GCodeParser
7 лет назад
Scott Lahteine
4231faf779
Initial split-up of G-code handlers by category
7 лет назад
Scott Lahteine
9ea2ff950a
Move 'gcode' files
7 лет назад
Scott Lahteine
11c589c3ec
Fix compile issue with G38
Fixes #7250
7 лет назад
Ben Lye
98d362c2da
Adding M118 command to send text to serial
Allows the user to send text to the serial console in order to
communicate with a host - sending debuging information or action
commands, for example. Text must begin with '//' and this is added if
it is not already present at the beginning of the string.
7 лет назад
Scott Lahteine
ba1706a265
Fix spacing in gcode.cpp
Followup to #6940
7 лет назад
Scott Lahteine
e94f79ccea
Patch some serial macros
7 лет назад
Scott Lahteine
90ccac4bcf
Clean up after recent commits
7 лет назад
Bob-the-Kuhn
2130f10de8
allow space between parameter and value
7 лет назад