mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 14:34:01 -06:00
JSON bugfix: maker_starter had become wrong
This commit is contained in:
parent
2c10c3a36b
commit
b785ba05ac
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
"layer_height_0": { "default": 0.2, "visible": false },
|
||||
"wall_line_count": { "default": 2, "visible": true },
|
||||
"top_layers": { "default": 4, "visible": true },
|
||||
"bottom_thickness": { "bottom_layers": { "default": 4, "visible": true },
|
||||
"bottom_layers": { "default": 4, "visible": true },
|
||||
"material_print_temperature": { "visible": false },
|
||||
"material_bed_temperature": { "visible": false },
|
||||
"material_diameter": { "default": 1.75, "visible": false },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue