Update "Select filament:" c= value
This commit is contained in:
parent
cdd1d302fd
commit
1f6834204f
9 changed files with 9 additions and 9 deletions
Firmware
|
@ -4621,7 +4621,7 @@ void lcd_v2_calibration()
|
|||
if (mmu_enabled)
|
||||
{
|
||||
const uint8_t filament = choose_menu_P(
|
||||
_i("Select filament:"), ////c=20 r=1
|
||||
_i("Select filament:"), ////c=20
|
||||
_T(MSG_FILAMENT),_i("Cancel")); ////c=19 r=1
|
||||
if (filament < 5)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue