From: Youness Alaoui Date: Fri, 29 May 2015 15:08:07 +0000 (-0400) Subject: Set print all at once as the default setting X-Git-Tag: lulzbot-15.02.1-1.01~12 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=9aa6318a32de94f360d5dede1761f8957d8f4e69;p=cura.git Set print all at once as the default setting Fixes issue #110 --- diff --git a/Cura/util/profile.py b/Cura/util/profile.py index 9466f1ee..43d54e9b 100644 --- a/Cura/util/profile.py +++ b/Cura/util/profile.py @@ -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."))