Skip to content

Commit

Permalink
Reversed mistakes in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kartchnb committed May 23, 2024
1 parent dcaba4e commit 19c5ded
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Models/FanTowerModel.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class FanTowerModel(ModelBase):

# The available fan tower presets
_presetsTable = [
{'name': catalog.i18nc("@model", "Fan Tower - 0-100%") , 'filename': 'Fan Tower - 0-100.stl', 'start percent': '0', 'percent change': '20',}
{'name': catalog.i18nc("@model", "Fan Tower - 0-100%") , 'filename': 'Fan Tower - Fan 0-100.stl', 'start percent': '0', 'percent change': '20',}
]


Expand Down
4 changes: 2 additions & 2 deletions Models/FlowTowerModel.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ class FlowTowerModel(ModelBase):

# The available flow tower presets
_presetsTable = [
{'name': catalog.i18nc("@model", "Flow Tower - Flow 115-85") , 'filename': 'Flow Tower - 115-85.stl', 'icon': 'flowtower_icon.png', 'start flow': '115', 'flow change': '-5', 'tower design': 'Standard'},
{'name': catalog.i18nc("@model", "Flow Tower (Spiral) - 115-85") , 'filename': 'Flow Tower Spiral - Flow 115-85.stl', 'icon': 'spiral_flowtower_icon.png', 'start flow': '115', 'flow change': '-5', 'tower design': 'Spiral'},
{'name': catalog.i18nc("@model", "Flow Tower - Flow 115-85") , 'filename': 'Flow Tower - Flow 115-85.stl', 'icon': 'flowtower_icon.png', 'start flow': '115', 'flow change': '-5', 'tower design': 'Standard'},
{'name': catalog.i18nc("@model", "Flow Tower (Spiral) - Flow 115-85") , 'filename': 'Flow Tower Spiral - Flow 115-85.stl', 'icon': 'spiral_flowtower_icon.png', 'start flow': '115', 'flow change': '-5', 'tower design': 'Spiral'},
]

# The available flow tower designs
Expand Down

0 comments on commit 19c5ded

Please sign in to comment.