Commit Graph

413 Commits

Author SHA1 Message Date
bac760207c Add volumetric extrusion limit (#17017) 2020-06-08 03:24:46 -05:00
eda2fd8dbe Improvements for Laser / Spindle (#17661) 2020-06-08 00:47:31 -05:00
cfd31ff70e Add HAS_FILAMENT_RUNOUT_DISTANCE 2020-06-07 21:55:09 -05:00
929b3f6af9 Don't re-reverse sort 2020-05-24 20:17:51 -05:00
d35dd2a47e Fix babystep / double-click check (#17962) 2020-05-11 22:01:47 -05:00
71b41c963b Better EEPROM alert message 2020-05-10 00:37:19 -05:00
52aa459a2d Improved EEPROM boot error (#17916) 2020-05-10 00:12:56 -05:00
8fd3af0c79 Fix UBL mesh edit grid display (#17897) 2020-05-08 01:26:33 -05:00
9a4a768ee3 Fix frequency limit editing (#17763) 2020-05-02 22:21:40 -05:00
a226b281af UI and stall reset for extra TMC axes (#17818) 2020-04-30 22:52:33 -05:00
e8b0796fc7 Revert menu_item_if ahead of refactor 2020-04-29 15:06:38 -05:00
f03f76ecfb Fix info menu without leveling
Fixes #17664
2020-04-28 19:18:14 -05:00
89b17b5463 Followup fixes for singlenozzle, etc. (#17712) 2020-04-28 00:21:23 -05:00
4f003fc7a7 Streamline menu item logic (#17664) 2020-04-27 23:52:11 -05:00
9fa5119333 Block during move in UBL mesh edit (#17670) 2020-04-27 23:35:10 -05:00
630b4ecfff Patch XY frequency menu 2020-04-27 23:31:17 -05:00
f6e820b4e9 Fix buffer stuff 2020-04-27 22:39:30 -05:00
035d6cd16d Patch i2c, info menu 2020-04-27 09:50:10 -05:00
267c25fd53 Remove spurious brace
Followup to c536b8de62
2020-04-27 09:06:56 -05:00
37176ed2b9 Apply maxtemp patch 2020-04-27 08:17:59 -05:00
c536b8de62 Apply ternary macros 2020-04-27 06:30:28 -05:00
967c1d8534 Do SD sort order in CardReader 2020-04-27 06:30:28 -05:00
fec416f9db LCD preheat followup 2020-04-27 06:29:09 -05:00
5ae45bab18 Adjustable XY_FREQUENCY_LIMIT (#17583) 2020-04-27 05:59:52 -05:00
33217b0dd0 Add HOTEND_OVERSHOOT 2020-04-27 05:07:08 -05:00
8b3c7dda75 Add HAS_FAN and others 2020-04-27 05:07:08 -05:00
3d45a4bd23 Encapsulate Temperature items 2020-04-27 05:07:08 -05:00
f907de272a Fix mesh point sign
Most obvious part of #17670

Co-Authored-By: FilippoR <filippo.rossoni@gmail.com>
2020-04-25 16:50:05 -05:00
4d3a2bd22c Clean up filament change menu (#17702)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2020-04-25 10:56:56 -05:00
ab2b98e425 Apply composite tests 2020-04-23 21:53:52 -05:00
55d66fb897 Add HAS_JUNCTION_DEVIATION 2020-04-23 21:53:51 -05:00
69f211cf78 Add empty ui.completion_feedback 2020-04-23 15:17:25 -05:00
2f6262c27b Automatic Tool Migration feature (#17248) 2020-04-22 21:03:28 -05:00
6d90d1e1f5 Apply TERN to compact code (#17619) 2020-04-22 16:35:03 -05:00
875cd4e081 Remove 'Media Released' message (#17272)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2020-04-20 09:17:55 -05:00
cba58b1027 Fix "possible buffer overrun" warning (#17513) 2020-04-20 07:16:38 -05:00
15f6f53638 Add HAS_HOTEND, etc. 2020-04-20 00:12:22 -05:00
ad7a6e10a7 Fix no-bed compile error 2020-04-19 00:57:29 -05:00
e4903396d4 Fix up pausing / parking display (#17460) 2020-04-11 20:36:17 -05:00
48919c54fb Add SRAM command injection (#17459) 2020-04-09 20:05:58 -05:00
Ben
df8b7dfc40 Various Laser / Spindle improvements (#15335) 2020-04-02 19:31:08 -05:00
747b964295 Clean up user-wait, SD completion (#17315) 2020-03-28 03:18:53 -05:00
53fe572bbd Limited backlash editing with Core kinematics (#17281) 2020-03-27 22:00:27 -05:00
bed41af868 Fix Stepper PWM menu (#17298) 2020-03-27 17:30:17 -05:00
4113481c4e Fix limits on acceleration editing (#17280) 2020-03-24 15:13:37 -05:00
de45ac41ad Implement CONTROLLER_FAN_USE_Z_ONLY
Followup to #17149
2020-03-18 14:36:40 -05:00
83eec683c9 New Controller Fan options and M710 gcode (#17149) 2020-03-18 13:41:12 -05:00
abea6d5787 Tweak some lambdas 2020-03-18 10:33:15 -05:00
1f5824247f More decimal places for babystep / Z probe offset (#17195) 2020-03-17 15:12:52 -05:00
9f85165101 Allow Tool Offset adjustments to have another digit of precision
Some of the items in the Tool Offset Adjustment menu (in particular, the Z Offset!!!) were only adjustable with .1mm accuracy.
This is not enough.    So the edit menu is switched to float52 to fix the issue.
2020-03-14 18:12:29 -05:00