mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fix comment
CURA-8212
This commit is contained in:
parent
3741fd59fe
commit
89d71d5ddd
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ class VersionUpgrade49to410(VersionUpgrade):
|
||||||
}
|
}
|
||||||
|
|
||||||
_two_trees_quality_per_material = {
|
_two_trees_quality_per_material = {
|
||||||
# Since legacy Creality printers didn't have different variants, we always pick the 0.4mm variant.
|
# Since legacy TwoTrees printers didn't have different variants, we always pick the 0.4mm variant.
|
||||||
"generic_abs_175" : {
|
"generic_abs_175" : {
|
||||||
"high" : "two_trees_0.4_ABS_super",
|
"high" : "two_trees_0.4_ABS_super",
|
||||||
"normal" : "two_trees_0.4_ABS_super",
|
"normal" : "two_trees_0.4_ABS_super",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue