mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Fix retraction window of PLA and Nylon of 0.25mm profiles
This was probably caused by having wrong default profiles. We're checking the rest of the settings again now just to be sure, because this probably has more implications elsewhere too.
This commit is contained in:
parent
0fe51589ac
commit
c039535ee3
2 changed files with 0 additions and 2 deletions
|
@ -24,7 +24,6 @@ raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 3)
|
|||
raft_jerk = =jerk_layer_0
|
||||
raft_margin = 10
|
||||
raft_surface_thickness = =round(machine_nozzle_size * 0.2 / 0.4, 2)
|
||||
retraction_extrusion_window = =retraction_amount
|
||||
retraction_min_travel = =line_width * 2
|
||||
skin_overlap = 50
|
||||
speed_print = 70
|
||||
|
|
|
@ -21,7 +21,6 @@ machine_nozzle_heat_up_speed = 2.0
|
|||
material_final_print_temperature = =max(-273.15, material_print_temperature - 15)
|
||||
material_initial_print_temperature = =max(-273.15, material_print_temperature - 10)
|
||||
material_print_temperature = 190
|
||||
retraction_extrusion_window = =retraction_amount
|
||||
retraction_hop = 0.2
|
||||
skin_overlap = 5
|
||||
speed_layer_0 = 30
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue