From 690bd7b86112be4b020632db03f951c3264f50bc Mon Sep 17 00:00:00 2001 From: Arjen Hiemstra Date: Thu, 3 Sep 2015 10:14:17 -0700 Subject: [PATCH] Fix add machine pages for UMO/+ --- resources/machines/ultimaker_original.json | 10 +++++----- resources/machines/ultimaker_original_plus.json | 1 - 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/resources/machines/ultimaker_original.json b/resources/machines/ultimaker_original.json index 555c7e7363..ca3ea7f3e3 100644 --- a/resources/machines/ultimaker_original.json +++ b/resources/machines/ultimaker_original.json @@ -9,11 +9,11 @@ "inherits": "fdmprinter.json", - "add_pages": [ - {"page": "SelectUpgradedParts", "title": "Select Upgraded Parts"}, - {"page": "UpgradeFirmware", "title": "Upgrade Ultimaker Firmware"}, - {"page": "UltimakerCheckup", "title": "Ultimaker Checkup"}, - {"page": "Bedleveling", "title": "Bedleveling Wizard"} + "pages": [ + "SelectUpgradedParts", + "UpgradeFirmware", + "UltimakerCheckup", + "BedLeveling" ], "machine_extruder_trains": [ diff --git a/resources/machines/ultimaker_original_plus.json b/resources/machines/ultimaker_original_plus.json index baed0ca3aa..4bb4b94a45 100644 --- a/resources/machines/ultimaker_original_plus.json +++ b/resources/machines/ultimaker_original_plus.json @@ -11,7 +11,6 @@ "inherits": "ultimaker_original.json", "pages": [ - "SelectUpgradedParts", "UpgradeFirmware", "UltimakerCheckup", "BedLeveling"