Avoid crossing perimeters max detour could newly be specified

in percentage of the direct path.
This commit is contained in:
Vojtech Bubnik 2020-12-14 12:36:55 +01:00
parent fef729b75a
commit b5f95dd4b4
3 changed files with 14 additions and 6 deletions

View file

@ -828,7 +828,7 @@ class PrintConfig : public MachineEnvelopeConfig, public GCodeConfig
public:
ConfigOptionBool avoid_crossing_perimeters;
ConfigOptionFloat avoid_crossing_perimeters_max_detour;
ConfigOptionFloatOrPercent avoid_crossing_perimeters_max_detour;
ConfigOptionPoints bed_shape;
ConfigOptionInts bed_temperature;
ConfigOptionFloat bridge_acceleration;