Tanguy Pruvot
f9f7697b96
Fix Probe Offset XY edit items (et Français) ( #16523 )
5 years ago
InsanityAutomation
409d7378d9
Add Probe Offsets menu ( #16444 )
5 years ago
thisiskeithb
5beca89412
Add menu item Tune > Advance K ( #16488 )
5 years ago
Alejandro Aguilera
5a5e1d0401
Fix Change Filament menu item with runout ( #16485 )
5 years ago
Tanguy Pruvot
d1e55a2d1d
Remove extra UBL map edit menu item ( #16451 )
5 years ago
Vertabreaker
b841b9bd01
Add example configs. Expand custom menu. ( #16286 )
- Anet E10
- Geeetech D200
- Geeetech M201
- JGAurora Magic
- MakerFarm Pegasus 12
5 years ago
Scott Lahteine
aa4db785f2
MSG_WATCH => MSG_INFO_SCREEN
5 years ago
InsanityAutomation
d129ac1b37
Z-offset edit precision based on value limits ( #16425 )
5 years ago
Dirk O. Kaar
d0e1166cce
Fix Visual Micro "Arduino IDE for Visual Studio" support ( #16418 )
5 years ago
randellhodges
c75b560604
PWM pin not needed for Neopixel brightness / submenu ( #16345 )
5 years ago
Scott Lahteine
832321f55d
Fix games menu back item, titles
5 years ago
dagorel
1c4f672eae
Formalize DAC percent strings ( #16176 )
5 years ago
Tanguy Pruvot
ab61c09bff
Improve touch buttons behavior ( #16109 )
5 years ago
Scott Lahteine
f83bc0aa13
Optimize common strings
Saves 128 bytes in testing with `mftest mega 1 -y`
5 years ago
timeburn
a5a143f944
Include host_actions.h in G34 ( #16014 )
5 years ago
haschtl
ff6518c0a8
Add PID_FAN_SCALING option ( #15585 )
5 years ago
Scott Lahteine
1d150e41b6
Reduce MMU2 code, add test
5 years ago
Jason Smith
c497a491f4
Fix a PID_EXTRUSION_SCALING menu item ( #15988 )
5 years ago
Jason Smith
b904ba0f29
Improve Delta probing / calibration ( #15887 )
5 years ago
InsanityAutomation
e81b946f06
Better singlenozzle stored fan speed menus ( #15921 )
5 years ago
Giuliano Zaro
aa89bb71f9
Fix MMU2 compile error ( #15923 )
5 years ago
Scott Lahteine
27cb4db80e
Reduced string storage using tokens ( #15593 )
5 years ago
Jason Smith
b3f81eead5
Fix/improve TURBO_BACK_MENU_ITEM ( #15856 )
5 years ago
Scott Lahteine
776632c503
Add and apply REPEAT macro ( #15829 )
5 years ago
Luu Lac
ed6bbe012b
Fix incomplete 'Homing XYZ' screen draw ( #15830 )
5 years ago
Scott Lahteine
0be9fdb455
Move single-use to lambdas
5 years ago
Scott Lahteine
84ce3a6bea
LCD corner screen handler lambda
5 years ago
Luu Lac
4ee3502c8f
Fix "confused intellisense" ( #15817 )
5 years ago
Scott Lahteine
f5b5b9e8ec
Bring filament menu up to speed
5 years ago
Scott Lahteine
e9805a0bcb
Go to previous menu on object cancel
5 years ago
Scott Lahteine
51fd226a4d
Unconfuse intellisense
5 years ago
Scott Lahteine
15f94e5ee5
Add NUL_STR global
5 years ago
Scott Lahteine
ea3217cd46
Move 'draw' methods into Menu Item classes ( #15760 )
5 years ago
Scott Lahteine
ca6d00b862
Save some string flash
5 years ago
Scott Lahteine
23d21dd81c
Tweak lambdas
5 years ago
Scott Lahteine
d5c1c72a76
Tweak CW/CCW bitmaps
5 years ago
Scott Lahteine
aaf018e5a0
Language changes
5 years ago
studiodyne
319e2b5760
Fan menus fix. FR cosmetic change. ( #15714 )
5 years ago
studiodyne
f139642e0f
XY/Z Babystep Multiplicators ( #15691 )
5 years ago
Scott Lahteine
ade76e53de
Fix A10M/A20M mixer display
Co-Authored-By: 3Dangel <3dangel@users.noreply.github.com>
5 years ago
Scott Lahteine
9aff30da0c
Confirm object cancellation ( #15660 )
5 years ago
Scott Lahteine
600429a067
Cancel Objects followup
5 years ago
Scott Lahteine
93f0012959
Cancel Objects - As seen at ERRF2019 ( #15590 )
5 years ago
Scott Lahteine
af214ff121
Fix up PSU_CONTROL checks
5 years ago
Scott Lahteine
f00b48f9a8
Expand encoder value range
5 years ago
Antti Andreimann
40de135d4d
Fix CUSTOM_USER_MENU_TITLE non-translated string ( #15575 )
5 years ago
Scott Lahteine
b7b303f4bf
Spindle/Laser power in planner blocks ( #14437 )
5 years ago
Krystian Booker
62aa137548
Fixed pid_autotune_menu made pid_label accessible ( #15551 )
5 years ago
Roxy-3D
37550e9d98
Allow 3-digit LCD Display of value
The LCD Display shows 3 digits of precision, not 4.
So change the bounding value to something more rational.
5 years ago
Roxy-3D
05eed72b69
Allow LCD Menu to adjust Junction Deviation lower
Allow LCD Menu to adjust Junction Deviation lower than .01. Some machines currently have a JUNCTION_DEVIATION_MM value as low as .005 mm. In the case of non-Linear-Advance machines... The upper limit is raised to .5 mm.
Probably more thought needs to be given to the Linear Advance case. It maybe it doesn't need a special case and should just use the same bounds as the non-Linear Advance case.
5 years ago