Scott Lahteine
|
433eedd50f
|
🎨 Apply F() to serial macros
|
2021-12-25 00:20:45 -06:00 |
|
Scott Lahteine
|
b661795ae5
|
🎨 Fewer serial macros
|
2021-10-02 22:31:15 -05:00 |
|
Scott Lahteine
|
6d96c221bd
|
🎨 Standardize G-code reporting
|
2021-10-02 22:31:15 -05:00 |
|
Scott Lahteine
|
dc5ae16861
|
🎨 Misc code and spacing cleanup
|
2021-09-12 19:17:24 -05:00 |
|
Katelyn Schiesser
|
ef41c1f452
|
🐛 Fix IJK axis references, E stepper indices (#22176)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2021-06-21 16:26:38 -05:00 |
|
DerAndere
|
c1fca91103
|
🏗️ Support for up to 6 linear axes (#19112)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
|
2021-06-15 00:05:03 -05:00 |
|
Scott Lahteine
|
4194cdda5b
|
♻️ Refactor Linear / Logical / Distinct Axes (#21953)
* More patches supporting EXTRUDERS 0
* Extend types in prep for more axes
|
2021-06-15 00:03:55 -05:00 |
|
Scott Lahteine
|
f7d28ce1d6
|
🎨 Misc cleanup and fixes
|
2021-05-22 16:08:03 -05:00 |
|
Scott Lahteine
|
6a1e78e614
|
Optimize G-code flag parameters (#21849)
|
2021-05-15 15:05:53 -05:00 |
|
Scott Lahteine
|
5f594ce5d3
|
Fix parser temperature rounding
|
2021-05-02 15:55:20 -05:00 |
|
InsanityAutomation
|
98b2b45264
|
Revert "Optimized string-to-number functions" (#21532)
This reverts #21484
|
2021-04-04 17:35:58 -05:00 |
|
Scott Lahteine
|
62f37669dc
|
Replace 'const float &' with 'const_float_t' (#21505)
|
2021-04-01 17:59:57 -05:00 |
|
Ramiro Polla
|
20d2061f22
|
Optimized string-to-number functions (#21484)
|
2021-03-30 21:20:33 -05:00 |
|
Scott Lahteine
|
e5ff55a1be
|
Add typedef celsius_t (#21374)
|
2021-03-24 04:11:43 -05:00 |
|
Scott Lahteine
|
cfa6c7d45b
|
Improve max temp / target
|
2021-03-23 09:39:09 -05:00 |
|
Scott Lahteine
|
27f9437d31
|
G92, subcodes flag cleanup
|
2021-02-23 16:08:00 -06:00 |
|
X-Ryl669
|
e7c711996b
|
Serial refactor. Default 8-bit ECHO to int, not char (#20985)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2021-02-08 00:37:24 -06:00 |
|
Scott Lahteine
|
b8186b5081
|
Apply SEC_TO_MS and other fixes
|
2021-01-25 08:32:58 -06:00 |
|
rdhoggattjr
|
62680bb356
|
LCD position in current units (#20145)
|
2020-11-23 23:02:54 -06:00 |
|
Scott Lahteine
|
c5e411f492
|
Add parser.is_command(letter, code)
|
2020-11-14 18:09:17 -06:00 |
|
Scott Lahteine
|
ec23e37a4a
|
Clean up comments, USB flash, NULLs
|
2020-10-25 04:10:00 -05:00 |
|
Victor Oliveira
|
631457ffea
|
Support for Debug Codes - Dnnn (#19225)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2020-10-09 06:28:53 -05:00 |
|
Scott Lahteine
|
d69c2a90b7
|
Simple rename of hex_print
|
2020-08-06 04:07:59 -05:00 |
|
Diego von Deschwanden
|
42fbd527f3
|
Fix links to secure sites (#18745)
|
2020-07-22 22:20:14 -05:00 |
|
Scott Lahteine
|
bafe8d920a
|
Handle print completed LED event in M0
|
2020-02-26 12:02:54 -06:00 |
|
Scott Lahteine
|
832951ec44
|
Case-insensitive g-code option (#16932)
|
2020-02-26 09:23:55 -06:00 |
|
Scott Lahteine
|
0ba18848af
|
Allow USE_GCODE_SUBCODES for debugging
|
2020-02-22 22:50:03 -06:00 |
|
Scott Lahteine
|
3bef7a4450
|
Add g-code quoted strings, improve stream code (#16818)
|
2020-02-10 14:52:15 -06:00 |
|
Scott Lahteine
|
38873596ec
|
Tweak parser warning
|
2020-02-09 11:37:43 -06:00 |
|
Scott Lahteine
|
bfad23d3e2
|
(c) 2020
|
2020-02-03 08:00:57 -06:00 |
|
Scott Lahteine
|
e3fd0519b3
|
Reduce need for UNUSED
|
2019-09-30 22:56:22 -05:00 |
|
Scott Lahteine
|
455dabb183
|
Add a feedRate_t data type (#15349)
|
2019-09-26 01:28:09 -05:00 |
|
Scott Lahteine
|
c353eaa146
|
Misc changes from struct refactor (#15289)
|
2019-09-17 18:16:28 -05:00 |
|
Jamie
|
dbee0e9c54
|
Analog joystick jogging control (#14648)
|
2019-09-08 00:55:34 -05:00 |
|
Scott Lahteine
|
93cd66ac11
|
Tweaky change from (C) to (c)
|
2019-06-27 23:58:16 -05:00 |
|
Scott Lahteine
|
ad4ffa1d2f
|
Use C++ language supported 'nullptr' (#13944)
|
2019-05-09 11:45:55 -05:00 |
|
Scott Lahteine
|
cfdb38eda4
|
Allow SERIAL_ECHOPAIR to take up to 12 pairs (#13311)
|
2019-03-05 06:46:19 -06:00 |
|
Scott Lahteine
|
0feeef2604
|
Update copyright in headers
|
2019-02-12 15:30:11 -06:00 |
|
Scott Lahteine
|
471f403a67
|
Reduce code size with plain inlines
|
2018-11-11 08:36:10 -06:00 |
|
Scott Lahteine
|
e4cf175163
|
Synchronize on M204, M205 (#12302)
* Add parser.seen for multiple parameters
* Fix M666, use !seen for report
* Synchronize on M204, M205
|
2018-11-03 01:16:37 -05:00 |
|
Scott Lahteine
|
3583e2b449
|
Followup to Menu Refactor (#12275)
|
2018-10-30 16:34:45 -05:00 |
|
Scott Lahteine
|
951b25163e
|
Extend M217 with configurable park/raise (#12076)
|
2018-10-13 23:08:20 -05:00 |
|
Scott Lahteine
|
d6b0fbd771
|
Use uint8_t for all fan speeds (#12032)
|
2018-10-07 15:34:41 -05:00 |
|
Scott Lahteine
|
52a37913c1
|
Extend and apply some corrections
|
2018-10-06 00:27:21 -05:00 |
|
thesfreader
|
e09c144674
|
Add CNC-like G-code options
|
2018-10-06 00:15:27 -05:00 |
|
Scott Lahteine
|
11ac75edcb
|
Use PGM_P for PSTR pointers (#11977)
|
2018-09-30 23:44:33 -05:00 |
|
Scott Lahteine
|
a4b0148365
|
Easier to find 'static inline'
|
2018-08-13 23:55:33 -05:00 |
|
Giuliano
|
aed1d17a2d
|
Initialize default units (#11295)
When `INCH_MODE_SUPPORT` is enabled no default unit is set. This fixes it.
|
2018-07-17 19:37:30 -05:00 |
|
etagle
|
1367df2875
|
Replace double with float, optimize calculation
|
2018-07-04 22:28:56 -05:00 |
|
Scott Lahteine
|
645df23eb0
|
Fix warning with FASTER_GCODE_PARSER disabled
|
2018-05-25 06:45:42 -05:00 |
|