mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 16:59:01 +08:00
Also apply initial layer horizontal expansion to UM3E
The settings for the Ultimaker 3 and Ultimaker 3 Extended should remain the same. The two share their quality profiles and intent profiles, but not their nozzle profiles so this must be copied.
This commit is contained in:
parent
b33cb519ff
commit
2a62ff053b
@ -48,4 +48,4 @@ switch_extruder_retraction_amount = =machine_heat_zone_length
|
||||
top_bottom_thickness = 1.2
|
||||
wall_line_width_x = 0.23
|
||||
wall_thickness = 1.3
|
||||
xy_offset_layer_0 = =(-0.2 if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset
|
||||
xy_offset_layer_0 = =(-0.2 if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset
|
||||
|
@ -40,4 +40,4 @@ switch_extruder_prime_speed = =switch_extruder_retraction_speeds
|
||||
switch_extruder_retraction_amount = =machine_heat_zone_length
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 1.3
|
||||
xy_offset_layer_0 = =(-0.2 if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset
|
||||
xy_offset_layer_0 = =(-0.2 if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset
|
||||
|
@ -48,3 +48,4 @@ switch_extruder_retraction_amount = =machine_heat_zone_length
|
||||
top_bottom_thickness = 1.2
|
||||
wall_line_width_x = 0.23
|
||||
wall_thickness = 1.3
|
||||
xy_offset_layer_0 = =(-0.2 if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset
|
@ -40,3 +40,4 @@ switch_extruder_prime_speed = =switch_extruder_retraction_speeds
|
||||
switch_extruder_retraction_amount = =machine_heat_zone_length
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 1.3
|
||||
xy_offset_layer_0 = =(-0.2 if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset
|
@ -48,4 +48,4 @@ switch_extruder_retraction_amount = =machine_heat_zone_length
|
||||
top_bottom_thickness = 1.2
|
||||
wall_line_width_x = 0.23
|
||||
wall_thickness = 1.3
|
||||
xy_offset_layer_0 = =(-0.2 if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset
|
||||
xy_offset_layer_0 = =(-0.2 if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset
|
||||
|
Loading…
x
Reference in New Issue
Block a user