mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 12:47:49 -06:00
remove skin outline count overwrite
The fdmprinters definitions contains the right default of one line. It is not set anywhere in the ultimaker profiles, appart from here. PP-98
This commit is contained in:
parent
34de62b39b
commit
5870e56d16
3 changed files with 0 additions and 3 deletions
|
@ -23,7 +23,6 @@ machine_nozzle_heat_up_speed = 1.6
|
||||||
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_outline_count = 0
|
|
||||||
skin_overlap = 20
|
skin_overlap = 20
|
||||||
speed_layer_0 = =math.ceil(speed_print * 20 / 50)
|
speed_layer_0 = =math.ceil(speed_print * 20 / 50)
|
||||||
speed_print = 50
|
speed_print = 50
|
||||||
|
|
|
@ -23,7 +23,6 @@ machine_nozzle_heat_up_speed = 1.6
|
||||||
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_outline_count = 0
|
|
||||||
skin_overlap = 20
|
skin_overlap = 20
|
||||||
speed_layer_0 = =math.ceil(speed_print * 20 / 50)
|
speed_layer_0 = =math.ceil(speed_print * 20 / 50)
|
||||||
speed_print = 50
|
speed_print = 50
|
||||||
|
|
|
@ -23,7 +23,6 @@ machine_nozzle_heat_up_speed = 1.6
|
||||||
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_outline_count = 0
|
|
||||||
skin_overlap = 20
|
skin_overlap = 20
|
||||||
speed_layer_0 = =math.ceil(speed_print * 20 / 50)
|
speed_layer_0 = =math.ceil(speed_print * 20 / 50)
|
||||||
speed_print = 50
|
speed_print = 50
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue