mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 02:37:49 -06:00
Fix not supported quality profile list
CURA-4451
This commit is contained in:
parent
4e40da54b3
commit
22e36ff3af
1 changed files with 33 additions and 33 deletions
|
@ -9,39 +9,39 @@ from UM.VersionUpgrade import VersionUpgrade #We're inheriting from this.
|
||||||
|
|
||||||
# a list of all legacy "Not Supported" quality profiles
|
# a list of all legacy "Not Supported" quality profiles
|
||||||
_OLD_NOT_SUPPORTED_PROFILES = [
|
_OLD_NOT_SUPPORTED_PROFILES = [
|
||||||
"um2p_pp_0.25_normal.inst.cfg",
|
"um2p_pp_0.25_normal",
|
||||||
"um2p_tpu_0.8_normal.inst.cfg",
|
"um2p_tpu_0.8_normal",
|
||||||
"um3_bb0.4_ABS_Fast_Print.inst.cfg",
|
"um3_bb0.4_ABS_Fast_Print",
|
||||||
"um3_bb0.4_ABS_Superdraft_Print.inst.cfg",
|
"um3_bb0.4_ABS_Superdraft_Print",
|
||||||
"um3_bb0.4_CPEP_Fast_Print.inst.cfg",
|
"um3_bb0.4_CPEP_Fast_Print",
|
||||||
"um3_bb0.4_CPEP_Superdraft_Print.inst.cfg",
|
"um3_bb0.4_CPEP_Superdraft_Print",
|
||||||
"um3_bb0.4_CPE_Fast_Print.inst.cfg",
|
"um3_bb0.4_CPE_Fast_Print",
|
||||||
"um3_bb0.4_CPE_Superdraft_Print.inst.cfg",
|
"um3_bb0.4_CPE_Superdraft_Print",
|
||||||
"um3_bb0.4_Nylon_Fast_Print.inst.cfg",
|
"um3_bb0.4_Nylon_Fast_Print",
|
||||||
"um3_bb0.4_Nylon_Superdraft_Print.inst.cfg",
|
"um3_bb0.4_Nylon_Superdraft_Print",
|
||||||
"um3_bb0.4_PC_Fast_Print.inst.cfg",
|
"um3_bb0.4_PC_Fast_Print",
|
||||||
"um3_bb0.4_PLA_Fast_Print.inst.cfg",
|
"um3_bb0.4_PLA_Fast_Print",
|
||||||
"um3_bb0.4_PLA_Superdraft_Print.inst.cfg",
|
"um3_bb0.4_PLA_Superdraft_Print",
|
||||||
"um3_bb0.4_PP_Fast_Print.inst.cfg",
|
"um3_bb0.4_PP_Fast_Print",
|
||||||
"um3_bb0.4_PP_Superdraft_Print.inst.cfg",
|
"um3_bb0.4_PP_Superdraft_Print",
|
||||||
"um3_bb0.4_TPU_Fast_Print.inst.cfg",
|
"um3_bb0.4_TPU_Fast_Print",
|
||||||
"um3_bb0.4_TPU_Superdraft_Print.inst.cfg",
|
"um3_bb0.4_TPU_Superdraft_Print",
|
||||||
"um3_bb0.8_ABS_Fast_Print.inst.cfg",
|
"um3_bb0.8_ABS_Fast_Print",
|
||||||
"um3_bb0.8_ABS_Superdraft_Print.inst.cfg",
|
"um3_bb0.8_ABS_Superdraft_Print",
|
||||||
"um3_bb0.8_CPEP_Fast_Print.inst.cfg",
|
"um3_bb0.8_CPEP_Fast_Print",
|
||||||
"um3_bb0.8_CPEP_Superdraft_Print.inst.cfg",
|
"um3_bb0.8_CPEP_Superdraft_Print",
|
||||||
"um3_bb0.8_CPE_Fast_Print.inst.cfg",
|
"um3_bb0.8_CPE_Fast_Print",
|
||||||
"um3_bb0.8_CPE_Superdraft_Print.inst.cfg",
|
"um3_bb0.8_CPE_Superdraft_Print",
|
||||||
"um3_bb0.8_Nylon_Fast_Print.inst.cfg",
|
"um3_bb0.8_Nylon_Fast_Print",
|
||||||
"um3_bb0.8_Nylon_Superdraft_Print.inst.cfg",
|
"um3_bb0.8_Nylon_Superdraft_Print",
|
||||||
"um3_bb0.8_PC_Fast_Print.inst.cfg",
|
"um3_bb0.8_PC_Fast_Print",
|
||||||
"um3_bb0.8_PC_Superdraft_Print.inst.cfg",
|
"um3_bb0.8_PC_Superdraft_Print",
|
||||||
"um3_bb0.8_PLA_Fast_Print.inst.cfg",
|
"um3_bb0.8_PLA_Fast_Print",
|
||||||
"um3_bb0.8_PLA_Superdraft_Print.inst.cfg",
|
"um3_bb0.8_PLA_Superdraft_Print",
|
||||||
"um3_bb0.8_PP_Fast_Print.inst.cfg",
|
"um3_bb0.8_PP_Fast_Print",
|
||||||
"um3_bb0.8_PP_Superdraft_Print.inst.cfg",
|
"um3_bb0.8_PP_Superdraft_Print",
|
||||||
"um3_bb0.8_TPU_Fast_print.inst.cfg",
|
"um3_bb0.8_TPU_Fast_print",
|
||||||
"um3_bb0.8_TPU_Superdraft_Print.inst.cfg",
|
"um3_bb0.8_TPU_Superdraft_Print",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue