#250 allwo klipper to do firmware retraction.

This commit is contained in:
supermerill 2020-05-20 18:15:49 +02:00
parent da5e38f6f6
commit 16c51403aa

View File

@ -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)