Marcio Teixeira
fefb68a971
Hibiscus SD print keep Z axis energized (T2343)
...
Hibiscus will no longer de-energize the Z axis after an SD card print.
7 years ago
Marcio Teixeira
fd8a9286a2
Renamed "Auto-Level" to "Level X Axis" (T2123)
7 years ago
Marcio Teixeira
075663dd7d
Shifted Hibiscus coordinate system (T2251)
...
- Shifted build volume left by 1mm and towards front by 1mm
- Shifted location of probe points and wipe by (+1,+1) to compensate for coordinate shift.
7 years ago
Marcio Teixeira
2e98392930
Allow timer to exceed 24h (T2335)
...
Backport of upstream 097ffa4842
7 years ago
Marcio Teixeira
08d06b1c47
Changed FW identification string (T910)
7 years ago
Marcio Teixeira
97136e6144
Slowed down pecking speed on Hibiscus (T2329)
7 years ago
Marcio Teixeira
d8b8df6bac
Fix for progress bar never reaching 100% (T2304)
7 years ago
Marcio Teixeira
f05b0b347d
Changed Pause and Resume Extrusion length ( #2115 )
7 years ago
Marcio Teixeira
08686a0862
Changed LCD representation of Z-Offset ( #2240 )
...
- Z Offset now shown using two decimal places to better match the
resolution of the encoder.
7 years ago
Marcio Teixeira
a97dd38aed
Made adjustment to Hibiscus probe points.
...
- To avoid skipping steps on Y.
7 years ago
Marcio Teixeira
f21ad454ad
Enable ACTION_ON_PAUSE and ACTION_ON_RESUME (T1830)
7 years ago
Scott Lahteine
ac4fac7b6f
Fix menu highlight glitch, tweak scrolling code.
...
- Backport of fix by thinkyhead for LCD scrolling glitch (#9954 )
- May fix T1613?
7 years ago
Marcio Teixeira
ff936a5f92
Added code to release USB id on CLCD.
7 years ago
Marcio Teixeira
0845bc8521
Remove workaround; park position change.
...
Remove endstop workaround (T1948)
Set filament purge location to coincide with v3 dual purge location (T2115)
7 years ago
Marcio Teixeira
744e9dcf5a
Set default Mini Z-offset to round number (T2240)
...
- Changed from -1.377 to -1.375 so that the thousand's
place can be zeroed from the LCD.
7 years ago
Marcio Teixeira
febdff2013
USB removal/insertion now works for Quiver.
7 years ago
Marcio Teixeira
c3b05fc2d7
Fix to Hibiscus auto-level code.
...
- Added M400 to leveling sequence.
- Changed "levelling" to American spelling.
7 years ago
Marcio Teixeira
cc6a04c782
Changed feedrate on pause (T2115).
...
- Reduced extrusion length on unpause to 10 mm and feedrate to 1 mm/sec
- Also added auto-leveling option for Hibiscus.
7 years ago
Marcio Teixeira
b110fd01e7
Additions and fixes to CLCD.
...
- Fixed issue where temp updates stops updating in status screen.
- Added feedrate controls.
- Added tune print menu.
- Added ability to extrude/retract from touch UI
- Added support for M300 gcode.
- Fixed glitches with the sound code.
- Added USB drive code.
- Note: This is pending the relicensing of the USB code from "GPL v2" to "GPL v2 and later"
which the authors have agreed upon.
- Added ability to browse directory hierarchy.
7 years ago
Marcio Teixeira
6f8605bc63
Fix to Hibiscus LCD timeout (T1822)
...
- LCD will now properly timeout after the user leaves
the move axis screen.
7 years ago
Marcio Teixeira
c5973765e4
Disabled position display in Hibiscus UI (T1822)
...
- Position display is now disabled as requested by marketing.
- Merged upstream Marlin changes to GUI code.
7 years ago
Marcio Teixeira
e8cbfacf47
Fixed incorrect #define
7 years ago
Marcio Teixeira
5520f902a7
Increased manual feedrate for Z movement (T1822)
7 years ago
Marcio Teixeira
f473aa202f
Bumped version number.
7 years ago
Marcio Teixeira
2fe21f43e9
Fixes to CLCD and ST7920 UIs.
...
- Fixed compile error with ST7920 UI.
- Corrected landscape oriented screens on CLCD.
- Added configuration type for demo CLCD.
7 years ago
Marcio Teixeira
91b2439f3a
Fixed disappearing degree mark in Hibiscus UI.
7 years ago
Marcio Teixeira
4043424d66
Shifted coordinate system on Hibiscus
...
- Shifted coordinate system down by 2 mm in Y on Hibiscus to better center the print.
- Bumped release version to .12
7 years ago
Marcio Teixeira
98b62f06b2
Improvements to the Hibiscus LCD UI.
...
- The LCD now shows units such as degress and percentages
- The LCD progress bar now responds to M73
- Incorporated code changes from upstream Marlin.
7 years ago
Marcio Teixeira
78f0d37638
Reduced Z backoff distance after homing.
...
- To avoid running into top of full volume print.
7 years ago
Marcio Teixeira
13ac262edb
Improvements to CLCD code.
7 years ago
Marcio Teixeira
daaacf7519
More Improvements for Hibiscus/Quiver
...
- Implemented more UI touch controls (Z offsets, steps/mm, restore failsafe).
- Fix to lightweight UI when using dual nozzles
7 years ago
Marcio Teixeira
ac437fdd54
Improvements to CLCD touch UI.
...
- Added support for moving axis.
- Added support for adjusting temperature settings.
- Reduced memory footprint of DL cache.
7 years ago
Marcio Teixeira
d3969b527b
Enhancements to the Touch UI
...
- Now able to set the temperature and fan speed
- Implemented a kill screen
7 years ago
Marcio Teixeira
e982770f60
Removed obsolete code; small fix to M914
...
- Removed Trinamic debug code (this has been superceeded by M122)
- Removed obsolete backlash compensation code
- Removed patch for LCD pause which was fixed upstream.
- Small fix to M914 where negative values were reported incorrectly.
7 years ago
Marcio Teixeira
8ad9a2720e
Improvements to the Hibiscus LCD and CLCD.
...
- The B&W LCD will now support scrolling of long status messages
- The B&W LCD code was improved to be more efficient
- The Color LCD code now allows you to touch the temperatures to go into the temp tuning screens
or the positions to go into the move axis screen.
7 years ago
Marcio Teixeira
68ae8bc8ac
Disabled the kill button (T1953)
...
This fix will prevent the printer from halting if the push button
on the LCD is depressed. Since this button is inaccessible on our
printers, it is better to disable it.
7 years ago
Marcio Teixeira
a53527d20f
Bumped version number.
7 years ago
Marcio Teixeira
06f1faa313
Update mini aerostruder PID (T1944)
7 years ago
Marcio Teixeira
0e03d1ac3f
First implementation of touch UI in Marlin.
...
- Status screen works and you can navigate the menus, but the menus
are non-functional.
7 years ago
Marcio Teixeira
ec3f4b5e56
More improvements to the LCD screen.
7 years ago
Marcio Teixeira
ea78124172
Fixed some bugs
7 years ago
Marcio Teixeira
e9469ce9b4
Continuing work on the Touch UI.
7 years ago
Marcio Teixeira
2d879f746f
First implementation of touch UI in Marlin.
7 years ago
Marcio Teixeira
e9ed3e78b6
Reverted behavior of TAZ 5 FW.
...
- NO_MOTION_BEFORE_HOMING only enabled on newer printers.
7 years ago
Marcio Teixeira
179412d92c
Added new Marlin 1.1.8 features to Hibiscus.
...
- Homing now required before moving any axis.
- Software endstops now enabled to prevent crashing axes.
- Z motors now enabled at startup to hold Z axis.
- Controller fan now runs at 1/2 power at startup.
- Enabled LIN_ADVANCE with Z factor = 0 so that this can be set by a user.
- Disabled LED support on X MAX out of concern that a user may accidently short out their board.
7 years ago
Marcio Teixeira
63552a11ce
Removed code that has been merged upstream.
7 years ago
Marcio Teixeira
df04231957
Re-enabled the Z Offset graphics overlay.
...
- Re-enabled the Z offset graphics overlay that was pushed to upstream Marlin by us.
- Restored the look of the arrows since upstream decided to change it and introduced some missed pixels in the process.
7 years ago
Marcio Teixeira
b1b309b33d
Enable scroll long names and manual progress bar.
7 years ago
Marcio Teixeira
c9035a122d
Fixes to 1.1.8 merge.
7 years ago
Marcio Teixeira
310951f92e
Merge remote-tracking branch 'origin/upstream_1.1.8' into devel
7 years ago