Bringing in the work from unlimitedbacon #1026

Adding density setting to filament
Adding cost option to filament
This commit is contained in:
Lars Brubaker 2016-07-05 12:24:00 -07:00
parent c9b6e4762e
commit 7951b22044
4 changed files with 48 additions and 13 deletions

View file

@ -50,6 +50,8 @@ Intermediate
Filament
Filament
filament_diameter
filament_density
filament_cost
Extruder Temperatures
first_layer_temperature
temperature

View file

@ -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": [],