mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
Major cleanup for profiles
This removes a bunch of settings that override default values from machine defaults (or inheritance)
This commit is contained in:
parent
46bf7e440e
commit
834e2148d2
33 changed files with 6 additions and 96 deletions
|
@ -5,8 +5,6 @@ name = ABS
|
|||
|
||||
[settings]
|
||||
material_bed_temperature = 100
|
||||
adhesion_type = brim
|
||||
material_flow = 107
|
||||
material_print_temperature = 250
|
||||
cool_fan_speed = 50
|
||||
cool_fan_speed_max = 50
|
||||
|
|
|
@ -4,9 +4,5 @@ type = material
|
|||
name = CPE
|
||||
|
||||
[settings]
|
||||
material_bed_temperature = 60
|
||||
adhesion_type = brim
|
||||
material_flow = 100
|
||||
material_print_temperature = 250
|
||||
cool_fan_speed = 50
|
||||
cool_fan_speed_max = 50
|
||||
|
|
|
@ -4,9 +4,3 @@ type = material
|
|||
name = PLA
|
||||
|
||||
[settings]
|
||||
material_bed_temperature = 60
|
||||
adhesion_type = skirt
|
||||
material_flow = 100
|
||||
material_print_temperature = 210
|
||||
cool_fan_speed = 100
|
||||
cool_fan_speed_max = 100
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue