1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-19 09:24:27 +00:00

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
+1 -1
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;