Roxy-3D
fae2929b6b
Resolve issue where user can't edit mesh
2018-07-08 14:39:08 -05:00
Scott Lahteine
ccb225f43a
Float maths updates for 2.0.x parity ( #11213 )
...
Co-Authored-By: ejtagle <ejtagle@hotmail.com>
2018-07-06 21:44:33 -05:00
Scott Lahteine
0702c78e62
Fix and improve POWER_LOSS_RECOVERY ( #11186 )
2018-07-02 23:21:18 -05:00
Scott Lahteine
609e7da3f3
Fix and tweak POWER_LOSS_RECOVERY ( #11150 )
2018-06-29 22:40:49 -05:00
Scott Lahteine
67475374ae
Fix SKEW_CORRECTION compile error
2018-06-29 19:37:47 -05:00
Scott Lahteine
4d5c655f8d
Make max_e_jerk an array to save CPU ( #11121 )
...
Co-Authored-By: gloomyandy <andy-git@gloomy-place.com>
2018-06-26 22:09:38 -04:00
Scott Lahteine
bd10791b6d
Edit Z fade as whole numbers
2018-06-21 11:53:29 -04:00
Scott Lahteine
b05fcad7fe
Fix value editing with callback
2018-06-21 11:48:27 -04:00
Scott Lahteine
8073f23672
Improvements for junction_deviation_mm
...
- Drop `max_jerk` with `JUNCTION_DEVIATION`
- Add `max_e_jerk_factor` for use by `LIN_ADVANCE`
- Recalculate `max_e_jerk_factor` when `junction_deviation_mm` changes
- Fix LCD editing of `junction_deviation_mm`
2018-06-11 21:49:26 -05:00
Scott Lahteine
4bc5e9341e
Use bit flags for homed/known
2018-06-11 21:49:26 -05:00
Scott Lahteine
7175da3256
Multiplier edit large ranges
2018-06-10 18:18:22 -05:00
Scott Lahteine
4c3504c43f
Limit Junction Deviation (0.01 to 0.3)
2018-06-10 18:18:22 -05:00
Scott Lahteine
327b9c389d
Add Junction Deviation mm runtime setting ( #10989 )
2018-06-10 18:02:40 -05:00
Scott Lahteine
7d39bcfcce
LED menu item bool (like Case Lights)
2018-06-03 00:32:13 -05:00
Scott Lahteine
9186123676
Fix manual moves for switching tools ( #10867 )
2018-05-26 18:30:29 -05:00
Eduardo José Tagle
63f7add00c
[1.1.x] Buffer overflow and scroll fix, UTF8 cleanup ( #10851 )
2018-05-25 23:31:19 -05:00
Scott Lahteine
912fff0923
Drop #pragmas that don't help .c files
2018-05-23 23:44:53 -05:00
Scott Lahteine
25b3511241
Suppress U8glib warnings on build
2018-05-23 02:26:18 -05:00
Scott Lahteine
0a0f2a5857
Followup to LCD button tweak
2018-05-22 19:51:05 -05:00
Scott Lahteine
8f26c3a6d3
Refactor and optimize Stepper/Planner
2018-05-20 21:24:57 -05:00
Scott Lahteine
bf61be8ede
Simplify and fix z fade height editing
...
Fix #10761
2018-05-20 12:32:45 -05:00
Scott Lahteine
6f10d637ad
Fix some compile warnings
2018-05-19 17:09:24 -05:00
Scott Lahteine
a847ea625e
Don't define unused move_extruder_servo
...
For parity with #10772
2018-05-19 17:09:24 -05:00
Scott Lahteine
2ce8047adb
Head off potential LCD-related compile issues
2018-05-15 00:07:31 -05:00
Scott Lahteine
431a81fc66
Don't go to babystep on long press unless printing
...
As pointed out in #10731
2018-05-13 08:14:57 -05:00
Scott Lahteine
3505d018db
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:51:33 -05:00
Scott Lahteine
03e8f6c1d9
Tweaks to heater / lcd conditions
2018-05-13 04:51:32 -05:00
Scott Lahteine
ea353c3df6
Move some Stepper methods to Planner ( #10719 )
2018-05-12 09:29:17 -05:00
Scott Lahteine
e5f4f1554b
[1.1.x] Enable AD595 and AD8495 in concert ( #10694 )
...
* Allow both AD595 and AD8495 in concert
* General temperature code tweaks
2018-05-11 01:02:00 -05:00
Scott Lahteine
9076a9314f
Fix abort of SD printing
2018-05-07 00:18:53 -05:00
Scott Lahteine
a556a8c506
Temp-related and conditional improvements
2018-05-02 08:41:30 -05:00
Scott Lahteine
0b9f99f940
LCD_BED_LEVELING enables a sub-menu for ABL
2018-05-01 04:41:56 -05:00
Scott Lahteine
5aff43e65e
Rename float32 => float52, etc.
2018-05-01 04:41:56 -05:00
Scott Lahteine
94857b59c9
General lcd code cleanup
2018-05-01 01:22:25 -05:00
Scott Lahteine
3c5f0ce858
Clean up autostart handling
2018-05-01 01:22:25 -05:00
Scott Lahteine
96c1721eeb
Fix sd_status comparison
...
Co-Authored-By: perkmeister <perkmeister@users.noreply.github.com>
2018-04-30 21:10:25 -05:00
Scott Lahteine
1025066ab1
Add NO_LCD_MENUS to display only the Status Screen
2018-04-30 18:39:32 -05:00
Scott Lahteine
689ae467f2
Round all floats in string conversion functions ( #10565 )
2018-04-28 21:51:27 -05:00
Scott Lahteine
b19d8182c1
Add HAS_HEATED_BED conditional ( #10494 )
2018-04-22 23:40:49 -05:00
Scott Lahteine
6b50a50676
Extra options for LEVEL_BED_CORNERS ( #10484 )
2018-04-22 02:30:20 -05:00
Scott Lahteine
29c9c723f8
Use 0 as the bed height for manual probing
2018-04-22 02:12:48 -05:00
Scott Lahteine
58bd2a5e81
Merge pull request #10437 from thinkyhead/bf1_creality_power_loss_resume
...
[1.1.x] Creality3D Power-Loss Recovery
2018-04-22 00:17:27 -05:00
Scott Lahteine
6f176d1d64
[1.1.x] Reset LCD status to fallbacks ( #10467 )
...
* Remove obsolete strings
* Tweak some static consts
* Reset LCD status to fallbacks
When paused, "Print paused..."
When SD printing, the filename
When host printing, "Printing..."
When idle, "MyPrinter ready."
2018-04-22 00:15:57 -05:00
Scott Lahteine
d7ec13ce69
Creality3D Power-Loss Recovery
2018-04-21 21:30:25 -05:00
Scott Lahteine
6f87e4b4dc
Fix up enqueue now functions
...
…and apply to MALYAN_LCD.
2018-04-19 19:33:16 -05:00
Scott Lahteine
77b75ce86c
One fewer compare in _lcd_move_xyz
2018-04-17 15:55:43 -05:00
Scott Lahteine
444b6d6d83
Prevent delay when power is already on
...
Fix #10410
2018-04-17 04:36:14 -05:00
Scott Lahteine
d59ed4dce0
Abort SD printing more safely ( #10405 )
...
Allow the current command to complete when aborting an SD print, otherwise some commands (G28, G29, etc.) will cause trouble.
2018-04-15 18:26:25 -05:00
Scott Lahteine
090d72f591
[1.1.x] Add optional menu item to toggle software endstops ( #10392 )
2018-04-13 00:24:20 -05:00
Scott Lahteine
5274ab0ad5
MESH_BED_LEVELING before PROBE_MANUALLY
2018-04-12 22:26:56 -05:00