From 8c5bf431b5bc1e8f2044a7c39c0a02d4441aad0b Mon Sep 17 00:00:00 2001 From: daid Date: Fri, 30 Mar 2012 09:50:13 +0200 Subject: [PATCH] Turn on fan in startcode instead of always have it on. --- Cura/alterations/start.gcode | 2 ++ Cura/cura_sf/fabmetheus_utilities/settings.py | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Cura/alterations/start.gcode b/Cura/alterations/start.gcode index 7db5699c..4f1222a5 100644 --- a/Cura/alterations/start.gcode +++ b/Cura/alterations/start.gcode @@ -4,6 +4,8 @@ G90 ;absolute positioning G28 X0 Y0 ;move X/Y to min endstops G28 Z0 ;move Z to min endstops +M106 ;turn on fan + ; if your prints start too high, try changing the Z0.0 below ; to Z1.0 - the number after the Z is the actual, physical ; height of the nozzle in mm. This can take some messing around diff --git a/Cura/cura_sf/fabmetheus_utilities/settings.py b/Cura/cura_sf/fabmetheus_utilities/settings.py index 3c27c0f4..f89fa870 100644 --- a/Cura/cura_sf/fabmetheus_utilities/settings.py +++ b/Cura/cura_sf/fabmetheus_utilities/settings.py @@ -103,7 +103,7 @@ def getProfileInformation(): 'Activate_Widen': DEFSET, 'Widen_Width_over_Edge_Width_ratio': DEFSET, },'inset': { - 'Add_Custom_Code_for_Temperature_Reading': DEFSET, + 'Add_Custom_Code_for_Temperature_Reading': "False", 'Infill_in_Direction_of_Bridge': "True", 'Infill_Width': storedSetting("nozzle_size"), 'Loop_Order_Choice': DEFSET, @@ -265,8 +265,8 @@ def getProfileInformation(): 'Name_of_Cool_End_File': DEFSET, 'Name_of_Cool_Start_File': DEFSET, 'Orbital_Outset_millimeters': DEFSET, - 'Turn_Fan_On_at_Beginning': DEFSET, - 'Turn_Fan_Off_at_Ending': DEFSET, + 'Turn_Fan_On_at_Beginning': "False", + 'Turn_Fan_Off_at_Ending': "False", 'Minimum_feed_rate_mm/s': storedSetting("cool_min_feedrate"), },'hop': { 'Activate_Hop': "False", -- 2.30.2