added make and model to printer general section
issue: MatterHackers/MCCentral#3637 Add printer make model to printer general
This commit is contained in:
parent
96982e5f8a
commit
8d9a3435c7
5 changed files with 51 additions and 1 deletions
|
|
@ -126,6 +126,8 @@ Printer
|
|||
General
|
||||
General
|
||||
Settings
|
||||
make
|
||||
model
|
||||
auto_connect
|
||||
baud_rate
|
||||
com_port
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue