mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-11 16:57:51 -06:00
Remove the max-z-speed-override
CURA-6625
This commit is contained in:
parent
d43415191b
commit
7d446722a9
8 changed files with 4 additions and 34 deletions
|
@ -11,7 +11,7 @@ from UM.VersionUpgrade import VersionUpgrade
|
|||
_renamed_settings = {
|
||||
"support_minimal_diameter": "support_tower_maximum_supported_diameter"
|
||||
} #type: Dict[str, str]
|
||||
_removed_settings = ["prime_tower_circular"] # type: List[str]
|
||||
_removed_settings = ["prime_tower_circular", "max_feedrate_z_override"] # type: List[str]
|
||||
_renamed_profiles = {
|
||||
#Include CreawsomeMod profiles here as well for the people who installed that.
|
||||
#Definitions.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue