Scott Lahteine
528b9bd872
Revert experimental NAN patch
Hold changes from #21575 (24a095c ) for more testing.
4 years ago
Scott Lahteine
24a095c5c1
Reduce math library code size by 3.4KB (#21575 )
4 years ago
Marcio T
45c1432946
G26 Hilbert Curve followup (#21480 )
4 years ago
Scott Lahteine
62f37669dc
Replace 'const float &' with 'const_float_t' (#21505 )
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
fd35d1b8a6
General cleanup
4 years ago
Jason Smith
50a77ef7f0
Fix NAN mesh entries with ABL_BILINEAR_SUBDIVISION (#20143 )
4 years ago
thinkyhead
6071a0835a
Fix bilinear_line_to_destination definition
See #19431
4 years ago
Diego von Deschwanden
42fbd527f3
Fix links to secure sites (#18745 )
5 years ago
Scott Lahteine
6d90d1e1f5
Apply TERN to compact code (#17619 )
5 years ago
Scott Lahteine
118bd2f8b2
Apply loop shorthand macros (#17159 )
5 years ago
Scott Lahteine
6bead0c1b0
Shorter paths to HAL, ExtUI (#17156 )
5 years ago
Scott Lahteine
130e36d766
Tweak ABL logging, document probing
5 years ago
Scott Lahteine
bfad23d3e2
(c) 2020
5 years ago
Jason Smith
752a1e76ab
Float ABL mesh boundaries, no probe position rounding (#16018 )
5 years ago
Scott Lahteine
50e4545255
Add custom types for position (#15204 )
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
Scott Lahteine
465c6d9230
Simpler Allen Key config. Fixes, cleanups from refactor (#15256 )
5 years ago
Scott Lahteine
ed0e6afacb
Apply LIMIT macro
6 years ago
Scott Lahteine
750a16ad38
Fix MIN/MAX function collision with macros
6 years ago
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
6 years ago
InsanityAutomation
610fb46683
Fix some ExtUI issues (#13799 )
6 years ago
Scott Lahteine
f5bcc00570
Unify debugging output with debug_out.h (#13388 )
6 years ago
InsanityAutomation
c03df89921
ExtUI Mesh Leveling Extensions (#13363 )
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
44fa7fb18c
Cleanups for leveling-related code
6 years ago
Scott Lahteine
2a61c9a939
Various fixups to configs, spacing, etc.
6 years ago
Scott Lahteine
ba4c32eec5
Followup to _AXIS patch
7 years ago
Scott Lahteine
08e36e264e
Apply _AXIS macro
7 years ago
Scott Lahteine
99ecdf59af
Smarter MIN, MAX, ABS macros
Use macros that explicitly avoid double-evaluation and can be used for any datatype, replacing `min`, `max`, `abs`, `fabs`, `labs`, and `FABS`.
Co-Authored-By: ejtagle <ejtagle@hotmail.com >
7 years ago
Thomas Moore
f7efac57b7
Multi-host support
7 years ago
Scott Lahteine
000b3b3117
Comment/cleanup of motion code
7 years ago
Scott Lahteine
ef2531558c
Add an option to segment leveled moves
7 years ago
Scott Lahteine
0cfb936dd1
Clarify some motion code
7 years ago
Scott Lahteine
cc4d28b73c
Update bilinear for native workspace
7 years ago
Scott Lahteine
f8393a0908
Operate in Native Machine Space
7 years ago
Roxy-3D
72156a2029
change to better (more clear) names (#8050 )
set_destination_to_current() changed to set_destination_from_current()
set_current_to_destination() changed to set_current_from_destination()
7 years ago
Scott Lahteine
551752eac7
Consolidate "bedlevel" code
7 years ago