chiark / gitweb /
Turn on fan in startcode instead of always have it on.
authordaid <daid303@gmail.com>
Fri, 30 Mar 2012 07:50:13 +0000 (09:50 +0200)
committerdaid <daid303@gmail.com>
Fri, 30 Mar 2012 07:50:13 +0000 (09:50 +0200)
Cura/alterations/start.gcode
Cura/cura_sf/fabmetheus_utilities/settings.py

index 7db5699cfdabe3341ad31ef5dde264282040e869..4f1222a50c8fb82de3e2551583b6bc71631b8f80 100644 (file)
@@ -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
index 3c27c0f45817c04c5ec752d59ee997e08436bae5..f89fa870c3e927ca599e52812f587a4253c66a71 100644 (file)
@@ -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",