chiark / gitweb /
Set print all at once as the default setting
authorYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Fri, 29 May 2015 15:08:07 +0000 (11:08 -0400)
committerYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Fri, 29 May 2015 15:08:07 +0000 (11:08 -0400)
Fixes issue #110

Cura/util/profile.py

index 9466f1ee3e1f96d3823ea442ef9cdae071dfb7f5..43d54e9b8af19db6226aae02b8b8ac07e5f516ab 100644 (file)
@@ -484,7 +484,7 @@ setting('postSwitchExtruder.gcode', """;Switch between the current extruder and
 setting('startMode', 'Simple', ['Simple', 'Normal'], 'preference', 'hidden')
 setting('simpleModeProfile', '2_normal', str, 'hidden', 'hidden')
 setting('simpleModeMaterial', '1_pla', str, 'hidden', 'hidden')
-setting('oneAtATime', 'True', bool, 'preference', 'hidden')
+setting('oneAtATime', 'False', bool, 'preference', 'hidden')
 setting('lastFile', os.path.normpath(os.path.join(os.path.dirname(os.path.abspath(__file__)), '..', 'resources', 'example', 'Rocktopus.stl')), str, 'preference', 'hidden')
 setting('save_profile', 'False', bool, 'preference', 'hidden').setLabel(_("Save profile on slice"), _("When slicing save the profile as [stl_file]_profile.ini next to the model."))
 setting('filament_cost_kg', '0', float, 'preference', 'hidden').setLabel(_("Cost (price/kg)"), _("Cost of your filament per kg, to estimate the cost of the final print."))