mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
Finalized changing brim_outside_only to briml_location
CURA-9838
This commit is contained in:
parent
9a254d0755
commit
d7dbd13034
7 changed files with 7 additions and 7 deletions
|
@ -14,7 +14,7 @@
|
|||
{
|
||||
"acceleration_print": { "default_value": 1000 },
|
||||
"adhesion_type": { "default_value": "skirt" },
|
||||
"brim_outside_only": { "default_value": false },
|
||||
"brim_location": { "default_value": "everywhere" },
|
||||
"default_material_print_temperature": { "default_value": 220 },
|
||||
"infill_sparse_density": { "default_value": 20 },
|
||||
"ironing_flow": { "default_value": 7.0 },
|
||||
|
|
|
@ -113,7 +113,7 @@
|
|||
"minimum_value_warning": "100"
|
||||
},
|
||||
"adhesion_type": { "value": "'skirt'" },
|
||||
"brim_outside_only": { "value": false },
|
||||
"brim_location": { "value": "everywhere" },
|
||||
"cool_fan_speed_min": { "value": "0.5*cool_fan_speed" },
|
||||
"cool_min_layer_time_fan_speed_max": { "value": 10 },
|
||||
"default_material_bed_temperature": { "maximum_value": "150" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue