mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-25 02:54:29 +08:00
#250 allwo klipper to do firmware retraction.
This commit is contained in:
parent
da5e38f6f6
commit
16c51403aa
@ -4297,8 +4297,9 @@ std::string FullPrintConfig::validate()
|
||||
this->gcode_flavor.value != gcfMarlin &&
|
||||
this->gcode_flavor.value != gcfMachinekit &&
|
||||
this->gcode_flavor.value != gcfRepetier &&
|
||||
this->gcode_flavor.value != gcfKlipper &&
|
||||
this->gcode_flavor.value != gcfLerdge)
|
||||
return "--use-firmware-retraction is only supported by Marlin, Smoothie, Repetier, Machinekit and Lerdge firmware";
|
||||
return "--use-firmware-retraction is only supported by Marlin, Smoothie, Repetier, Machinekit, Klipper and Lerdge firmware";
|
||||
|
||||
if (this->use_firmware_retraction.value)
|
||||
for (unsigned char wipe : this->wipe.values)
|
||||
|
Loading…
x
Reference in New Issue
Block a user