Re-add nozzle size for 0.8mm variants

Arguably the most important one. This is omitted from the original profiles so the original script assumed it had a nozzle size of 0.4mm.

Contributes to issue CURA-3650.
This commit is contained in:
Ghostkeeper 2017-04-12 16:33:25 +02:00
parent febd1f0f79
commit 53476b62bc
No known key found for this signature in database
GPG Key ID: C5F96EE2BC0F7E75
2 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@ line_width = =machine_nozzle_size
machine_min_cool_heat_time_window = 15
machine_nozzle_cool_down_speed = 0.85
machine_nozzle_heat_up_speed = 1.5
machine_nozzle_size = 0.8
material_final_print_temperature = =material_print_temperature - 10
material_initial_print_temperature = =material_print_temperature - 5
material_standby_temperature = 100

View File

@ -24,6 +24,7 @@ jerk_support_interface = =math.ceil(jerk_topbottom * 1 / 5)
layer_height = 0.2
machine_min_cool_heat_time_window = 15
machine_nozzle_heat_up_speed = 1.5
machine_nozzle_size = 0.8
material_print_temperature = =default_material_print_temperature + 10
material_standby_temperature = 100
multiple_mesh_overlap = 0