Set Equalize Filament Flow to True for all 0.8mm profiles

Orders from the materials team. They mistakenly set this to False in their original profiles.

Contributes to issue CURA-3650.
This commit is contained in:
Ghostkeeper 2017-04-12 15:42:09 +02:00
parent 397c2666f0
commit c2fdf68caf
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75
6 changed files with 0 additions and 6 deletions

View file

@ -13,7 +13,6 @@ weight = -2
line_width = =machine_nozzle_size * 0.875
material_print_temperature = =default_material_print_temperature + 25
material_standby_temperature = 100
speed_equalize_flow_enabled = False
speed_print = 50
speed_topbottom = =math.ceil(speed_print * 30 / 50)
speed_wall = =math.ceil(speed_print * 40 / 50)

View file

@ -14,7 +14,6 @@ layer_height = 0.4
line_width = =machine_nozzle_size * 0.875
material_print_temperature = =default_material_print_temperature + 30
material_standby_temperature = 100
speed_equalize_flow_enabled = False
speed_print = 50
speed_topbottom = =math.ceil(speed_print * 30 / 50)
speed_wall = =math.ceil(speed_print * 40 / 50)

View file

@ -14,7 +14,6 @@ layer_height = 0.3
line_width = =machine_nozzle_size * 0.875
material_print_temperature = =default_material_print_temperature + 27
material_standby_temperature = 100
speed_equalize_flow_enabled = False
speed_print = 50
speed_topbottom = =math.ceil(speed_print * 30 / 50)
speed_wall = =math.ceil(speed_print * 40 / 50)

View file

@ -14,7 +14,6 @@ brim_width = 15
line_width = =machine_nozzle_size * 0.875
material_print_temperature = =default_material_print_temperature + 15
material_standby_temperature = 100
speed_equalize_flow_enabled = False
speed_print = 40
speed_topbottom = =math.ceil(speed_print * 25 / 40)
speed_wall = =math.ceil(speed_print * 30 / 40)

View file

@ -15,7 +15,6 @@ layer_height = 0.4
line_width = =machine_nozzle_size * 0.875
material_print_temperature = =default_material_print_temperature + 20
material_standby_temperature = 100
speed_equalize_flow_enabled = False
speed_print = 45
speed_topbottom = =math.ceil(speed_print * 30 / 45)
speed_wall = =math.ceil(speed_print * 40 / 45)

View file

@ -15,7 +15,6 @@ layer_height = 0.3
line_width = =machine_nozzle_size * 0.875
material_print_temperature = =default_material_print_temperature + 17
material_standby_temperature = 100
speed_equalize_flow_enabled = False
speed_print = 40
speed_topbottom = =math.ceil(speed_print * 25 / 40)
speed_wall = =math.ceil(speed_print * 30 / 40)