mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-01-11 02:13:01 -07:00
Updated PVA max. temperature to be 40C iso 70C to prevent problems with PVA in the Bowden tube.
PP-333
This commit is contained in:
parent
d896eb38ff
commit
8632efa4ec
6 changed files with 6 additions and 6 deletions
|
|
@ -18,7 +18,7 @@ _plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 1
|
|||
acceleration_support_bottom = 100
|
||||
acceleration_support_interface = 1500
|
||||
brim_replaces_support = False
|
||||
build_volume_temperature = =70 if extruders_enabled_count > 1 else 35
|
||||
build_volume_temperature = =40 if extruders_enabled_count > 1 else 35
|
||||
default_material_bed_temperature = =0 if extruders_enabled_count > 1 else 60
|
||||
prime_tower_min_volume = 15
|
||||
skin_material_flow = =material_flow * 0.93
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ _plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 1
|
|||
acceleration_support_bottom = 100
|
||||
acceleration_support_interface = 1500
|
||||
brim_replaces_support = False
|
||||
build_volume_temperature = =70 if extruders_enabled_count > 1 else 35
|
||||
build_volume_temperature = =40 if extruders_enabled_count > 1 else 35
|
||||
default_material_bed_temperature = =0 if extruders_enabled_count > 1 else 60
|
||||
prime_tower_min_volume = 15
|
||||
skin_material_flow = =material_flow * 0.93
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ _plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 1
|
|||
acceleration_support_bottom = 100
|
||||
acceleration_support_interface = 1500
|
||||
brim_replaces_support = False
|
||||
build_volume_temperature = =70 if extruders_enabled_count > 1 else 35
|
||||
build_volume_temperature = =40 if extruders_enabled_count > 1 else 35
|
||||
default_material_bed_temperature = =0 if extruders_enabled_count > 1 else 60
|
||||
prime_tower_min_volume = 15
|
||||
skin_material_flow = =material_flow * 0.93
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ _plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 1
|
|||
acceleration_support_bottom = 100
|
||||
acceleration_support_interface = 1500
|
||||
brim_replaces_support = False
|
||||
build_volume_temperature = =70 if extruders_enabled_count > 1 else 35
|
||||
build_volume_temperature = =40 if extruders_enabled_count > 1 else 35
|
||||
default_material_bed_temperature = =0 if extruders_enabled_count > 1 else 60
|
||||
prime_tower_min_volume = 15
|
||||
skin_material_flow = =material_flow * 0.93
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ _plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 1
|
|||
acceleration_support_bottom = 100
|
||||
acceleration_support_interface = 1500
|
||||
brim_replaces_support = False
|
||||
build_volume_temperature = =70 if extruders_enabled_count > 1 else 35
|
||||
build_volume_temperature = =40 if extruders_enabled_count > 1 else 35
|
||||
default_material_bed_temperature = =0 if extruders_enabled_count > 1 else 60
|
||||
prime_tower_min_volume = 15
|
||||
skin_material_flow = =material_flow * 0.93
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ _plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 1
|
|||
acceleration_support_bottom = 100
|
||||
acceleration_support_interface = 1500
|
||||
brim_replaces_support = False
|
||||
build_volume_temperature = =70 if extruders_enabled_count > 1 else 35
|
||||
build_volume_temperature = =40 if extruders_enabled_count > 1 else 35
|
||||
default_material_bed_temperature = =0 if extruders_enabled_count > 1 else 60
|
||||
prime_tower_min_volume = 15
|
||||
skin_material_flow = =material_flow * 0.93
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue