Scott Lahteine
2dcc3ddeed
🧑💻 HAS_MARLINUI_MENU, HAS_MANUAL_MOVE_MENU
3 years ago
Scott Lahteine
5b9f3bd4b1
🧑💻 Remove extraneous 'inline' hints
3 years ago
Scott Lahteine
b661795ae5
🎨 Fewer serial macros
4 years ago
Katelyn Schiesser
a7135d429b
🐛 Fix UBL 'R' parameter and adjust 'P' ( #22129 )
4 years ago
Scott Lahteine
94edfc0a8f
Let M421 C select any point
Fixing #21147
4 years ago
Scott Lahteine
c67e115f61
Revert experimental NAN patch
Hold changes from #21575 (24a095c
) for more testing.
4 years ago
Scott Lahteine
c66cbf0d69
Reduce math library code size by 3.4KB ( #21575 )
4 years ago
Marcio T
82e6a2ed62
G26 Hilbert Curve followup ( #21480 )
4 years ago
Scott Lahteine
a4d5f96e9a
Replace 'const float &' with 'const_float_t' ( #21505 )
4 years ago
Scott Lahteine
fe99bb4b9b
Update UBL param
4 years ago
Marcio T
7c275285ea
Refactor Hilbert curve. Enhance Touch UI Bed Level Screen. ( #21453 )
4 years ago
Scott Lahteine
af13128430
Group UBL parameters, add comments
4 years ago
Marcio T
e806c3376a
UBL - Hilbert space-filling curve probing sequence ( #21387 )
4 years ago
Scott Lahteine
dc0247c57e
Outdent UBL code
4 years ago
ubik2
a510c16838
Add OPTIMIZED_MESH_STORAGE option (for UBL) ( #20371 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Chris Pepper
f0b7f27029
Fix UBL mesh inset Z position ( #20538 )
4 years ago
Jason Smith
5f9ccb361a
Use MANUAL_PROBE_START_Z for UBL manual probing ( #20160 )
4 years ago
Scott Lahteine
7905aa64fa
TFT Presets, Generic options, Sanity checks ( #19723 )
5 years ago
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
Scott Lahteine
bfdd1f4662
Update UBL param
4 years ago
Marcio T
c45b91aa94
Refactor Hilbert curve. Enhance Touch UI Bed Level Screen. ( #21453 )
4 years ago
Scott Lahteine
da4b6896f7
Group UBL parameters, add comments
4 years ago
Marcio T
eee726ec7d
UBL - Hilbert space-filling curve probing sequence ( #21387 )
4 years ago
Scott Lahteine
bdb8c07bb2
Outdent UBL code
4 years ago
ubik2
844a8c7074
Add OPTIMIZED_MESH_STORAGE option (for UBL) ( #20371 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Chris Pepper
c1b900aae9
Fix UBL mesh inset Z position ( #20538 )
4 years ago
Jason Smith
39305aa47c
Use MANUAL_PROBE_START_Z for UBL manual probing ( #20160 )
4 years ago
Scott Lahteine
f6ffbe548c
TFT Presets, Generic options, Sanity checks ( #19723 )
5 years ago
Diego von Deschwanden
42fbd527f3
Fix links to secure sites ( #18745 )
5 years ago
Scott Lahteine
f6a2b64091
Clean up LCD Manual Move / UBL Mesh Edit ( #18373 )
5 years ago
Scott Lahteine
118bd2f8b2
Apply loop shorthand macros ( #17159 )
5 years ago
Scott Lahteine
bfad23d3e2
(c) 2020
5 years ago
Scott Lahteine
50e4545255
Add custom types for position ( #15204 )
6 years ago
Scott Lahteine
455dabb183
Add a feedRate_t data type ( #15349 )
6 years ago
Scott Lahteine
c353eaa146
Misc changes from struct refactor ( #15289 )
6 years ago
Scott Lahteine
465c6d9230
Simpler Allen Key config. Fixes, cleanups from refactor ( #15256 )
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
Scott Lahteine
cf12fc8366
Expand on serial debugging ( #13577 )
6 years ago
InsanityAutomation
5b2c37d6c1
Followup to BLTouch ( #13422 )
6 years ago
Scott Lahteine
f5bcc00570
Unify debugging output with debug_out.h ( #13388 )
6 years ago
Scott Lahteine
cfdb38eda4
Allow SERIAL_ECHOPAIR to take up to 12 pairs ( #13311 )
6 years ago
Scott Lahteine
e15354e387
Simplify serial port redirect ( #13234 )
6 years ago
Scott Lahteine
0feeef2604
Update copyright in headers
6 years ago
Scott Lahteine
c986239837
A single SERIAL_ECHO macro type ( #12557 )
6 years ago
Scott Lahteine
a0c795b097
Encapsulate common display code in a singleton ( #12395 )
* Encapsulate common LCD code in a singleton
* Depend more UBL code on UBL_DEVEL_DEBUGGING
- Since most users don't need the debugging on at all times, this helps reduce the default build size for UBL by over 2K, a little closer to fitting on 128K boards.
7 years ago
Scott Lahteine
471f403a67
Reduce code size with plain inlines
7 years ago