Made xy support distance to the wall 1mm iso support_offset (support_offset was 0mm when no support interface was used).

Restored the default 0.1mm z distance for the UM2 familie.

Relates to PP-108
This commit is contained in:
p.kuiper 2022-06-08 16:08:46 +02:00
parent 8e3ec5655a
commit 6b30273686
3 changed files with 5 additions and 2 deletions

View File

@ -233,7 +233,7 @@
"value": "2*line_width if support_interface_enable else 0"
},
"support_xy_distance": {
"value": "support_offset"
"value": "1"
},
"support_xy_distance_overhang": {
"value": "wall_line_width_0"

View File

@ -86,6 +86,9 @@
},
"machine_acceleration": {
"default_value": 3000
},
"support_z_distance": {
"value": "0.1"
}
}
}

View File

@ -19,4 +19,4 @@ support_brim_enable = True
support_infill_sparse_thickness = 0.3
support_interface_enable = True
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
cool_fan_enabled = =not (support_enable and (extruder_nr == extruderValue(support_extruder_nr, 'support_infill_extruder_nr')))
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))