Scott Lahteine
b81a9e54a3
SHORT_MANUAL_Z_MOVE => FINE_MANUAL_MOVE
2021-04-29 08:45:09 -05:00
Mike La Spina
e3e9982fec
Fix Spindle/Laser Control menu ( #20347 )
2021-04-29 08:45:08 -05:00
ellensp
50247fc894
Shorten Filament Load/Unload Strings to Fit on Graphical Displays ( #20369 )
...
Co-authored-by: ellensp <ellensp@ellensp-HP-ProBook-6470b.fritz.box>
Co-authored-by: Victor Mateus Oliveira <rhapsodyv@gmail.com>
2021-04-29 08:45:08 -05:00
wmariz
747bde7e64
Level Corners with Probe option ( #20241 )
2021-04-29 08:45:07 -05:00
swissnorp
0c24347cdb
Probe Offset Wizard improvements ( #20239 )
2021-04-29 08:45:07 -05:00
rdhoggattjr
a711e22b17
LCD position in current units ( #20145 )
2021-04-29 08:45:07 -05:00
Simone Primarosa
7f91ff07c4
Superscript substitution ( #20219 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-04-29 08:45:07 -05:00
InsanityAutomation
983bb89063
Update IDEX menus, add post-M605 event G-code ( #20133 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:06 -05:00
Victor Oliveira
3d9b453000
Add Touch Calibration screen ( #20049 )
2021-04-29 08:45:06 -05:00
Scott Lahteine
734dd1c293
MSG_AUTOSTART => MSG_RUN_AUTO_FILES
2021-04-29 08:45:05 -05:00
Speaka
ec5b2aab15
Tramming Wizard submenu option ( #20000 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:05 -05:00
Scott Lahteine
67fbee389e
Add a note about substitution chars
2021-04-29 08:45:04 -05:00
Lucas Seiki Oshiro
d7d1ef8228
"Sound: ON/OFF" menu item ( #19901 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:04 -05:00
InsanityAutomation
d2863466ac
G34 Mechanical Gantry Calibration (like Prusa M915) ( #18972 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:02 -05:00
Scott Lahteine
61d500462c
Improve retract / unretract labels
2021-04-29 08:45:01 -05:00
Mathew Winters
cc863ba378
Z Probe Offset Wizard ( #18866 )
2021-04-29 08:45:01 -05:00
Scott Lahteine
770f2b1e02
Fix Tune/Fan edit items
...
- Fixes #19617
- Followup to #18400
2021-04-29 08:45:01 -05:00
qwewer0
04a712dacc
Multi-line comments cleanup ( #19535 )
2021-04-29 08:45:01 -05:00
InsanityAutomation
23376b8a31
Host Action: Start ( #19398 )
2021-04-29 08:44:59 -05:00
ellensp
4fdfdaf2e6
Improve temperature runaway, idle timeout ( #19339 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:44:59 -05:00
Neskik
bf6ce68ed1
M872 wait for probe temperature ( #19344 )
2021-04-29 08:44:59 -05:00
Giuliano Zaro
3adb07aa00
Fix "too cold" in M600 ( #19332 )
2021-04-29 08:44:59 -05:00
Zachary Annand
a8db9f52ec
Menu items for Separate NeoPixel ( #19280 )
2021-04-29 08:44:58 -05:00
Giuliano Zaro
881bb7bf0a
Delete old LCD strings ( #19227 )
2021-04-29 08:44:58 -05:00
Marcio Teixeira
1b129ede4e
Fixes to FTDI Touch UI ( #19134 )
...
- Fix unused variable warning
- Fix for filament runout sound
- Fix for developer menu access
- Fix compilation error when using CALIBRATION_GCODE
- Remove material labels in change filament screen
- Add decimals to status screen Z coordinate
- Add more descriptive message on heater timeout
2021-04-29 08:44:57 -05:00
Giuliano Zaro
038945110f
Optional homing in LCD Repeatability Test ( #19104 )
2021-04-29 08:44:57 -05:00
Serhiy-K
349bddc652
"SD init fail" status error ( #19064 )
2021-04-29 08:44:57 -05:00
sherwin-dc
9e44df9c5f
Password via G-code and MarlinUI ( #18399 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:44:56 -05:00
Scott Lahteine
ad30383b46
Fix up STATIC_ITEM ( #18962 )
2021-04-29 08:44:56 -05:00
InsanityAutomation
c5ec80d6c7
G425/G35 menu items; G425 pre- and post- scripts ( #18737 )
2020-07-24 23:31:15 -05:00
Diego von Deschwanden
42fbd527f3
Fix links to secure sites ( #18745 )
2020-07-22 22:20:14 -05:00
cr20-123
a3795e3e48
Prettier BLTouch menu items ( #18682 )
2020-07-18 17:41:47 -05:00
Jason Smith
76b67d55e2
Fix some Power Loss Recovery behaviors ( #18558 )
2020-07-15 01:14:03 -05:00
Scott Lahteine
0e1cb10909
Fix / improve menu items ( #18644 )
2020-07-13 19:59:32 -05:00
Giuliano Zaro
b0c6cfb051
MarlinUI support for up to 5 Material Presets ( #18488 )
...
- Add `I` preset parameter to `G26`, `M106`, `M140`, and `M190`.
- Extend menu items to permit a string interpolation.
- Keep material names in a list and interpolate in menu items.
- Extend material presets to support up to 5 predefined materials.
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2020-07-09 03:11:57 -05:00
Scott Lahteine
a6b8b12a6a
Simplify home_z_safely, respect HOME_AFTER_DEACTIVATE
2020-07-05 18:01:28 -05:00
Scott Lahteine
dc6d8357a6
Reduce string duplication
2020-07-05 16:00:32 -05:00
Scott Lahteine
424569b4c4
Power monitor and display ( #17437 )
2020-06-18 15:23:03 -05:00
MoellerDi
bac760207c
Add volumetric extrusion limit ( #17017 )
2020-06-08 03:24:46 -05:00
Italo Soares
213d4b890e
Hotend Idle Timeout ( #16362 )
2020-05-18 00:50:35 -05:00
Colin Godsey
8a22ef0c83
G6 Direct Stepping ( #17853 )
2020-05-11 19:22:41 -05:00
Scott Lahteine
52aa459a2d
Improved EEPROM boot error ( #17916 )
2020-05-10 00:12:56 -05:00
Scott Lahteine
38d1587091
Malyan M200 V2 ( #17840 )
2020-05-04 14:37:43 -05:00
studiodyne
5ae45bab18
Adjustable XY_FREQUENCY_LIMIT ( #17583 )
2020-04-27 05:59:52 -05:00
Toni
21067ab062
Add Prusa MMU2S settings - beta ( #17523 )
2020-04-25 21:07:21 -05:00
studiodyne
2f6262c27b
Automatic Tool Migration feature ( #17248 )
2020-04-22 21:03:28 -05:00
Mathias Rasmussen
875cd4e081
Remove 'Media Released' message ( #17272 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2020-04-20 09:17:55 -05:00
Scott Lahteine
e9c8da35c5
Subcall overflow error message
2020-04-13 14:54:51 -05:00
Scott Lahteine
22da1b2b31
Rename some "kill" messages
2020-04-13 14:54:50 -05:00
Scott Lahteine
e3321920f3
Update Marlin website links to https
2020-04-12 17:21:14 -05:00