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
Scott Lahteine
722786966a
Add gcode.cpp, motion.*, queue.* - Apply to some G-codes.
7 years ago
Scott Lahteine
4231faf779
Initial split-up of G-code handlers by category
7 years ago
Scott Lahteine
9ea2ff950a
Move 'gcode' files
7 years ago
Scott Lahteine
76e90b93b7
Volatile keyword not needed for parser.seen
7 years ago
Scott Lahteine
11c589c3ec
Fix compile issue with G38
Fixes #7250
7 years ago
Scott Lahteine
859248433f
Patch for gcode debug
7 years ago
Scott Lahteine
76c92a1fab
Clean up some trailing spaces
7 years ago
Scott Lahteine
30b327d24c
Finish the solution for #7166
7 years ago
Bob-the-Kuhn
e6e3132f79
make LETTTER_OFF return values that match param indices range
7 years ago
Bob-the-Kuhn
bfbf5f8200
correct value_bool() when FASTER_GCODE_PARSER is enabled
Also corrected compile issue when DEBUG_GCODE_PARSER and
AUTO_BED_LEVELING_UBL are both enabled.
7 years ago
Scott Lahteine
bd776df8c1
Optimize seen_axis by moving 'X' to index 24
7 years ago
Scott Lahteine
05449cf6ee
Add shorthand value accessors to gcode.h
7 years ago
Scott Lahteine
12f092c812
Cleanups to gcode.h, use seenval()
7 years ago
Scott Lahteine
6c45d0fd81
Apply maths macros and type changes ahead of HAL
8 years ago
Scott Lahteine
761df686bd
Minor cleanup in gcode.h
8 years ago
bgort
2f55870edb
[New Feature] I2C position encoder support ( #6946 )
* [New Feature] I2C position encoder support
I plan to continue improving/cleaning this up, as there areas that need work.
* let the cleanups begin.
* progress
* more progress
* comments, rename files, etc.
* clean
* Cleanups per thinkyhead
* a few more cleanups
* cleanups, bugfixes, etc.
* remove unnecessary passes_test(), additional cleanups/optimizations
* cleanups
* misc.
* Fix up I2CPEM.init() and a few other things.
* organize, fix, rename, etc.
* more optimization
* a few more tweaks
8 years ago
Scott Lahteine
0282452cea
Make Parser::seen volatile
8 years ago
Scott Lahteine
a5fa586642
Preferred patch to gcode.h
8 years ago
Bob-the-Kuhn
1b41e1f645
another compile error
only seen if
#if ENABLED(TEMPERATURE_UNITS_SUPPORT)
...
#if
ENABLED(ULTIPANEL) && DISABLED(DISABLE_M503)
8 years ago
Bob-the-Kuhn
8206bb9bb9
fix compile error
invalid conversion from 'const char*' to 'char*' [-fpermissive]
8 years ago
Scott Lahteine
33279a1e02
Code style tweak to gcode.h
8 years ago
Scott Lahteine
55c700d537
Tweak to gcode.h
8 years ago
Bob-the-Kuhn
868e7db4ae
value check was looking at the code
8 years ago
Scott Lahteine
f4028fe088
New GCode Parser - Implementation
8 years ago