Bringing in the work from unlimitedbacon #1026
Adding density setting to filament Adding cost option to filament
This commit is contained in:
parent
c9b6e4762e
commit
7951b22044
4 changed files with 48 additions and 13 deletions
|
|
@ -50,6 +50,8 @@ Intermediate
|
|||
Filament
|
||||
Filament
|
||||
filament_diameter
|
||||
filament_density
|
||||
filament_cost
|
||||
Extruder Temperatures
|
||||
first_layer_temperature
|
||||
temperature
|
||||
|
|
|
|||
|
|
@ -546,10 +546,19 @@
|
|||
"ShowAsOverride": true,
|
||||
"ShowIfSet": null,
|
||||
"ResetAtEndOfPrint": false,
|
||||
"DefaultValue": "0.00"
|
||||
"DefaultValue": "0"
|
||||
},
|
||||
{
|
||||
"QuickMenuSettings": [],
|
||||
"QuickMenuSettings": [
|
||||
{
|
||||
"MenuName": "PLA",
|
||||
"Value": "1.24"
|
||||
},
|
||||
{
|
||||
"MenuName": "ABS",
|
||||
"Value": "1.04"
|
||||
}
|
||||
],
|
||||
"SetSettingsOnChange": [],
|
||||
"SlicerConfigName": "filament_density",
|
||||
"PresentationName": "Density",
|
||||
|
|
@ -559,7 +568,7 @@
|
|||
"ShowAsOverride": true,
|
||||
"ShowIfSet": null,
|
||||
"ResetAtEndOfPrint": false,
|
||||
"DefaultValue": "0.00"
|
||||
"DefaultValue": "1.24"
|
||||
},
|
||||
{
|
||||
"QuickMenuSettings": [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue