mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 06:33:55 -06:00
Insert nescessary strings for Addmachine Wizard for string freeze
Contributes to: issue CURA-132
This commit is contained in:
parent
b816f0b03b
commit
cf4bd45f3f
5 changed files with 86 additions and 68 deletions
|
@ -206,7 +206,6 @@ Item
|
|||
// Insert new pages (if any)
|
||||
for(var i = 0; i < pages.length; i++)
|
||||
{
|
||||
console.log(pages[i])
|
||||
switch(pages[i]) {
|
||||
case "SelectUpgradedParts":
|
||||
base.wizard.appendPage(Qt.resolvedUrl("SelectUpgradedParts.qml"), catalog.i18nc("@title", "Select Upgraded Parts"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue