mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-06-26 09:25:24 -06:00
fixed unecessary default
This commit is contained in:
parent
350c95a110
commit
f7dc928d32
2 changed files with 2 additions and 2 deletions
|
@ -49,6 +49,6 @@
|
|||
|
||||
"layer_height": { "default_value": 0.2 },
|
||||
"adhesion_type": { "value": "'skirt'" },
|
||||
"relative_extrusion" : {"default_value": true}
|
||||
"relative_extrusion" : {"value": true}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -57,6 +57,6 @@
|
|||
|
||||
"layer_height": { "default_value": 0.2 },
|
||||
"adhesion_type": { "value": "'skirt'" },
|
||||
"relative_extrusion" : {"default_value": true}
|
||||
"relative_extrusion" : {"value": true}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue