mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Use value to override settings that were a value in the parent def
Contributes to issue CURA-8782.
This commit is contained in:
parent
0b4c34a20d
commit
ae605265b7
1 changed files with 4 additions and 7 deletions
|
@ -80,10 +80,10 @@
|
|||
"default_value": "zigzag"
|
||||
},
|
||||
"support_infill_rate": {
|
||||
"default_value": "15"
|
||||
"value": 15
|
||||
},
|
||||
"gantry_height": {
|
||||
"default_value": 25
|
||||
"value": 25
|
||||
},
|
||||
"machine_max_feedrate_x": {
|
||||
"default_value": 500
|
||||
|
@ -148,9 +148,6 @@
|
|||
"infill_sparse_density": {
|
||||
"default_value": 15
|
||||
},
|
||||
"infill_before_walls": {
|
||||
"default_value": false
|
||||
},
|
||||
"fill_perimeter_gaps": {
|
||||
"default_value": "everywhere"
|
||||
},
|
||||
|
@ -321,10 +318,10 @@
|
|||
"value": "line_width * 2"
|
||||
},
|
||||
"acceleration_travel": {
|
||||
"default_value": 1000
|
||||
"value": 1000
|
||||
},
|
||||
"line_width": {
|
||||
"default_value": "0.4"
|
||||
"value": 0.4
|
||||
},
|
||||
"speed_z_hop": {
|
||||
"default_value": 5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue