Put zhop into curaengine
fixed the retraction amount in matter slice.
This commit is contained in:
parent
4458478d55
commit
037cdaa89f
2 changed files with 4 additions and 2 deletions
|
|
@ -99,7 +99,6 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
new MapItem("fanSpeedMin", "max_fan_speed"),
|
||||
new MapItem("fanSpeedMax", "min_fan_speed"),
|
||||
|
||||
|
||||
new FanTranslator("fanFullOnLayerNr", "disable_fan_first_layers"),
|
||||
new MapItem("coolHeadLift", "cool_extruder_lift"),
|
||||
|
||||
|
|
@ -108,6 +107,8 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
new ScaledSingleNumber("retractionMinimalDistance", "retract_before_travel", 1000),
|
||||
new ScaledSingleNumber("minimalExtrusionBeforeRetraction", "min_extrusion_before_retract", 1000),
|
||||
|
||||
new ScaledSingleNumber("retractionZHop", "retract_lift", 1000),
|
||||
|
||||
new MapItem("spiralizeMode", "spiral_vase"),
|
||||
|
||||
new NotPassedItem("", "bed_size"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue