Enable setting nozzle diameter via gcode
in normal mode (not farm mode)
This commit is contained in:
parent
8861374caf
commit
b4303a1442
1 changed files with 1 additions and 1 deletions
|
@ -4382,7 +4382,7 @@ eeprom_update_word((uint16_t*)EEPROM_NOZZLE_DIAMETER_uM,0xFFFF);
|
|||
nDiameter=(uint16_t)(code_value()*1000.0+0.5); // [,um]
|
||||
nozzle_diameter_check(nDiameter);
|
||||
}
|
||||
else if(code_seen_P(PSTR("set")) && farm_mode)
|
||||
else if(code_seen_P(PSTR("set")))
|
||||
{
|
||||
strchr_pointer++; // skip 1st char (~ 's')
|
||||
strchr_pointer++; // skip 2nd char (~ 'e')
|
||||
|
|
Loading…
Add table
Reference in a new issue