added make and model to printer general section

issue: MatterHackers/MCCentral#3637
Add printer make model to printer general
This commit is contained in:
Lars Brubaker 2018-07-18 09:40:06 -07:00
parent 96982e5f8a
commit 8d9a3435c7
5 changed files with 51 additions and 1 deletions

View file

@ -126,6 +126,8 @@ Printer
General
General
Settings
make
model
auto_connect
baud_rate
com_port

View file

@ -1017,6 +1017,20 @@
"DataEditType": "STRING",
"DefaultValue": "Calibration - Box.stl"
},
{
"SlicerConfigName": "make",
"PresentationName": "Make",
"HelpText": "This is the make (often the manufacturer) of printer this profile is targeting.",
"DataEditType": "READONLY_STRING",
"DefaultValue": "Undefined"
},
{
"SlicerConfigName": "model",
"PresentationName": "Model",
"HelpText": "This is the model of printer this profile is targeting.",
"DataEditType": "READONLY_STRING",
"DefaultValue": "Undefined"
},
{
"SlicerConfigName": "output_only_first_layer",
"PresentationName": "First Layer Only",