Commit Graph

43 Commits

Author SHA1 Message Date
b661795ae5 🎨 Fewer serial macros 2021-10-02 22:31:15 -05:00
528b9bd872 Revert experimental NAN patch
Hold changes from #21575 (24a095c) for more testing.
2021-04-16 02:43:59 -05:00
24a095c5c1 Reduce math library code size by 3.4KB (#21575) 2021-04-12 16:49:53 -05:00
45c1432946 G26 Hilbert Curve followup (#21480) 2021-04-01 19:12:00 -05:00
62f37669dc Replace 'const float &' with 'const_float_t' (#21505) 2021-04-01 17:59:57 -05:00
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
fd35d1b8a6 General cleanup 2020-11-29 20:50:02 -06:00
50a77ef7f0 Fix NAN mesh entries with ABL_BILINEAR_SUBDIVISION (#20143) 2020-11-17 19:11:13 -08:00
6071a0835a Fix bilinear_line_to_destination definition
See #19431
2020-10-30 00:18:46 -05:00
42fbd527f3 Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
6d90d1e1f5 Apply TERN to compact code (#17619) 2020-04-22 16:35:03 -05:00
118bd2f8b2 Apply loop shorthand macros (#17159) 2020-03-13 23:18:16 -05:00
6bead0c1b0 Shorter paths to HAL, ExtUI (#17156) 2020-03-13 16:29:29 -05:00
130e36d766 Tweak ABL logging, document probing 2020-02-08 17:47:54 -06:00
bfad23d3e2 (c) 2020 2020-02-03 08:00:57 -06:00
752a1e76ab Float ABL mesh boundaries, no probe position rounding (#16018) 2019-11-27 01:29:25 -06:00
50e4545255 Add custom types for position (#15204) 2019-09-29 04:25:39 -05:00
455dabb183 Add a feedRate_t data type (#15349) 2019-09-26 01:28:09 -05:00
c353eaa146 Misc changes from struct refactor (#15289) 2019-09-17 18:16:28 -05:00
465c6d9230 Simpler Allen Key config. Fixes, cleanups from refactor (#15256) 2019-09-14 03:05:10 -05:00
ed0e6afacb Apply LIMIT macro 2019-07-10 03:35:39 -05:00
750a16ad38 Fix MIN/MAX function collision with macros 2019-07-05 18:14:02 -05:00
93cd66ac11 Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
610fb46683 Fix some ExtUI issues (#13799) 2019-04-26 09:32:01 +02:00
5b2c37d6c1 Followup to BLTouch (#13422) 2019-03-18 16:31:11 -05:00
f5bcc00570 Unify debugging output with debug_out.h (#13388) 2019-03-14 02:25:42 -05:00
c03df89921 ExtUI Mesh Leveling Extensions (#13363) 2019-03-13 00:45:52 -05:00
cfdb38eda4 Allow SERIAL_ECHOPAIR to take up to 12 pairs (#13311) 2019-03-05 06:46:19 -06:00
0feeef2604 Update copyright in headers 2019-02-12 15:30:11 -06:00
44fa7fb18c Cleanups for leveling-related code 2018-11-04 19:07:47 -06:00
f5eab912ed Apply #pragma once, misc cleanup (#12322)
* Apply #pragma once in headers
* Adjust some thermistors formatting
* Misc cleanup and formatting
2018-11-04 02:25:55 -06:00
2a61c9a939 Various fixups to configs, spacing, etc. 2018-09-06 06:44:31 -05:00
ba4c32eec5 Followup to _AXIS patch 2018-05-13 10:43:35 -05:00
08e36e264e Apply _AXIS macro 2018-05-13 06:51:01 -05:00
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>
2018-05-13 04:52:56 -05:00
f7efac57b7 Multi-host support 2018-01-10 00:14:47 -06:00
000b3b3117 Comment/cleanup of motion code 2017-12-02 01:09:55 -06:00
ef2531558c Add an option to segment leveled moves 2017-11-29 16:57:30 -06:00
0cfb936dd1 Clarify some motion code 2017-11-08 22:15:55 -06:00
cc4d28b73c Update bilinear for native workspace 2017-11-06 17:04:41 -06:00
f8393a0908 Operate in Native Machine Space 2017-11-04 00:05:38 -05:00
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()
2017-10-21 11:42:26 -05:00
551752eac7 Consolidate "bedlevel" code 2017-09-21 16:26:47 -05:00