mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
Fix experimental label
We have a system for this nowadays. Contributes to issue CURA-6196.
This commit is contained in:
parent
151c8919cd
commit
7080bc0dcc
2 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fast - Experimental
|
||||
name = Fast
|
||||
definition = ultimaker_s5
|
||||
|
||||
[metadata]
|
||||
|
@ -10,6 +10,7 @@ quality_type = draft
|
|||
weight = -3
|
||||
material = generic_pla
|
||||
variant = CC 0.6
|
||||
is_experimental = True
|
||||
|
||||
[values]
|
||||
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal - Experimental
|
||||
name = Normal
|
||||
definition = ultimaker_s5
|
||||
|
||||
[metadata]
|
||||
|
@ -10,6 +10,7 @@ quality_type = fast
|
|||
weight = -2
|
||||
material = generic_pla
|
||||
variant = CC 0.6
|
||||
is_experimental = True
|
||||
|
||||
[values]
|
||||
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue