mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -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
|
@ -39,7 +39,7 @@ class SettingsExportModel(QObject):
|
|||
'adaptive_layer_height_enabled',
|
||||
'brim_gap',
|
||||
'support_offset',
|
||||
'brim_outside_only',
|
||||
'brim_location',
|
||||
'magic_spiralize',
|
||||
'slicing_tolerance',
|
||||
'outer_inset_first',
|
||||
|
|
|
@ -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" },
|
||||
|
|
|
@ -14,7 +14,7 @@ weight = 0
|
|||
[values]
|
||||
adhesion_type = brim
|
||||
brim_line_count = 14
|
||||
brim_outside_only = True
|
||||
brim_location = outside
|
||||
brim_width = 8
|
||||
connect_infill_polygons = True
|
||||
cool_fan_enabled = True
|
||||
|
|
|
@ -14,7 +14,7 @@ weight = 0
|
|||
[values]
|
||||
adhesion_type = brim
|
||||
brim_line_count = 14
|
||||
brim_outside_only = True
|
||||
brim_location = outside
|
||||
brim_width = 8
|
||||
connect_infill_polygons = True
|
||||
cool_fan_enabled = True
|
||||
|
|
|
@ -124,7 +124,7 @@ adhesion_extruder_nr
|
|||
skirt_line_count
|
||||
brim_width
|
||||
brim_line_count
|
||||
brim_outside_only
|
||||
brim_location
|
||||
|
||||
[dual]
|
||||
prime_tower_enable
|
||||
|
|
|
@ -327,7 +327,7 @@ skirt_brim_minimal_length
|
|||
brim_width
|
||||
brim_gap
|
||||
brim_line_count
|
||||
brim_outside_only
|
||||
brim_location
|
||||
brim_smart_ordering
|
||||
raft_margin
|
||||
raft_smoothing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue