Scott Lahteine
e5ff55a1be
Add typedef celsius_t ( #21374 )
4 years ago
Scott Lahteine
cfa6c7d45b
Improve max temp / target
4 years ago
Scott Lahteine
27f9437d31
G92, subcodes flag cleanup
4 years ago
X-Ryl669
e7c711996b
Serial refactor. Default 8-bit ECHO to int, not char ( #20985 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Scott Lahteine
b8186b5081
Apply SEC_TO_MS and other fixes
4 years ago
rdhoggattjr
62680bb356
LCD position in current units ( #20145 )
4 years ago
Scott Lahteine
c5e411f492
Add parser.is_command(letter, code)
4 years ago
Scott Lahteine
ec23e37a4a
Clean up comments, USB flash, NULLs
4 years ago
Victor Oliveira
631457ffea
Support for Debug Codes - Dnnn ( #19225 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Scott Lahteine
d69c2a90b7
Simple rename of hex_print
4 years ago
Diego von Deschwanden
42fbd527f3
Fix links to secure sites ( #18745 )
4 years ago
Scott Lahteine
bafe8d920a
Handle print completed LED event in M0
5 years ago
Scott Lahteine
832951ec44
Case-insensitive g-code option ( #16932 )
5 years ago
Scott Lahteine
0ba18848af
Allow USE_GCODE_SUBCODES for debugging
5 years ago
Scott Lahteine
3bef7a4450
Add g-code quoted strings, improve stream code ( #16818 )
5 years ago
Scott Lahteine
38873596ec
Tweak parser warning
5 years ago
Scott Lahteine
bfad23d3e2
(c) 2020
5 years ago
Scott Lahteine
e3fd0519b3
Reduce need for UNUSED
5 years ago
Scott Lahteine
455dabb183
Add a feedRate_t data type ( #15349 )
5 years ago
Scott Lahteine
c353eaa146
Misc changes from struct refactor ( #15289 )
5 years ago
Jamie
dbee0e9c54
Analog joystick jogging control ( #14648 )
5 years ago
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
5 years ago
Scott Lahteine
ad4ffa1d2f
Use C++ language supported 'nullptr' ( #13944 )
6 years ago
Scott Lahteine
cfdb38eda4
Allow SERIAL_ECHOPAIR to take up to 12 pairs ( #13311 )
6 years ago
Scott Lahteine
0feeef2604
Update copyright in headers
6 years ago
Scott Lahteine
471f403a67
Reduce code size with plain inlines
6 years ago
Scott Lahteine
e4cf175163
Synchronize on M204, M205 ( #12302 )
* Add parser.seen for multiple parameters
* Fix M666, use !seen for report
* Synchronize on M204, M205
6 years ago
Scott Lahteine
3583e2b449
Followup to Menu Refactor ( #12275 )
6 years ago
Scott Lahteine
951b25163e
Extend M217 with configurable park/raise ( #12076 )
6 years ago
Scott Lahteine
d6b0fbd771
Use uint8_t for all fan speeds ( #12032 )
6 years ago
Scott Lahteine
52a37913c1
Extend and apply some corrections
6 years ago
thesfreader
e09c144674
Add CNC-like G-code options
6 years ago
Scott Lahteine
11ac75edcb
Use PGM_P for PSTR pointers ( #11977 )
6 years ago
Scott Lahteine
a4b0148365
Easier to find 'static inline'
6 years ago
Giuliano
aed1d17a2d
Initialize default units ( #11295 )
When `INCH_MODE_SUPPORT` is enabled no default unit is set. This fixes it.
6 years ago
etagle
1367df2875
Replace double with float, optimize calculation
6 years ago
Scott Lahteine
645df23eb0
Fix warning with FASTER_GCODE_PARSER disabled
7 years ago
Scott Lahteine
230ae6a143
Default G30 to engage / disengage
7 years ago
Bob-the-Kuhn
21179f8300
Fix the "slow" version of the G-code parser
7 years ago
Scott Lahteine
f5cfdf6efe
Use _BV32 to avoid name conflict
7 years ago
Scott Lahteine
399bca316a
Fix has_value with FASTER_GCODE_PARSER
7 years ago
Scott Lahteine
80d3ded895
Change parser codebits from array to int32_t
7 years ago
Scott Lahteine
053b1371c7
Simplify G-code debug option
7 years ago
Scott Lahteine
608f8b10da
Parser val method parity with 1.1.x
7 years ago
Scott Lahteine
1b40e9c464
Implement CNC_COORDINATE_SYSTEMS
7 years ago
Thomas Moore
9e699811d2
Make LPC1768 pinmapping not specific to Re-ARM ( #8063 )
* Merging early because of build failures. See #8105
* Make LPC1768 pinmapping not specific to Re-ARM
* Add HAL_PIN_TYPE and LPC1768 pin features
* M43 Updates
* Move pin map into pinsDebug_LPC1768.h
* Incorporate comments and M226
* Fix persistent store compilation issues
* Update pin features
* Update MKS SBASE pins
* Use native LPC1768 pin numbers in M42, M43, and M226
7 years ago
Thomas Moore
51fafccc16
[2.0.x] Enable hardware serial ports on LPC1768 ( #8004 )
* Enable hardware serial ports on LPC1768
* Fix compilation errors with other HALs
* FIx order of includes in LPC1768 HAL main.cpp
* Add support for RX_BUFFER_SIZE and TX_BUFFER_SIZE options in Configuration_adv.h
7 years ago
Roxy-3D
5439358281
Basic UBL operations working on 32-bit platforms ( #8024 )
* 32-bit work for UBL
* Update FT i3-2020 reference file
7 years ago
Luc Van Daele
3986a84f77
boolval revisited ( #8016 )
7 years ago
Scott Lahteine
63228fc453
Move volumetric flag to GCodeParser
7 years ago