mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-24 13:39:05 +08:00
Remove overrides of support interface speed/accel/jerk
This is a settings updates from the Materials team.
This commit is contained in:
parent
93c249280e
commit
50bda1c9dd
@ -11,11 +11,8 @@ material = generic_pva_ultimaker3_BB_0.4
|
|||||||
setting_version = 1
|
setting_version = 1
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
acceleration_support_interface = =math.ceil(acceleration_support * 100 / 500)
|
|
||||||
jerk_support_interface = =math.ceil(jerk_support * 1 / 5)
|
|
||||||
material_print_temperature = =default_material_print_temperature + 10
|
material_print_temperature = =default_material_print_temperature + 10
|
||||||
material_standby_temperature = 100
|
material_standby_temperature = 100
|
||||||
prime_tower_enable = False
|
prime_tower_enable = False
|
||||||
skin_overlap = 20
|
skin_overlap = 20
|
||||||
speed_support_interface = =math.ceil(speed_support * 20 / 25)
|
|
||||||
support_interface_height = 0.8
|
support_interface_height = 0.8
|
||||||
|
@ -11,11 +11,8 @@ material = generic_pva_ultimaker3_BB_0.4
|
|||||||
setting_version = 1
|
setting_version = 1
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
acceleration_support_interface = =math.ceil(acceleration_support * 100 / 500)
|
|
||||||
jerk_support_interface = =math.ceil(jerk_support * 1 / 5)
|
|
||||||
material_print_temperature = =default_material_print_temperature + 5
|
material_print_temperature = =default_material_print_temperature + 5
|
||||||
material_standby_temperature = 100
|
material_standby_temperature = 100
|
||||||
prime_tower_enable = False
|
prime_tower_enable = False
|
||||||
skin_overlap = 15
|
skin_overlap = 15
|
||||||
support_interface_height = 0.8
|
support_interface_height = 0.8
|
||||||
speed_support_interface = =math.ceil(speed_support * 20 / 25)
|
|
@ -11,10 +11,7 @@ material = generic_pva_ultimaker3_BB_0.4
|
|||||||
setting_version = 1
|
setting_version = 1
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
acceleration_support_interface = =math.ceil(acceleration_support * 100 / 500)
|
|
||||||
jerk_support_interface = =math.ceil(jerk_support * 1 / 5)
|
|
||||||
material_standby_temperature = 100
|
material_standby_temperature = 100
|
||||||
prime_tower_enable = False
|
prime_tower_enable = False
|
||||||
speed_support_interface = =math.ceil(speed_support * 20 / 25)
|
|
||||||
support_infill_rate = 25
|
support_infill_rate = 25
|
||||||
support_interface_height = 0.8
|
support_interface_height = 0.8
|
||||||
|
@ -11,10 +11,7 @@ material = generic_pva_ultimaker3_BB_0.4
|
|||||||
setting_version = 1
|
setting_version = 1
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
acceleration_support_interface = =math.ceil(acceleration_support * 100 / 500)
|
|
||||||
jerk_support_interface = =math.ceil(jerk_support * 1 / 5)
|
|
||||||
material_standby_temperature = 100
|
material_standby_temperature = 100
|
||||||
|
prime_tower_enable = False
|
||||||
support_infill_rate = 25
|
support_infill_rate = 25
|
||||||
support_interface_height = 0.8
|
support_interface_height = 0.8
|
||||||
prime_tower_enable = False
|
|
||||||
speed_support_interface = =math.ceil(speed_support * 20 / 25)
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user