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',
|
'adaptive_layer_height_enabled',
|
||||||
'brim_gap',
|
'brim_gap',
|
||||||
'support_offset',
|
'support_offset',
|
||||||
'brim_outside_only',
|
'brim_location',
|
||||||
'magic_spiralize',
|
'magic_spiralize',
|
||||||
'slicing_tolerance',
|
'slicing_tolerance',
|
||||||
'outer_inset_first',
|
'outer_inset_first',
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
{
|
{
|
||||||
"acceleration_print": { "default_value": 1000 },
|
"acceleration_print": { "default_value": 1000 },
|
||||||
"adhesion_type": { "default_value": "skirt" },
|
"adhesion_type": { "default_value": "skirt" },
|
||||||
"brim_outside_only": { "default_value": false },
|
"brim_location": { "default_value": "everywhere" },
|
||||||
"default_material_print_temperature": { "default_value": 220 },
|
"default_material_print_temperature": { "default_value": 220 },
|
||||||
"infill_sparse_density": { "default_value": 20 },
|
"infill_sparse_density": { "default_value": 20 },
|
||||||
"ironing_flow": { "default_value": 7.0 },
|
"ironing_flow": { "default_value": 7.0 },
|
||||||
|
|
|
@ -113,7 +113,7 @@
|
||||||
"minimum_value_warning": "100"
|
"minimum_value_warning": "100"
|
||||||
},
|
},
|
||||||
"adhesion_type": { "value": "'skirt'" },
|
"adhesion_type": { "value": "'skirt'" },
|
||||||
"brim_outside_only": { "value": false },
|
"brim_location": { "value": "everywhere" },
|
||||||
"cool_fan_speed_min": { "value": "0.5*cool_fan_speed" },
|
"cool_fan_speed_min": { "value": "0.5*cool_fan_speed" },
|
||||||
"cool_min_layer_time_fan_speed_max": { "value": 10 },
|
"cool_min_layer_time_fan_speed_max": { "value": 10 },
|
||||||
"default_material_bed_temperature": { "maximum_value": "150" },
|
"default_material_bed_temperature": { "maximum_value": "150" },
|
||||||
|
|
|
@ -14,7 +14,7 @@ weight = 0
|
||||||
[values]
|
[values]
|
||||||
adhesion_type = brim
|
adhesion_type = brim
|
||||||
brim_line_count = 14
|
brim_line_count = 14
|
||||||
brim_outside_only = True
|
brim_location = outside
|
||||||
brim_width = 8
|
brim_width = 8
|
||||||
connect_infill_polygons = True
|
connect_infill_polygons = True
|
||||||
cool_fan_enabled = True
|
cool_fan_enabled = True
|
||||||
|
|
|
@ -14,7 +14,7 @@ weight = 0
|
||||||
[values]
|
[values]
|
||||||
adhesion_type = brim
|
adhesion_type = brim
|
||||||
brim_line_count = 14
|
brim_line_count = 14
|
||||||
brim_outside_only = True
|
brim_location = outside
|
||||||
brim_width = 8
|
brim_width = 8
|
||||||
connect_infill_polygons = True
|
connect_infill_polygons = True
|
||||||
cool_fan_enabled = True
|
cool_fan_enabled = True
|
||||||
|
|
|
@ -124,7 +124,7 @@ adhesion_extruder_nr
|
||||||
skirt_line_count
|
skirt_line_count
|
||||||
brim_width
|
brim_width
|
||||||
brim_line_count
|
brim_line_count
|
||||||
brim_outside_only
|
brim_location
|
||||||
|
|
||||||
[dual]
|
[dual]
|
||||||
prime_tower_enable
|
prime_tower_enable
|
||||||
|
|
|
@ -327,7 +327,7 @@ skirt_brim_minimal_length
|
||||||
brim_width
|
brim_width
|
||||||
brim_gap
|
brim_gap
|
||||||
brim_line_count
|
brim_line_count
|
||||||
brim_outside_only
|
brim_location
|
||||||
brim_smart_ordering
|
brim_smart_ordering
|
||||||
raft_margin
|
raft_margin
|
||||||
raft_smoothing
|
raft_smoothing
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue