Commit Graph

594 Commits

Author SHA1 Message Date
235ba92602 Followup to Laser Flow Meter (#21498) 2021-04-01 19:29:49 -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
3b73b115ca Apply pointer formatting 2021-03-29 20:36:37 -05:00
ccdbffbf3f Laser Coolant Flow Meter / Safety Shutdown (#21431)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-03-29 01:41:56 -05:00
2d2291d00e More IntelliSense-friendly declarations 2021-03-24 05:50:47 -05:00
da4b6896f7 Group UBL parameters, add comments 2021-03-24 05:50:47 -05:00
8fca37f373 Misc LCD cleanup 2021-03-24 05:50:47 -05:00
e5ff55a1be Add typedef celsius_t (#21374) 2021-03-24 04:11:43 -05:00
a8ea6e6463 Max temp/target followup 2021-03-23 10:56:10 -05:00
f7aaa2e1c7 Add typedef extra_fan_t 2021-03-23 09:39:44 -05:00
cfa6c7d45b Improve max temp / target 2021-03-23 09:39:09 -05:00
df1ef496d1 Main / Config Custom Submenus (#18177)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-03-23 08:21:11 -05:00
911cd1a6d3 Custom menu items confirm option (#21338)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-03-13 07:37:49 -06:00
8857fc6c4b Fix password menu stickiness before first auth (#21295) 2021-03-10 16:02:35 -06:00
b95e548ddb Cooler (for Laser) - M143, M193 (#21255) 2021-03-06 14:13:28 -06:00
fd270ddc6c misc. cleanup 2021-03-03 00:18:50 -06:00
e0aa9ce372 RGB Caselight (#20341) 2021-02-27 16:06:48 -06:00
ee7701c15b SPEED => FEEDRATE (#21217) 2021-02-27 15:54:43 -06:00
f7d9305786 Preheat Menu shortcut option (#20350) 2021-02-25 10:23:17 -06:00
45fff07a4c Fix LEVEL_CORNERS_USE_PROBE with BLTOUCH_HS_MODE (#21161) 2021-02-25 09:21:17 -06:00
a3a10b62f2 Chamber Heater PID (#21156)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-02-24 18:26:51 -06: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
6dcb77f7b5 Fix mini12864 v2.1 + PSU control + NeoPixel backlight (#21021) 2021-02-07 20:36:04 -06:00
01756b6b02 Fix LVGL "more" menu user items (#21004)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-02-07 17:45:14 -06:00
d45ad8f827 Language selection auto-save option (#20915) 2021-01-30 00:07:35 -06:00
c65bf64756 Fix LED_CONTROL_MENU compile (#20914) 2021-01-28 19:44:16 -06:00
876c2586b9 Clean up MMU2 code (#20794)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-01-25 08:58:52 -06:00
c12be1f98c Graphical TFT fixes, cleanup (#20861)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-01-25 01:44:39 -06:00
d33fe2378c Move common strings (#20846) 2021-01-22 15:01:19 -06:00
c0870d417a Move some MarlinCore and MarlinUI code (#20832) 2021-01-21 03:40:07 -06:00
ac82dc418a Increase filament runout distance edit limit (#20828) 2021-01-21 03:30:15 -06:00
68abaeab19 MarlinUI multi-language support (#20725) 2021-01-20 18:52:06 -06:00
3f90ecfd77 Move singlenozzle temp/fan (#20829) 2021-01-19 20:58:50 -06:00
0cbc44d8bf Fix SINGLENOZZLE compile 2021-01-19 19:19:35 -06:00
fda9fb563b Raise Z on exit from 'Level Bed Corners' (#20817) 2021-01-18 21:59:18 -06:00
bb597dcf66 Internal G29N for G28+G29 (#20800) 2021-01-17 12:08:40 -06:00
6be8ffb771 Reduce some G-code strings 2021-01-16 23:18:02 -06:00
1b19eed195 Fix Tramming Wizard behavior (#20796) 2021-01-16 23:08:48 -06:00
fb41413b76 Optimize some G-code strings 2021-01-16 22:53:50 -06:00
b41f41589a General cleanup, use _BV 2021-01-16 22:53:50 -06:00
f7e2467da1 4 / 5 digits for some edit items (#20793) 2021-01-16 19:49:34 -06:00
43a91e5963 Configurable Corner Leveling point order (#20733) 2021-01-16 00:43:38 -06:00
cf1f8aff77 Laser Test Fire (#20452) 2021-01-10 06:01:25 -06:00
1d63fe6542 Add ALL_AXES manual move for UBL mesh editing
Co-Authored-By: Jason Smith <20053467+sjasonsmith@users.noreply.github.com>

#20620
2021-01-02 19:01:09 -06:00
e685950d97 Assisted Tramming improvements (#20298) 2021-01-02 02:33:31 -06:00
9f53738339 Fix UBL mesh edit delta moves (#20620)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-01-01 20:08:10 -06:00
a8c361c93b Menu item index followup 2020-12-27 23:49:15 -06:00
a3fac744c7 Fix Change Filament menu actions (#20565)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2020-12-27 23:39:52 -06:00
185e31d322 Fix Menu Mixer for Color UI (#20566) 2020-12-27 23:11:36 -06:00