diff --git a/SliceConfiguration/CuraEnginMappings.cs b/SliceConfiguration/CuraEnginMappings.cs index d3a94eb2c..688ca6402 100644 --- a/SliceConfiguration/CuraEnginMappings.cs +++ b/SliceConfiguration/CuraEnginMappings.cs @@ -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; diff --git a/StaticData/PrinterSettings/config.ini b/StaticData/PrinterSettings/config.ini index a2587d480..946d1dee6 100644 --- a/StaticData/PrinterSettings/config.ini +++ b/StaticData/PrinterSettings/config.ini @@ -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 diff --git a/StaticData/SliceSettings/Layouts.txt b/StaticData/SliceSettings/Layouts.txt index 6f2e9b398..1c360b83a 100644 --- a/StaticData/SliceSettings/Layouts.txt +++ b/StaticData/SliceSettings/Layouts.txt @@ -164,6 +164,7 @@ Advanced Enable fan_always_on cooling + cool_extruder_lift Fan Speed min_fan_speed max_fan_speed diff --git a/StaticData/SliceSettings/Properties.txt b/StaticData/SliceSettings/Properties.txt index 17ed65647..371bb89df 100644 --- a/StaticData/SliceSettings/Properties.txt +++ b/StaticData/SliceSettings/Properties.txt @@ -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.