Skip to content

Commit

Permalink
Finalized changing brim_outside_only to briml_location
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Feb 29, 2024
1 parent 9a254d0 commit d7dbd13
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion plugins/3MFWriter/SettingsExportModel.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion resources/definitions/erzay3d.def.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down
2 changes: 1 addition & 1 deletion resources/definitions/inat_base.def.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion resources/setting_visibility/advanced.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ adhesion_extruder_nr
skirt_line_count
brim_width
brim_line_count
brim_outside_only
brim_location

[dual]
prime_tower_enable
Expand Down
2 changes: 1 addition & 1 deletion resources/setting_visibility/expert.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d7dbd13

Please sign in to comment.