Put in the extruder lift setting from CuraEngine

This commit is contained in:
larsbrubaker 2014-02-08 19:34:51 -08:00
parent 70eeaac26b
commit 6ff4800258
4 changed files with 4 additions and 1 deletions

View file

@ -51,6 +51,7 @@ namespace MatterHackers.MatterControl
new MapItem("upSkinCount", "top_solid_layers"),
new FanTranslator("fanFullOnLayerNr", "disable_fan_first_layers"),
new MapItem("coolHeadLift", "cool_extruder_lift"),
new ScaledSingleNumber("retractionAmount", "retract_length", 1000),
new MapItem("retractionSpeed", "retract_speed"),
@ -102,7 +103,6 @@ namespace MatterHackers.MatterControl
SETTING(raftInterfaceLinewidth);
SETTING(minimalFeedrate);
SETTING(coolHeadLift);
fanFullOnLayerNr = 2;

View file

@ -10,6 +10,7 @@ bridge_speed = 60
brim_width = 0
build_height = 0
complete_objects = 0
cool_extruder_lift = 0
cooling = 1
default_acceleration = 0
disable_fan_first_layers = 1

View file

@ -164,6 +164,7 @@ Advanced
Enable
fan_always_on
cooling
cool_extruder_lift
Fan Speed
min_fan_speed
max_fan_speed

View file

@ -10,6 +10,7 @@ bridge_speed|Bridges|POSITVE_DOUBLE|mm/s|The speed to move when bridging between
brim_width|Brim Width|POSITVE_DOUBLE|mm|The amount of brim that will be drawn around each object. This is useful to ensure that parts stay affixed to the bed.
build_height|Build Height|POSITVE_DOUBLE|mm|The height of the printable area. If set to 0 the parts height will not be validated.
complete_objects|Complete Individual Objects|CHECK_BOX||Each individual part is printed to completion then the extruder is lowered back to the bed and the next part is printed.
cool_extruder_lift|Enable Extruder Lift|CHECK_BOX||Moves the extruder up off the part to allow cooling.
cooling|Enable Auto Cooling|CHECK_BOX||Turns on and off all cooling settings (all settings below this one).
default_acceleration|Default|POSITVE_DOUBLE|mm/s²|Acceleration to use on all moves not defined above. Set to 0 to disable changing the printer's acceleration.
disable_fan_first_layers|Disable Fan For The First|INT|Layers|The number of layers for which the fan will be forced to remain off.