Skip to content

Commit

Permalink
Updated PVA max. temperature to be 40C iso 70C to prevent problems wi…
Browse files Browse the repository at this point in the history
…th PVA in the Bowden tube.

PP-333
  • Loading branch information
pkuiper-ultimaker committed May 30, 2024
1 parent d896eb3 commit 8632efa
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8632efa

Please sign in to comment.