mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
fixed upgrade path
This commit is contained in:
parent
77b38bb45d
commit
3f43aca4cd
1 changed files with 5 additions and 5 deletions
|
@ -64,11 +64,11 @@ _RENAMED_PROFILES = {
|
|||
"tpu_040024": "elegoo_tpu_nozzle_0.40_layer_0.20",
|
||||
"tpu_040028": "elegoo_tpu_nozzle_0.40_layer_0.30",
|
||||
|
||||
"elegoo_global_012_high.inst.cfg": "elegoo_layer_0.10.inst.cfg",
|
||||
"elegoo_global_016_normal.inst.cfg": "elegoo_layer_0.15.inst.cfg",
|
||||
"elegoo_global_020_fine.inst.cfg": "elegoo_layer_0.20.inst.cfg",
|
||||
"elegoo_global_024_medium.inst.cfg": "elegoo_layer_0.20.inst.cfg",
|
||||
"elegoo_global_028_draft.inst.cfg": "elegoo_layer_0.30.inst.cfg",
|
||||
"elegoo_global_012_high": "elegoo_layer_0.10",
|
||||
"elegoo_global_016_normal": "elegoo_layer_0.15",
|
||||
"elegoo_global_020_fine": "elegoo_layer_0.20",
|
||||
"elegoo_global_024_medium": "elegoo_layer_0.20",
|
||||
"elegoo_global_028_draft": "elegoo_layer_0.30",
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue