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:
Ghostkeeper 2017-12-01 13:57:10 +01:00
parent 0fe51589ac
commit c039535ee3
No known key found for this signature in database
GPG key ID: 5252B696FB5E7C7A
2 changed files with 0 additions and 2 deletions

View file

@ -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

View file

@ -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