mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 07:55:55 +08:00
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:
parent
8e3ec5655a
commit
6b30273686
@ -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"
|
||||
|
@ -86,6 +86,9 @@
|
||||
},
|
||||
"machine_acceleration": {
|
||||
"default_value": 3000
|
||||
},
|
||||
"support_z_distance": {
|
||||
"value": "0.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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))
|
Loading…
x
Reference in New Issue
Block a user