Restore functionality to put default items in queue when new printer is created.

Made default calibration files include the calibration box
This commit is contained in:
Lars Brubaker 2016-09-01 10:53:10 -07:00
parent 8d03b045ac
commit 619c20aff0
5 changed files with 65 additions and 9 deletions

View file

@ -1353,6 +1353,19 @@
"ResetAtEndOfPrint": false,
"DefaultValue": "[input_filename_base].gcode"
},
{
"QuickMenuSettings": [ ],
"SetSettingsOnChange": [ ],
"SlicerConfigName": "calibration_files",
"PresentationName": "Calibration Files",
"HelpText": "Sets the models that will be added to the queue when a new printer is created.",
"DataEditType": "STRING",
"ExtraSettings": "",
"ShowAsOverride": true,
"ShowIfSet": null,
"ResetAtEndOfPrint": false,
"DefaultValue": "Calibration - Box.stl"
},
{
"QuickMenuSettings": [ ],
"SetSettingsOnChange": [ ],

View file

@ -5365,3 +5365,6 @@ Translated:Sign in to my account
English:Don't ask me again
Translated:Don't ask me again
English:Sets the models that will be added to the queue when a new printer is created.
Translated:Sets the models that will be added to the queue when a new printer is created.