chiark / gitweb /
Fixes #45, stop fan with same setting as used to enable it.
authordaid <daid303@gmail.com>
Thu, 12 Apr 2012 12:43:51 +0000 (14:43 +0200)
committerdaid <daid303@gmail.com>
Thu, 12 Apr 2012 12:43:51 +0000 (14:43 +0200)
Cura/alterations/end.gcode
Cura/cura_sf/fabmetheus_utilities/settings.py

index 7131e5618e0f622b5d67dbb3862c374548f5e17d..4061667ec4374c48bd37a2a0d763ff5691e260f5 100644 (file)
@@ -4,5 +4,4 @@ G1 Z+10 E-5 F400       ;move Z up a bit and retract filament by 5mm
 G28 X0 Y0              ;move X/Y to min endstops, so the head is out of the way
 M84                    ;steppers off
 G90                    ;absolute positioning
-M107                   ;fan off
 
index 3be5a2927f1983fd45cffe67ab921b0cab42432b..58b82ce51b1c10924ad69b6039456ed2c60f07d6 100644 (file)
@@ -295,7 +295,7 @@ def getProfileInformation():
                        'Name_of_Cool_Start_File': DEFSET,
                        'Orbital_Outset_millimeters': DEFSET,
                        'Turn_Fan_On_at_Beginning': storedSetting("fan_enabled"),
-                       'Turn_Fan_Off_at_Ending': "False",
+                       'Turn_Fan_Off_at_Ending': storedSetting("fan_enabled"),
                        'Minimum_feed_rate_mm/s': storedSettingFloat("cool_min_feedrate"),
                        'Fan_on_at_layer': storedSettingInt('fan_layer'),
                        'Fan_speed_%': storedSettingInt('fan_speed'),