From 466a17b8b422cba8b0877d682039e79c211059a5 Mon Sep 17 00:00:00 2001 From: Jeff Papiez <5460061+jpapiez@users.noreply.github.com> Date: Thu, 9 Nov 2023 18:19:48 -0800 Subject: [PATCH 1/8] Adding additional configurations for Voron Trident, V0, and Switchwiare (#2672) * Updating voron profiles * Add missing V0 configs and add default print profiles * Update nozzle_diameter for v0, switchwire, and triedent * Correcting names, nozzle diameters, and adding missing min and max layer heights --- resources/profiles/Voron.json | 122 +++++++++++++++++- .../Voron/filament/Voron Generic ABS.json | 32 ++++- .../Voron/filament/Voron Generic ASA.json | 84 ++++++++---- .../Voron/filament/Voron Generic PA-CF.json | 84 ++++++++---- .../Voron/filament/Voron Generic PA.json | 84 ++++++++---- .../Voron/filament/Voron Generic PC.json | 84 ++++++++---- .../Voron/filament/Voron Generic PETG.json | 85 ++++++++---- .../Voron/filament/Voron Generic PLA-CF.json | 85 ++++++++---- .../Voron/filament/Voron Generic PLA.json | 85 ++++++++---- .../Voron/filament/Voron Generic PVA.json | 85 ++++++++---- .../Voron/filament/Voron Generic TPU.json | 85 ++++++++---- .../Voron/machine/Voron 0.1 0.15 nozzle.json | 28 ++++ .../Voron/machine/Voron 0.1 0.2 nozzle.json | 28 ++++ .../Voron/machine/Voron 0.1 0.25 nozzle.json | 28 ++++ .../Voron/machine/Voron 0.1 0.4 nozzle.json | 6 + .../Voron/machine/Voron 0.1 0.6 nozzle.json | 28 ++++ .../Voron/machine/Voron 0.1 0.8 nozzle.json | 28 ++++ .../Voron/machine/Voron 0.1 1.0 nozzle.json | 28 ++++ .../profiles/Voron/machine/Voron 0.1.json | 2 +- .../machine/Voron 2.4 250 0.15 nozzle.json | 1 + .../machine/Voron 2.4 250 0.2 nozzle.json | 1 + .../machine/Voron 2.4 250 0.25 nozzle.json | 1 + .../machine/Voron 2.4 250 0.4 nozzle.json | 7 + .../machine/Voron 2.4 250 0.6 nozzle.json | 1 + .../machine/Voron 2.4 250 0.8 nozzle.json | 1 + .../machine/Voron 2.4 250 1.0 nozzle.json | 1 + .../machine/Voron 2.4 300 0.15 nozzle.json | 1 + .../machine/Voron 2.4 300 0.2 nozzle.json | 1 + .../machine/Voron 2.4 300 0.25 nozzle.json | 1 + .../machine/Voron 2.4 300 0.4 nozzle.json | 7 + .../machine/Voron 2.4 300 0.6 nozzle.json | 1 + .../machine/Voron 2.4 300 0.8 nozzle.json | 1 + .../machine/Voron 2.4 300 1.0 nozzle.json | 1 + .../machine/Voron 2.4 350 0.15 nozzle.json | 1 + .../machine/Voron 2.4 350 0.2 nozzle.json | 1 + .../machine/Voron 2.4 350 0.25 nozzle.json | 1 + .../machine/Voron 2.4 350 0.4 nozzle.json | 7 + .../machine/Voron 2.4 350 0.6 nozzle.json | 1 + .../machine/Voron 2.4 350 0.8 nozzle.json | 1 + .../machine/Voron 2.4 350 1.0 nozzle.json | 1 + .../Voron Switchwire 250 0.15 nozzle.json | 26 ++++ .../Voron Switchwire 250 0.2 nozzle.json | 26 ++++ .../Voron Switchwire 250 0.25 nozzle.json | 26 ++++ .../Voron Switchwire 250 0.4 nozzle.json | 7 + .../Voron Switchwire 250 0.6 nozzle.json | 26 ++++ .../Voron Switchwire 250 0.8 nozzle.json | 26 ++++ .../Voron Switchwire 250 1.0 nozzle.json | 26 ++++ .../Voron/machine/Voron Switchwire 250.json | 2 +- .../Voron Trident 250 0.15 nozzle.json | 26 ++++ .../machine/Voron Trident 250 0.2 nozzle.json | 26 ++++ .../Voron Trident 250 0.25 nozzle.json | 26 ++++ .../machine/Voron Trident 250 0.4 nozzle.json | 7 + .../machine/Voron Trident 250 0.6 nozzle.json | 26 ++++ .../machine/Voron Trident 250 0.8 nozzle.json | 26 ++++ .../machine/Voron Trident 250 1.0 nozzle.json | 26 ++++ .../Voron/machine/Voron Trident 250.json | 2 +- .../Voron Trident 300 0.15 nozzle.json | 26 ++++ .../machine/Voron Trident 300 0.2 nozzle.json | 26 ++++ .../Voron Trident 300 0.25 nozzle.json | 26 ++++ .../machine/Voron Trident 300 0.4 nozzle.json | 7 + .../machine/Voron Trident 300 0.6 nozzle.json | 26 ++++ .../machine/Voron Trident 300 0.8 nozzle.json | 26 ++++ .../machine/Voron Trident 300 1.0 nozzle.json | 26 ++++ .../Voron/machine/Voron Trident 300.json | 2 +- .../Voron Trident 350 0.15 nozzle.json | 26 ++++ .../machine/Voron Trident 350 0.2 nozzle.json | 26 ++++ .../Voron Trident 350 0.25 nozzle.json | 26 ++++ .../machine/Voron Trident 350 0.4 nozzle.json | 7 + .../machine/Voron Trident 350 0.6 nozzle.json | 26 ++++ .../machine/Voron Trident 350 0.8 nozzle.json | 26 ++++ .../machine/Voron Trident 350 1.0 nozzle.json | 26 ++++ .../Voron/machine/Voron Trident 350.json | 2 +- .../process/fdm_process_voron_common.json | 2 +- .../fdm_process_voron_common_0_1_5.json | 7 +- .../process/fdm_process_voron_common_0_2.json | 8 +- .../fdm_process_voron_common_0_2_5.json | 7 +- .../process/fdm_process_voron_common_0_6.json | 7 +- .../process/fdm_process_voron_common_0_8.json | 7 +- .../process/fdm_process_voron_common_1_0.json | 7 +- 79 files changed, 1578 insertions(+), 257 deletions(-) create mode 100644 resources/profiles/Voron/machine/Voron 0.1 0.15 nozzle.json create mode 100644 resources/profiles/Voron/machine/Voron 0.1 0.2 nozzle.json create mode 100644 resources/profiles/Voron/machine/Voron 0.1 0.25 nozzle.json create mode 100644 resources/profiles/Voron/machine/Voron 0.1 0.6 nozzle.json create mode 100644 resources/profiles/Voron/machine/Voron 0.1 0.8 nozzle.json create mode 100644 resources/profiles/Voron/machine/Voron 0.1 1.0 nozzle.json create mode 100644 resources/profiles/Voron/machine/Voron Switchwire 250 0.15 nozzle.json create mode 100644 resources/profiles/Voron/machine/Voron Switchwire 250 0.2 nozzle.json create mode 100644 resources/profiles/Voron/machine/Voron Switchwire 250 0.25 nozzle.json create mode 100644 resources/profiles/Voron/machine/Voron Switchwire 250 0.6 nozzle.json create mode 100644 resources/profiles/Voron/machine/Voron Switchwire 250 0.8 nozzle.json create mode 100644 resources/profiles/Voron/machine/Voron Switchwire 250 1.0 nozzle.json create mode 100644 resources/profiles/Voron/machine/Voron Trident 250 0.15 nozzle.json create mode 100644 resources/profiles/Voron/machine/Voron Trident 250 0.2 nozzle.json create mode 100644 resources/profiles/Voron/machine/Voron Trident 250 0.25 nozzle.json create mode 100644 resources/profiles/Voron/machine/Voron Trident 250 0.6 nozzle.json create mode 100644 resources/profiles/Voron/machine/Voron Trident 250 0.8 nozzle.json create mode 100644 resources/profiles/Voron/machine/Voron Trident 250 1.0 nozzle.json create mode 100644 resources/profiles/Voron/machine/Voron Trident 300 0.15 nozzle.json create mode 100644 resources/profiles/Voron/machine/Voron Trident 300 0.2 nozzle.json create mode 100644 resources/profiles/Voron/machine/Voron Trident 300 0.25 nozzle.json create mode 100644 resources/profiles/Voron/machine/Voron Trident 300 0.6 nozzle.json create mode 100644 resources/profiles/Voron/machine/Voron Trident 300 0.8 nozzle.json create mode 100644 resources/profiles/Voron/machine/Voron Trident 300 1.0 nozzle.json create mode 100644 resources/profiles/Voron/machine/Voron Trident 350 0.15 nozzle.json create mode 100644 resources/profiles/Voron/machine/Voron Trident 350 0.2 nozzle.json create mode 100644 resources/profiles/Voron/machine/Voron Trident 350 0.25 nozzle.json create mode 100644 resources/profiles/Voron/machine/Voron Trident 350 0.6 nozzle.json create mode 100644 resources/profiles/Voron/machine/Voron Trident 350 0.8 nozzle.json create mode 100644 resources/profiles/Voron/machine/Voron Trident 350 1.0 nozzle.json diff --git a/resources/profiles/Voron.json b/resources/profiles/Voron.json index 2aa2c2594d..1dcaf31a5d 100644 --- a/resources/profiles/Voron.json +++ b/resources/profiles/Voron.json @@ -1,6 +1,6 @@ { "name": "Voron", - "version": "01.06.05.02", + "version": "01.06.05.03", "force_update": "0", "description": "Voron configurations", "machine_model_list": [ @@ -382,21 +382,141 @@ "name": "Voron Trident 250 0.4 nozzle", "sub_path": "machine/Voron Trident 250 0.4 nozzle.json" }, + { + "name": "Voron Trident 250 0.15 nozzle", + "sub_path": "machine/Voron Trident 250 0.15 nozzle.json" + }, + { + "name": "Voron Trident 250 0.2 nozzle", + "sub_path": "machine/Voron Trident 250 0.2 nozzle.json" + }, + { + "name": "Voron Trident 250 0.25 nozzle", + "sub_path": "machine/Voron Trident 250 0.25 nozzle.json" + }, + { + "name": "Voron Trident 250 0.6 nozzle", + "sub_path": "machine/Voron Trident 250 0.6 nozzle.json" + }, + { + "name": "Voron Trident 250 0.8 nozzle", + "sub_path": "machine/Voron Trident 250 0.8 nozzle.json" + }, + { + "name": "Voron Trident 250 1.0 nozzle", + "sub_path": "machine/Voron Trident 250 1.0 nozzle.json" + }, { "name": "Voron Trident 300 0.4 nozzle", "sub_path": "machine/Voron Trident 300 0.4 nozzle.json" }, + { + "name": "Voron Trident 300 0.15 nozzle", + "sub_path": "machine/Voron Trident 300 0.15 nozzle.json" + }, + { + "name": "Voron Trident 300 0.2 nozzle", + "sub_path": "machine/Voron Trident 300 0.2 nozzle.json" + }, + { + "name": "Voron Trident 300 0.25 nozzle", + "sub_path": "machine/Voron Trident 300 0.25 nozzle.json" + }, + { + "name": "Voron Trident 300 0.6 nozzle", + "sub_path": "machine/Voron Trident 300 0.6 nozzle.json" + }, + { + "name": "Voron Trident 300 0.8 nozzle", + "sub_path": "machine/Voron Trident 300 0.8 nozzle.json" + }, + { + "name": "Voron Trident 300 1.0 nozzle", + "sub_path": "machine/Voron Trident 300 1.0 nozzle.json" + }, { "name": "Voron Trident 350 0.4 nozzle", "sub_path": "machine/Voron Trident 350 0.4 nozzle.json" }, + { + "name": "Voron Trident 350 0.15 nozzle", + "sub_path": "machine/Voron Trident 350 0.15 nozzle.json" + }, + { + "name": "Voron Trident 350 0.2 nozzle", + "sub_path": "machine/Voron Trident 350 0.2 nozzle.json" + }, + { + "name": "Voron Trident 350 0.25 nozzle", + "sub_path": "machine/Voron Trident 350 0.25 nozzle.json" + }, + { + "name": "Voron Trident 350 0.6 nozzle", + "sub_path": "machine/Voron Trident 350 0.6 nozzle.json" + }, + { + "name": "Voron Trident 350 0.8 nozzle", + "sub_path": "machine/Voron Trident 350 0.8 nozzle.json" + }, + { + "name": "Voron Trident 350 1.0 nozzle", + "sub_path": "machine/Voron Trident 350 1.0 nozzle.json" + }, { "name": "Voron 0.1 0.4 nozzle", "sub_path": "machine/Voron 0.1 0.4 nozzle.json" }, + { + "name": "Voron 0.1 0.15 nozzle", + "sub_path": "machine/Voron 0.1 0.15 nozzle.json" + }, + { + "name": "Voron 0.1 0.2 nozzle", + "sub_path": "machine/Voron 0.1 0.2 nozzle.json" + }, + { + "name": "Voron 0.1 0.25 nozzle", + "sub_path": "machine/Voron 0.1 0.25 nozzle.json" + }, + { + "name": "Voron 0.1 0.6 nozzle", + "sub_path": "machine/Voron 0.1 0.6 nozzle.json" + }, + { + "name": "Voron 0.1 0.8 nozzle", + "sub_path": "machine/Voron 0.1 0.8 nozzle.json" + }, + { + "name": "Voron 0.1 1.0 nozzle", + "sub_path": "machine/Voron 0.1 1.0 nozzle.json" + }, { "name": "Voron Switchwire 250 0.4 nozzle", "sub_path": "machine/Voron Switchwire 250 0.4 nozzle.json" + }, + { + "name": "Voron Switchwire 250 0.15 nozzle", + "sub_path": "machine/Voron Switchwire 250 0.15 nozzle.json" + }, + { + "name": "Voron Switchwire 250 0.2 nozzle", + "sub_path": "machine/Voron Switchwire 250 0.2 nozzle.json" + }, + { + "name": "Voron Switchwire 250 0.25 nozzle", + "sub_path": "machine/Voron Switchwire 250 0.25 nozzle.json" + }, + { + "name": "Voron Switchwire 250 0.6 nozzle", + "sub_path": "machine/Voron Switchwire 250 0.6 nozzle.json" + }, + { + "name": "Voron Switchwire 250 0.8 nozzle", + "sub_path": "machine/Voron Switchwire 250 0.8 nozzle.json" + }, + { + "name": "Voron Switchwire 250 1.0 nozzle", + "sub_path": "machine/Voron Switchwire 250 1.0 nozzle.json" } ] } diff --git a/resources/profiles/Voron/filament/Voron Generic ABS.json b/resources/profiles/Voron/filament/Voron Generic ABS.json index 1f5696967c..a321511ad0 100644 --- a/resources/profiles/Voron/filament/Voron Generic ABS.json +++ b/resources/profiles/Voron/filament/Voron Generic ABS.json @@ -35,9 +35,39 @@ "Voron 2.4 350 0.8 nozzle", "Voron 2.4 350 1.0 nozzle", "Voron Trident 250 0.4 nozzle", + "Voron Trident 250 0.15 nozzle", + "Voron Trident 250 0.2 nozzle", + "Voron Trident 250 0.25 nozzle", + "Voron Trident 250 0.6 nozzle", + "Voron Trident 250 0.8 nozzle", + "Voron Trident 250 1.0 nozzle", "Voron Trident 300 0.4 nozzle", + "Voron Trident 300 0.15 nozzle", + "Voron Trident 300 0.2 nozzle", + "Voron Trident 300 0.25 nozzle", + "Voron Trident 300 0.6 nozzle", + "Voron Trident 300 0.8 nozzle", + "Voron Trident 300 1.0 nozzle", "Voron Trident 350 0.4 nozzle", + "Voron Trident 350 0.15 nozzle", + "Voron Trident 350 0.2 nozzle", + "Voron Trident 350 0.25 nozzle", + "Voron Trident 350 0.6 nozzle", + "Voron Trident 350 0.8 nozzle", + "Voron Trident 350 1.0 nozzle", "Voron 0.1 0.4 nozzle", - "Voron Switchwire 250 0.4 nozzle" + "Voron 0.1 0.15 nozzle", + "Voron 0.1 0.2 nozzle", + "Voron 0.1 0.25 nozzle", + "Voron 0.1 0.6 nozzle", + "Voron 0.1 0.8 nozzle", + "Voron 0.1 1.0 nozzle", + "Voron Switchwire 250 0.4 nozzle", + "Voron Switchwire 250 0.15 nozzle", + "Voron Switchwire 250 0.2 nozzle", + "Voron Switchwire 250 0.25 nozzle", + "Voron Switchwire 250 0.6 nozzle", + "Voron Switchwire 250 0.8 nozzle", + "Voron Switchwire 250 1.0 nozzle" ] } diff --git a/resources/profiles/Voron/filament/Voron Generic ASA.json b/resources/profiles/Voron/filament/Voron Generic ASA.json index bb187c3ce7..2e32235db1 100644 --- a/resources/profiles/Voron/filament/Voron Generic ASA.json +++ b/resources/profiles/Voron/filament/Voron Generic ASA.json @@ -13,31 +13,61 @@ "12" ], "compatible_printers": [ - "Voron 2.4 250 0.4 nozzle", - "Voron 2.4 250 0.15 nozzle", - "Voron 2.4 250 0.2 nozzle", - "Voron 2.4 250 0.25 nozzle", - "Voron 2.4 250 0.6 nozzle", - "Voron 2.4 250 0.8 nozzle", - "Voron 2.4 250 1.0 nozzle", - "Voron 2.4 300 0.4 nozzle", - "Voron 2.4 300 0.15 nozzle", - "Voron 2.4 300 0.2 nozzle", - "Voron 2.4 300 0.25 nozzle", - "Voron 2.4 300 0.6 nozzle", - "Voron 2.4 300 0.8 nozzle", - "Voron 2.4 300 1.0 nozzle", - "Voron 2.4 350 0.4 nozzle", - "Voron 2.4 350 0.15 nozzle", - "Voron 2.4 350 0.2 nozzle", - "Voron 2.4 350 0.25 nozzle", - "Voron 2.4 350 0.6 nozzle", - "Voron 2.4 350 0.8 nozzle", - "Voron 2.4 350 1.0 nozzle", - "Voron Trident 250 0.4 nozzle", - "Voron Trident 300 0.4 nozzle", - "Voron Trident 350 0.4 nozzle", - "Voron 0.1 0.4 nozzle", - "Voron Switchwire 250 0.4 nozzle" + "Voron 2.4 250 0.4 nozzle", + "Voron 2.4 250 0.15 nozzle", + "Voron 2.4 250 0.2 nozzle", + "Voron 2.4 250 0.25 nozzle", + "Voron 2.4 250 0.6 nozzle", + "Voron 2.4 250 0.8 nozzle", + "Voron 2.4 250 1.0 nozzle", + "Voron 2.4 300 0.4 nozzle", + "Voron 2.4 300 0.15 nozzle", + "Voron 2.4 300 0.2 nozzle", + "Voron 2.4 300 0.25 nozzle", + "Voron 2.4 300 0.6 nozzle", + "Voron 2.4 300 0.8 nozzle", + "Voron 2.4 300 1.0 nozzle", + "Voron 2.4 350 0.4 nozzle", + "Voron 2.4 350 0.15 nozzle", + "Voron 2.4 350 0.2 nozzle", + "Voron 2.4 350 0.25 nozzle", + "Voron 2.4 350 0.6 nozzle", + "Voron 2.4 350 0.8 nozzle", + "Voron 2.4 350 1.0 nozzle", + "Voron Trident 250 0.4 nozzle", + "Voron Trident 250 0.15 nozzle", + "Voron Trident 250 0.2 nozzle", + "Voron Trident 250 0.25 nozzle", + "Voron Trident 250 0.6 nozzle", + "Voron Trident 250 0.8 nozzle", + "Voron Trident 250 1.0 nozzle", + "Voron Trident 300 0.4 nozzle", + "Voron Trident 300 0.15 nozzle", + "Voron Trident 300 0.2 nozzle", + "Voron Trident 300 0.25 nozzle", + "Voron Trident 300 0.6 nozzle", + "Voron Trident 300 0.8 nozzle", + "Voron Trident 300 1.0 nozzle", + "Voron Trident 350 0.4 nozzle", + "Voron Trident 350 0.15 nozzle", + "Voron Trident 350 0.2 nozzle", + "Voron Trident 350 0.25 nozzle", + "Voron Trident 350 0.6 nozzle", + "Voron Trident 350 0.8 nozzle", + "Voron Trident 350 1.0 nozzle", + "Voron 0.1 0.4 nozzle", + "Voron 0.1 0.15 nozzle", + "Voron 0.1 0.2 nozzle", + "Voron 0.1 0.25 nozzle", + "Voron 0.1 0.6 nozzle", + "Voron 0.1 0.8 nozzle", + "Voron 0.1 1.0 nozzle", + "Voron Switchwire 250 0.4 nozzle", + "Voron Switchwire 250 0.15 nozzle", + "Voron Switchwire 250 0.2 nozzle", + "Voron Switchwire 250 0.25 nozzle", + "Voron Switchwire 250 0.6 nozzle", + "Voron Switchwire 250 0.8 nozzle", + "Voron Switchwire 250 1.0 nozzle" ] - } +} diff --git a/resources/profiles/Voron/filament/Voron Generic PA-CF.json b/resources/profiles/Voron/filament/Voron Generic PA-CF.json index 03f9edf575..868ca5dba6 100644 --- a/resources/profiles/Voron/filament/Voron Generic PA-CF.json +++ b/resources/profiles/Voron/filament/Voron Generic PA-CF.json @@ -19,31 +19,61 @@ "8" ], "compatible_printers": [ - "Voron 2.4 250 0.4 nozzle", - "Voron 2.4 250 0.15 nozzle", - "Voron 2.4 250 0.2 nozzle", - "Voron 2.4 250 0.25 nozzle", - "Voron 2.4 250 0.6 nozzle", - "Voron 2.4 250 0.8 nozzle", - "Voron 2.4 250 1.0 nozzle", - "Voron 2.4 300 0.4 nozzle", - "Voron 2.4 300 0.15 nozzle", - "Voron 2.4 300 0.2 nozzle", - "Voron 2.4 300 0.25 nozzle", - "Voron 2.4 300 0.6 nozzle", - "Voron 2.4 300 0.8 nozzle", - "Voron 2.4 300 1.0 nozzle", - "Voron 2.4 350 0.4 nozzle", - "Voron 2.4 350 0.15 nozzle", - "Voron 2.4 350 0.2 nozzle", - "Voron 2.4 350 0.25 nozzle", - "Voron 2.4 350 0.6 nozzle", - "Voron 2.4 350 0.8 nozzle", - "Voron 2.4 350 1.0 nozzle", - "Voron Trident 250 0.4 nozzle", - "Voron Trident 300 0.4 nozzle", - "Voron Trident 350 0.4 nozzle", - "Voron 0.1 0.4 nozzle", - "Voron Switchwire 250 0.4 nozzle" + "Voron 2.4 250 0.4 nozzle", + "Voron 2.4 250 0.15 nozzle", + "Voron 2.4 250 0.2 nozzle", + "Voron 2.4 250 0.25 nozzle", + "Voron 2.4 250 0.6 nozzle", + "Voron 2.4 250 0.8 nozzle", + "Voron 2.4 250 1.0 nozzle", + "Voron 2.4 300 0.4 nozzle", + "Voron 2.4 300 0.15 nozzle", + "Voron 2.4 300 0.2 nozzle", + "Voron 2.4 300 0.25 nozzle", + "Voron 2.4 300 0.6 nozzle", + "Voron 2.4 300 0.8 nozzle", + "Voron 2.4 300 1.0 nozzle", + "Voron 2.4 350 0.4 nozzle", + "Voron 2.4 350 0.15 nozzle", + "Voron 2.4 350 0.2 nozzle", + "Voron 2.4 350 0.25 nozzle", + "Voron 2.4 350 0.6 nozzle", + "Voron 2.4 350 0.8 nozzle", + "Voron 2.4 350 1.0 nozzle", + "Voron Trident 250 0.4 nozzle", + "Voron Trident 250 0.15 nozzle", + "Voron Trident 250 0.2 nozzle", + "Voron Trident 250 0.25 nozzle", + "Voron Trident 250 0.6 nozzle", + "Voron Trident 250 0.8 nozzle", + "Voron Trident 250 1.0 nozzle", + "Voron Trident 300 0.4 nozzle", + "Voron Trident 300 0.15 nozzle", + "Voron Trident 300 0.2 nozzle", + "Voron Trident 300 0.25 nozzle", + "Voron Trident 300 0.6 nozzle", + "Voron Trident 300 0.8 nozzle", + "Voron Trident 300 1.0 nozzle", + "Voron Trident 350 0.4 nozzle", + "Voron Trident 350 0.15 nozzle", + "Voron Trident 350 0.2 nozzle", + "Voron Trident 350 0.25 nozzle", + "Voron Trident 350 0.6 nozzle", + "Voron Trident 350 0.8 nozzle", + "Voron Trident 350 1.0 nozzle", + "Voron 0.1 0.4 nozzle", + "Voron 0.1 0.15 nozzle", + "Voron 0.1 0.2 nozzle", + "Voron 0.1 0.25 nozzle", + "Voron 0.1 0.6 nozzle", + "Voron 0.1 0.8 nozzle", + "Voron 0.1 1.0 nozzle", + "Voron Switchwire 250 0.4 nozzle", + "Voron Switchwire 250 0.15 nozzle", + "Voron Switchwire 250 0.2 nozzle", + "Voron Switchwire 250 0.25 nozzle", + "Voron Switchwire 250 0.6 nozzle", + "Voron Switchwire 250 0.8 nozzle", + "Voron Switchwire 250 1.0 nozzle" ] - } +} diff --git a/resources/profiles/Voron/filament/Voron Generic PA.json b/resources/profiles/Voron/filament/Voron Generic PA.json index 5f09eba565..391f871744 100644 --- a/resources/profiles/Voron/filament/Voron Generic PA.json +++ b/resources/profiles/Voron/filament/Voron Generic PA.json @@ -16,31 +16,61 @@ "12" ], "compatible_printers": [ - "Voron 2.4 250 0.4 nozzle", - "Voron 2.4 250 0.15 nozzle", - "Voron 2.4 250 0.2 nozzle", - "Voron 2.4 250 0.25 nozzle", - "Voron 2.4 250 0.6 nozzle", - "Voron 2.4 250 0.8 nozzle", - "Voron 2.4 250 1.0 nozzle", - "Voron 2.4 300 0.4 nozzle", - "Voron 2.4 300 0.15 nozzle", - "Voron 2.4 300 0.2 nozzle", - "Voron 2.4 300 0.25 nozzle", - "Voron 2.4 300 0.6 nozzle", - "Voron 2.4 300 0.8 nozzle", - "Voron 2.4 300 1.0 nozzle", - "Voron 2.4 350 0.4 nozzle", - "Voron 2.4 350 0.15 nozzle", - "Voron 2.4 350 0.2 nozzle", - "Voron 2.4 350 0.25 nozzle", - "Voron 2.4 350 0.6 nozzle", - "Voron 2.4 350 0.8 nozzle", - "Voron 2.4 350 1.0 nozzle", - "Voron Trident 250 0.4 nozzle", - "Voron Trident 300 0.4 nozzle", - "Voron Trident 350 0.4 nozzle", - "Voron 0.1 0.4 nozzle", - "Voron Switchwire 250 0.4 nozzle" + "Voron 2.4 250 0.4 nozzle", + "Voron 2.4 250 0.15 nozzle", + "Voron 2.4 250 0.2 nozzle", + "Voron 2.4 250 0.25 nozzle", + "Voron 2.4 250 0.6 nozzle", + "Voron 2.4 250 0.8 nozzle", + "Voron 2.4 250 1.0 nozzle", + "Voron 2.4 300 0.4 nozzle", + "Voron 2.4 300 0.15 nozzle", + "Voron 2.4 300 0.2 nozzle", + "Voron 2.4 300 0.25 nozzle", + "Voron 2.4 300 0.6 nozzle", + "Voron 2.4 300 0.8 nozzle", + "Voron 2.4 300 1.0 nozzle", + "Voron 2.4 350 0.4 nozzle", + "Voron 2.4 350 0.15 nozzle", + "Voron 2.4 350 0.2 nozzle", + "Voron 2.4 350 0.25 nozzle", + "Voron 2.4 350 0.6 nozzle", + "Voron 2.4 350 0.8 nozzle", + "Voron 2.4 350 1.0 nozzle", + "Voron Trident 250 0.4 nozzle", + "Voron Trident 250 0.15 nozzle", + "Voron Trident 250 0.2 nozzle", + "Voron Trident 250 0.25 nozzle", + "Voron Trident 250 0.6 nozzle", + "Voron Trident 250 0.8 nozzle", + "Voron Trident 250 1.0 nozzle", + "Voron Trident 300 0.4 nozzle", + "Voron Trident 300 0.15 nozzle", + "Voron Trident 300 0.2 nozzle", + "Voron Trident 300 0.25 nozzle", + "Voron Trident 300 0.6 nozzle", + "Voron Trident 300 0.8 nozzle", + "Voron Trident 300 1.0 nozzle", + "Voron Trident 350 0.4 nozzle", + "Voron Trident 350 0.15 nozzle", + "Voron Trident 350 0.2 nozzle", + "Voron Trident 350 0.25 nozzle", + "Voron Trident 350 0.6 nozzle", + "Voron Trident 350 0.8 nozzle", + "Voron Trident 350 1.0 nozzle", + "Voron 0.1 0.4 nozzle", + "Voron 0.1 0.15 nozzle", + "Voron 0.1 0.2 nozzle", + "Voron 0.1 0.25 nozzle", + "Voron 0.1 0.6 nozzle", + "Voron 0.1 0.8 nozzle", + "Voron 0.1 1.0 nozzle", + "Voron Switchwire 250 0.4 nozzle", + "Voron Switchwire 250 0.15 nozzle", + "Voron Switchwire 250 0.2 nozzle", + "Voron Switchwire 250 0.25 nozzle", + "Voron Switchwire 250 0.6 nozzle", + "Voron Switchwire 250 0.8 nozzle", + "Voron Switchwire 250 1.0 nozzle" ] - } +} diff --git a/resources/profiles/Voron/filament/Voron Generic PC.json b/resources/profiles/Voron/filament/Voron Generic PC.json index ddd8caa980..eec0beb6eb 100644 --- a/resources/profiles/Voron/filament/Voron Generic PC.json +++ b/resources/profiles/Voron/filament/Voron Generic PC.json @@ -13,31 +13,61 @@ "0.94" ], "compatible_printers": [ - "Voron 2.4 250 0.4 nozzle", - "Voron 2.4 250 0.15 nozzle", - "Voron 2.4 250 0.2 nozzle", - "Voron 2.4 250 0.25 nozzle", - "Voron 2.4 250 0.6 nozzle", - "Voron 2.4 250 0.8 nozzle", - "Voron 2.4 250 1.0 nozzle", - "Voron 2.4 300 0.4 nozzle", - "Voron 2.4 300 0.15 nozzle", - "Voron 2.4 300 0.2 nozzle", - "Voron 2.4 300 0.25 nozzle", - "Voron 2.4 300 0.6 nozzle", - "Voron 2.4 300 0.8 nozzle", - "Voron 2.4 300 1.0 nozzle", - "Voron 2.4 350 0.4 nozzle", - "Voron 2.4 350 0.15 nozzle", - "Voron 2.4 350 0.2 nozzle", - "Voron 2.4 350 0.25 nozzle", - "Voron 2.4 350 0.6 nozzle", - "Voron 2.4 350 0.8 nozzle", - "Voron 2.4 350 1.0 nozzle", - "Voron Trident 250 0.4 nozzle", - "Voron Trident 300 0.4 nozzle", - "Voron Trident 350 0.4 nozzle", - "Voron 0.1 0.4 nozzle", - "Voron Switchwire 250 0.4 nozzle" + "Voron 2.4 250 0.4 nozzle", + "Voron 2.4 250 0.15 nozzle", + "Voron 2.4 250 0.2 nozzle", + "Voron 2.4 250 0.25 nozzle", + "Voron 2.4 250 0.6 nozzle", + "Voron 2.4 250 0.8 nozzle", + "Voron 2.4 250 1.0 nozzle", + "Voron 2.4 300 0.4 nozzle", + "Voron 2.4 300 0.15 nozzle", + "Voron 2.4 300 0.2 nozzle", + "Voron 2.4 300 0.25 nozzle", + "Voron 2.4 300 0.6 nozzle", + "Voron 2.4 300 0.8 nozzle", + "Voron 2.4 300 1.0 nozzle", + "Voron 2.4 350 0.4 nozzle", + "Voron 2.4 350 0.15 nozzle", + "Voron 2.4 350 0.2 nozzle", + "Voron 2.4 350 0.25 nozzle", + "Voron 2.4 350 0.6 nozzle", + "Voron 2.4 350 0.8 nozzle", + "Voron 2.4 350 1.0 nozzle", + "Voron Trident 250 0.4 nozzle", + "Voron Trident 250 0.15 nozzle", + "Voron Trident 250 0.2 nozzle", + "Voron Trident 250 0.25 nozzle", + "Voron Trident 250 0.6 nozzle", + "Voron Trident 250 0.8 nozzle", + "Voron Trident 250 1.0 nozzle", + "Voron Trident 300 0.4 nozzle", + "Voron Trident 300 0.15 nozzle", + "Voron Trident 300 0.2 nozzle", + "Voron Trident 300 0.25 nozzle", + "Voron Trident 300 0.6 nozzle", + "Voron Trident 300 0.8 nozzle", + "Voron Trident 300 1.0 nozzle", + "Voron Trident 350 0.4 nozzle", + "Voron Trident 350 0.15 nozzle", + "Voron Trident 350 0.2 nozzle", + "Voron Trident 350 0.25 nozzle", + "Voron Trident 350 0.6 nozzle", + "Voron Trident 350 0.8 nozzle", + "Voron Trident 350 1.0 nozzle", + "Voron 0.1 0.4 nozzle", + "Voron 0.1 0.15 nozzle", + "Voron 0.1 0.2 nozzle", + "Voron 0.1 0.25 nozzle", + "Voron 0.1 0.6 nozzle", + "Voron 0.1 0.8 nozzle", + "Voron 0.1 1.0 nozzle", + "Voron Switchwire 250 0.4 nozzle", + "Voron Switchwire 250 0.15 nozzle", + "Voron Switchwire 250 0.2 nozzle", + "Voron Switchwire 250 0.25 nozzle", + "Voron Switchwire 250 0.6 nozzle", + "Voron Switchwire 250 0.8 nozzle", + "Voron Switchwire 250 1.0 nozzle" ] - } +} diff --git a/resources/profiles/Voron/filament/Voron Generic PETG.json b/resources/profiles/Voron/filament/Voron Generic PETG.json index 1317388057..ddd396ff4c 100644 --- a/resources/profiles/Voron/filament/Voron Generic PETG.json +++ b/resources/profiles/Voron/filament/Voron Generic PETG.json @@ -43,31 +43,62 @@ "; filament start gcode\n" ], "compatible_printers": [ - "Voron 2.4 250 0.4 nozzle", - "Voron 2.4 250 0.15 nozzle", - "Voron 2.4 250 0.2 nozzle", - "Voron 2.4 250 0.25 nozzle", - "Voron 2.4 250 0.6 nozzle", - "Voron 2.4 250 0.8 nozzle", - "Voron 2.4 250 1.0 nozzle", - "Voron 2.4 300 0.4 nozzle", - "Voron 2.4 300 0.15 nozzle", - "Voron 2.4 300 0.2 nozzle", - "Voron 2.4 300 0.25 nozzle", - "Voron 2.4 300 0.6 nozzle", - "Voron 2.4 300 0.8 nozzle", - "Voron 2.4 300 1.0 nozzle", - "Voron 2.4 350 0.4 nozzle", - "Voron 2.4 350 0.15 nozzle", - "Voron 2.4 350 0.2 nozzle", - "Voron 2.4 350 0.25 nozzle", - "Voron 2.4 350 0.6 nozzle", - "Voron 2.4 350 0.8 nozzle", - "Voron 2.4 350 1.0 nozzle", - "Voron Trident 250 0.4 nozzle", - "Voron Trident 300 0.4 nozzle", - "Voron Trident 350 0.4 nozzle", - "Voron 0.1 0.4 nozzle", - "Voron Switchwire 250 0.4 nozzle" + "Voron 2.4 250 0.4 nozzle", + "Voron 2.4 250 0.15 nozzle", + "Voron 2.4 250 0.2 nozzle", + "Voron 2.4 250 0.25 nozzle", + "Voron 2.4 250 0.6 nozzle", + "Voron 2.4 250 0.8 nozzle", + "Voron 2.4 250 1.0 nozzle", + "Voron 2.4 300 0.4 nozzle", + "Voron 2.4 300 0.15 nozzle", + "Voron 2.4 300 0.2 nozzle", + "Voron 2.4 300 0.25 nozzle", + "Voron 2.4 300 0.6 nozzle", + "Voron 2.4 300 0.8 nozzle", + "Voron 2.4 300 1.0 nozzle", + "Voron 2.4 350 0.4 nozzle", + "Voron 2.4 350 0.15 nozzle", + "Voron 2.4 350 0.2 nozzle", + "Voron 2.4 350 0.25 nozzle", + "Voron 2.4 350 0.6 nozzle", + "Voron 2.4 350 0.8 nozzle", + "Voron 2.4 350 1.0 nozzle", + "Voron Trident 250 0.4 nozzle", + "Voron Trident 250 0.15 nozzle", + "Voron Trident 250 0.2 nozzle", + "Voron Trident 250 0.25 nozzle", + "Voron Trident 250 0.6 nozzle", + "Voron Trident 250 0.8 nozzle", + "Voron Trident 250 1.0 nozzle", + "Voron Trident 300 0.4 nozzle", + "Voron Trident 300 0.15 nozzle", + "Voron Trident 300 0.2 nozzle", + "Voron Trident 300 0.25 nozzle", + "Voron Trident 300 0.6 nozzle", + "Voron Trident 300 0.8 nozzle", + "Voron Trident 300 1.0 nozzle", + "Voron Trident 350 0.4 nozzle", + "Voron Trident 350 0.15 nozzle", + "Voron Trident 350 0.2 nozzle", + "Voron Trident 350 0.25 nozzle", + "Voron Trident 350 0.6 nozzle", + "Voron Trident 350 0.8 nozzle", + "Voron Trident 350 1.0 nozzle", + "Voron 0.1 0.4 nozzle", + "Voron 0.1 0.15 nozzle", + "Voron 0.1 0.2 nozzle", + "Voron 0.1 0.25 nozzle", + "Voron 0.1 0.6 nozzle", + "Voron 0.1 0.8 nozzle", + "Voron 0.1 1.0 nozzle", + "Voron Switchwire 250 0.4 nozzle", + "Voron Switchwire 250 0.15 nozzle", + "Voron Switchwire 250 0.2 nozzle", + "Voron Switchwire 250 0.25 nozzle", + "Voron Switchwire 250 0.6 nozzle", + "Voron Switchwire 250 0.8 nozzle", + "Voron Switchwire 250 1.0 nozzle" ] - } +} + \ No newline at end of file diff --git a/resources/profiles/Voron/filament/Voron Generic PLA-CF.json b/resources/profiles/Voron/filament/Voron Generic PLA-CF.json index ab11d41694..9de164685b 100644 --- a/resources/profiles/Voron/filament/Voron Generic PLA-CF.json +++ b/resources/profiles/Voron/filament/Voron Generic PLA-CF.json @@ -19,31 +19,62 @@ "7" ], "compatible_printers": [ - "Voron 2.4 250 0.4 nozzle", - "Voron 2.4 250 0.15 nozzle", - "Voron 2.4 250 0.2 nozzle", - "Voron 2.4 250 0.25 nozzle", - "Voron 2.4 250 0.6 nozzle", - "Voron 2.4 250 0.8 nozzle", - "Voron 2.4 250 1.0 nozzle", - "Voron 2.4 300 0.4 nozzle", - "Voron 2.4 300 0.15 nozzle", - "Voron 2.4 300 0.2 nozzle", - "Voron 2.4 300 0.25 nozzle", - "Voron 2.4 300 0.6 nozzle", - "Voron 2.4 300 0.8 nozzle", - "Voron 2.4 300 1.0 nozzle", - "Voron 2.4 350 0.4 nozzle", - "Voron 2.4 350 0.15 nozzle", - "Voron 2.4 350 0.2 nozzle", - "Voron 2.4 350 0.25 nozzle", - "Voron 2.4 350 0.6 nozzle", - "Voron 2.4 350 0.8 nozzle", - "Voron 2.4 350 1.0 nozzle", - "Voron Trident 250 0.4 nozzle", - "Voron Trident 300 0.4 nozzle", - "Voron Trident 350 0.4 nozzle", - "Voron 0.1 0.4 nozzle", - "Voron Switchwire 250 0.4 nozzle" + "Voron 2.4 250 0.4 nozzle", + "Voron 2.4 250 0.15 nozzle", + "Voron 2.4 250 0.2 nozzle", + "Voron 2.4 250 0.25 nozzle", + "Voron 2.4 250 0.6 nozzle", + "Voron 2.4 250 0.8 nozzle", + "Voron 2.4 250 1.0 nozzle", + "Voron 2.4 300 0.4 nozzle", + "Voron 2.4 300 0.15 nozzle", + "Voron 2.4 300 0.2 nozzle", + "Voron 2.4 300 0.25 nozzle", + "Voron 2.4 300 0.6 nozzle", + "Voron 2.4 300 0.8 nozzle", + "Voron 2.4 300 1.0 nozzle", + "Voron 2.4 350 0.4 nozzle", + "Voron 2.4 350 0.15 nozzle", + "Voron 2.4 350 0.2 nozzle", + "Voron 2.4 350 0.25 nozzle", + "Voron 2.4 350 0.6 nozzle", + "Voron 2.4 350 0.8 nozzle", + "Voron 2.4 350 1.0 nozzle", + "Voron Trident 250 0.4 nozzle", + "Voron Trident 250 0.15 nozzle", + "Voron Trident 250 0.2 nozzle", + "Voron Trident 250 0.25 nozzle", + "Voron Trident 250 0.6 nozzle", + "Voron Trident 250 0.8 nozzle", + "Voron Trident 250 1.0 nozzle", + "Voron Trident 300 0.4 nozzle", + "Voron Trident 300 0.15 nozzle", + "Voron Trident 300 0.2 nozzle", + "Voron Trident 300 0.25 nozzle", + "Voron Trident 300 0.6 nozzle", + "Voron Trident 300 0.8 nozzle", + "Voron Trident 300 1.0 nozzle", + "Voron Trident 350 0.4 nozzle", + "Voron Trident 350 0.15 nozzle", + "Voron Trident 350 0.2 nozzle", + "Voron Trident 350 0.25 nozzle", + "Voron Trident 350 0.6 nozzle", + "Voron Trident 350 0.8 nozzle", + "Voron Trident 350 1.0 nozzle", + "Voron 0.1 0.4 nozzle", + "Voron 0.1 0.15 nozzle", + "Voron 0.1 0.2 nozzle", + "Voron 0.1 0.25 nozzle", + "Voron 0.1 0.6 nozzle", + "Voron 0.1 0.8 nozzle", + "Voron 0.1 1.0 nozzle", + "Voron Switchwire 250 0.4 nozzle", + "Voron Switchwire 250 0.15 nozzle", + "Voron Switchwire 250 0.2 nozzle", + "Voron Switchwire 250 0.25 nozzle", + "Voron Switchwire 250 0.6 nozzle", + "Voron Switchwire 250 0.8 nozzle", + "Voron Switchwire 250 1.0 nozzle" ] - } +} + \ No newline at end of file diff --git a/resources/profiles/Voron/filament/Voron Generic PLA.json b/resources/profiles/Voron/filament/Voron Generic PLA.json index 69781e7e6c..699970bf68 100644 --- a/resources/profiles/Voron/filament/Voron Generic PLA.json +++ b/resources/profiles/Voron/filament/Voron Generic PLA.json @@ -16,31 +16,62 @@ "8" ], "compatible_printers": [ - "Voron 2.4 250 0.4 nozzle", - "Voron 2.4 250 0.15 nozzle", - "Voron 2.4 250 0.2 nozzle", - "Voron 2.4 250 0.25 nozzle", - "Voron 2.4 250 0.6 nozzle", - "Voron 2.4 250 0.8 nozzle", - "Voron 2.4 250 1.0 nozzle", - "Voron 2.4 300 0.4 nozzle", - "Voron 2.4 300 0.15 nozzle", - "Voron 2.4 300 0.2 nozzle", - "Voron 2.4 300 0.25 nozzle", - "Voron 2.4 300 0.6 nozzle", - "Voron 2.4 300 0.8 nozzle", - "Voron 2.4 300 1.0 nozzle", - "Voron 2.4 350 0.4 nozzle", - "Voron 2.4 350 0.15 nozzle", - "Voron 2.4 350 0.2 nozzle", - "Voron 2.4 350 0.25 nozzle", - "Voron 2.4 350 0.6 nozzle", - "Voron 2.4 350 0.8 nozzle", - "Voron 2.4 350 1.0 nozzle", - "Voron Trident 250 0.4 nozzle", - "Voron Trident 300 0.4 nozzle", - "Voron Trident 350 0.4 nozzle", - "Voron 0.1 0.4 nozzle", - "Voron Switchwire 250 0.4 nozzle" + "Voron 2.4 250 0.4 nozzle", + "Voron 2.4 250 0.15 nozzle", + "Voron 2.4 250 0.2 nozzle", + "Voron 2.4 250 0.25 nozzle", + "Voron 2.4 250 0.6 nozzle", + "Voron 2.4 250 0.8 nozzle", + "Voron 2.4 250 1.0 nozzle", + "Voron 2.4 300 0.4 nozzle", + "Voron 2.4 300 0.15 nozzle", + "Voron 2.4 300 0.2 nozzle", + "Voron 2.4 300 0.25 nozzle", + "Voron 2.4 300 0.6 nozzle", + "Voron 2.4 300 0.8 nozzle", + "Voron 2.4 300 1.0 nozzle", + "Voron 2.4 350 0.4 nozzle", + "Voron 2.4 350 0.15 nozzle", + "Voron 2.4 350 0.2 nozzle", + "Voron 2.4 350 0.25 nozzle", + "Voron 2.4 350 0.6 nozzle", + "Voron 2.4 350 0.8 nozzle", + "Voron 2.4 350 1.0 nozzle", + "Voron Trident 250 0.4 nozzle", + "Voron Trident 250 0.15 nozzle", + "Voron Trident 250 0.2 nozzle", + "Voron Trident 250 0.25 nozzle", + "Voron Trident 250 0.6 nozzle", + "Voron Trident 250 0.8 nozzle", + "Voron Trident 250 1.0 nozzle", + "Voron Trident 300 0.4 nozzle", + "Voron Trident 300 0.15 nozzle", + "Voron Trident 300 0.2 nozzle", + "Voron Trident 300 0.25 nozzle", + "Voron Trident 300 0.6 nozzle", + "Voron Trident 300 0.8 nozzle", + "Voron Trident 300 1.0 nozzle", + "Voron Trident 350 0.4 nozzle", + "Voron Trident 350 0.15 nozzle", + "Voron Trident 350 0.2 nozzle", + "Voron Trident 350 0.25 nozzle", + "Voron Trident 350 0.6 nozzle", + "Voron Trident 350 0.8 nozzle", + "Voron Trident 350 1.0 nozzle", + "Voron 0.1 0.4 nozzle", + "Voron 0.1 0.15 nozzle", + "Voron 0.1 0.2 nozzle", + "Voron 0.1 0.25 nozzle", + "Voron 0.1 0.6 nozzle", + "Voron 0.1 0.8 nozzle", + "Voron 0.1 1.0 nozzle", + "Voron Switchwire 250 0.4 nozzle", + "Voron Switchwire 250 0.15 nozzle", + "Voron Switchwire 250 0.2 nozzle", + "Voron Switchwire 250 0.25 nozzle", + "Voron Switchwire 250 0.6 nozzle", + "Voron Switchwire 250 0.8 nozzle", + "Voron Switchwire 250 1.0 nozzle" ] - } +} + diff --git a/resources/profiles/Voron/filament/Voron Generic PVA.json b/resources/profiles/Voron/filament/Voron Generic PVA.json index f61e4db45c..631be1e27a 100644 --- a/resources/profiles/Voron/filament/Voron Generic PVA.json +++ b/resources/profiles/Voron/filament/Voron Generic PVA.json @@ -19,31 +19,62 @@ "10" ], "compatible_printers": [ - "Voron 2.4 250 0.4 nozzle", - "Voron 2.4 250 0.15 nozzle", - "Voron 2.4 250 0.2 nozzle", - "Voron 2.4 250 0.25 nozzle", - "Voron 2.4 250 0.6 nozzle", - "Voron 2.4 250 0.8 nozzle", - "Voron 2.4 250 1.0 nozzle", - "Voron 2.4 300 0.4 nozzle", - "Voron 2.4 300 0.15 nozzle", - "Voron 2.4 300 0.2 nozzle", - "Voron 2.4 300 0.25 nozzle", - "Voron 2.4 300 0.6 nozzle", - "Voron 2.4 300 0.8 nozzle", - "Voron 2.4 300 1.0 nozzle", - "Voron 2.4 350 0.4 nozzle", - "Voron 2.4 350 0.15 nozzle", - "Voron 2.4 350 0.2 nozzle", - "Voron 2.4 350 0.25 nozzle", - "Voron 2.4 350 0.6 nozzle", - "Voron 2.4 350 0.8 nozzle", - "Voron 2.4 350 1.0 nozzle", - "Voron Trident 250 0.4 nozzle", - "Voron Trident 300 0.4 nozzle", - "Voron Trident 350 0.4 nozzle", - "Voron 0.1 0.4 nozzle", - "Voron Switchwire 250 0.4 nozzle" + "Voron 2.4 250 0.4 nozzle", + "Voron 2.4 250 0.15 nozzle", + "Voron 2.4 250 0.2 nozzle", + "Voron 2.4 250 0.25 nozzle", + "Voron 2.4 250 0.6 nozzle", + "Voron 2.4 250 0.8 nozzle", + "Voron 2.4 250 1.0 nozzle", + "Voron 2.4 300 0.4 nozzle", + "Voron 2.4 300 0.15 nozzle", + "Voron 2.4 300 0.2 nozzle", + "Voron 2.4 300 0.25 nozzle", + "Voron 2.4 300 0.6 nozzle", + "Voron 2.4 300 0.8 nozzle", + "Voron 2.4 300 1.0 nozzle", + "Voron 2.4 350 0.4 nozzle", + "Voron 2.4 350 0.15 nozzle", + "Voron 2.4 350 0.2 nozzle", + "Voron 2.4 350 0.25 nozzle", + "Voron 2.4 350 0.6 nozzle", + "Voron 2.4 350 0.8 nozzle", + "Voron 2.4 350 1.0 nozzle", + "Voron Trident 250 0.4 nozzle", + "Voron Trident 250 0.15 nozzle", + "Voron Trident 250 0.2 nozzle", + "Voron Trident 250 0.25 nozzle", + "Voron Trident 250 0.6 nozzle", + "Voron Trident 250 0.8 nozzle", + "Voron Trident 250 1.0 nozzle", + "Voron Trident 300 0.4 nozzle", + "Voron Trident 300 0.15 nozzle", + "Voron Trident 300 0.2 nozzle", + "Voron Trident 300 0.25 nozzle", + "Voron Trident 300 0.6 nozzle", + "Voron Trident 300 0.8 nozzle", + "Voron Trident 300 1.0 nozzle", + "Voron Trident 350 0.4 nozzle", + "Voron Trident 350 0.15 nozzle", + "Voron Trident 350 0.2 nozzle", + "Voron Trident 350 0.25 nozzle", + "Voron Trident 350 0.6 nozzle", + "Voron Trident 350 0.8 nozzle", + "Voron Trident 350 1.0 nozzle", + "Voron 0.1 0.4 nozzle", + "Voron 0.1 0.15 nozzle", + "Voron 0.1 0.2 nozzle", + "Voron 0.1 0.25 nozzle", + "Voron 0.1 0.6 nozzle", + "Voron 0.1 0.8 nozzle", + "Voron 0.1 1.0 nozzle", + "Voron Switchwire 250 0.4 nozzle", + "Voron Switchwire 250 0.15 nozzle", + "Voron Switchwire 250 0.2 nozzle", + "Voron Switchwire 250 0.25 nozzle", + "Voron Switchwire 250 0.6 nozzle", + "Voron Switchwire 250 0.8 nozzle", + "Voron Switchwire 250 1.0 nozzle" ] - } +} + \ No newline at end of file diff --git a/resources/profiles/Voron/filament/Voron Generic TPU.json b/resources/profiles/Voron/filament/Voron Generic TPU.json index 15e42d9f0c..891156cf1d 100644 --- a/resources/profiles/Voron/filament/Voron Generic TPU.json +++ b/resources/profiles/Voron/filament/Voron Generic TPU.json @@ -10,31 +10,62 @@ "3.2" ], "compatible_printers": [ - "Voron 2.4 250 0.4 nozzle", - "Voron 2.4 250 0.15 nozzle", - "Voron 2.4 250 0.2 nozzle", - "Voron 2.4 250 0.25 nozzle", - "Voron 2.4 250 0.6 nozzle", - "Voron 2.4 250 0.8 nozzle", - "Voron 2.4 250 1.0 nozzle", - "Voron 2.4 300 0.4 nozzle", - "Voron 2.4 300 0.15 nozzle", - "Voron 2.4 300 0.2 nozzle", - "Voron 2.4 300 0.25 nozzle", - "Voron 2.4 300 0.6 nozzle", - "Voron 2.4 300 0.8 nozzle", - "Voron 2.4 300 1.0 nozzle", - "Voron 2.4 350 0.4 nozzle", - "Voron 2.4 350 0.15 nozzle", - "Voron 2.4 350 0.2 nozzle", - "Voron 2.4 350 0.25 nozzle", - "Voron 2.4 350 0.6 nozzle", - "Voron 2.4 350 0.8 nozzle", - "Voron 2.4 350 1.0 nozzle", - "Voron Trident 250 0.4 nozzle", - "Voron Trident 300 0.4 nozzle", - "Voron Trident 350 0.4 nozzle", - "Voron 0.1 0.4 nozzle", - "Voron Switchwire 250 0.4 nozzle" + "Voron 2.4 250 0.4 nozzle", + "Voron 2.4 250 0.15 nozzle", + "Voron 2.4 250 0.2 nozzle", + "Voron 2.4 250 0.25 nozzle", + "Voron 2.4 250 0.6 nozzle", + "Voron 2.4 250 0.8 nozzle", + "Voron 2.4 250 1.0 nozzle", + "Voron 2.4 300 0.4 nozzle", + "Voron 2.4 300 0.15 nozzle", + "Voron 2.4 300 0.2 nozzle", + "Voron 2.4 300 0.25 nozzle", + "Voron 2.4 300 0.6 nozzle", + "Voron 2.4 300 0.8 nozzle", + "Voron 2.4 300 1.0 nozzle", + "Voron 2.4 350 0.4 nozzle", + "Voron 2.4 350 0.15 nozzle", + "Voron 2.4 350 0.2 nozzle", + "Voron 2.4 350 0.25 nozzle", + "Voron 2.4 350 0.6 nozzle", + "Voron 2.4 350 0.8 nozzle", + "Voron 2.4 350 1.0 nozzle", + "Voron Trident 250 0.4 nozzle", + "Voron Trident 250 0.15 nozzle", + "Voron Trident 250 0.2 nozzle", + "Voron Trident 250 0.25 nozzle", + "Voron Trident 250 0.6 nozzle", + "Voron Trident 250 0.8 nozzle", + "Voron Trident 250 1.0 nozzle", + "Voron Trident 300 0.4 nozzle", + "Voron Trident 300 0.15 nozzle", + "Voron Trident 300 0.2 nozzle", + "Voron Trident 300 0.25 nozzle", + "Voron Trident 300 0.6 nozzle", + "Voron Trident 300 0.8 nozzle", + "Voron Trident 300 1.0 nozzle", + "Voron Trident 350 0.4 nozzle", + "Voron Trident 350 0.15 nozzle", + "Voron Trident 350 0.2 nozzle", + "Voron Trident 350 0.25 nozzle", + "Voron Trident 350 0.6 nozzle", + "Voron Trident 350 0.8 nozzle", + "Voron Trident 350 1.0 nozzle", + "Voron 0.1 0.4 nozzle", + "Voron 0.1 0.15 nozzle", + "Voron 0.1 0.2 nozzle", + "Voron 0.1 0.25 nozzle", + "Voron 0.1 0.6 nozzle", + "Voron 0.1 0.8 nozzle", + "Voron 0.1 1.0 nozzle", + "Voron Switchwire 250 0.4 nozzle", + "Voron Switchwire 250 0.15 nozzle", + "Voron Switchwire 250 0.2 nozzle", + "Voron Switchwire 250 0.25 nozzle", + "Voron Switchwire 250 0.6 nozzle", + "Voron Switchwire 250 0.8 nozzle", + "Voron Switchwire 250 1.0 nozzle" ] - } +} + diff --git a/resources/profiles/Voron/machine/Voron 0.1 0.15 nozzle.json b/resources/profiles/Voron/machine/Voron 0.1 0.15 nozzle.json new file mode 100644 index 0000000000..ef4891fb5c --- /dev/null +++ b/resources/profiles/Voron/machine/Voron 0.1 0.15 nozzle.json @@ -0,0 +1,28 @@ +{ + "type": "machine", + "setting_id": "GM002", + "name": "Voron 0.1 0.15 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron 0.1", + "default_print_profile": "0.09mm Standard 0.15 nozzle @Voron", + "max_layer_height": [ + "0.12" + ], + "min_layer_height": [ + "0.04" + ], + "nozzle_diameter": [ + "0.15" + ], + "printable_area": [ + "0x0", + "120x0", + "120x120", + "0x120" + ], + "printable_height": "120", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} diff --git a/resources/profiles/Voron/machine/Voron 0.1 0.2 nozzle.json b/resources/profiles/Voron/machine/Voron 0.1 0.2 nozzle.json new file mode 100644 index 0000000000..4ab6529fa7 --- /dev/null +++ b/resources/profiles/Voron/machine/Voron 0.1 0.2 nozzle.json @@ -0,0 +1,28 @@ +{ + "type": "machine", + "setting_id": "GM002", + "name": "Voron 0.1 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron 0.1", + "default_print_profile": "0.10mm Standard 0.2 nozzle @Voron", + "max_layer_height": [ + "0.16" + ], + "min_layer_height": [ + "0.05" + ], + "nozzle_diameter": [ + "0.2" + ], + "printable_area": [ + "0x0", + "120x0", + "120x120", + "0x120" + ], + "printable_height": "120", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} diff --git a/resources/profiles/Voron/machine/Voron 0.1 0.25 nozzle.json b/resources/profiles/Voron/machine/Voron 0.1 0.25 nozzle.json new file mode 100644 index 0000000000..263f5ebed8 --- /dev/null +++ b/resources/profiles/Voron/machine/Voron 0.1 0.25 nozzle.json @@ -0,0 +1,28 @@ +{ + "type": "machine", + "setting_id": "GM002", + "name": "Voron 0.1 0.25 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron 0.1", + "default_print_profile": "0.10mm Standard 0.25 nozzle @Voron", + "max_layer_height": [ + "0.20" + ], + "min_layer_height": [ + "0.06" + ], + "nozzle_diameter": [ + "0.25" + ], + "printable_area": [ + "0x0", + "120x0", + "120x120", + "0x120" + ], + "printable_height": "120", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} diff --git a/resources/profiles/Voron/machine/Voron 0.1 0.4 nozzle.json b/resources/profiles/Voron/machine/Voron 0.1 0.4 nozzle.json index bfd7347b2d..cd3d000faa 100644 --- a/resources/profiles/Voron/machine/Voron 0.1 0.4 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 0.1 0.4 nozzle.json @@ -7,6 +7,12 @@ "inherits": "fdm_klipper_common", "printer_model": "Voron 0.1", "default_print_profile": "0.20mm Standard @Voron", + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.10" + ], "nozzle_diameter": [ "0.4" ], diff --git a/resources/profiles/Voron/machine/Voron 0.1 0.6 nozzle.json b/resources/profiles/Voron/machine/Voron 0.1 0.6 nozzle.json new file mode 100644 index 0000000000..cf1a44c00e --- /dev/null +++ b/resources/profiles/Voron/machine/Voron 0.1 0.6 nozzle.json @@ -0,0 +1,28 @@ +{ + "type": "machine", + "setting_id": "GM003", + "name": "Voron 0.1 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron 0.1", + "default_print_profile": "0.30mm Standard 0.6 nozzle @Voron", + "max_layer_height": [ + "0.48" + ], + "min_layer_height": [ + "0.15" + ], + "nozzle_diameter": [ + "0.6" + ], + "printable_area": [ + "0x0", + "120x0", + "120x120", + "0x120" + ], + "printable_height": "120", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} diff --git a/resources/profiles/Voron/machine/Voron 0.1 0.8 nozzle.json b/resources/profiles/Voron/machine/Voron 0.1 0.8 nozzle.json new file mode 100644 index 0000000000..6057929b6f --- /dev/null +++ b/resources/profiles/Voron/machine/Voron 0.1 0.8 nozzle.json @@ -0,0 +1,28 @@ +{ + "type": "machine", + "setting_id": "GM004", + "name": "Voron 0.1 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron 0.1", + "default_print_profile": "0.40mm Standard 0.8 nozzle @Voron", + "max_layer_height": [ + "0.64" + ], + "min_layer_height": [ + "0.2" + ], + "nozzle_diameter": [ + "0.8" + ], + "printable_area": [ + "0x0", + "120x0", + "120x120", + "0x120" + ], + "printable_height": "120", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} diff --git a/resources/profiles/Voron/machine/Voron 0.1 1.0 nozzle.json b/resources/profiles/Voron/machine/Voron 0.1 1.0 nozzle.json new file mode 100644 index 0000000000..9d0d6ec80a --- /dev/null +++ b/resources/profiles/Voron/machine/Voron 0.1 1.0 nozzle.json @@ -0,0 +1,28 @@ +{ + "type": "machine", + "setting_id": "GM004", + "name": "Voron 0.1 1.0 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron 0.1", + "default_print_profile": "0.50mm Standard 1.0 nozzle @Voron", + "max_layer_height": [ + "0.80" + ], + "min_layer_height": [ + "0.25" + ], + "nozzle_diameter": [ + "1.0" + ], + "printable_area": [ + "0x0", + "120x0", + "120x120", + "0x120" + ], + "printable_height": "120", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} diff --git a/resources/profiles/Voron/machine/Voron 0.1.json b/resources/profiles/Voron/machine/Voron 0.1.json index 6a3d37f839..9377e6d3e0 100644 --- a/resources/profiles/Voron/machine/Voron 0.1.json +++ b/resources/profiles/Voron/machine/Voron 0.1.json @@ -2,7 +2,7 @@ "type": "machine_model", "name": "Voron 0.1", "model_id": "Voron0", - "nozzle_diameter": "0.4", + "nozzle_diameter": "0.4;0.15;0.2;0.25;0.6;0.8;1.0", "machine_tech": "FFF", "family": "VoronDesign", "bed_model": "", diff --git a/resources/profiles/Voron/machine/Voron 2.4 250 0.15 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 250 0.15 nozzle.json index 6d1a763421..b4b9a2e545 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 250 0.15 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 250 0.15 nozzle.json @@ -6,6 +6,7 @@ "instantiation": "true", "inherits": "fdm_klipper_common", "printer_model": "Voron 2.4 250", + "default_print_profile": "0.09mm Standard 0.15 nozzle @Voron", "max_layer_height": [ "0.2" ], diff --git a/resources/profiles/Voron/machine/Voron 2.4 250 0.2 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 250 0.2 nozzle.json index 2998a4fce6..509cda963a 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 250 0.2 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 250 0.2 nozzle.json @@ -6,6 +6,7 @@ "instantiation": "true", "inherits": "fdm_klipper_common", "printer_model": "Voron 2.4 250", + "default_print_profile": "0.10mm Standard 0.2 nozzle @Voron", "max_layer_height": [ "0.20" ], diff --git a/resources/profiles/Voron/machine/Voron 2.4 250 0.25 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 250 0.25 nozzle.json index 135d0163b3..2843b6aeed 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 250 0.25 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 250 0.25 nozzle.json @@ -6,6 +6,7 @@ "instantiation": "true", "inherits": "fdm_klipper_common", "printer_model": "Voron 2.4 250", + "default_print_profile": "0.10mm Standard 0.25 nozzle @Voron", "max_layer_height": [ "0.25" ], diff --git a/resources/profiles/Voron/machine/Voron 2.4 250 0.4 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 250 0.4 nozzle.json index cb2de09bbd..f91fa96a25 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 250 0.4 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 250 0.4 nozzle.json @@ -6,6 +6,13 @@ "instantiation": "true", "inherits": "fdm_klipper_common", "printer_model": "Voron 2.4 250", + "default_print_profile": "0.20mm Standard @Voron", + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.10" + ], "nozzle_diameter": [ "0.4" ], diff --git a/resources/profiles/Voron/machine/Voron 2.4 250 0.6 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 250 0.6 nozzle.json index 0d5cf33367..fd8bd53a92 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 250 0.6 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 250 0.6 nozzle.json @@ -6,6 +6,7 @@ "instantiation": "true", "inherits": "fdm_klipper_common", "printer_model": "Voron 2.4 250", + "default_print_profile": "0.30mm Standard 0.6 nozzle @Voron", "max_layer_height": [ "0.45" ], diff --git a/resources/profiles/Voron/machine/Voron 2.4 250 0.8 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 250 0.8 nozzle.json index 414c63588e..b4b61bc850 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 250 0.8 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 250 0.8 nozzle.json @@ -6,6 +6,7 @@ "instantiation": "true", "inherits": "fdm_klipper_common", "printer_model": "Voron 2.4 250", + "default_print_profile": "0.40mm Standard 0.8 nozzle @Voron", "max_layer_height": [ "0.6" ], diff --git a/resources/profiles/Voron/machine/Voron 2.4 250 1.0 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 250 1.0 nozzle.json index f6418f1e98..b3d8d825cb 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 250 1.0 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 250 1.0 nozzle.json @@ -6,6 +6,7 @@ "instantiation": "true", "inherits": "fdm_klipper_common", "printer_model": "Voron 2.4 250", + "default_print_profile": "0.50mm Standard 1.0 nozzle @Voron", "max_layer_height": [ "0.9" ], diff --git a/resources/profiles/Voron/machine/Voron 2.4 300 0.15 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 300 0.15 nozzle.json index 88b59200f8..6fce0a532e 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 300 0.15 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 300 0.15 nozzle.json @@ -6,6 +6,7 @@ "instantiation": "true", "inherits": "fdm_klipper_common", "printer_model": "Voron 2.4 300", + "default_print_profile": "0.09mm Standard 0.15 nozzle @Voron", "max_layer_height": [ "0.2" ], diff --git a/resources/profiles/Voron/machine/Voron 2.4 300 0.2 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 300 0.2 nozzle.json index 071adba1b5..cd909ac392 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 300 0.2 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 300 0.2 nozzle.json @@ -6,6 +6,7 @@ "instantiation": "true", "inherits": "fdm_klipper_common", "printer_model": "Voron 2.4 300", + "default_print_profile": "0.10mm Standard 0.2 nozzle @Voron", "max_layer_height": [ "0.2" ], diff --git a/resources/profiles/Voron/machine/Voron 2.4 300 0.25 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 300 0.25 nozzle.json index 0789cf6fad..c294072639 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 300 0.25 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 300 0.25 nozzle.json @@ -6,6 +6,7 @@ "instantiation": "true", "inherits": "fdm_klipper_common", "printer_model": "Voron 2.4 300", + "default_print_profile": "0.10mm Standard 0.25 nozzle @Voron", "max_layer_height": [ "0.25" ], diff --git a/resources/profiles/Voron/machine/Voron 2.4 300 0.4 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 300 0.4 nozzle.json index 48d0e127bd..cc9ddcb13f 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 300 0.4 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 300 0.4 nozzle.json @@ -6,6 +6,13 @@ "instantiation": "true", "inherits": "fdm_klipper_common", "printer_model": "Voron 2.4 300", + "default_print_profile": "0.20mm Standard @Voron", + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.10" + ], "nozzle_diameter": [ "0.4" ], diff --git a/resources/profiles/Voron/machine/Voron 2.4 300 0.6 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 300 0.6 nozzle.json index 0716665d49..8528f3f1ea 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 300 0.6 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 300 0.6 nozzle.json @@ -6,6 +6,7 @@ "instantiation": "true", "inherits": "fdm_klipper_common", "printer_model": "Voron 2.4 300", + "default_print_profile": "0.30mm Standard 0.6 nozzle @Voron", "max_layer_height": [ "0.45" ], diff --git a/resources/profiles/Voron/machine/Voron 2.4 300 0.8 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 300 0.8 nozzle.json index d632af7b16..26ad74fb8d 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 300 0.8 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 300 0.8 nozzle.json @@ -6,6 +6,7 @@ "instantiation": "true", "inherits": "fdm_klipper_common", "printer_model": "Voron 2.4 300", + "default_print_profile": "0.40mm Standard 0.8 nozzle @Voron", "max_layer_height": [ "0.6" ], diff --git a/resources/profiles/Voron/machine/Voron 2.4 300 1.0 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 300 1.0 nozzle.json index 1ccf4bc63c..ffd16c27e8 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 300 1.0 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 300 1.0 nozzle.json @@ -6,6 +6,7 @@ "instantiation": "true", "inherits": "fdm_klipper_common", "printer_model": "Voron 2.4 300", + "default_print_profile": "0.50mm Standard 1.0 nozzle @Voron", "max_layer_height": [ "0.9" ], diff --git a/resources/profiles/Voron/machine/Voron 2.4 350 0.15 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 350 0.15 nozzle.json index 5f9dc94f34..47eef2b3e0 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 350 0.15 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 350 0.15 nozzle.json @@ -6,6 +6,7 @@ "instantiation": "true", "inherits": "fdm_klipper_common", "printer_model": "Voron 2.4 350", + "default_print_profile": "0.09mm Standard 0.15 nozzle @Voron", "max_layer_height": [ "0.2" ], diff --git a/resources/profiles/Voron/machine/Voron 2.4 350 0.2 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 350 0.2 nozzle.json index cb57e54578..6e409931fe 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 350 0.2 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 350 0.2 nozzle.json @@ -6,6 +6,7 @@ "instantiation": "true", "inherits": "fdm_klipper_common", "printer_model": "Voron 2.4 350", + "default_print_profile": "0.10mm Standard 0.2 nozzle @Voron", "max_layer_height": [ "0.2" ], diff --git a/resources/profiles/Voron/machine/Voron 2.4 350 0.25 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 350 0.25 nozzle.json index ef3da1e5ba..6530cd14d6 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 350 0.25 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 350 0.25 nozzle.json @@ -6,6 +6,7 @@ "instantiation": "true", "inherits": "fdm_klipper_common", "printer_model": "Voron 2.4 350", + "default_print_profile": "0.10mm Standard 0.25 nozzle @Voron", "max_layer_height": [ "0.25" ], diff --git a/resources/profiles/Voron/machine/Voron 2.4 350 0.4 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 350 0.4 nozzle.json index 7884fc5bb9..ca98c034b2 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 350 0.4 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 350 0.4 nozzle.json @@ -6,6 +6,13 @@ "instantiation": "true", "inherits": "fdm_klipper_common", "printer_model": "Voron 2.4 350", + "default_print_profile": "0.20mm Standard @Voron", + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.10" + ], "nozzle_diameter": [ "0.4" ], diff --git a/resources/profiles/Voron/machine/Voron 2.4 350 0.6 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 350 0.6 nozzle.json index b07342e7af..f2c0dcff8c 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 350 0.6 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 350 0.6 nozzle.json @@ -6,6 +6,7 @@ "instantiation": "true", "inherits": "fdm_klipper_common", "printer_model": "Voron 2.4 350", + "default_print_profile": "0.30mm Standard 0.6 nozzle @Voron", "max_layer_height": [ "0.45" ], diff --git a/resources/profiles/Voron/machine/Voron 2.4 350 0.8 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 350 0.8 nozzle.json index 83cc926bc3..dc3185d032 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 350 0.8 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 350 0.8 nozzle.json @@ -6,6 +6,7 @@ "instantiation": "true", "inherits": "fdm_klipper_common", "printer_model": "Voron 2.4 350", + "default_print_profile": "0.40mm Standard 0.8 nozzle @Voron", "max_layer_height": [ "0.6" ], diff --git a/resources/profiles/Voron/machine/Voron 2.4 350 1.0 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 350 1.0 nozzle.json index 6ebbe763b9..03daef1c3b 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 350 1.0 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 350 1.0 nozzle.json @@ -6,6 +6,7 @@ "instantiation": "true", "inherits": "fdm_klipper_common", "printer_model": "Voron 2.4 350", + "default_print_profile": "0.50mm Standard 1.0 nozzle @Voron", "max_layer_height": [ "0.9" ], diff --git a/resources/profiles/Voron/machine/Voron Switchwire 250 0.15 nozzle.json b/resources/profiles/Voron/machine/Voron Switchwire 250 0.15 nozzle.json new file mode 100644 index 0000000000..814ea530c2 --- /dev/null +++ b/resources/profiles/Voron/machine/Voron Switchwire 250 0.15 nozzle.json @@ -0,0 +1,26 @@ +{ + "type": "machine", + "setting_id": "GM002", + "name": "Voron Switchwire 250 0.15 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron Switchwire 250", + "default_print_profile": "0.09mm Standard 0.15 nozzle @Voron", + "max_layer_height": [ + "0.12" + ], + "min_layer_height": [ + "0.04" + ], + "nozzle_diameter": [ + "0.15" + ], + "printable_area": [ + "0x0", + "250x0", + "250x210", + "0x210" + ], + "printable_height": "240" +} diff --git a/resources/profiles/Voron/machine/Voron Switchwire 250 0.2 nozzle.json b/resources/profiles/Voron/machine/Voron Switchwire 250 0.2 nozzle.json new file mode 100644 index 0000000000..033dd2486d --- /dev/null +++ b/resources/profiles/Voron/machine/Voron Switchwire 250 0.2 nozzle.json @@ -0,0 +1,26 @@ +{ + "type": "machine", + "setting_id": "GM002", + "name": "Voron Switchwire 250 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron Switchwire 250", + "default_print_profile": "0.10mm Standard 0.2 nozzle @Voron", + "max_layer_height": [ + "0.16" + ], + "min_layer_height": [ + "0.05" + ], + "nozzle_diameter": [ + "0.2" + ], + "printable_area": [ + "0x0", + "250x0", + "250x210", + "0x210" + ], + "printable_height": "240" +} diff --git a/resources/profiles/Voron/machine/Voron Switchwire 250 0.25 nozzle.json b/resources/profiles/Voron/machine/Voron Switchwire 250 0.25 nozzle.json new file mode 100644 index 0000000000..82af15d400 --- /dev/null +++ b/resources/profiles/Voron/machine/Voron Switchwire 250 0.25 nozzle.json @@ -0,0 +1,26 @@ +{ + "type": "machine", + "setting_id": "GM002", + "name": "Voron Switchwire 250 0.25 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron Switchwire 250", + "default_print_profile": "0.10mm Standard 0.25 nozzle @Voron", + "max_layer_height": [ + "0.20" + ], + "min_layer_height": [ + "0.06" + ], + "nozzle_diameter": [ + "0.25" + ], + "printable_area": [ + "0x0", + "250x0", + "250x210", + "0x210" + ], + "printable_height": "240" +} diff --git a/resources/profiles/Voron/machine/Voron Switchwire 250 0.4 nozzle.json b/resources/profiles/Voron/machine/Voron Switchwire 250 0.4 nozzle.json index e87ecb56bd..c2a0534857 100644 --- a/resources/profiles/Voron/machine/Voron Switchwire 250 0.4 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Switchwire 250 0.4 nozzle.json @@ -6,6 +6,13 @@ "instantiation": "true", "inherits": "fdm_klipper_common", "printer_model": "Voron Switchwire 250", + "default_print_profile": "0.20mm Standard @Voron", + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.10" + ], "nozzle_diameter": [ "0.4" ], diff --git a/resources/profiles/Voron/machine/Voron Switchwire 250 0.6 nozzle.json b/resources/profiles/Voron/machine/Voron Switchwire 250 0.6 nozzle.json new file mode 100644 index 0000000000..fd9fd6e8fa --- /dev/null +++ b/resources/profiles/Voron/machine/Voron Switchwire 250 0.6 nozzle.json @@ -0,0 +1,26 @@ +{ + "type": "machine", + "setting_id": "GM003", + "name": "Voron Switchwire 250 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron Switchwire 250", + "default_print_profile": "0.30mm Standard 0.6 nozzle @Voron", + "max_layer_height": [ + "0.48" + ], + "min_layer_height": [ + "0.15" + ], + "nozzle_diameter": [ + "0.6" + ], + "printable_area": [ + "0x0", + "250x0", + "250x210", + "0x210" + ], + "printable_height": "240" +} diff --git a/resources/profiles/Voron/machine/Voron Switchwire 250 0.8 nozzle.json b/resources/profiles/Voron/machine/Voron Switchwire 250 0.8 nozzle.json new file mode 100644 index 0000000000..75c433739a --- /dev/null +++ b/resources/profiles/Voron/machine/Voron Switchwire 250 0.8 nozzle.json @@ -0,0 +1,26 @@ +{ + "type": "machine", + "setting_id": "GM004", + "name": "Voron Switchwire 250 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron Switchwire 250", + "default_print_profile": "0.40mm Standard 0.8 nozzle @Voron", + "max_layer_height": [ + "0.64" + ], + "min_layer_height": [ + "0.2" + ], + "nozzle_diameter": [ + "0.8" + ], + "printable_area": [ + "0x0", + "250x0", + "250x210", + "0x210" + ], + "printable_height": "240" +} diff --git a/resources/profiles/Voron/machine/Voron Switchwire 250 1.0 nozzle.json b/resources/profiles/Voron/machine/Voron Switchwire 250 1.0 nozzle.json new file mode 100644 index 0000000000..42d18832a8 --- /dev/null +++ b/resources/profiles/Voron/machine/Voron Switchwire 250 1.0 nozzle.json @@ -0,0 +1,26 @@ +{ + "type": "machine", + "setting_id": "GM004", + "name": "Voron Switchwire 250 1.0 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron Switchwire 250", + "default_print_profile": "0.50mm Standard 1.0 nozzle @Voron", + "max_layer_height": [ + "0.80" + ], + "min_layer_height": [ + "0.25" + ], + "nozzle_diameter": [ + "1.0" + ], + "printable_area": [ + "0x0", + "250x0", + "250x210", + "0x210" + ], + "printable_height": "240" +} diff --git a/resources/profiles/Voron/machine/Voron Switchwire 250.json b/resources/profiles/Voron/machine/Voron Switchwire 250.json index c9e7fb34cd..6a3e3de7cc 100644 --- a/resources/profiles/Voron/machine/Voron Switchwire 250.json +++ b/resources/profiles/Voron/machine/Voron Switchwire 250.json @@ -2,7 +2,7 @@ "type": "machine_model", "name": "Voron Switchwire 250", "model_id": "Voron_Switchwire_250", - "nozzle_diameter": "0.4", + "nozzle_diameter": "0.4;0.15;0.2;0.25;0.6;0.8;1.0", "machine_tech": "FFF", "family": "VoronDesign", "bed_model": "", diff --git a/resources/profiles/Voron/machine/Voron Trident 250 0.15 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 250 0.15 nozzle.json new file mode 100644 index 0000000000..2429e46933 --- /dev/null +++ b/resources/profiles/Voron/machine/Voron Trident 250 0.15 nozzle.json @@ -0,0 +1,26 @@ +{ + "type": "machine", + "setting_id": "GM002", + "name": "Voron Trident 250 0.15 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron Trident 250", + "default_print_profile": "0.09mm Standard 0.15 nozzle @Voron", + "max_layer_height": [ + "0.12" + ], + "min_layer_height": [ + "0.04" + ], + "nozzle_diameter": [ + "0.15" + ], + "printable_area": [ + "0x0", + "250x0", + "250x250", + "0x250" + ], + "printable_height": "250" +} diff --git a/resources/profiles/Voron/machine/Voron Trident 250 0.2 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 250 0.2 nozzle.json new file mode 100644 index 0000000000..e8b18f047e --- /dev/null +++ b/resources/profiles/Voron/machine/Voron Trident 250 0.2 nozzle.json @@ -0,0 +1,26 @@ +{ + "type": "machine", + "setting_id": "GM002", + "name": "Voron Trident 250 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron Trident 250", + "default_print_profile": "0.10mm Standard 0.2 nozzle @Voron", + "max_layer_height": [ + "0.16" + ], + "min_layer_height": [ + "0.05" + ], + "nozzle_diameter": [ + "0.2" + ], + "printable_area": [ + "0x0", + "250x0", + "250x250", + "0x250" + ], + "printable_height": "250" +} diff --git a/resources/profiles/Voron/machine/Voron Trident 250 0.25 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 250 0.25 nozzle.json new file mode 100644 index 0000000000..c1ad6c6218 --- /dev/null +++ b/resources/profiles/Voron/machine/Voron Trident 250 0.25 nozzle.json @@ -0,0 +1,26 @@ +{ + "type": "machine", + "setting_id": "GM002", + "name": "Voron Trident 250 0.25 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron Trident 250", + "default_print_profile": "0.10mm Standard 0.25 nozzle @Voron", + "max_layer_height": [ + "0.20" + ], + "min_layer_height": [ + "0.06" + ], + "nozzle_diameter": [ + "0.25" + ], + "printable_area": [ + "0x0", + "250x0", + "250x250", + "0x250" + ], + "printable_height": "250" +} diff --git a/resources/profiles/Voron/machine/Voron Trident 250 0.4 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 250 0.4 nozzle.json index d33c039ea1..d377b80b8d 100644 --- a/resources/profiles/Voron/machine/Voron Trident 250 0.4 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Trident 250 0.4 nozzle.json @@ -6,6 +6,13 @@ "instantiation": "true", "inherits": "fdm_klipper_common", "printer_model": "Voron Trident 250", + "default_print_profile": "0.20mm Standard @Voron", + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.10" + ], "nozzle_diameter": [ "0.4" ], diff --git a/resources/profiles/Voron/machine/Voron Trident 250 0.6 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 250 0.6 nozzle.json new file mode 100644 index 0000000000..eb9ab32a52 --- /dev/null +++ b/resources/profiles/Voron/machine/Voron Trident 250 0.6 nozzle.json @@ -0,0 +1,26 @@ +{ + "type": "machine", + "setting_id": "GM003", + "name": "Voron Trident 250 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron Trident 250", + "default_print_profile": "0.30mm Standard 0.6 nozzle @Voron", + "max_layer_height": [ + "0.48" + ], + "min_layer_height": [ + "0.15" + ], + "nozzle_diameter": [ + "0.6" + ], + "printable_area": [ + "0x0", + "250x0", + "250x250", + "0x250" + ], + "printable_height": "250" +} diff --git a/resources/profiles/Voron/machine/Voron Trident 250 0.8 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 250 0.8 nozzle.json new file mode 100644 index 0000000000..6656b9ae3b --- /dev/null +++ b/resources/profiles/Voron/machine/Voron Trident 250 0.8 nozzle.json @@ -0,0 +1,26 @@ +{ + "type": "machine", + "setting_id": "GM004", + "name": "Voron Trident 250 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron Trident 250", + "default_print_profile": "0.40mm Standard 0.8 nozzle @Voron", + "max_layer_height": [ + "0.64" + ], + "min_layer_height": [ + "0.2" + ], + "nozzle_diameter": [ + "0.8" + ], + "printable_area": [ + "0x0", + "250x0", + "250x250", + "0x250" + ], + "printable_height": "250" +} diff --git a/resources/profiles/Voron/machine/Voron Trident 250 1.0 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 250 1.0 nozzle.json new file mode 100644 index 0000000000..93f9cce13e --- /dev/null +++ b/resources/profiles/Voron/machine/Voron Trident 250 1.0 nozzle.json @@ -0,0 +1,26 @@ +{ + "type": "machine", + "setting_id": "GM004", + "name": "Voron Trident 250 1.0 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron Trident 250", + "default_print_profile": "0.50mm Standard 1.0 nozzle @Voron", + "max_layer_height": [ + "0.80" + ], + "min_layer_height": [ + "0.25" + ], + "nozzle_diameter": [ + "1.0" + ], + "printable_area": [ + "0x0", + "250x0", + "250x250", + "0x250" + ], + "printable_height": "250" +} diff --git a/resources/profiles/Voron/machine/Voron Trident 250.json b/resources/profiles/Voron/machine/Voron Trident 250.json index 0fd8baac18..83872b6c98 100644 --- a/resources/profiles/Voron/machine/Voron Trident 250.json +++ b/resources/profiles/Voron/machine/Voron Trident 250.json @@ -2,7 +2,7 @@ "type": "machine_model", "name": "Voron Trident 250", "model_id": "Voron2_Trident_250", - "nozzle_diameter": "0.4", + "nozzle_diameter": "0.4;0.15;0.2;0.25;0.6;0.8;1.0", "machine_tech": "FFF", "family": "VoronDesign", "bed_model": "", diff --git a/resources/profiles/Voron/machine/Voron Trident 300 0.15 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 300 0.15 nozzle.json new file mode 100644 index 0000000000..9972b7594d --- /dev/null +++ b/resources/profiles/Voron/machine/Voron Trident 300 0.15 nozzle.json @@ -0,0 +1,26 @@ +{ + "type": "machine", + "setting_id": "GM002", + "name": "Voron Trident 300 0.15 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron Trident 300", + "default_print_profile": "0.09mm Standard 0.15 nozzle @Voron", + "max_layer_height": [ + "0.12" + ], + "min_layer_height": [ + "0.04" + ], + "nozzle_diameter": [ + "0.15" + ], + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "printable_height": "250" +} diff --git a/resources/profiles/Voron/machine/Voron Trident 300 0.2 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 300 0.2 nozzle.json new file mode 100644 index 0000000000..1d8b711f43 --- /dev/null +++ b/resources/profiles/Voron/machine/Voron Trident 300 0.2 nozzle.json @@ -0,0 +1,26 @@ +{ + "type": "machine", + "setting_id": "GM002", + "name": "Voron Trident 300 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron Trident 300", + "default_print_profile": "0.10mm Standard 0.2 nozzle @Voron", + "max_layer_height": [ + "0.16" + ], + "min_layer_height": [ + "0.05" + ], + "nozzle_diameter": [ + "0.2" + ], + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "printable_height": "250" +} diff --git a/resources/profiles/Voron/machine/Voron Trident 300 0.25 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 300 0.25 nozzle.json new file mode 100644 index 0000000000..df880756a4 --- /dev/null +++ b/resources/profiles/Voron/machine/Voron Trident 300 0.25 nozzle.json @@ -0,0 +1,26 @@ +{ + "type": "machine", + "setting_id": "GM002", + "name": "Voron Trident 300 0.25 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron Trident 300", + "default_print_profile": "0.10mm Standard 0.25 nozzle @Voron", + "max_layer_height": [ + "0.20" + ], + "min_layer_height": [ + "0.06" + ], + "nozzle_diameter": [ + "0.25" + ], + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "printable_height": "250" +} diff --git a/resources/profiles/Voron/machine/Voron Trident 300 0.4 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 300 0.4 nozzle.json index c05ae24626..6fb710c37a 100644 --- a/resources/profiles/Voron/machine/Voron Trident 300 0.4 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Trident 300 0.4 nozzle.json @@ -6,6 +6,13 @@ "instantiation": "true", "inherits": "fdm_klipper_common", "printer_model": "Voron Trident 300", + "default_print_profile": "0.20mm Standard @Voron", + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.10" + ], "nozzle_diameter": [ "0.4" ], diff --git a/resources/profiles/Voron/machine/Voron Trident 300 0.6 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 300 0.6 nozzle.json new file mode 100644 index 0000000000..fc8fcc5078 --- /dev/null +++ b/resources/profiles/Voron/machine/Voron Trident 300 0.6 nozzle.json @@ -0,0 +1,26 @@ +{ + "type": "machine", + "setting_id": "GM003", + "name": "Voron Trident 300 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron Trident 300", + "default_print_profile": "0.30mm Standard 0.6 nozzle @Voron", + "max_layer_height": [ + "0.48" + ], + "min_layer_height": [ + "0.15" + ], + "nozzle_diameter": [ + "0.6" + ], + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "printable_height": "250" +} diff --git a/resources/profiles/Voron/machine/Voron Trident 300 0.8 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 300 0.8 nozzle.json new file mode 100644 index 0000000000..df95f7090c --- /dev/null +++ b/resources/profiles/Voron/machine/Voron Trident 300 0.8 nozzle.json @@ -0,0 +1,26 @@ +{ + "type": "machine", + "setting_id": "GM004", + "name": "Voron Trident 300 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron Trident 300", + "default_print_profile": "0.40mm Standard 0.8 nozzle @Voron", + "max_layer_height": [ + "0.64" + ], + "min_layer_height": [ + "0.2" + ], + "nozzle_diameter": [ + "0.8" + ], + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "printable_height": "250" +} diff --git a/resources/profiles/Voron/machine/Voron Trident 300 1.0 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 300 1.0 nozzle.json new file mode 100644 index 0000000000..a8fd806de1 --- /dev/null +++ b/resources/profiles/Voron/machine/Voron Trident 300 1.0 nozzle.json @@ -0,0 +1,26 @@ +{ + "type": "machine", + "setting_id": "GM004", + "name": "Voron Trident 300 1.0 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron Trident 300", + "default_print_profile": "0.50mm Standard 1.0 nozzle @Voron", + "max_layer_height": [ + "0.80" + ], + "min_layer_height": [ + "0.25" + ], + "nozzle_diameter": [ + "1.0" + ], + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "printable_height": "250" +} diff --git a/resources/profiles/Voron/machine/Voron Trident 300.json b/resources/profiles/Voron/machine/Voron Trident 300.json index a84801a9f5..80e055efa1 100644 --- a/resources/profiles/Voron/machine/Voron Trident 300.json +++ b/resources/profiles/Voron/machine/Voron Trident 300.json @@ -2,7 +2,7 @@ "type": "machine_model", "name": "Voron Trident 300", "model_id": "Voron2_Trident_300", - "nozzle_diameter": "0.4", + "nozzle_diameter": "0.4;0.15;0.2;0.25;0.6;0.8;1.0", "machine_tech": "FFF", "family": "VoronDesign", "bed_model": "", diff --git a/resources/profiles/Voron/machine/Voron Trident 350 0.15 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 350 0.15 nozzle.json new file mode 100644 index 0000000000..ae619cf41f --- /dev/null +++ b/resources/profiles/Voron/machine/Voron Trident 350 0.15 nozzle.json @@ -0,0 +1,26 @@ +{ + "type": "machine", + "setting_id": "GM002", + "name": "Voron Trident 350 0.15 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron Trident 350", + "default_print_profile": "0.09mm Standard 0.15 nozzle @Voron", + "max_layer_height": [ + "0.12" + ], + "min_layer_height": [ + "0.04" + ], + "nozzle_diameter": [ + "0.15" + ], + "printable_area": [ + "0x0", + "350x0", + "350x350", + "0x350" + ], + "printable_height": "250" +} diff --git a/resources/profiles/Voron/machine/Voron Trident 350 0.2 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 350 0.2 nozzle.json new file mode 100644 index 0000000000..6a6f75516e --- /dev/null +++ b/resources/profiles/Voron/machine/Voron Trident 350 0.2 nozzle.json @@ -0,0 +1,26 @@ +{ + "type": "machine", + "setting_id": "GM002", + "name": "Voron Trident 350 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron Trident 350", + "default_print_profile": "0.10mm Standard 0.2 nozzle @Voron", + "max_layer_height": [ + "0.16" + ], + "min_layer_height": [ + "0.05" + ], + "nozzle_diameter": [ + "0.2" + ], + "printable_area": [ + "0x0", + "350x0", + "350x350", + "0x350" + ], + "printable_height": "250" +} diff --git a/resources/profiles/Voron/machine/Voron Trident 350 0.25 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 350 0.25 nozzle.json new file mode 100644 index 0000000000..85d9971b41 --- /dev/null +++ b/resources/profiles/Voron/machine/Voron Trident 350 0.25 nozzle.json @@ -0,0 +1,26 @@ +{ + "type": "machine", + "setting_id": "GM002", + "name": "Voron Trident 350 0.25 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron Trident 350", + "default_print_profile": "0.10mm Standard 0.25 nozzle @Voron", + "max_layer_height": [ + "0.20" + ], + "min_layer_height": [ + "0.06" + ], + "nozzle_diameter": [ + "0.25" + ], + "printable_area": [ + "0x0", + "350x0", + "350x350", + "0x350" + ], + "printable_height": "250" +} diff --git a/resources/profiles/Voron/machine/Voron Trident 350 0.4 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 350 0.4 nozzle.json index c6b6f9f03b..bc4520cdef 100644 --- a/resources/profiles/Voron/machine/Voron Trident 350 0.4 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Trident 350 0.4 nozzle.json @@ -6,6 +6,13 @@ "instantiation": "true", "inherits": "fdm_klipper_common", "printer_model": "Voron Trident 350", + "default_print_profile": "0.20mm Standard @Voron", + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.10" + ], "nozzle_diameter": [ "0.4" ], diff --git a/resources/profiles/Voron/machine/Voron Trident 350 0.6 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 350 0.6 nozzle.json new file mode 100644 index 0000000000..847ea3924b --- /dev/null +++ b/resources/profiles/Voron/machine/Voron Trident 350 0.6 nozzle.json @@ -0,0 +1,26 @@ +{ + "type": "machine", + "setting_id": "GM003", + "name": "Voron Trident 350 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron Trident 350", + "default_print_profile": "0.30mm Standard 0.6 nozzle @Voron", + "max_layer_height": [ + "0.48" + ], + "min_layer_height": [ + "0.15" + ], + "nozzle_diameter": [ + "0.6" + ], + "printable_area": [ + "0x0", + "350x0", + "350x350", + "0x350" + ], + "printable_height": "250" +} diff --git a/resources/profiles/Voron/machine/Voron Trident 350 0.8 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 350 0.8 nozzle.json new file mode 100644 index 0000000000..ce9d63ad4f --- /dev/null +++ b/resources/profiles/Voron/machine/Voron Trident 350 0.8 nozzle.json @@ -0,0 +1,26 @@ +{ + "type": "machine", + "setting_id": "GM004", + "name": "Voron Trident 350 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron Trident 350", + "default_print_profile": "0.40mm Standard 0.8 nozzle @Voron", + "max_layer_height": [ + "0.64" + ], + "min_layer_height": [ + "0.2" + ], + "nozzle_diameter": [ + "0.8" + ], + "printable_area": [ + "0x0", + "350x0", + "350x350", + "0x350" + ], + "printable_height": "250" +} diff --git a/resources/profiles/Voron/machine/Voron Trident 350 1.0 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 350 1.0 nozzle.json new file mode 100644 index 0000000000..d600ad315c --- /dev/null +++ b/resources/profiles/Voron/machine/Voron Trident 350 1.0 nozzle.json @@ -0,0 +1,26 @@ +{ + "type": "machine", + "setting_id": "GM004", + "name": "Voron Trident 350 1.0 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron Trident 350", + "default_print_profile": "0.50mm Standard 1.0 nozzle @Voron", + "max_layer_height": [ + "0.80" + ], + "min_layer_height": [ + "0.25" + ], + "nozzle_diameter": [ + "1.0" + ], + "printable_area": [ + "0x0", + "350x0", + "350x350", + "0x350" + ], + "printable_height": "250" +} diff --git a/resources/profiles/Voron/machine/Voron Trident 350.json b/resources/profiles/Voron/machine/Voron Trident 350.json index 2cce35b6a8..ebb70b8d76 100644 --- a/resources/profiles/Voron/machine/Voron Trident 350.json +++ b/resources/profiles/Voron/machine/Voron Trident 350.json @@ -2,7 +2,7 @@ "type": "machine_model", "name": "Voron Trident 350", "model_id": "Voron2_Trident_350", - "nozzle_diameter": "0.4", + "nozzle_diameter": "0.4;0.15;0.2;0.25;0.6;0.8;1.0", "machine_tech": "FFF", "family": "VoronDesign", "bed_model": "", diff --git a/resources/profiles/Voron/process/fdm_process_voron_common.json b/resources/profiles/Voron/process/fdm_process_voron_common.json index 78dd3267c2..d242c947ed 100644 --- a/resources/profiles/Voron/process/fdm_process_voron_common.json +++ b/resources/profiles/Voron/process/fdm_process_voron_common.json @@ -120,6 +120,6 @@ "Voron Trident 300 0.4 nozzle", "Voron Trident 350 0.4 nozzle", "Voron 0.1 0.4 nozzle", - "Voron Switchwire 250 0.4 nozzle" + "Voron Switchwire 250 0.4 nozzle" ] } diff --git a/resources/profiles/Voron/process/fdm_process_voron_common_0_1_5.json b/resources/profiles/Voron/process/fdm_process_voron_common_0_1_5.json index 291daf29db..6c61479962 100644 --- a/resources/profiles/Voron/process/fdm_process_voron_common_0_1_5.json +++ b/resources/profiles/Voron/process/fdm_process_voron_common_0_1_5.json @@ -14,8 +14,13 @@ "support_line_width": "0.17", "top_surface_line_width": "0.17", "compatible_printers": [ + "Voron 0.1 0.15 nozzle", "Voron 2.4 250 0.15 nozzle", "Voron 2.4 300 0.15 nozzle", - "Voron 2.4 350 0.15 nozzle" + "Voron 2.4 350 0.15 nozzle", + "Voron Trident 250 0.15 nozzle", + "Voron Trident 300 0.15 nozzle", + "Voron Trident 350 0.15 nozzle", + "Voron Switchwire 250 0.15 nozzle" ] } diff --git a/resources/profiles/Voron/process/fdm_process_voron_common_0_2.json b/resources/profiles/Voron/process/fdm_process_voron_common_0_2.json index d4428d53d6..275a684cb8 100644 --- a/resources/profiles/Voron/process/fdm_process_voron_common_0_2.json +++ b/resources/profiles/Voron/process/fdm_process_voron_common_0_2.json @@ -14,8 +14,14 @@ "support_line_width": "0.22", "top_surface_line_width": "0.22", "compatible_printers": [ + "Voron 0.1 0.2 nozzle", "Voron 2.4 250 0.2 nozzle", "Voron 2.4 300 0.2 nozzle", - "Voron 2.4 350 0.2 nozzle" + "Voron 2.4 350 0.2 nozzle", + "Voron Trident 250 0.2 nozzle", + "Voron Trident 300 0.2 nozzle", + "Voron Trident 350 0.2 nozzle", + "Voron Switchwire 250 0.2 nozzle" + ] } diff --git a/resources/profiles/Voron/process/fdm_process_voron_common_0_2_5.json b/resources/profiles/Voron/process/fdm_process_voron_common_0_2_5.json index b7f5de2364..646020a0ef 100644 --- a/resources/profiles/Voron/process/fdm_process_voron_common_0_2_5.json +++ b/resources/profiles/Voron/process/fdm_process_voron_common_0_2_5.json @@ -14,8 +14,13 @@ "support_line_width": "0.27", "top_surface_line_width": "0.27", "compatible_printers": [ + "Voron 0.1 0.25 nozzle", "Voron 2.4 250 0.25 nozzle", "Voron 2.4 300 0.25 nozzle", - "Voron 2.4 350 0.25 nozzle" + "Voron 2.4 350 0.25 nozzle", + "Voron Trident 250 0.25 nozzle", + "Voron Trident 300 0.25 nozzle", + "Voron Trident 350 0.25 nozzle", + "Voron Switchwire 250 0.25 nozzle" ] } diff --git a/resources/profiles/Voron/process/fdm_process_voron_common_0_6.json b/resources/profiles/Voron/process/fdm_process_voron_common_0_6.json index f6fd5d10e8..c4171809ce 100644 --- a/resources/profiles/Voron/process/fdm_process_voron_common_0_6.json +++ b/resources/profiles/Voron/process/fdm_process_voron_common_0_6.json @@ -14,8 +14,13 @@ "support_line_width": "0.62", "top_surface_line_width": "0.62", "compatible_printers": [ + "Voron 0.1 0.6 nozzle", "Voron 2.4 250 0.6 nozzle", "Voron 2.4 300 0.6 nozzle", - "Voron 2.4 350 0.6 nozzle" + "Voron 2.4 350 0.6 nozzle", + "Voron Trident 250 0.6 nozzle", + "Voron Trident 300 0.6 nozzle", + "Voron Trident 350 0.6 nozzle", + "Voron Switchwire 250 0.6 nozzle" ] } diff --git a/resources/profiles/Voron/process/fdm_process_voron_common_0_8.json b/resources/profiles/Voron/process/fdm_process_voron_common_0_8.json index 629b80c2b3..7f94628e32 100644 --- a/resources/profiles/Voron/process/fdm_process_voron_common_0_8.json +++ b/resources/profiles/Voron/process/fdm_process_voron_common_0_8.json @@ -14,8 +14,13 @@ "support_line_width": "0.82", "top_surface_line_width": "0.82", "compatible_printers": [ + "Voron 0.1 0.8 nozzle", "Voron 2.4 250 0.8 nozzle", "Voron 2.4 300 0.8 nozzle", - "Voron 2.4 350 0.8 nozzle" + "Voron 2.4 350 0.8 nozzle", + "Voron Trident 250 0.8 nozzle", + "Voron Trident 300 0.8 nozzle", + "Voron Trident 350 0.8 nozzle", + "Voron Switchwire 250 0.8 nozzle" ] } diff --git a/resources/profiles/Voron/process/fdm_process_voron_common_1_0.json b/resources/profiles/Voron/process/fdm_process_voron_common_1_0.json index d4a16f925f..c23a90e9d5 100644 --- a/resources/profiles/Voron/process/fdm_process_voron_common_1_0.json +++ b/resources/profiles/Voron/process/fdm_process_voron_common_1_0.json @@ -14,8 +14,13 @@ "support_line_width": "1.02", "top_surface_line_width": "1.02", "compatible_printers": [ + "Voron 0.1 1.0 nozzle", "Voron 2.4 250 1.0 nozzle", "Voron 2.4 300 1.0 nozzle", - "Voron 2.4 350 1.0 nozzle" + "Voron 2.4 350 1.0 nozzle", + "Voron Trident 250 1.0 nozzle", + "Voron Trident 300 1.0 nozzle", + "Voron Trident 350 1.0 nozzle", + "Voron Switchwire 250 1.0 nozzle" ] } From c5a10b302abd3e4aa08443557892c506f6c15238 Mon Sep 17 00:00:00 2001 From: SoftFever Date: Fri, 10 Nov 2023 18:00:09 +0800 Subject: [PATCH 2/8] fix Voron profiles --- .../machine/Snapmaker J1 0.6 nozzle.json | 21 +++---- .../Voron/machine/Voron 0.1 0.15 nozzle.json | 55 ++++++++++--------- .../Voron/machine/Voron 0.1 0.2 nozzle.json | 55 ++++++++++--------- .../Voron/machine/Voron 0.1 0.25 nozzle.json | 55 ++++++++++--------- .../Voron/machine/Voron 0.1 0.6 nozzle.json | 55 ++++++++++--------- .../Voron/machine/Voron 0.1 0.8 nozzle.json | 55 ++++++++++--------- .../Voron/machine/Voron 0.1 1.0 nozzle.json | 55 ++++++++++--------- .../machine/Voron 2.4 250 0.15 nozzle.json | 22 ++++---- .../machine/Voron 2.4 250 0.2 nozzle.json | 22 ++++---- .../machine/Voron 2.4 250 0.25 nozzle.json | 22 ++++---- .../machine/Voron 2.4 250 0.6 nozzle.json | 22 ++++---- .../machine/Voron 2.4 250 0.8 nozzle.json | 22 ++++---- .../machine/Voron 2.4 250 1.0 nozzle.json | 22 ++++---- .../machine/Voron 2.4 300 0.15 nozzle.json | 22 ++++---- .../machine/Voron 2.4 300 0.2 nozzle.json | 22 ++++---- .../machine/Voron 2.4 300 0.25 nozzle.json | 22 ++++---- .../machine/Voron 2.4 300 0.6 nozzle.json | 22 ++++---- .../machine/Voron 2.4 300 0.8 nozzle.json | 22 ++++---- .../machine/Voron 2.4 300 1.0 nozzle.json | 22 ++++---- .../machine/Voron 2.4 350 0.15 nozzle.json | 22 ++++---- .../machine/Voron 2.4 350 0.2 nozzle.json | 22 ++++---- .../machine/Voron 2.4 350 0.25 nozzle.json | 22 ++++---- .../machine/Voron 2.4 350 0.6 nozzle.json | 22 ++++---- .../machine/Voron 2.4 350 0.8 nozzle.json | 22 ++++---- .../machine/Voron 2.4 350 1.0 nozzle.json | 22 ++++---- .../Voron Switchwire 250 0.15 nozzle.json | 51 ++++++++--------- .../Voron Switchwire 250 0.2 nozzle.json | 51 ++++++++--------- .../Voron Switchwire 250 0.25 nozzle.json | 51 ++++++++--------- .../Voron Switchwire 250 0.6 nozzle.json | 51 ++++++++--------- .../Voron Switchwire 250 0.8 nozzle.json | 51 ++++++++--------- .../Voron Switchwire 250 1.0 nozzle.json | 51 ++++++++--------- .../Voron Trident 250 0.15 nozzle.json | 51 ++++++++--------- .../machine/Voron Trident 250 0.2 nozzle.json | 51 ++++++++--------- .../Voron Trident 250 0.25 nozzle.json | 51 ++++++++--------- .../machine/Voron Trident 250 0.6 nozzle.json | 51 ++++++++--------- .../machine/Voron Trident 250 0.8 nozzle.json | 51 ++++++++--------- .../machine/Voron Trident 250 1.0 nozzle.json | 51 ++++++++--------- .../Voron Trident 300 0.15 nozzle.json | 51 ++++++++--------- .../machine/Voron Trident 300 0.2 nozzle.json | 51 ++++++++--------- .../Voron Trident 300 0.25 nozzle.json | 51 ++++++++--------- .../machine/Voron Trident 300 0.6 nozzle.json | 51 ++++++++--------- .../machine/Voron Trident 300 0.8 nozzle.json | 51 ++++++++--------- .../machine/Voron Trident 300 1.0 nozzle.json | 51 ++++++++--------- .../Voron Trident 350 0.15 nozzle.json | 51 ++++++++--------- .../machine/Voron Trident 350 0.2 nozzle.json | 51 ++++++++--------- .../Voron Trident 350 0.25 nozzle.json | 51 ++++++++--------- .../machine/Voron Trident 350 0.6 nozzle.json | 51 ++++++++--------- .../machine/Voron Trident 350 0.8 nozzle.json | 51 ++++++++--------- .../machine/Voron Trident 350 1.0 nozzle.json | 51 ++++++++--------- 49 files changed, 1001 insertions(+), 970 deletions(-) diff --git a/resources/profiles/Snapmaker/machine/Snapmaker J1 0.6 nozzle.json b/resources/profiles/Snapmaker/machine/Snapmaker J1 0.6 nozzle.json index 1e8bc2866f..578c99f5be 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker J1 0.6 nozzle.json +++ b/resources/profiles/Snapmaker/machine/Snapmaker J1 0.6 nozzle.json @@ -8,28 +8,28 @@ "printer_model": "Snapmaker J1", "default_print_profile": "0.20mm 0.6 Standard @Snapmaker J1", "retraction_minimum_travel": [ - "3" + "3" ], "thumbnails": [ - "400x400" + "400x400" ], "z_hop_types": [ - "Auto Lift" + "Auto Lift" ], "z_lift_type": [ - "SpiralLift" + "SpiralLift" ], "nozzle_diameter": [ "0.6" ], "bed_exclude_area": [ - "0x0" + "0x0" ], "printable_area": [ - "0x0", - "324x0", - "324x200", - "0x200" + "0x0", + "324x0", + "324x200", + "0x200" ], "printable_height": "200", "machine_start_gcode": ";***** Snapmaker J1\n;***** Update : 20221222\n;***** Printer : [printer_preset]\n;***** Profile : [print_preset]\nM593 P1 X F35.7 \nM593 P1 Y F33.7 \nM355 S1 P16 ;------------OPTIONAL ;dim led \nM83 ;absolute extrusion mode\nM140 S[first_layer_bed_temperature] ;Start Warming Bed\nT[initial_extruder] ;switch to initial extruder\n{if total_toolchanges < 1}; Preheat one extruder (just one used)\nM104 S160 ;preheat nozzle\n{else}; Preheat both extruders used\nM104 S160 T0 ;preheat T0\nM104 S160 T1 ;preheat T1\n{endif}\nG28 ; home all axes\nG90 ;absolute positioning\nG1 Z0.8 F1800\nM201 X5000 Y5000 Z500 E5000\nM205 V5\nM900 T0 K0.02\nM900 T1 K0.02\nM190 S[first_layer_bed_temperature] ; C3 W2 Wait For Bed Temperature\n{if total_toolchanges < 1}; Heat one extruder\nM104 S[first_layer_temperature]\nM109 S[first_layer_temperature] ;Wait for Hotend Temperature\n{else}; Heat both extruders\nM104 T0 S{first_layer_temperature[0]}\nM104 T1 S{first_layer_temperature[1]}\nM109 T0 S{first_layer_temperature[0]} ;Wait for Hotend Temperature\nM109 T1 S{first_layer_temperature[1]} ;Wait for Hotend Temperature\n{endif}\n;\n{if 1==1} ;-----------OPTIONAL ;led effect\n M355 S1 P32\n G4 S1\n M355 S1 P48\n G4 S1\n M355 S1 P64\n G4 S1\n M355 S1 P96\n G4 S1\n M355 S1 P128\n G4 S1\n M355 S1 P255\n{endif}\n;\nG92 E0\n;\n{if total_toolchanges > 0 or initial_extruder == 0}; Purge line T0\nT0\nG92 E0\nG1 F1200 X5 Z0.5\nG1 F600 X100 E20\nG1 F600 Z2\nG92 E0\nG1 F1200 E-6\nG0 X-20 F12000 ; park T0\n{endif}\n{if total_toolchanges > 0 or initial_extruder == 1}; Purge line T1\nT1\nG92 E0\nG1 F1200 X295 Z0.5\nG1 F600 X200 E20\nG1 F600 Z2\nG92 E0\nG1 F1200 E-6\nG0 X350 F12000 ; park T1 (old 345)\n{endif}\n;End Start Gcode J1\n", @@ -65,5 +65,6 @@ ], "scan_first_layer": "0", "nozzle_type": "hardened_steel", - "auxiliary_fan": "0" + "auxiliary_fan": "0", + "printer_variant": "0.6" } \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron 0.1 0.15 nozzle.json b/resources/profiles/Voron/machine/Voron 0.1 0.15 nozzle.json index ef4891fb5c..79c8f046af 100644 --- a/resources/profiles/Voron/machine/Voron 0.1 0.15 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 0.1 0.15 nozzle.json @@ -1,28 +1,29 @@ { - "type": "machine", - "setting_id": "GM002", - "name": "Voron 0.1 0.15 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "Voron 0.1", - "default_print_profile": "0.09mm Standard 0.15 nozzle @Voron", - "max_layer_height": [ - "0.12" - ], - "min_layer_height": [ - "0.04" - ], - "nozzle_diameter": [ - "0.15" - ], - "printable_area": [ - "0x0", - "120x0", - "120x120", - "0x120" - ], - "printable_height": "120", - "nozzle_type": "undefine", - "auxiliary_fan": "0" -} + "type": "machine", + "setting_id": "GM002", + "name": "Voron 0.1 0.15 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron 0.1", + "default_print_profile": "0.09mm Standard 0.15 nozzle @Voron", + "max_layer_height": [ + "0.12" + ], + "min_layer_height": [ + "0.04" + ], + "nozzle_diameter": [ + "0.15" + ], + "printable_area": [ + "0x0", + "120x0", + "120x120", + "0x120" + ], + "printable_height": "120", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "printer_variant": "0.15" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron 0.1 0.2 nozzle.json b/resources/profiles/Voron/machine/Voron 0.1 0.2 nozzle.json index 4ab6529fa7..6d1541f7cd 100644 --- a/resources/profiles/Voron/machine/Voron 0.1 0.2 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 0.1 0.2 nozzle.json @@ -1,28 +1,29 @@ { - "type": "machine", - "setting_id": "GM002", - "name": "Voron 0.1 0.2 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "Voron 0.1", - "default_print_profile": "0.10mm Standard 0.2 nozzle @Voron", - "max_layer_height": [ - "0.16" - ], - "min_layer_height": [ - "0.05" - ], - "nozzle_diameter": [ - "0.2" - ], - "printable_area": [ - "0x0", - "120x0", - "120x120", - "0x120" - ], - "printable_height": "120", - "nozzle_type": "undefine", - "auxiliary_fan": "0" -} + "type": "machine", + "setting_id": "GM002", + "name": "Voron 0.1 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron 0.1", + "default_print_profile": "0.10mm Standard 0.2 nozzle @Voron", + "max_layer_height": [ + "0.16" + ], + "min_layer_height": [ + "0.05" + ], + "nozzle_diameter": [ + "0.2" + ], + "printable_area": [ + "0x0", + "120x0", + "120x120", + "0x120" + ], + "printable_height": "120", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "printer_variant": "0.2" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron 0.1 0.25 nozzle.json b/resources/profiles/Voron/machine/Voron 0.1 0.25 nozzle.json index 263f5ebed8..4f8971139f 100644 --- a/resources/profiles/Voron/machine/Voron 0.1 0.25 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 0.1 0.25 nozzle.json @@ -1,28 +1,29 @@ { - "type": "machine", - "setting_id": "GM002", - "name": "Voron 0.1 0.25 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "Voron 0.1", - "default_print_profile": "0.10mm Standard 0.25 nozzle @Voron", - "max_layer_height": [ - "0.20" - ], - "min_layer_height": [ - "0.06" - ], - "nozzle_diameter": [ - "0.25" - ], - "printable_area": [ - "0x0", - "120x0", - "120x120", - "0x120" - ], - "printable_height": "120", - "nozzle_type": "undefine", - "auxiliary_fan": "0" -} + "type": "machine", + "setting_id": "GM002", + "name": "Voron 0.1 0.25 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron 0.1", + "default_print_profile": "0.10mm Standard 0.25 nozzle @Voron", + "max_layer_height": [ + "0.20" + ], + "min_layer_height": [ + "0.06" + ], + "nozzle_diameter": [ + "0.25" + ], + "printable_area": [ + "0x0", + "120x0", + "120x120", + "0x120" + ], + "printable_height": "120", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "printer_variant": "0.25" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron 0.1 0.6 nozzle.json b/resources/profiles/Voron/machine/Voron 0.1 0.6 nozzle.json index cf1a44c00e..f080961755 100644 --- a/resources/profiles/Voron/machine/Voron 0.1 0.6 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 0.1 0.6 nozzle.json @@ -1,28 +1,29 @@ { - "type": "machine", - "setting_id": "GM003", - "name": "Voron 0.1 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "Voron 0.1", - "default_print_profile": "0.30mm Standard 0.6 nozzle @Voron", - "max_layer_height": [ - "0.48" - ], - "min_layer_height": [ - "0.15" - ], - "nozzle_diameter": [ - "0.6" - ], - "printable_area": [ - "0x0", - "120x0", - "120x120", - "0x120" - ], - "printable_height": "120", - "nozzle_type": "undefine", - "auxiliary_fan": "0" -} + "type": "machine", + "setting_id": "GM003", + "name": "Voron 0.1 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron 0.1", + "default_print_profile": "0.30mm Standard 0.6 nozzle @Voron", + "max_layer_height": [ + "0.48" + ], + "min_layer_height": [ + "0.15" + ], + "nozzle_diameter": [ + "0.6" + ], + "printable_area": [ + "0x0", + "120x0", + "120x120", + "0x120" + ], + "printable_height": "120", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "printer_variant": "0.6" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron 0.1 0.8 nozzle.json b/resources/profiles/Voron/machine/Voron 0.1 0.8 nozzle.json index 6057929b6f..eeacefb3ed 100644 --- a/resources/profiles/Voron/machine/Voron 0.1 0.8 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 0.1 0.8 nozzle.json @@ -1,28 +1,29 @@ { - "type": "machine", - "setting_id": "GM004", - "name": "Voron 0.1 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "Voron 0.1", - "default_print_profile": "0.40mm Standard 0.8 nozzle @Voron", - "max_layer_height": [ - "0.64" - ], - "min_layer_height": [ - "0.2" - ], - "nozzle_diameter": [ - "0.8" - ], - "printable_area": [ - "0x0", - "120x0", - "120x120", - "0x120" - ], - "printable_height": "120", - "nozzle_type": "undefine", - "auxiliary_fan": "0" -} + "type": "machine", + "setting_id": "GM004", + "name": "Voron 0.1 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron 0.1", + "default_print_profile": "0.40mm Standard 0.8 nozzle @Voron", + "max_layer_height": [ + "0.64" + ], + "min_layer_height": [ + "0.2" + ], + "nozzle_diameter": [ + "0.8" + ], + "printable_area": [ + "0x0", + "120x0", + "120x120", + "0x120" + ], + "printable_height": "120", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "printer_variant": "0.8" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron 0.1 1.0 nozzle.json b/resources/profiles/Voron/machine/Voron 0.1 1.0 nozzle.json index 9d0d6ec80a..81fafc5460 100644 --- a/resources/profiles/Voron/machine/Voron 0.1 1.0 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 0.1 1.0 nozzle.json @@ -1,28 +1,29 @@ { - "type": "machine", - "setting_id": "GM004", - "name": "Voron 0.1 1.0 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "Voron 0.1", - "default_print_profile": "0.50mm Standard 1.0 nozzle @Voron", - "max_layer_height": [ - "0.80" - ], - "min_layer_height": [ - "0.25" - ], - "nozzle_diameter": [ - "1.0" - ], - "printable_area": [ - "0x0", - "120x0", - "120x120", - "0x120" - ], - "printable_height": "120", - "nozzle_type": "undefine", - "auxiliary_fan": "0" -} + "type": "machine", + "setting_id": "GM004", + "name": "Voron 0.1 1.0 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron 0.1", + "default_print_profile": "0.50mm Standard 1.0 nozzle @Voron", + "max_layer_height": [ + "0.80" + ], + "min_layer_height": [ + "0.25" + ], + "nozzle_diameter": [ + "1.0" + ], + "printable_area": [ + "0x0", + "120x0", + "120x120", + "0x120" + ], + "printable_height": "120", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "printer_variant": "1.0" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron 2.4 250 0.15 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 250 0.15 nozzle.json index b4b9a2e545..42b544336e 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 250 0.15 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 250 0.15 nozzle.json @@ -8,20 +8,20 @@ "printer_model": "Voron 2.4 250", "default_print_profile": "0.09mm Standard 0.15 nozzle @Voron", "max_layer_height": [ - "0.2" + "0.2" ], "min_layer_height": [ - "0.04" + "0.04" ], - "nozzle_diameter": [ - "0.15" + "nozzle_diameter": [ + "0.15" ], "printable_area": [ - "0x0", - "250x0", - "250x250", - "0x250" + "0x0", + "250x0", + "250x250", + "0x250" ], - "printable_height": "225" - } - \ No newline at end of file + "printable_height": "225", + "printer_variant": "0.15" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron 2.4 250 0.2 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 250 0.2 nozzle.json index 509cda963a..6aafb15d0b 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 250 0.2 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 250 0.2 nozzle.json @@ -8,20 +8,20 @@ "printer_model": "Voron 2.4 250", "default_print_profile": "0.10mm Standard 0.2 nozzle @Voron", "max_layer_height": [ - "0.20" + "0.20" ], "min_layer_height": [ - "0.06" + "0.06" ], - "nozzle_diameter": [ - "0.2" + "nozzle_diameter": [ + "0.2" ], "printable_area": [ - "0x0", - "250x0", - "250x250", - "0x250" + "0x0", + "250x0", + "250x250", + "0x250" ], - "printable_height": "225" - } - \ No newline at end of file + "printable_height": "225", + "printer_variant": "0.2" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron 2.4 250 0.25 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 250 0.25 nozzle.json index 2843b6aeed..79fcf9ff22 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 250 0.25 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 250 0.25 nozzle.json @@ -8,20 +8,20 @@ "printer_model": "Voron 2.4 250", "default_print_profile": "0.10mm Standard 0.25 nozzle @Voron", "max_layer_height": [ - "0.25" + "0.25" ], "min_layer_height": [ - "0.06" + "0.06" ], - "nozzle_diameter": [ - "0.25" + "nozzle_diameter": [ + "0.25" ], "printable_area": [ - "0x0", - "250x0", - "250x250", - "0x250" + "0x0", + "250x0", + "250x250", + "0x250" ], - "printable_height": "225" - } - \ No newline at end of file + "printable_height": "225", + "printer_variant": "0.25" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron 2.4 250 0.6 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 250 0.6 nozzle.json index fd8bd53a92..250323b147 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 250 0.6 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 250 0.6 nozzle.json @@ -8,20 +8,20 @@ "printer_model": "Voron 2.4 250", "default_print_profile": "0.30mm Standard 0.6 nozzle @Voron", "max_layer_height": [ - "0.45" + "0.45" ], "min_layer_height": [ - "0.15" + "0.15" ], - "nozzle_diameter": [ - "0.6" + "nozzle_diameter": [ + "0.6" ], "printable_area": [ - "0x0", - "250x0", - "250x250", - "0x250" + "0x0", + "250x0", + "250x250", + "0x250" ], - "printable_height": "225" - } - \ No newline at end of file + "printable_height": "225", + "printer_variant": "0.6" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron 2.4 250 0.8 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 250 0.8 nozzle.json index b4b61bc850..f8294e3674 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 250 0.8 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 250 0.8 nozzle.json @@ -8,20 +8,20 @@ "printer_model": "Voron 2.4 250", "default_print_profile": "0.40mm Standard 0.8 nozzle @Voron", "max_layer_height": [ - "0.6" + "0.6" ], "min_layer_height": [ - "0.20" + "0.20" ], - "nozzle_diameter": [ - "0.8" + "nozzle_diameter": [ + "0.8" ], "printable_area": [ - "0x0", - "250x0", - "250x250", - "0x250" + "0x0", + "250x0", + "250x250", + "0x250" ], - "printable_height": "225" - } - \ No newline at end of file + "printable_height": "225", + "printer_variant": "0.8" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron 2.4 250 1.0 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 250 1.0 nozzle.json index b3d8d825cb..db9113b9e7 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 250 1.0 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 250 1.0 nozzle.json @@ -8,20 +8,20 @@ "printer_model": "Voron 2.4 250", "default_print_profile": "0.50mm Standard 1.0 nozzle @Voron", "max_layer_height": [ - "0.9" + "0.9" ], "min_layer_height": [ - "0.25" + "0.25" ], - "nozzle_diameter": [ - "1.0" + "nozzle_diameter": [ + "1.0" ], "printable_area": [ - "0x0", - "250x0", - "250x250", - "0x250" + "0x0", + "250x0", + "250x250", + "0x250" ], - "printable_height": "225" - } - \ No newline at end of file + "printable_height": "225", + "printer_variant": "1.0" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron 2.4 300 0.15 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 300 0.15 nozzle.json index 6fce0a532e..efa782dd5d 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 300 0.15 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 300 0.15 nozzle.json @@ -8,20 +8,20 @@ "printer_model": "Voron 2.4 300", "default_print_profile": "0.09mm Standard 0.15 nozzle @Voron", "max_layer_height": [ - "0.2" + "0.2" ], "min_layer_height": [ - "0.04" + "0.04" ], - "nozzle_diameter": [ - "0.15" + "nozzle_diameter": [ + "0.15" ], "printable_area": [ - "0x0", - "300x0", - "300x300", - "0x300" + "0x0", + "300x0", + "300x300", + "0x300" ], - "printable_height": "2755" - } - \ No newline at end of file + "printable_height": "2755", + "printer_variant": "0.15" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron 2.4 300 0.2 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 300 0.2 nozzle.json index cd909ac392..ffd2ca597b 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 300 0.2 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 300 0.2 nozzle.json @@ -8,20 +8,20 @@ "printer_model": "Voron 2.4 300", "default_print_profile": "0.10mm Standard 0.2 nozzle @Voron", "max_layer_height": [ - "0.2" + "0.2" ], "min_layer_height": [ - "0.06" + "0.06" ], - "nozzle_diameter": [ - "0.2" + "nozzle_diameter": [ + "0.2" ], "printable_area": [ - "0x0", - "300x0", - "300x300", - "0x300" + "0x0", + "300x0", + "300x300", + "0x300" ], - "printable_height": "2755" - } - \ No newline at end of file + "printable_height": "2755", + "printer_variant": "0.2" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron 2.4 300 0.25 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 300 0.25 nozzle.json index c294072639..facfd9406f 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 300 0.25 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 300 0.25 nozzle.json @@ -8,20 +8,20 @@ "printer_model": "Voron 2.4 300", "default_print_profile": "0.10mm Standard 0.25 nozzle @Voron", "max_layer_height": [ - "0.25" + "0.25" ], "min_layer_height": [ - "0.06" + "0.06" ], - "nozzle_diameter": [ - "0.25" + "nozzle_diameter": [ + "0.25" ], "printable_area": [ - "0x0", - "300x0", - "300x300", - "0x300" + "0x0", + "300x0", + "300x300", + "0x300" ], - "printable_height": "2755" - } - \ No newline at end of file + "printable_height": "2755", + "printer_variant": "0.25" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron 2.4 300 0.6 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 300 0.6 nozzle.json index 8528f3f1ea..a446075a45 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 300 0.6 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 300 0.6 nozzle.json @@ -8,20 +8,20 @@ "printer_model": "Voron 2.4 300", "default_print_profile": "0.30mm Standard 0.6 nozzle @Voron", "max_layer_height": [ - "0.45" + "0.45" ], "min_layer_height": [ - "0.15" + "0.15" ], - "nozzle_diameter": [ - "0.6" + "nozzle_diameter": [ + "0.6" ], "printable_area": [ - "0x0", - "300x0", - "300x300", - "0x300" + "0x0", + "300x0", + "300x300", + "0x300" ], - "printable_height": "275" - } - \ No newline at end of file + "printable_height": "275", + "printer_variant": "0.6" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron 2.4 300 0.8 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 300 0.8 nozzle.json index 26ad74fb8d..34076cc03c 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 300 0.8 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 300 0.8 nozzle.json @@ -8,20 +8,20 @@ "printer_model": "Voron 2.4 300", "default_print_profile": "0.40mm Standard 0.8 nozzle @Voron", "max_layer_height": [ - "0.6" + "0.6" ], "min_layer_height": [ - "0.20" + "0.20" ], - "nozzle_diameter": [ - "0.8" + "nozzle_diameter": [ + "0.8" ], "printable_area": [ - "0x0", - "300x0", - "300x300", - "0x300" + "0x0", + "300x0", + "300x300", + "0x300" ], - "printable_height": "275" - } - \ No newline at end of file + "printable_height": "275", + "printer_variant": "0.8" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron 2.4 300 1.0 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 300 1.0 nozzle.json index ffd16c27e8..1c308a74a6 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 300 1.0 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 300 1.0 nozzle.json @@ -8,20 +8,20 @@ "printer_model": "Voron 2.4 300", "default_print_profile": "0.50mm Standard 1.0 nozzle @Voron", "max_layer_height": [ - "0.9" + "0.9" ], "min_layer_height": [ - "0.25" + "0.25" ], - "nozzle_diameter": [ - "1.0" + "nozzle_diameter": [ + "1.0" ], "printable_area": [ - "0x0", - "300x0", - "300x300", - "0x300" + "0x0", + "300x0", + "300x300", + "0x300" ], - "printable_height": "275" - } - \ No newline at end of file + "printable_height": "275", + "printer_variant": "1.0" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron 2.4 350 0.15 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 350 0.15 nozzle.json index 47eef2b3e0..8136c2e615 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 350 0.15 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 350 0.15 nozzle.json @@ -8,20 +8,20 @@ "printer_model": "Voron 2.4 350", "default_print_profile": "0.09mm Standard 0.15 nozzle @Voron", "max_layer_height": [ - "0.2" + "0.2" ], "min_layer_height": [ - "0.04" + "0.04" ], - "nozzle_diameter": [ - "0.15" + "nozzle_diameter": [ + "0.15" ], "printable_area": [ - "0x0", - "350x0", - "350x350", - "0x350" + "0x0", + "350x0", + "350x350", + "0x350" ], - "printable_height": "325" - } - \ No newline at end of file + "printable_height": "325", + "printer_variant": "0.15" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron 2.4 350 0.2 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 350 0.2 nozzle.json index 6e409931fe..d491a5d66d 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 350 0.2 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 350 0.2 nozzle.json @@ -8,20 +8,20 @@ "printer_model": "Voron 2.4 350", "default_print_profile": "0.10mm Standard 0.2 nozzle @Voron", "max_layer_height": [ - "0.2" + "0.2" ], "min_layer_height": [ - "0.06" + "0.06" ], - "nozzle_diameter": [ - "0.2" + "nozzle_diameter": [ + "0.2" ], "printable_area": [ - "0x0", - "350x0", - "350x350", - "0x350" + "0x0", + "350x0", + "350x350", + "0x350" ], - "printable_height": "325" - } - \ No newline at end of file + "printable_height": "325", + "printer_variant": "0.2" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron 2.4 350 0.25 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 350 0.25 nozzle.json index 6530cd14d6..cf169eff81 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 350 0.25 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 350 0.25 nozzle.json @@ -8,20 +8,20 @@ "printer_model": "Voron 2.4 350", "default_print_profile": "0.10mm Standard 0.25 nozzle @Voron", "max_layer_height": [ - "0.25" + "0.25" ], "min_layer_height": [ - "0.06" + "0.06" ], - "nozzle_diameter": [ - "0.25" + "nozzle_diameter": [ + "0.25" ], "printable_area": [ - "0x0", - "350x0", - "350x350", - "0x350" + "0x0", + "350x0", + "350x350", + "0x350" ], - "printable_height": "325" - } - \ No newline at end of file + "printable_height": "325", + "printer_variant": "0.25" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron 2.4 350 0.6 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 350 0.6 nozzle.json index f2c0dcff8c..6bc4a8752e 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 350 0.6 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 350 0.6 nozzle.json @@ -8,20 +8,20 @@ "printer_model": "Voron 2.4 350", "default_print_profile": "0.30mm Standard 0.6 nozzle @Voron", "max_layer_height": [ - "0.45" + "0.45" ], "min_layer_height": [ - "0.15" + "0.15" ], - "nozzle_diameter": [ - "0.6" + "nozzle_diameter": [ + "0.6" ], "printable_area": [ - "0x0", - "350x0", - "350x350", - "0x350" + "0x0", + "350x0", + "350x350", + "0x350" ], - "printable_height": "325" - } - \ No newline at end of file + "printable_height": "325", + "printer_variant": "0.6" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron 2.4 350 0.8 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 350 0.8 nozzle.json index dc3185d032..567e0a005d 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 350 0.8 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 350 0.8 nozzle.json @@ -8,20 +8,20 @@ "printer_model": "Voron 2.4 350", "default_print_profile": "0.40mm Standard 0.8 nozzle @Voron", "max_layer_height": [ - "0.6" + "0.6" ], "min_layer_height": [ - "0.20" + "0.20" ], - "nozzle_diameter": [ - "0.8" + "nozzle_diameter": [ + "0.8" ], "printable_area": [ - "0x0", - "350x0", - "350x350", - "0x350" + "0x0", + "350x0", + "350x350", + "0x350" ], - "printable_height": "325" - } - \ No newline at end of file + "printable_height": "325", + "printer_variant": "0.8" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron 2.4 350 1.0 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 350 1.0 nozzle.json index 03daef1c3b..905c481915 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 350 1.0 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 350 1.0 nozzle.json @@ -8,20 +8,20 @@ "printer_model": "Voron 2.4 350", "default_print_profile": "0.50mm Standard 1.0 nozzle @Voron", "max_layer_height": [ - "0.9" + "0.9" ], "min_layer_height": [ - "0.25" + "0.25" ], - "nozzle_diameter": [ - "1.0" + "nozzle_diameter": [ + "1.0" ], "printable_area": [ - "0x0", - "350x0", - "350x350", - "0x350" + "0x0", + "350x0", + "350x350", + "0x350" ], - "printable_height": "325" - } - \ No newline at end of file + "printable_height": "325", + "printer_variant": "1.0" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron Switchwire 250 0.15 nozzle.json b/resources/profiles/Voron/machine/Voron Switchwire 250 0.15 nozzle.json index 814ea530c2..4ee7f37e68 100644 --- a/resources/profiles/Voron/machine/Voron Switchwire 250 0.15 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Switchwire 250 0.15 nozzle.json @@ -1,26 +1,27 @@ { - "type": "machine", - "setting_id": "GM002", - "name": "Voron Switchwire 250 0.15 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "Voron Switchwire 250", - "default_print_profile": "0.09mm Standard 0.15 nozzle @Voron", - "max_layer_height": [ - "0.12" - ], - "min_layer_height": [ - "0.04" - ], - "nozzle_diameter": [ - "0.15" - ], - "printable_area": [ - "0x0", - "250x0", - "250x210", - "0x210" - ], - "printable_height": "240" -} + "type": "machine", + "setting_id": "GM002", + "name": "Voron Switchwire 250 0.15 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron Switchwire 250", + "default_print_profile": "0.09mm Standard 0.15 nozzle @Voron", + "max_layer_height": [ + "0.12" + ], + "min_layer_height": [ + "0.04" + ], + "nozzle_diameter": [ + "0.15" + ], + "printable_area": [ + "0x0", + "250x0", + "250x210", + "0x210" + ], + "printable_height": "240", + "printer_variant": "0.15" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron Switchwire 250 0.2 nozzle.json b/resources/profiles/Voron/machine/Voron Switchwire 250 0.2 nozzle.json index 033dd2486d..66f744ff68 100644 --- a/resources/profiles/Voron/machine/Voron Switchwire 250 0.2 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Switchwire 250 0.2 nozzle.json @@ -1,26 +1,27 @@ { - "type": "machine", - "setting_id": "GM002", - "name": "Voron Switchwire 250 0.2 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "Voron Switchwire 250", - "default_print_profile": "0.10mm Standard 0.2 nozzle @Voron", - "max_layer_height": [ - "0.16" - ], - "min_layer_height": [ - "0.05" - ], - "nozzle_diameter": [ - "0.2" - ], - "printable_area": [ - "0x0", - "250x0", - "250x210", - "0x210" - ], - "printable_height": "240" -} + "type": "machine", + "setting_id": "GM002", + "name": "Voron Switchwire 250 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron Switchwire 250", + "default_print_profile": "0.10mm Standard 0.2 nozzle @Voron", + "max_layer_height": [ + "0.16" + ], + "min_layer_height": [ + "0.05" + ], + "nozzle_diameter": [ + "0.2" + ], + "printable_area": [ + "0x0", + "250x0", + "250x210", + "0x210" + ], + "printable_height": "240", + "printer_variant": "0.2" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron Switchwire 250 0.25 nozzle.json b/resources/profiles/Voron/machine/Voron Switchwire 250 0.25 nozzle.json index 82af15d400..7249b997e8 100644 --- a/resources/profiles/Voron/machine/Voron Switchwire 250 0.25 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Switchwire 250 0.25 nozzle.json @@ -1,26 +1,27 @@ { - "type": "machine", - "setting_id": "GM002", - "name": "Voron Switchwire 250 0.25 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "Voron Switchwire 250", - "default_print_profile": "0.10mm Standard 0.25 nozzle @Voron", - "max_layer_height": [ - "0.20" - ], - "min_layer_height": [ - "0.06" - ], - "nozzle_diameter": [ - "0.25" - ], - "printable_area": [ - "0x0", - "250x0", - "250x210", - "0x210" - ], - "printable_height": "240" -} + "type": "machine", + "setting_id": "GM002", + "name": "Voron Switchwire 250 0.25 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron Switchwire 250", + "default_print_profile": "0.10mm Standard 0.25 nozzle @Voron", + "max_layer_height": [ + "0.20" + ], + "min_layer_height": [ + "0.06" + ], + "nozzle_diameter": [ + "0.25" + ], + "printable_area": [ + "0x0", + "250x0", + "250x210", + "0x210" + ], + "printable_height": "240", + "printer_variant": "0.25" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron Switchwire 250 0.6 nozzle.json b/resources/profiles/Voron/machine/Voron Switchwire 250 0.6 nozzle.json index fd9fd6e8fa..4d8cc9b27c 100644 --- a/resources/profiles/Voron/machine/Voron Switchwire 250 0.6 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Switchwire 250 0.6 nozzle.json @@ -1,26 +1,27 @@ { - "type": "machine", - "setting_id": "GM003", - "name": "Voron Switchwire 250 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "Voron Switchwire 250", - "default_print_profile": "0.30mm Standard 0.6 nozzle @Voron", - "max_layer_height": [ - "0.48" - ], - "min_layer_height": [ - "0.15" - ], - "nozzle_diameter": [ - "0.6" - ], - "printable_area": [ - "0x0", - "250x0", - "250x210", - "0x210" - ], - "printable_height": "240" -} + "type": "machine", + "setting_id": "GM003", + "name": "Voron Switchwire 250 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron Switchwire 250", + "default_print_profile": "0.30mm Standard 0.6 nozzle @Voron", + "max_layer_height": [ + "0.48" + ], + "min_layer_height": [ + "0.15" + ], + "nozzle_diameter": [ + "0.6" + ], + "printable_area": [ + "0x0", + "250x0", + "250x210", + "0x210" + ], + "printable_height": "240", + "printer_variant": "0.6" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron Switchwire 250 0.8 nozzle.json b/resources/profiles/Voron/machine/Voron Switchwire 250 0.8 nozzle.json index 75c433739a..fb2bd8e849 100644 --- a/resources/profiles/Voron/machine/Voron Switchwire 250 0.8 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Switchwire 250 0.8 nozzle.json @@ -1,26 +1,27 @@ { - "type": "machine", - "setting_id": "GM004", - "name": "Voron Switchwire 250 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "Voron Switchwire 250", - "default_print_profile": "0.40mm Standard 0.8 nozzle @Voron", - "max_layer_height": [ - "0.64" - ], - "min_layer_height": [ - "0.2" - ], - "nozzle_diameter": [ - "0.8" - ], - "printable_area": [ - "0x0", - "250x0", - "250x210", - "0x210" - ], - "printable_height": "240" -} + "type": "machine", + "setting_id": "GM004", + "name": "Voron Switchwire 250 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron Switchwire 250", + "default_print_profile": "0.40mm Standard 0.8 nozzle @Voron", + "max_layer_height": [ + "0.64" + ], + "min_layer_height": [ + "0.2" + ], + "nozzle_diameter": [ + "0.8" + ], + "printable_area": [ + "0x0", + "250x0", + "250x210", + "0x210" + ], + "printable_height": "240", + "printer_variant": "0.8" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron Switchwire 250 1.0 nozzle.json b/resources/profiles/Voron/machine/Voron Switchwire 250 1.0 nozzle.json index 42d18832a8..97036eb739 100644 --- a/resources/profiles/Voron/machine/Voron Switchwire 250 1.0 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Switchwire 250 1.0 nozzle.json @@ -1,26 +1,27 @@ { - "type": "machine", - "setting_id": "GM004", - "name": "Voron Switchwire 250 1.0 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "Voron Switchwire 250", - "default_print_profile": "0.50mm Standard 1.0 nozzle @Voron", - "max_layer_height": [ - "0.80" - ], - "min_layer_height": [ - "0.25" - ], - "nozzle_diameter": [ - "1.0" - ], - "printable_area": [ - "0x0", - "250x0", - "250x210", - "0x210" - ], - "printable_height": "240" -} + "type": "machine", + "setting_id": "GM004", + "name": "Voron Switchwire 250 1.0 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron Switchwire 250", + "default_print_profile": "0.50mm Standard 1.0 nozzle @Voron", + "max_layer_height": [ + "0.80" + ], + "min_layer_height": [ + "0.25" + ], + "nozzle_diameter": [ + "1.0" + ], + "printable_area": [ + "0x0", + "250x0", + "250x210", + "0x210" + ], + "printable_height": "240", + "printer_variant": "1.0" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron Trident 250 0.15 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 250 0.15 nozzle.json index 2429e46933..7fcbf7d4d9 100644 --- a/resources/profiles/Voron/machine/Voron Trident 250 0.15 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Trident 250 0.15 nozzle.json @@ -1,26 +1,27 @@ { - "type": "machine", - "setting_id": "GM002", - "name": "Voron Trident 250 0.15 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "Voron Trident 250", - "default_print_profile": "0.09mm Standard 0.15 nozzle @Voron", - "max_layer_height": [ - "0.12" - ], - "min_layer_height": [ - "0.04" - ], - "nozzle_diameter": [ - "0.15" - ], - "printable_area": [ - "0x0", - "250x0", - "250x250", - "0x250" - ], - "printable_height": "250" -} + "type": "machine", + "setting_id": "GM002", + "name": "Voron Trident 250 0.15 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron Trident 250", + "default_print_profile": "0.09mm Standard 0.15 nozzle @Voron", + "max_layer_height": [ + "0.12" + ], + "min_layer_height": [ + "0.04" + ], + "nozzle_diameter": [ + "0.15" + ], + "printable_area": [ + "0x0", + "250x0", + "250x250", + "0x250" + ], + "printable_height": "250", + "printer_variant": "0.15" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron Trident 250 0.2 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 250 0.2 nozzle.json index e8b18f047e..d580d98c89 100644 --- a/resources/profiles/Voron/machine/Voron Trident 250 0.2 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Trident 250 0.2 nozzle.json @@ -1,26 +1,27 @@ { - "type": "machine", - "setting_id": "GM002", - "name": "Voron Trident 250 0.2 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "Voron Trident 250", - "default_print_profile": "0.10mm Standard 0.2 nozzle @Voron", - "max_layer_height": [ - "0.16" - ], - "min_layer_height": [ - "0.05" - ], - "nozzle_diameter": [ - "0.2" - ], - "printable_area": [ - "0x0", - "250x0", - "250x250", - "0x250" - ], - "printable_height": "250" -} + "type": "machine", + "setting_id": "GM002", + "name": "Voron Trident 250 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron Trident 250", + "default_print_profile": "0.10mm Standard 0.2 nozzle @Voron", + "max_layer_height": [ + "0.16" + ], + "min_layer_height": [ + "0.05" + ], + "nozzle_diameter": [ + "0.2" + ], + "printable_area": [ + "0x0", + "250x0", + "250x250", + "0x250" + ], + "printable_height": "250", + "printer_variant": "0.2" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron Trident 250 0.25 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 250 0.25 nozzle.json index c1ad6c6218..40ea2a3675 100644 --- a/resources/profiles/Voron/machine/Voron Trident 250 0.25 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Trident 250 0.25 nozzle.json @@ -1,26 +1,27 @@ { - "type": "machine", - "setting_id": "GM002", - "name": "Voron Trident 250 0.25 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "Voron Trident 250", - "default_print_profile": "0.10mm Standard 0.25 nozzle @Voron", - "max_layer_height": [ - "0.20" - ], - "min_layer_height": [ - "0.06" - ], - "nozzle_diameter": [ - "0.25" - ], - "printable_area": [ - "0x0", - "250x0", - "250x250", - "0x250" - ], - "printable_height": "250" -} + "type": "machine", + "setting_id": "GM002", + "name": "Voron Trident 250 0.25 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron Trident 250", + "default_print_profile": "0.10mm Standard 0.25 nozzle @Voron", + "max_layer_height": [ + "0.20" + ], + "min_layer_height": [ + "0.06" + ], + "nozzle_diameter": [ + "0.25" + ], + "printable_area": [ + "0x0", + "250x0", + "250x250", + "0x250" + ], + "printable_height": "250", + "printer_variant": "0.25" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron Trident 250 0.6 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 250 0.6 nozzle.json index eb9ab32a52..5269287844 100644 --- a/resources/profiles/Voron/machine/Voron Trident 250 0.6 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Trident 250 0.6 nozzle.json @@ -1,26 +1,27 @@ { - "type": "machine", - "setting_id": "GM003", - "name": "Voron Trident 250 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "Voron Trident 250", - "default_print_profile": "0.30mm Standard 0.6 nozzle @Voron", - "max_layer_height": [ - "0.48" - ], - "min_layer_height": [ - "0.15" - ], - "nozzle_diameter": [ - "0.6" - ], - "printable_area": [ - "0x0", - "250x0", - "250x250", - "0x250" - ], - "printable_height": "250" -} + "type": "machine", + "setting_id": "GM003", + "name": "Voron Trident 250 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron Trident 250", + "default_print_profile": "0.30mm Standard 0.6 nozzle @Voron", + "max_layer_height": [ + "0.48" + ], + "min_layer_height": [ + "0.15" + ], + "nozzle_diameter": [ + "0.6" + ], + "printable_area": [ + "0x0", + "250x0", + "250x250", + "0x250" + ], + "printable_height": "250", + "printer_variant": "0.6" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron Trident 250 0.8 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 250 0.8 nozzle.json index 6656b9ae3b..973f22c006 100644 --- a/resources/profiles/Voron/machine/Voron Trident 250 0.8 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Trident 250 0.8 nozzle.json @@ -1,26 +1,27 @@ { - "type": "machine", - "setting_id": "GM004", - "name": "Voron Trident 250 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "Voron Trident 250", - "default_print_profile": "0.40mm Standard 0.8 nozzle @Voron", - "max_layer_height": [ - "0.64" - ], - "min_layer_height": [ - "0.2" - ], - "nozzle_diameter": [ - "0.8" - ], - "printable_area": [ - "0x0", - "250x0", - "250x250", - "0x250" - ], - "printable_height": "250" -} + "type": "machine", + "setting_id": "GM004", + "name": "Voron Trident 250 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron Trident 250", + "default_print_profile": "0.40mm Standard 0.8 nozzle @Voron", + "max_layer_height": [ + "0.64" + ], + "min_layer_height": [ + "0.2" + ], + "nozzle_diameter": [ + "0.8" + ], + "printable_area": [ + "0x0", + "250x0", + "250x250", + "0x250" + ], + "printable_height": "250", + "printer_variant": "0.8" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron Trident 250 1.0 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 250 1.0 nozzle.json index 93f9cce13e..4114469d00 100644 --- a/resources/profiles/Voron/machine/Voron Trident 250 1.0 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Trident 250 1.0 nozzle.json @@ -1,26 +1,27 @@ { - "type": "machine", - "setting_id": "GM004", - "name": "Voron Trident 250 1.0 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "Voron Trident 250", - "default_print_profile": "0.50mm Standard 1.0 nozzle @Voron", - "max_layer_height": [ - "0.80" - ], - "min_layer_height": [ - "0.25" - ], - "nozzle_diameter": [ - "1.0" - ], - "printable_area": [ - "0x0", - "250x0", - "250x250", - "0x250" - ], - "printable_height": "250" -} + "type": "machine", + "setting_id": "GM004", + "name": "Voron Trident 250 1.0 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron Trident 250", + "default_print_profile": "0.50mm Standard 1.0 nozzle @Voron", + "max_layer_height": [ + "0.80" + ], + "min_layer_height": [ + "0.25" + ], + "nozzle_diameter": [ + "1.0" + ], + "printable_area": [ + "0x0", + "250x0", + "250x250", + "0x250" + ], + "printable_height": "250", + "printer_variant": "1.0" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron Trident 300 0.15 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 300 0.15 nozzle.json index 9972b7594d..2a0cba4020 100644 --- a/resources/profiles/Voron/machine/Voron Trident 300 0.15 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Trident 300 0.15 nozzle.json @@ -1,26 +1,27 @@ { - "type": "machine", - "setting_id": "GM002", - "name": "Voron Trident 300 0.15 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "Voron Trident 300", - "default_print_profile": "0.09mm Standard 0.15 nozzle @Voron", - "max_layer_height": [ - "0.12" - ], - "min_layer_height": [ - "0.04" - ], - "nozzle_diameter": [ - "0.15" - ], - "printable_area": [ - "0x0", - "300x0", - "300x300", - "0x300" - ], - "printable_height": "250" -} + "type": "machine", + "setting_id": "GM002", + "name": "Voron Trident 300 0.15 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron Trident 300", + "default_print_profile": "0.09mm Standard 0.15 nozzle @Voron", + "max_layer_height": [ + "0.12" + ], + "min_layer_height": [ + "0.04" + ], + "nozzle_diameter": [ + "0.15" + ], + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "printable_height": "250", + "printer_variant": "0.15" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron Trident 300 0.2 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 300 0.2 nozzle.json index 1d8b711f43..ac8b4551fe 100644 --- a/resources/profiles/Voron/machine/Voron Trident 300 0.2 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Trident 300 0.2 nozzle.json @@ -1,26 +1,27 @@ { - "type": "machine", - "setting_id": "GM002", - "name": "Voron Trident 300 0.2 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "Voron Trident 300", - "default_print_profile": "0.10mm Standard 0.2 nozzle @Voron", - "max_layer_height": [ - "0.16" - ], - "min_layer_height": [ - "0.05" - ], - "nozzle_diameter": [ - "0.2" - ], - "printable_area": [ - "0x0", - "300x0", - "300x300", - "0x300" - ], - "printable_height": "250" -} + "type": "machine", + "setting_id": "GM002", + "name": "Voron Trident 300 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron Trident 300", + "default_print_profile": "0.10mm Standard 0.2 nozzle @Voron", + "max_layer_height": [ + "0.16" + ], + "min_layer_height": [ + "0.05" + ], + "nozzle_diameter": [ + "0.2" + ], + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "printable_height": "250", + "printer_variant": "0.2" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron Trident 300 0.25 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 300 0.25 nozzle.json index df880756a4..84feaf93a2 100644 --- a/resources/profiles/Voron/machine/Voron Trident 300 0.25 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Trident 300 0.25 nozzle.json @@ -1,26 +1,27 @@ { - "type": "machine", - "setting_id": "GM002", - "name": "Voron Trident 300 0.25 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "Voron Trident 300", - "default_print_profile": "0.10mm Standard 0.25 nozzle @Voron", - "max_layer_height": [ - "0.20" - ], - "min_layer_height": [ - "0.06" - ], - "nozzle_diameter": [ - "0.25" - ], - "printable_area": [ - "0x0", - "300x0", - "300x300", - "0x300" - ], - "printable_height": "250" -} + "type": "machine", + "setting_id": "GM002", + "name": "Voron Trident 300 0.25 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron Trident 300", + "default_print_profile": "0.10mm Standard 0.25 nozzle @Voron", + "max_layer_height": [ + "0.20" + ], + "min_layer_height": [ + "0.06" + ], + "nozzle_diameter": [ + "0.25" + ], + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "printable_height": "250", + "printer_variant": "0.25" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron Trident 300 0.6 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 300 0.6 nozzle.json index fc8fcc5078..4834c3078a 100644 --- a/resources/profiles/Voron/machine/Voron Trident 300 0.6 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Trident 300 0.6 nozzle.json @@ -1,26 +1,27 @@ { - "type": "machine", - "setting_id": "GM003", - "name": "Voron Trident 300 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "Voron Trident 300", - "default_print_profile": "0.30mm Standard 0.6 nozzle @Voron", - "max_layer_height": [ - "0.48" - ], - "min_layer_height": [ - "0.15" - ], - "nozzle_diameter": [ - "0.6" - ], - "printable_area": [ - "0x0", - "300x0", - "300x300", - "0x300" - ], - "printable_height": "250" -} + "type": "machine", + "setting_id": "GM003", + "name": "Voron Trident 300 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron Trident 300", + "default_print_profile": "0.30mm Standard 0.6 nozzle @Voron", + "max_layer_height": [ + "0.48" + ], + "min_layer_height": [ + "0.15" + ], + "nozzle_diameter": [ + "0.6" + ], + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "printable_height": "250", + "printer_variant": "0.6" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron Trident 300 0.8 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 300 0.8 nozzle.json index df95f7090c..fe2be20fca 100644 --- a/resources/profiles/Voron/machine/Voron Trident 300 0.8 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Trident 300 0.8 nozzle.json @@ -1,26 +1,27 @@ { - "type": "machine", - "setting_id": "GM004", - "name": "Voron Trident 300 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "Voron Trident 300", - "default_print_profile": "0.40mm Standard 0.8 nozzle @Voron", - "max_layer_height": [ - "0.64" - ], - "min_layer_height": [ - "0.2" - ], - "nozzle_diameter": [ - "0.8" - ], - "printable_area": [ - "0x0", - "300x0", - "300x300", - "0x300" - ], - "printable_height": "250" -} + "type": "machine", + "setting_id": "GM004", + "name": "Voron Trident 300 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron Trident 300", + "default_print_profile": "0.40mm Standard 0.8 nozzle @Voron", + "max_layer_height": [ + "0.64" + ], + "min_layer_height": [ + "0.2" + ], + "nozzle_diameter": [ + "0.8" + ], + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "printable_height": "250", + "printer_variant": "0.8" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron Trident 300 1.0 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 300 1.0 nozzle.json index a8fd806de1..3b20f8311a 100644 --- a/resources/profiles/Voron/machine/Voron Trident 300 1.0 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Trident 300 1.0 nozzle.json @@ -1,26 +1,27 @@ { - "type": "machine", - "setting_id": "GM004", - "name": "Voron Trident 300 1.0 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "Voron Trident 300", - "default_print_profile": "0.50mm Standard 1.0 nozzle @Voron", - "max_layer_height": [ - "0.80" - ], - "min_layer_height": [ - "0.25" - ], - "nozzle_diameter": [ - "1.0" - ], - "printable_area": [ - "0x0", - "300x0", - "300x300", - "0x300" - ], - "printable_height": "250" -} + "type": "machine", + "setting_id": "GM004", + "name": "Voron Trident 300 1.0 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron Trident 300", + "default_print_profile": "0.50mm Standard 1.0 nozzle @Voron", + "max_layer_height": [ + "0.80" + ], + "min_layer_height": [ + "0.25" + ], + "nozzle_diameter": [ + "1.0" + ], + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "printable_height": "250", + "printer_variant": "1.0" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron Trident 350 0.15 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 350 0.15 nozzle.json index ae619cf41f..7d43d702b5 100644 --- a/resources/profiles/Voron/machine/Voron Trident 350 0.15 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Trident 350 0.15 nozzle.json @@ -1,26 +1,27 @@ { - "type": "machine", - "setting_id": "GM002", - "name": "Voron Trident 350 0.15 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "Voron Trident 350", - "default_print_profile": "0.09mm Standard 0.15 nozzle @Voron", - "max_layer_height": [ - "0.12" - ], - "min_layer_height": [ - "0.04" - ], - "nozzle_diameter": [ - "0.15" - ], - "printable_area": [ - "0x0", - "350x0", - "350x350", - "0x350" - ], - "printable_height": "250" -} + "type": "machine", + "setting_id": "GM002", + "name": "Voron Trident 350 0.15 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron Trident 350", + "default_print_profile": "0.09mm Standard 0.15 nozzle @Voron", + "max_layer_height": [ + "0.12" + ], + "min_layer_height": [ + "0.04" + ], + "nozzle_diameter": [ + "0.15" + ], + "printable_area": [ + "0x0", + "350x0", + "350x350", + "0x350" + ], + "printable_height": "250", + "printer_variant": "0.15" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron Trident 350 0.2 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 350 0.2 nozzle.json index 6a6f75516e..af07cd1594 100644 --- a/resources/profiles/Voron/machine/Voron Trident 350 0.2 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Trident 350 0.2 nozzle.json @@ -1,26 +1,27 @@ { - "type": "machine", - "setting_id": "GM002", - "name": "Voron Trident 350 0.2 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "Voron Trident 350", - "default_print_profile": "0.10mm Standard 0.2 nozzle @Voron", - "max_layer_height": [ - "0.16" - ], - "min_layer_height": [ - "0.05" - ], - "nozzle_diameter": [ - "0.2" - ], - "printable_area": [ - "0x0", - "350x0", - "350x350", - "0x350" - ], - "printable_height": "250" -} + "type": "machine", + "setting_id": "GM002", + "name": "Voron Trident 350 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron Trident 350", + "default_print_profile": "0.10mm Standard 0.2 nozzle @Voron", + "max_layer_height": [ + "0.16" + ], + "min_layer_height": [ + "0.05" + ], + "nozzle_diameter": [ + "0.2" + ], + "printable_area": [ + "0x0", + "350x0", + "350x350", + "0x350" + ], + "printable_height": "250", + "printer_variant": "0.2" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron Trident 350 0.25 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 350 0.25 nozzle.json index 85d9971b41..7f578d8ff6 100644 --- a/resources/profiles/Voron/machine/Voron Trident 350 0.25 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Trident 350 0.25 nozzle.json @@ -1,26 +1,27 @@ { - "type": "machine", - "setting_id": "GM002", - "name": "Voron Trident 350 0.25 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "Voron Trident 350", - "default_print_profile": "0.10mm Standard 0.25 nozzle @Voron", - "max_layer_height": [ - "0.20" - ], - "min_layer_height": [ - "0.06" - ], - "nozzle_diameter": [ - "0.25" - ], - "printable_area": [ - "0x0", - "350x0", - "350x350", - "0x350" - ], - "printable_height": "250" -} + "type": "machine", + "setting_id": "GM002", + "name": "Voron Trident 350 0.25 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron Trident 350", + "default_print_profile": "0.10mm Standard 0.25 nozzle @Voron", + "max_layer_height": [ + "0.20" + ], + "min_layer_height": [ + "0.06" + ], + "nozzle_diameter": [ + "0.25" + ], + "printable_area": [ + "0x0", + "350x0", + "350x350", + "0x350" + ], + "printable_height": "250", + "printer_variant": "0.25" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron Trident 350 0.6 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 350 0.6 nozzle.json index 847ea3924b..3d385460cf 100644 --- a/resources/profiles/Voron/machine/Voron Trident 350 0.6 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Trident 350 0.6 nozzle.json @@ -1,26 +1,27 @@ { - "type": "machine", - "setting_id": "GM003", - "name": "Voron Trident 350 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "Voron Trident 350", - "default_print_profile": "0.30mm Standard 0.6 nozzle @Voron", - "max_layer_height": [ - "0.48" - ], - "min_layer_height": [ - "0.15" - ], - "nozzle_diameter": [ - "0.6" - ], - "printable_area": [ - "0x0", - "350x0", - "350x350", - "0x350" - ], - "printable_height": "250" -} + "type": "machine", + "setting_id": "GM003", + "name": "Voron Trident 350 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron Trident 350", + "default_print_profile": "0.30mm Standard 0.6 nozzle @Voron", + "max_layer_height": [ + "0.48" + ], + "min_layer_height": [ + "0.15" + ], + "nozzle_diameter": [ + "0.6" + ], + "printable_area": [ + "0x0", + "350x0", + "350x350", + "0x350" + ], + "printable_height": "250", + "printer_variant": "0.6" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron Trident 350 0.8 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 350 0.8 nozzle.json index ce9d63ad4f..72d91bb067 100644 --- a/resources/profiles/Voron/machine/Voron Trident 350 0.8 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Trident 350 0.8 nozzle.json @@ -1,26 +1,27 @@ { - "type": "machine", - "setting_id": "GM004", - "name": "Voron Trident 350 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "Voron Trident 350", - "default_print_profile": "0.40mm Standard 0.8 nozzle @Voron", - "max_layer_height": [ - "0.64" - ], - "min_layer_height": [ - "0.2" - ], - "nozzle_diameter": [ - "0.8" - ], - "printable_area": [ - "0x0", - "350x0", - "350x350", - "0x350" - ], - "printable_height": "250" -} + "type": "machine", + "setting_id": "GM004", + "name": "Voron Trident 350 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron Trident 350", + "default_print_profile": "0.40mm Standard 0.8 nozzle @Voron", + "max_layer_height": [ + "0.64" + ], + "min_layer_height": [ + "0.2" + ], + "nozzle_diameter": [ + "0.8" + ], + "printable_area": [ + "0x0", + "350x0", + "350x350", + "0x350" + ], + "printable_height": "250", + "printer_variant": "0.8" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron Trident 350 1.0 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 350 1.0 nozzle.json index d600ad315c..a7421a2666 100644 --- a/resources/profiles/Voron/machine/Voron Trident 350 1.0 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Trident 350 1.0 nozzle.json @@ -1,26 +1,27 @@ { - "type": "machine", - "setting_id": "GM004", - "name": "Voron Trident 350 1.0 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "Voron Trident 350", - "default_print_profile": "0.50mm Standard 1.0 nozzle @Voron", - "max_layer_height": [ - "0.80" - ], - "min_layer_height": [ - "0.25" - ], - "nozzle_diameter": [ - "1.0" - ], - "printable_area": [ - "0x0", - "350x0", - "350x350", - "0x350" - ], - "printable_height": "250" -} + "type": "machine", + "setting_id": "GM004", + "name": "Voron Trident 350 1.0 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "Voron Trident 350", + "default_print_profile": "0.50mm Standard 1.0 nozzle @Voron", + "max_layer_height": [ + "0.80" + ], + "min_layer_height": [ + "0.25" + ], + "nozzle_diameter": [ + "1.0" + ], + "printable_area": [ + "0x0", + "350x0", + "350x350", + "0x350" + ], + "printable_height": "250", + "printer_variant": "1.0" +} \ No newline at end of file From 109176864e8a09fc999b7ed46a9fb664bb746c39 Mon Sep 17 00:00:00 2001 From: SoftFever Date: Fri, 10 Nov 2023 18:00:29 +0800 Subject: [PATCH 3/8] Update locale --- localization/i18n/OrcaSlicer.pot | 47 +++++++++------- localization/i18n/cs/OrcaSlicer_cs.po | 59 ++++++++++++-------- localization/i18n/de/OrcaSlicer_de.po | 61 +++++++++++++-------- localization/i18n/en/OrcaSlicer_en.po | 50 ++++++++++------- localization/i18n/es/OrcaSlicer_es.po | 59 ++++++++++++-------- localization/i18n/fr/OrcaSlicer_fr.po | 59 ++++++++++++-------- localization/i18n/hu/OrcaSlicer_hu.po | 50 ++++++++++------- localization/i18n/it/OrcaSlicer_it.po | 50 ++++++++++------- localization/i18n/ja/OrcaSlicer_ja.po | 50 ++++++++++------- localization/i18n/ko/OrcaSlicer_ko.po | 59 ++++++++++++-------- localization/i18n/nl/OrcaSlicer_nl.po | 61 +++++++++++++-------- localization/i18n/ru/OrcaSlicer_ru.po | 59 ++++++++++++-------- localization/i18n/sv/OrcaSlicer_sv.po | 50 ++++++++++------- localization/i18n/tr/OrcaSlicer_tr.po | 59 ++++++++++++-------- localization/i18n/uk/OrcaSlicer_uk.po | 59 ++++++++++++-------- localization/i18n/zh_CN/OrcaSlicer_zh_CN.po | 58 ++++++++++++-------- localization/i18n/zh_TW/OrcaSlicer_zh_TW.po | 52 ++++++++++-------- 17 files changed, 563 insertions(+), 379 deletions(-) diff --git a/localization/i18n/OrcaSlicer.pot b/localization/i18n/OrcaSlicer.pot index 5469754119..f45e237d77 100644 --- a/localization/i18n/OrcaSlicer.pot +++ b/localization/i18n/OrcaSlicer.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-07 21:36+0800\n" +"POT-Creation-Date: 2023-11-10 14:54+0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -489,27 +489,12 @@ msgstr "" msgid "Remove selection" msgstr "" -msgid "Shift + Mouse move up or dowm" -msgstr "" - -msgid "Rotate text" -msgstr "" - -msgid "Text shape" -msgstr "" - msgid "Font" msgstr "" msgid "Thickness" msgstr "" -msgid "Input text" -msgstr "" - -msgid "Embeded" -msgstr "" - msgid "Text Gap" msgstr "" @@ -521,12 +506,24 @@ msgid "" "depth" msgstr "" +msgid "Input text" +msgstr "" + msgid "Surface" msgstr "" msgid "Horizontal text" msgstr "" +msgid "Shift + Mouse move up or dowm" +msgstr "" + +msgid "Rotate text" +msgstr "" + +msgid "Text shape" +msgstr "" + msgid "Ctrl+" msgstr "" @@ -608,11 +605,6 @@ msgstr "" msgid "WebView2 Runtime" msgstr "" -msgid "" -"OrcaSlicer configuration file may be corrupted and is not abled to be parsed." -"Please delete the file and try again." -msgstr "" - #, possible-c-format, possible-boost-format msgid "" "%s\n" @@ -638,6 +630,13 @@ msgstr "" msgid "Info" msgstr "" +msgid "" +"The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n" +"OrcaSlicer has attempted to recreate the configuration file.\n" +"Please note, application settings will be lost, but printer profiles will " +"not be affected." +msgstr "" + msgid "Rebuild" msgstr "" @@ -5769,6 +5768,9 @@ msgstr "" msgid "Change filament G-code" msgstr "" +msgid "Change extrusion role G-code" +msgstr "" + msgid "Pause G-code" msgstr "" @@ -9440,6 +9442,9 @@ msgid "" "tool change" msgstr "" +msgid "This gcode is inserted when the extrusion role is changed" +msgstr "" + msgid "" "Line width for top surfaces. If expressed as a %, it will be computed over " "the nozzle diameter." diff --git a/localization/i18n/cs/OrcaSlicer_cs.po b/localization/i18n/cs/OrcaSlicer_cs.po index a70af652b0..d26ad608c5 100644 --- a/localization/i18n/cs/OrcaSlicer_cs.po +++ b/localization/i18n/cs/OrcaSlicer_cs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-07 21:36+0800\n" +"POT-Creation-Date: 2023-11-10 14:54+0800\n" "PO-Revision-Date: 2023-09-30 15:15+0200\n" "Last-Translator: René Mošner \n" "Language-Team: \n" @@ -497,27 +497,12 @@ msgstr "Malování pozice švu" msgid "Remove selection" msgstr "Odebrat výběr" -msgid "Shift + Mouse move up or dowm" -msgstr "Shift + pohyb myši nahoru nebo dolů" - -msgid "Rotate text" -msgstr "Otočit text" - -msgid "Text shape" -msgstr "Tvar textu" - msgid "Font" msgstr "Písmo" msgid "Thickness" msgstr "Tloušťka" -msgid "Input text" -msgstr "Vložit text" - -msgid "Embeded" -msgstr "Vloženo" - msgid "Text Gap" msgstr "Mezera v textu" @@ -531,12 +516,24 @@ msgstr "" "Vloženo\n" "hloubka" +msgid "Input text" +msgstr "Vložit text" + msgid "Surface" msgstr "Povrch" msgid "Horizontal text" msgstr "Vodorovný text" +msgid "Shift + Mouse move up or dowm" +msgstr "Shift + pohyb myši nahoru nebo dolů" + +msgid "Rotate text" +msgstr "Otočit text" + +msgid "Text shape" +msgstr "Tvar textu" + msgid "Ctrl+" msgstr "Ctrl+" @@ -628,13 +625,6 @@ msgstr "" msgid "WebView2 Runtime" msgstr "WebView2 Runtime" -msgid "" -"OrcaSlicer configuration file may be corrupted and is not abled to be parsed." -"Please delete the file and try again." -msgstr "" -"Konfigurační soubor OrcaSlicer může být poškozen a nelze jej analyzovat." -"Smažte soubor a zkuste to znovu." - #, c-format, boost-format msgid "" "%s\n" @@ -662,6 +652,13 @@ msgstr "Toto je nejnovější verze." msgid "Info" msgstr "Info" +msgid "" +"The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n" +"OrcaSlicer has attempted to recreate the configuration file.\n" +"Please note, application settings will be lost, but printer profiles will " +"not be affected." +msgstr "" + msgid "Rebuild" msgstr "Obnovit" @@ -6204,6 +6201,9 @@ msgstr "Časosběrný G-kód" msgid "Change filament G-code" msgstr "G-kód Změny filamentu" +msgid "Change extrusion role G-code" +msgstr "" + msgid "Pause G-code" msgstr "G-kód Pauzy" @@ -10504,6 +10504,9 @@ msgstr "" "Tento gkód se vloží při výměně filamentu, včetně příkazu T ke spuštění " "výměny nástroje" +msgid "This gcode is inserted when the extrusion role is changed" +msgstr "" + msgid "" "Line width for top surfaces. If expressed as a %, it will be computed over " "the nozzle diameter." @@ -12368,6 +12371,16 @@ msgstr "" "při tisku filamentu s nižší teplotou a vyšší teplotě uzavřeného prostoru. " "Další informace naleznete ve Wiki." +#~ msgid "Embeded" +#~ msgstr "Vloženo" + +#~ msgid "" +#~ "OrcaSlicer configuration file may be corrupted and is not abled to be " +#~ "parsed.Please delete the file and try again." +#~ msgstr "" +#~ "Konfigurační soubor OrcaSlicer může být poškozen a nelze jej analyzovat." +#~ "Smažte soubor a zkuste to znovu." + #~ msgid "Online Models" #~ msgstr "Online modely" diff --git a/localization/i18n/de/OrcaSlicer_de.po b/localization/i18n/de/OrcaSlicer_de.po index 1c69a1d007..94beb7ed5c 100644 --- a/localization/i18n/de/OrcaSlicer_de.po +++ b/localization/i18n/de/OrcaSlicer_de.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: Orca Slicer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-07 21:36+0800\n" +"POT-Creation-Date: 2023-11-10 14:54+0800\n" "PO-Revision-Date: \n" "Last-Translator: Heiko Liebscher \n" "Language-Team: \n" @@ -494,27 +494,12 @@ msgstr "Naht aufmalen" msgid "Remove selection" msgstr "Auswahl entfernen" -msgid "Shift + Mouse move up or dowm" -msgstr "Umschalttaste + Mausbewegung nach oben oder unten" - -msgid "Rotate text" -msgstr "Text drehen" - -msgid "Text shape" -msgstr "Text zufügen" - msgid "Font" msgstr "Schiftart" msgid "Thickness" msgstr "Dicke" -msgid "Input text" -msgstr "Text eingeben" - -msgid "Embeded" -msgstr "Eingebettet" - msgid "Text Gap" msgstr "Textabstand" @@ -528,12 +513,24 @@ msgstr "" "Eingebettete\n" "Tiefe" +msgid "Input text" +msgstr "Text eingeben" + msgid "Surface" msgstr "Oberfläche" msgid "Horizontal text" msgstr "Horizontaler Text" +msgid "Shift + Mouse move up or dowm" +msgstr "Umschalttaste + Mausbewegung nach oben oder unten" + +msgid "Rotate text" +msgstr "Text drehen" + +msgid "Text shape" +msgstr "Text zufügen" + msgid "Ctrl+" msgstr "Strg +" @@ -627,14 +624,6 @@ msgstr "" msgid "WebView2 Runtime" msgstr "WebView2-Runtime" -msgid "" -"OrcaSlicer configuration file may be corrupted and is not abled to be parsed." -"Please delete the file and try again." -msgstr "" -"Die OrcaSlicer-Konfigurationsdatei ist möglicherweise beschädigt und kann " -"nicht geladen werden. Bitte löschen Sie die Datei und versuchen Sie es " -"erneut." - #, c-format, boost-format msgid "" "%s\n" @@ -664,6 +653,13 @@ msgstr "Dies ist die neueste Version." msgid "Info" msgstr "Info" +msgid "" +"The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n" +"OrcaSlicer has attempted to recreate the configuration file.\n" +"Please note, application settings will be lost, but printer profiles will " +"not be affected." +msgstr "" + msgid "Rebuild" msgstr "Wiederaufbau" @@ -6352,6 +6348,9 @@ msgstr "Zeitraffer G-Code" msgid "Change filament G-code" msgstr "Filamentwechsel G-Code" +msgid "Change extrusion role G-code" +msgstr "" + msgid "Pause G-code" msgstr "Pausen G-Code" @@ -10804,6 +10803,9 @@ msgstr "" "Dieser G-Code wird beim Filamentwechsel eingefügt, einschließlich des T-" "Befehls zum Auslösen des Werkzeugwechsels" +msgid "This gcode is inserted when the extrusion role is changed" +msgstr "" + msgid "" "Line width for top surfaces. If expressed as a %, it will be computed over " "the nozzle diameter." @@ -12723,6 +12725,17 @@ msgstr "" "höherer Gehäusetemperatur verringern. Weitere Informationen dazu finden Sie " "in der Wiki." +#~ msgid "Embeded" +#~ msgstr "Eingebettet" + +#~ msgid "" +#~ "OrcaSlicer configuration file may be corrupted and is not abled to be " +#~ "parsed.Please delete the file and try again." +#~ msgstr "" +#~ "Die OrcaSlicer-Konfigurationsdatei ist möglicherweise beschädigt und kann " +#~ "nicht geladen werden. Bitte löschen Sie die Datei und versuchen Sie es " +#~ "erneut." + #~ msgid "Online Models" #~ msgstr "Online-Modelle" diff --git a/localization/i18n/en/OrcaSlicer_en.po b/localization/i18n/en/OrcaSlicer_en.po index 6edffd9b85..e143bf0c7e 100644 --- a/localization/i18n/en/OrcaSlicer_en.po +++ b/localization/i18n/en/OrcaSlicer_en.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: Orca Slicer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-07 21:36+0800\n" +"POT-Creation-Date: 2023-11-10 14:54+0800\n" "PO-Revision-Date: \n" "Last-Translator: \n" "Language-Team: \n" @@ -491,27 +491,12 @@ msgstr "Seam painting" msgid "Remove selection" msgstr "Remove selection" -msgid "Shift + Mouse move up or dowm" -msgstr "Shift + Mouse move up or dowm" - -msgid "Rotate text" -msgstr "Rotate text" - -msgid "Text shape" -msgstr "Text shape" - msgid "Font" msgstr "Font" msgid "Thickness" msgstr "Thickness" -msgid "Input text" -msgstr "Input text" - -msgid "Embeded" -msgstr "Embedded" - msgid "Text Gap" msgstr "Text Gap" @@ -523,12 +508,24 @@ msgid "" "depth" msgstr "Embedded depth" +msgid "Input text" +msgstr "Input text" + msgid "Surface" msgstr "Surface" msgid "Horizontal text" msgstr "Horizontal text" +msgid "Shift + Mouse move up or dowm" +msgstr "Shift + Mouse move up or dowm" + +msgid "Rotate text" +msgstr "Rotate text" + +msgid "Text shape" +msgstr "Text shape" + msgid "Ctrl+" msgstr "Ctrl+" @@ -612,11 +609,6 @@ msgstr "" msgid "WebView2 Runtime" msgstr "" -msgid "" -"OrcaSlicer configuration file may be corrupted and is not abled to be parsed." -"Please delete the file and try again." -msgstr "" - #, c-format, boost-format msgid "" "%s\n" @@ -644,6 +636,13 @@ msgstr "This is the newest version." msgid "Info" msgstr "Info" +msgid "" +"The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n" +"OrcaSlicer has attempted to recreate the configuration file.\n" +"Please note, application settings will be lost, but printer profiles will " +"not be affected." +msgstr "" + msgid "Rebuild" msgstr "Rebuild" @@ -6088,6 +6087,9 @@ msgstr "" msgid "Change filament G-code" msgstr "Change filament G-code" +msgid "Change extrusion role G-code" +msgstr "" + msgid "Pause G-code" msgstr "Pause G-code" @@ -10082,6 +10084,9 @@ msgstr "" "This G-code is inserted when filament is changed, including T commands to " "trigger tool change." +msgid "This gcode is inserted when the extrusion role is changed" +msgstr "" + msgid "" "Line width for top surfaces. If expressed as a %, it will be computed over " "the nozzle diameter." @@ -11713,6 +11718,9 @@ msgid "" "temperature. More info about this in the Wiki." msgstr "" +#~ msgid "Embeded" +#~ msgstr "Embedded" + #~ msgid "Online Models" #~ msgstr "Online Models" diff --git a/localization/i18n/es/OrcaSlicer_es.po b/localization/i18n/es/OrcaSlicer_es.po index 86eb370cd5..d5455d9bdd 100644 --- a/localization/i18n/es/OrcaSlicer_es.po +++ b/localization/i18n/es/OrcaSlicer_es.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: Orca Slicer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-07 21:36+0800\n" +"POT-Creation-Date: 2023-11-10 14:54+0800\n" "PO-Revision-Date: \n" "Last-Translator: Carlos Fco. Caruncho Serrano \n" "Language-Team: \n" @@ -494,27 +494,12 @@ msgstr "Pintar costura" msgid "Remove selection" msgstr "Borrar selección" -msgid "Shift + Mouse move up or dowm" -msgstr "Shift + Mover ratón arriba u abajo" - -msgid "Rotate text" -msgstr "Rotar texto" - -msgid "Text shape" -msgstr "Forma de texto" - msgid "Font" msgstr "Fuente" msgid "Thickness" msgstr "Grosor" -msgid "Input text" -msgstr "Texto de entrada" - -msgid "Embeded" -msgstr "Integrado" - msgid "Text Gap" msgstr "Espacio de texto" @@ -528,12 +513,24 @@ msgstr "" "Profundidad\n" "Integrada" +msgid "Input text" +msgstr "Texto de entrada" + msgid "Surface" msgstr "Superficie" msgid "Horizontal text" msgstr "Texto horizontal" +msgid "Shift + Mouse move up or dowm" +msgstr "Shift + Mover ratón arriba u abajo" + +msgid "Rotate text" +msgstr "Rotar texto" + +msgid "Text shape" +msgstr "Forma de texto" + msgid "Ctrl+" msgstr "Ctrl+" @@ -634,13 +631,6 @@ msgstr "" msgid "WebView2 Runtime" msgstr "Tiempo de ejecución de WebView2" -msgid "" -"OrcaSlicer configuration file may be corrupted and is not abled to be parsed." -"Please delete the file and try again." -msgstr "" -"El archivo de configuración de OrcaSlicer puede estar dañado y no puede ser " -"procesado. Por favor borre el archivo e inténtelo otra vez." - # msgid "OrcaSlicer configuration file may be corrupted and is not abled to be parsed.Please delete the file and try again." # msgstr "Es posible que el archivo de configuración de OrcaSlicer esté dañado y no pueda ser procesado. Por favor, borre el archivo e inténtelo de nuevo." #, c-format, boost-format @@ -671,6 +661,13 @@ msgstr "Esta es la versión más reciente." msgid "Info" msgstr "Información" +msgid "" +"The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n" +"OrcaSlicer has attempted to recreate the configuration file.\n" +"Please note, application settings will be lost, but printer profiles will " +"not be affected." +msgstr "" + msgid "Rebuild" msgstr "Reconstruir" @@ -6300,6 +6297,9 @@ msgstr "Timelapse G-code" msgid "Change filament G-code" msgstr "G-Code para el cambio de filamento" +msgid "Change extrusion role G-code" +msgstr "" + msgid "Pause G-code" msgstr "G-Code de pausa" @@ -10745,6 +10745,9 @@ msgstr "" "Este G-Code se inserta cuando se cambia de filamento, incluyendo el comando " "T para activar el cambio de herramienta" +msgid "This gcode is inserted when the extrusion role is changed" +msgstr "" + msgid "" "Line width for top surfaces. If expressed as a %, it will be computed over " "the nozzle diameter." @@ -12658,6 +12661,16 @@ msgstr "" "extrusor/hotend al imprimir filamento de baja temperatura con una " "temperatura de carcasa más alta. Más información sobre esto en la Wiki." +#~ msgid "Embeded" +#~ msgstr "Integrado" + +#~ msgid "" +#~ "OrcaSlicer configuration file may be corrupted and is not abled to be " +#~ "parsed.Please delete the file and try again." +#~ msgstr "" +#~ "El archivo de configuración de OrcaSlicer puede estar dañado y no puede " +#~ "ser procesado. Por favor borre el archivo e inténtelo otra vez." + #~ msgid "Online Models" #~ msgstr "Modelos En Línea" diff --git a/localization/i18n/fr/OrcaSlicer_fr.po b/localization/i18n/fr/OrcaSlicer_fr.po index 8e2750643d..12c0e625d3 100644 --- a/localization/i18n/fr/OrcaSlicer_fr.po +++ b/localization/i18n/fr/OrcaSlicer_fr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Orca Slicer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-07 21:36+0800\n" +"POT-Creation-Date: 2023-11-10 14:54+0800\n" "PO-Revision-Date: \n" "Last-Translator: \n" "Language-Team: Guislain Cyril\n" @@ -498,27 +498,12 @@ msgstr "Peindre la couture" msgid "Remove selection" msgstr "Supprimer la sélection" -msgid "Shift + Mouse move up or dowm" -msgstr "Shift + Déplacement de la souris vers le haut ou le bas" - -msgid "Rotate text" -msgstr "Rotation du texte" - -msgid "Text shape" -msgstr "Forme du texte" - msgid "Font" msgstr "Police" msgid "Thickness" msgstr "Épaisseur" -msgid "Input text" -msgstr "Texte" - -msgid "Embeded" -msgstr "Intégré" - msgid "Text Gap" msgstr "Espacement du texte" @@ -532,12 +517,24 @@ msgstr "" "Profondeur\n" "intégrée" +msgid "Input text" +msgstr "Texte" + msgid "Surface" msgstr "Surface" msgid "Horizontal text" msgstr "Texte horizontal" +msgid "Shift + Mouse move up or dowm" +msgstr "Shift + Déplacement de la souris vers le haut ou le bas" + +msgid "Rotate text" +msgstr "Rotation du texte" + +msgid "Text shape" +msgstr "Forme du texte" + msgid "Ctrl+" msgstr "Ctrl+" @@ -633,13 +630,6 @@ msgstr "" msgid "WebView2 Runtime" msgstr "" -msgid "" -"OrcaSlicer configuration file may be corrupted and is not abled to be parsed." -"Please delete the file and try again." -msgstr "" -"Le fichier de configuration de Orca Slicer est peut-être corrompu et ne peut " -"pas être analysé. Veuillez supprimer le fichier et réessayer." - #, c-format, boost-format msgid "" "%s\n" @@ -667,6 +657,13 @@ msgstr "Il s'agit de la version la plus récente." msgid "Info" msgstr "Info" +msgid "" +"The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n" +"OrcaSlicer has attempted to recreate the configuration file.\n" +"Please note, application settings will be lost, but printer profiles will " +"not be affected." +msgstr "" + msgid "Rebuild" msgstr "Reconstruire" @@ -6312,6 +6309,9 @@ msgstr "G-code de Time lapse" msgid "Change filament G-code" msgstr "G-code de changement de filament" +msgid "Change extrusion role G-code" +msgstr "" + msgid "Pause G-code" msgstr "G-code de mise en pause" @@ -10564,6 +10564,9 @@ msgstr "" "Ce gcode est inséré lors du changement de filament, y compris la commande T " "pour déclencher le changement d'outil" +msgid "This gcode is inserted when the extrusion role is changed" +msgstr "" + msgid "" "Line width for top surfaces. If expressed as a %, it will be computed over " "the nozzle diameter." @@ -12325,6 +12328,16 @@ msgid "" "temperature. More info about this in the Wiki." msgstr "" +#~ msgid "Embeded" +#~ msgstr "Intégré" + +#~ msgid "" +#~ "OrcaSlicer configuration file may be corrupted and is not abled to be " +#~ "parsed.Please delete the file and try again." +#~ msgstr "" +#~ "Le fichier de configuration de Orca Slicer est peut-être corrompu et ne " +#~ "peut pas être analysé. Veuillez supprimer le fichier et réessayer." + #~ msgid "Online Models" #~ msgstr "Modèles en ligne" diff --git a/localization/i18n/hu/OrcaSlicer_hu.po b/localization/i18n/hu/OrcaSlicer_hu.po index f7ae4777c4..007853c48d 100644 --- a/localization/i18n/hu/OrcaSlicer_hu.po +++ b/localization/i18n/hu/OrcaSlicer_hu.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: Orca Slicer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-07 21:36+0800\n" +"POT-Creation-Date: 2023-11-10 14:54+0800\n" "Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -490,27 +490,12 @@ msgstr "Varratfestés" msgid "Remove selection" msgstr "Kijelölés törlése" -msgid "Shift + Mouse move up or dowm" -msgstr "Shift + Mouse move up or dowm" - -msgid "Rotate text" -msgstr "Rotate text" - -msgid "Text shape" -msgstr "Szöveg alakja" - msgid "Font" msgstr "Betűtípus" msgid "Thickness" msgstr "Vastagság" -msgid "Input text" -msgstr "Szöveg" - -msgid "Embeded" -msgstr "Embedded" - msgid "Text Gap" msgstr "Text Gap" @@ -522,12 +507,24 @@ msgid "" "depth" msgstr "Embedded depth" +msgid "Input text" +msgstr "Szöveg" + msgid "Surface" msgstr "Surface" msgid "Horizontal text" msgstr "Horizontal text" +msgid "Shift + Mouse move up or dowm" +msgstr "Shift + Mouse move up or dowm" + +msgid "Rotate text" +msgstr "Rotate text" + +msgid "Text shape" +msgstr "Szöveg alakja" + msgid "Ctrl+" msgstr "Ctrl+" @@ -613,11 +610,6 @@ msgstr "" msgid "WebView2 Runtime" msgstr "" -msgid "" -"OrcaSlicer configuration file may be corrupted and is not abled to be parsed." -"Please delete the file and try again." -msgstr "" - #, c-format, boost-format msgid "" "%s\n" @@ -645,6 +637,13 @@ msgstr "Ez a legújabb verzió." msgid "Info" msgstr "Infó" +msgid "" +"The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n" +"OrcaSlicer has attempted to recreate the configuration file.\n" +"Please note, application settings will be lost, but printer profiles will " +"not be affected." +msgstr "" + msgid "Rebuild" msgstr "Újraindítás" @@ -6134,6 +6133,9 @@ msgstr "" msgid "Change filament G-code" msgstr "Filament csere G-kód" +msgid "Change extrusion role G-code" +msgstr "" + msgid "Pause G-code" msgstr "Szünet G-kód" @@ -10172,6 +10174,9 @@ msgstr "" "Ez a G-kód kerül beillesztésre, amikor a filament csere történik, beleértve " "a szerszámváltást indító T parancsokat is." +msgid "This gcode is inserted when the extrusion role is changed" +msgstr "" + msgid "" "Line width for top surfaces. If expressed as a %, it will be computed over " "the nozzle diameter." @@ -11879,6 +11884,9 @@ msgid "" "temperature. More info about this in the Wiki." msgstr "" +#~ msgid "Embeded" +#~ msgstr "Embedded" + #~ msgid "Online Models" #~ msgstr "Online Models" diff --git a/localization/i18n/it/OrcaSlicer_it.po b/localization/i18n/it/OrcaSlicer_it.po index 31efcbdc60..4a1d756596 100644 --- a/localization/i18n/it/OrcaSlicer_it.po +++ b/localization/i18n/it/OrcaSlicer_it.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: Orca Slicer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-07 21:36+0800\n" +"POT-Creation-Date: 2023-11-10 14:54+0800\n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -489,27 +489,12 @@ msgstr "Pittura giunzione" msgid "Remove selection" msgstr "Rimuovi selezione" -msgid "Shift + Mouse move up or dowm" -msgstr "Shift + Sposta il mouse verso l'alto o il basso" - -msgid "Rotate text" -msgstr "Ruota testo" - -msgid "Text shape" -msgstr "Formato testo" - msgid "Font" msgstr "Font" msgid "Thickness" msgstr "Spessore" -msgid "Input text" -msgstr "Inserisci testo" - -msgid "Embeded" -msgstr "Integrato" - msgid "Text Gap" msgstr "Gap testo" @@ -521,12 +506,24 @@ msgid "" "depth" msgstr "Profondità integrata" +msgid "Input text" +msgstr "Inserisci testo" + msgid "Surface" msgstr "Superficie" msgid "Horizontal text" msgstr "Testo orizzontale" +msgid "Shift + Mouse move up or dowm" +msgstr "Shift + Sposta il mouse verso l'alto o il basso" + +msgid "Rotate text" +msgstr "Ruota testo" + +msgid "Text shape" +msgstr "Formato testo" + msgid "Ctrl+" msgstr "Ctrl+" @@ -610,11 +607,6 @@ msgstr "" msgid "WebView2 Runtime" msgstr "" -msgid "" -"OrcaSlicer configuration file may be corrupted and is not abled to be parsed." -"Please delete the file and try again." -msgstr "" - #, c-format, boost-format msgid "" "%s\n" @@ -642,6 +634,13 @@ msgstr "This is the newest version." msgid "Info" msgstr "Info" +msgid "" +"The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n" +"OrcaSlicer has attempted to recreate the configuration file.\n" +"Please note, application settings will be lost, but printer profiles will " +"not be affected." +msgstr "" + msgid "Rebuild" msgstr "Rebuild" @@ -6125,6 +6124,9 @@ msgstr "" msgid "Change filament G-code" msgstr "Change filament G-code" +msgid "Change extrusion role G-code" +msgstr "" + msgid "Pause G-code" msgstr "Pause G-code" @@ -10142,6 +10144,9 @@ msgstr "" "This G-code is inserted when filament is changed, including T commands to " "trigger tool change." +msgid "This gcode is inserted when the extrusion role is changed" +msgstr "" + msgid "" "Line width for top surfaces. If expressed as a %, it will be computed over " "the nozzle diameter." @@ -11860,6 +11865,9 @@ msgid "" "temperature. More info about this in the Wiki." msgstr "" +#~ msgid "Embeded" +#~ msgstr "Integrato" + #~ msgid "Online Models" #~ msgstr "Modelli Online" diff --git a/localization/i18n/ja/OrcaSlicer_ja.po b/localization/i18n/ja/OrcaSlicer_ja.po index 6574b75a4e..fa406bf395 100644 --- a/localization/i18n/ja/OrcaSlicer_ja.po +++ b/localization/i18n/ja/OrcaSlicer_ja.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: Orca Slicer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-07 21:36+0800\n" +"POT-Creation-Date: 2023-11-10 14:54+0800\n" "PO-Revision-Date: \n" "Last-Translator: \n" "Language-Team: \n" @@ -489,27 +489,12 @@ msgstr "継ぎ目ペイント" msgid "Remove selection" msgstr "選択を削除" -msgid "Shift + Mouse move up or dowm" -msgstr "Shift + Mouse move up or dowm" - -msgid "Rotate text" -msgstr "Rotate text" - -msgid "Text shape" -msgstr "文字形状" - msgid "Font" msgstr "フォント" msgid "Thickness" msgstr "太さ" -msgid "Input text" -msgstr "テキスト" - -msgid "Embeded" -msgstr "Embedded" - msgid "Text Gap" msgstr "Text Gap" @@ -521,12 +506,24 @@ msgid "" "depth" msgstr "Embedded depth" +msgid "Input text" +msgstr "テキスト" + msgid "Surface" msgstr "Surface" msgid "Horizontal text" msgstr "Horizontal text" +msgid "Shift + Mouse move up or dowm" +msgstr "Shift + Mouse move up or dowm" + +msgid "Rotate text" +msgstr "Rotate text" + +msgid "Text shape" +msgstr "文字形状" + msgid "Ctrl+" msgstr "Ctrl+" @@ -608,11 +605,6 @@ msgstr "" msgid "WebView2 Runtime" msgstr "" -msgid "" -"OrcaSlicer configuration file may be corrupted and is not abled to be parsed." -"Please delete the file and try again." -msgstr "" - #, c-format, boost-format msgid "" "%s\n" @@ -640,6 +632,13 @@ msgstr "最新バージョンです。" msgid "Info" msgstr "情報" +msgid "" +"The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n" +"OrcaSlicer has attempted to recreate the configuration file.\n" +"Please note, application settings will be lost, but printer profiles will " +"not be affected." +msgstr "" + msgid "Rebuild" msgstr "再構築" @@ -5975,6 +5974,9 @@ msgstr "" msgid "Change filament G-code" msgstr "フィラメント変更G-code" +msgid "Change extrusion role G-code" +msgstr "" + msgid "Pause G-code" msgstr "G-codeを一時停止" @@ -9823,6 +9825,9 @@ msgid "" "tool change" msgstr "フィラメントを切り替える直後に実行するG-codeです。" +msgid "This gcode is inserted when the extrusion role is changed" +msgstr "" + msgid "" "Line width for top surfaces. If expressed as a %, it will be computed over " "the nozzle diameter." @@ -11481,6 +11486,9 @@ msgid "" "temperature. More info about this in the Wiki." msgstr "" +#~ msgid "Embeded" +#~ msgstr "Embedded" + #~ msgid "Online Models" #~ msgstr "Online Models" diff --git a/localization/i18n/ko/OrcaSlicer_ko.po b/localization/i18n/ko/OrcaSlicer_ko.po index ddfcd761ac..959e04a202 100644 --- a/localization/i18n/ko/OrcaSlicer_ko.po +++ b/localization/i18n/ko/OrcaSlicer_ko.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Orca Slicer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-07 21:36+0800\n" +"POT-Creation-Date: 2023-11-10 14:54+0800\n" "PO-Revision-Date: 2023-10-26 16:47+0900\n" "Last-Translator: Hotsolidinfill\n" "Language-Team: \n" @@ -495,27 +495,12 @@ msgstr "솔기 칠하기" msgid "Remove selection" msgstr "선택 삭제" -msgid "Shift + Mouse move up or dowm" -msgstr "Shift + 마우스 위 or 아래" - -msgid "Rotate text" -msgstr "텍스트 회전" - -msgid "Text shape" -msgstr "텍스트 모양" - msgid "Font" msgstr "글꼴" msgid "Thickness" msgstr "두께" -msgid "Input text" -msgstr "텍스트 입력" - -msgid "Embeded" -msgstr "매입" - msgid "Text Gap" msgstr "글자 간격" @@ -529,12 +514,24 @@ msgstr "" "내장\n" "깊이" +msgid "Input text" +msgstr "텍스트 입력" + msgid "Surface" msgstr "표면" msgid "Horizontal text" msgstr "가로 텍스트" +msgid "Shift + Mouse move up or dowm" +msgstr "Shift + 마우스 위 or 아래" + +msgid "Rotate text" +msgstr "텍스트 회전" + +msgid "Text shape" +msgstr "텍스트 모양" + msgid "Ctrl+" msgstr "Ctrl+" @@ -623,13 +620,6 @@ msgstr "" msgid "WebView2 Runtime" msgstr "WebView2 런타임" -msgid "" -"OrcaSlicer configuration file may be corrupted and is not abled to be parsed." -"Please delete the file and try again." -msgstr "" -"OrcaSlicer 구성 파일이 손상되어 구문 분석할 수 없습니다. 파일을 삭제하고 다" -"시 시도하십시오." - #, c-format, boost-format msgid "" "%s\n" @@ -657,6 +647,13 @@ msgstr "최신 버전입니다." msgid "Info" msgstr "정보" +msgid "" +"The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n" +"OrcaSlicer has attempted to recreate the configuration file.\n" +"Please note, application settings will be lost, but printer profiles will " +"not be affected." +msgstr "" + msgid "Rebuild" msgstr "재빌드" @@ -6096,6 +6093,9 @@ msgstr "타임랩스 G코드" msgid "Change filament G-code" msgstr "필라멘트 교체 G코드" +msgid "Change extrusion role G-code" +msgstr "" + msgid "Pause G-code" msgstr "일시정지 G코드" @@ -10287,6 +10287,9 @@ msgstr "" "이 G코드는 도구 변경을 유발하는 T 명령을 포함하여 필라멘트를 변경할 때 삽입됩" "니다" +msgid "This gcode is inserted when the extrusion role is changed" +msgstr "" + msgid "" "Line width for top surfaces. If expressed as a %, it will be computed over " "the nozzle diameter." @@ -12110,6 +12113,16 @@ msgstr "" "기/핫엔드가 막힐 가능성을 줄일 수 있습니다. 이에 대한 자세한 내용은 Wiki에서 " "확인하세요." +#~ msgid "Embeded" +#~ msgstr "매입" + +#~ msgid "" +#~ "OrcaSlicer configuration file may be corrupted and is not abled to be " +#~ "parsed.Please delete the file and try again." +#~ msgstr "" +#~ "OrcaSlicer 구성 파일이 손상되어 구문 분석할 수 없습니다. 파일을 삭제하고 " +#~ "다시 시도하십시오." + #~ msgid "Online Models" #~ msgstr "온라인 모델" diff --git a/localization/i18n/nl/OrcaSlicer_nl.po b/localization/i18n/nl/OrcaSlicer_nl.po index d313e8c3e9..d0cb08e646 100644 --- a/localization/i18n/nl/OrcaSlicer_nl.po +++ b/localization/i18n/nl/OrcaSlicer_nl.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: Orca Slicer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-07 21:36+0800\n" +"POT-Creation-Date: 2023-11-10 14:54+0800\n" "Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -492,28 +492,12 @@ msgstr "Naad schilderen" msgid "Remove selection" msgstr "Selectie verwijderen" -msgid "Shift + Mouse move up or dowm" -msgstr "Shift + Muis op of neer" - -msgid "Rotate text" -msgstr "Draai tekst" - -msgid "Text shape" -msgstr "Tekstvorm" - msgid "Font" msgstr "Lettertype" msgid "Thickness" msgstr "Dikte" -msgid "Input text" -msgstr "Tekst invoeren" - -# Source and destination string both English but don't match! -msgid "Embeded" -msgstr "Embedded" - msgid "Text Gap" msgstr "Tekstruimte" @@ -525,12 +509,24 @@ msgid "" "depth" msgstr "Embedded depth" +msgid "Input text" +msgstr "Tekst invoeren" + msgid "Surface" msgstr "Oppervlak" msgid "Horizontal text" msgstr "Horizontale tekst" +msgid "Shift + Mouse move up or dowm" +msgstr "Shift + Muis op of neer" + +msgid "Rotate text" +msgstr "Draai tekst" + +msgid "Text shape" +msgstr "Tekstvorm" + msgid "Ctrl+" msgstr "Ctrl+" @@ -623,13 +619,6 @@ msgstr "" msgid "WebView2 Runtime" msgstr "WebView2 Runtime" -msgid "" -"OrcaSlicer configuration file may be corrupted and is not abled to be parsed." -"Please delete the file and try again." -msgstr "" -"OrcaSlicer configuratiebestand is mogelijks corrupt, en kan niet verwerkt " -"worden.Verwijder het configuratiebestand en probeer het opnieuw." - #, c-format, boost-format msgid "" "%s\n" @@ -658,6 +647,13 @@ msgstr "Dit is de nieuwste versie." msgid "Info" msgstr "Informatie" +msgid "" +"The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n" +"OrcaSlicer has attempted to recreate the configuration file.\n" +"Please note, application settings will be lost, but printer profiles will " +"not be affected." +msgstr "" + msgid "Rebuild" msgstr "Herbouwen" @@ -6207,6 +6203,9 @@ msgstr "" msgid "Change filament G-code" msgstr "Filament G-code aanpassen" +msgid "Change extrusion role G-code" +msgstr "" + msgid "Pause G-code" msgstr "Pauzeer G-code" @@ -10286,6 +10285,9 @@ msgstr "" "Deze G-code wordt ingevoegd wanneer filament wordt vervangen, inclusief T-" "commando's om gereedschapswissel te activeren." +msgid "This gcode is inserted when the extrusion role is changed" +msgstr "" + msgid "" "Line width for top surfaces. If expressed as a %, it will be computed over " "the nozzle diameter." @@ -12000,6 +12002,17 @@ msgid "" "temperature. More info about this in the Wiki." msgstr "" +# Source and destination string both English but don't match! +#~ msgid "Embeded" +#~ msgstr "Embedded" + +#~ msgid "" +#~ "OrcaSlicer configuration file may be corrupted and is not abled to be " +#~ "parsed.Please delete the file and try again." +#~ msgstr "" +#~ "OrcaSlicer configuratiebestand is mogelijks corrupt, en kan niet verwerkt " +#~ "worden.Verwijder het configuratiebestand en probeer het opnieuw." + #~ msgid "Online Models" #~ msgstr "Online Models" diff --git a/localization/i18n/ru/OrcaSlicer_ru.po b/localization/i18n/ru/OrcaSlicer_ru.po index 6c1850cdcb..14457462f3 100644 --- a/localization/i18n/ru/OrcaSlicer_ru.po +++ b/localization/i18n/ru/OrcaSlicer_ru.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OrcaSlicer V1.8.0 beta1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-07 21:36+0800\n" +"POT-Creation-Date: 2023-11-10 14:54+0800\n" "PO-Revision-Date: 2023-10-31 14:13+0700\n" "Last-Translator: Andylg \n" "Language-Team: \n" @@ -498,27 +498,12 @@ msgstr "Рисование шва" msgid "Remove selection" msgstr "Удаление выделенного" -msgid "Shift + Mouse move up or dowm" -msgstr "Shift + Мышь вверх или вниз" - -msgid "Rotate text" -msgstr "Поворот текста" - -msgid "Text shape" -msgstr "Форма текста" - msgid "Font" msgstr "Шрифт" msgid "Thickness" msgstr "Толщина" -msgid "Input text" -msgstr "Введите текст" - -msgid "Embeded" -msgstr "Проникновение" - msgid "Text Gap" msgstr "" "Межбуквенный \n" @@ -534,12 +519,24 @@ msgstr "" "Глубина\n" "проникновения" +msgid "Input text" +msgstr "Введите текст" + msgid "Surface" msgstr "На поверхности" msgid "Horizontal text" msgstr "Горизонтальный текст" +msgid "Shift + Mouse move up or dowm" +msgstr "Shift + Мышь вверх или вниз" + +msgid "Rotate text" +msgstr "Поворот текста" + +msgid "Text shape" +msgstr "Форма текста" + msgid "Ctrl+" msgstr "Ctrl+" @@ -630,13 +627,6 @@ msgstr "" msgid "WebView2 Runtime" msgstr "WebView2 Runtime" -msgid "" -"OrcaSlicer configuration file may be corrupted and is not abled to be parsed." -"Please delete the file and try again." -msgstr "" -"Возможно, файл конфигурации OrcaSlicer повреждён и не может быть обработан. " -"Пожалуйста, удалите файл и повторите попытку." - #, c-format, boost-format msgid "" "%s\n" @@ -665,6 +655,13 @@ msgstr "У вас стоит самая последняя версия." msgid "Info" msgstr "Информация" +msgid "" +"The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n" +"OrcaSlicer has attempted to recreate the configuration file.\n" +"Please note, application settings will be lost, but printer profiles will " +"not be affected." +msgstr "" + msgid "Rebuild" msgstr "Пересоздание" @@ -6313,6 +6310,9 @@ msgstr "G-код таймлапса" msgid "Change filament G-code" msgstr "G-код выполняемый при смене прутка" +msgid "Change extrusion role G-code" +msgstr "" + msgid "Pause G-code" msgstr "G-код паузы печати" @@ -10757,6 +10757,9 @@ msgstr "" "Этот G-код вставляется при смене материала, включая команду T для запуска " "смены инструмента." +msgid "This gcode is inserted when the extrusion role is changed" +msgstr "" + msgid "" "Line width for top surfaces. If expressed as a %, it will be computed over " "the nozzle diameter." @@ -12670,6 +12673,16 @@ msgstr "" "камере, открытие дверцы принтера снижает вероятность засорения экструдера/" "хотэнда. Более подробную информацию читайте на вики-сайте." +#~ msgid "Embeded" +#~ msgstr "Проникновение" + +#~ msgid "" +#~ "OrcaSlicer configuration file may be corrupted and is not abled to be " +#~ "parsed.Please delete the file and try again." +#~ msgstr "" +#~ "Возможно, файл конфигурации OrcaSlicer повреждён и не может быть " +#~ "обработан. Пожалуйста, удалите файл и повторите попытку." + #~ msgid "AMS %s" #~ msgstr "АСПП №%s" diff --git a/localization/i18n/sv/OrcaSlicer_sv.po b/localization/i18n/sv/OrcaSlicer_sv.po index 600695a9ac..58e94daf82 100644 --- a/localization/i18n/sv/OrcaSlicer_sv.po +++ b/localization/i18n/sv/OrcaSlicer_sv.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: Orca Slicer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-07 21:36+0800\n" +"POT-Creation-Date: 2023-11-10 14:54+0800\n" "Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -489,27 +489,12 @@ msgstr "Målning av sömmar" msgid "Remove selection" msgstr "Ta bort val" -msgid "Shift + Mouse move up or dowm" -msgstr "Shift + Mus flytta uppåt eller nedåt" - -msgid "Rotate text" -msgstr "Rotera text" - -msgid "Text shape" -msgstr "Text form" - msgid "Font" msgstr "Typsnitt" msgid "Thickness" msgstr "Tjocklek" -msgid "Input text" -msgstr "Skriv in text" - -msgid "Embeded" -msgstr "Inbäddad" - msgid "Text Gap" msgstr "Text mellanrum" @@ -521,12 +506,24 @@ msgid "" "depth" msgstr "Inbäddat djup" +msgid "Input text" +msgstr "Skriv in text" + msgid "Surface" msgstr "Yta" msgid "Horizontal text" msgstr "Vågrät text" +msgid "Shift + Mouse move up or dowm" +msgstr "Shift + Mus flytta uppåt eller nedåt" + +msgid "Rotate text" +msgstr "Rotera text" + +msgid "Text shape" +msgstr "Text form" + msgid "Ctrl+" msgstr "Ctrl +" @@ -609,11 +606,6 @@ msgstr "" msgid "WebView2 Runtime" msgstr "" -msgid "" -"OrcaSlicer configuration file may be corrupted and is not abled to be parsed." -"Please delete the file and try again." -msgstr "" - #, c-format, boost-format msgid "" "%s\n" @@ -641,6 +633,13 @@ msgstr "Det är den senaste versionen." msgid "Info" msgstr "Info" +msgid "" +"The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n" +"OrcaSlicer has attempted to recreate the configuration file.\n" +"Please note, application settings will be lost, but printer profiles will " +"not be affected." +msgstr "" + msgid "Rebuild" msgstr "Återskapa" @@ -6110,6 +6109,9 @@ msgstr "" msgid "Change filament G-code" msgstr "Byta filament G-kod" +msgid "Change extrusion role G-code" +msgstr "" + msgid "Pause G-code" msgstr "Paus G-kod" @@ -10097,6 +10099,9 @@ msgstr "" "G-koden sätts in vid filament byte, inklusive T kommando som aktiverar " "verktygs byte" +msgid "This gcode is inserted when the extrusion role is changed" +msgstr "" + msgid "" "Line width for top surfaces. If expressed as a %, it will be computed over " "the nozzle diameter." @@ -11804,6 +11809,9 @@ msgid "" "temperature. More info about this in the Wiki." msgstr "" +#~ msgid "Embeded" +#~ msgstr "Inbäddad" + #~ msgid "Online Models" #~ msgstr "Online modeller" diff --git a/localization/i18n/tr/OrcaSlicer_tr.po b/localization/i18n/tr/OrcaSlicer_tr.po index 9f44e71ff4..dd13d3169a 100644 --- a/localization/i18n/tr/OrcaSlicer_tr.po +++ b/localization/i18n/tr/OrcaSlicer_tr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: OrcaSlicer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-07 21:36+0800\n" +"POT-Creation-Date: 2023-11-10 14:54+0800\n" "PO-Revision-Date: 2023-10-07 12:57+0300\n" "Last-Translator: Sadri Ercan\n" "Language-Team: Türkçe\n" @@ -497,27 +497,12 @@ msgstr "Dikiş boyama" msgid "Remove selection" msgstr "Seçimi kaldır" -msgid "Shift + Mouse move up or dowm" -msgstr "Shift + Fare yukarı veya aşağı hareket ettirir" - -msgid "Rotate text" -msgstr "Metni döndür" - -msgid "Text shape" -msgstr "Metin şekli" - msgid "Font" msgstr "Yazı tipi" msgid "Thickness" msgstr "Kalınlık" -msgid "Input text" -msgstr "Giriş metni" - -msgid "Embeded" -msgstr "Gömülü" - msgid "Text Gap" msgstr "Metin Boşluğu" @@ -531,12 +516,24 @@ msgstr "" "Gömülü\n" "derinlik" +msgid "Input text" +msgstr "Giriş metni" + msgid "Surface" msgstr "Yüzey" msgid "Horizontal text" msgstr "Yatay metin" +msgid "Shift + Mouse move up or dowm" +msgstr "Shift + Fare yukarı veya aşağı hareket ettirir" + +msgid "Rotate text" +msgstr "Metni döndür" + +msgid "Text shape" +msgstr "Metin şekli" + msgid "Ctrl+" msgstr "Ctrl+" @@ -626,13 +623,6 @@ msgstr "" msgid "WebView2 Runtime" msgstr "WebView2 Çalışma Zamanı" -msgid "" -"OrcaSlicer configuration file may be corrupted and is not abled to be parsed." -"Please delete the file and try again." -msgstr "" -"OrcaSlicer yapılandırma dosyası bozulmuş olabilir ve ayrıştırılması mümkün " -"olmayabilir. Lütfen dosyayı silin ve tekrar deneyin." - #, c-format, boost-format msgid "" "%s\n" @@ -660,6 +650,13 @@ msgstr "Bu en yeni versiyondur." msgid "Info" msgstr "Bilgi" +msgid "" +"The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n" +"OrcaSlicer has attempted to recreate the configuration file.\n" +"Please note, application settings will be lost, but printer profiles will " +"not be affected." +msgstr "" + msgid "Rebuild" msgstr "Yeniden yükleniyor" @@ -6190,6 +6187,9 @@ msgstr "Time lapse G-code" msgid "Change filament G-code" msgstr "Filament değişimi G-kod" +msgid "Change extrusion role G-code" +msgstr "" + msgid "Pause G-code" msgstr "Duraklatma G-Kod" @@ -10475,6 +10475,9 @@ msgstr "" "Bu gcode, takım değişimini tetiklemek için T komutu da dahil olmak üzere " "filament değiştirildiğinde eklenir" +msgid "This gcode is inserted when the extrusion role is changed" +msgstr "" + msgid "" "Line width for top surfaces. If expressed as a %, it will be computed over " "the nozzle diameter." @@ -12330,6 +12333,16 @@ msgid "" "temperature. More info about this in the Wiki." msgstr "" +#~ msgid "Embeded" +#~ msgstr "Gömülü" + +#~ msgid "" +#~ "OrcaSlicer configuration file may be corrupted and is not abled to be " +#~ "parsed.Please delete the file and try again." +#~ msgstr "" +#~ "OrcaSlicer yapılandırma dosyası bozulmuş olabilir ve ayrıştırılması " +#~ "mümkün olmayabilir. Lütfen dosyayı silin ve tekrar deneyin." + #~ msgid "Online Models" #~ msgstr "Çevrimiçi Modeller" diff --git a/localization/i18n/uk/OrcaSlicer_uk.po b/localization/i18n/uk/OrcaSlicer_uk.po index b63671fd9a..a72fb2dfe6 100644 --- a/localization/i18n/uk/OrcaSlicer_uk.po +++ b/localization/i18n/uk/OrcaSlicer_uk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-07 21:36+0800\n" +"POT-Creation-Date: 2023-11-10 14:54+0800\n" "PO-Revision-Date: 2023-08-10 20:25-0400\n" "Last-Translator: \n" "Language-Team: \n" @@ -495,27 +495,12 @@ msgstr "Малювання шва" msgid "Remove selection" msgstr "Видалити виділення" -msgid "Shift + Mouse move up or dowm" -msgstr "Shift + переміщення миші вгору або вниз" - -msgid "Rotate text" -msgstr "Повернути текст" - -msgid "Text shape" -msgstr "Форма тексту" - msgid "Font" msgstr "Шрифт" msgid "Thickness" msgstr "Товщина" -msgid "Input text" -msgstr "Введення тексту" - -msgid "Embeded" -msgstr "Вбудовано" - msgid "Text Gap" msgstr "Пробіл у тексті" @@ -527,12 +512,24 @@ msgid "" "depth" msgstr "Вбудована глибина" +msgid "Input text" +msgstr "Введення тексту" + msgid "Surface" msgstr "Поверхня" msgid "Horizontal text" msgstr "Горизонтальний текст" +msgid "Shift + Mouse move up or dowm" +msgstr "Shift + переміщення миші вгору або вниз" + +msgid "Rotate text" +msgstr "Повернути текст" + +msgid "Text shape" +msgstr "Форма тексту" + msgid "Ctrl+" msgstr "Ctrl+" @@ -621,13 +618,6 @@ msgstr "" msgid "WebView2 Runtime" msgstr "" -msgid "" -"OrcaSlicer configuration file may be corrupted and is not abled to be parsed." -"Please delete the file and try again." -msgstr "" -"Файл конфігурації OrcaSlicer може бути пошкоджений і не підлягає розбору. " -"Видаліть файл і спробуйте ще раз." - #, c-format, boost-format msgid "" "%s\n" @@ -653,6 +643,13 @@ msgstr "Це найновіша версія." msgid "Info" msgstr "Інформація" +msgid "" +"The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n" +"OrcaSlicer has attempted to recreate the configuration file.\n" +"Please note, application settings will be lost, but printer profiles will " +"not be affected." +msgstr "" + msgid "Rebuild" msgstr "Відновити" @@ -6153,6 +6150,9 @@ msgstr "" msgid "Change filament G-code" msgstr "G-code Зміни філаменту" +msgid "Change extrusion role G-code" +msgstr "" + msgid "Pause G-code" msgstr "G-code Паузи" @@ -10279,6 +10279,9 @@ msgstr "" "Цей gcode вставляється при зміні філаменту, включаючи команду T для запуску " "зміни інструменту" +msgid "This gcode is inserted when the extrusion role is changed" +msgstr "" + msgid "" "Line width for top surfaces. If expressed as a %, it will be computed over " "the nozzle diameter." @@ -11993,6 +11996,16 @@ msgid "" "temperature. More info about this in the Wiki." msgstr "" +#~ msgid "Embeded" +#~ msgstr "Вбудовано" + +#~ msgid "" +#~ "OrcaSlicer configuration file may be corrupted and is not abled to be " +#~ "parsed.Please delete the file and try again." +#~ msgstr "" +#~ "Файл конфігурації OrcaSlicer може бути пошкоджений і не підлягає розбору. " +#~ "Видаліть файл і спробуйте ще раз." + #~ msgid "The minimum printing speed when slow down for cooling" #~ msgstr "Мінімальна швидкість друку при уповільненні для охолодження" diff --git a/localization/i18n/zh_CN/OrcaSlicer_zh_CN.po b/localization/i18n/zh_CN/OrcaSlicer_zh_CN.po index 80f510ad0c..5a97ebf4d3 100644 --- a/localization/i18n/zh_CN/OrcaSlicer_zh_CN.po +++ b/localization/i18n/zh_CN/OrcaSlicer_zh_CN.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Slic3rPE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-07 21:36+0800\n" +"POT-Creation-Date: 2023-11-10 14:54+0800\n" "PO-Revision-Date: 2023-04-01 13:21+0800\n" "Last-Translator: SoftFever \n" "Language-Team: \n" @@ -491,27 +491,12 @@ msgstr "Z缝绘制" msgid "Remove selection" msgstr "移除绘制" -msgid "Shift + Mouse move up or dowm" -msgstr "Shift + 鼠标上移或下移" - -msgid "Rotate text" -msgstr "旋转文字" - -msgid "Text shape" -msgstr "文本形状" - msgid "Font" msgstr "字体" msgid "Thickness" msgstr "厚度" -msgid "Input text" -msgstr "输入文本" - -msgid "Embeded" -msgstr "嵌入的" - msgid "Text Gap" msgstr "文字间距" @@ -523,12 +508,24 @@ msgid "" "depth" msgstr "内嵌深度" +msgid "Input text" +msgstr "输入文本" + msgid "Surface" msgstr "附着曲面" msgid "Horizontal text" msgstr "水平文字" +msgid "Shift + Mouse move up or dowm" +msgstr "Shift + 鼠标上移或下移" + +msgid "Rotate text" +msgstr "旋转文字" + +msgid "Text shape" +msgstr "文本形状" + msgid "Ctrl+" msgstr "" @@ -614,12 +611,6 @@ msgstr "" msgid "WebView2 Runtime" msgstr "WebView2 运行库" -msgid "" -"OrcaSlicer configuration file may be corrupted and is not abled to be parsed." -"Please delete the file and try again." -msgstr "" -"OrcaSlicer 配置文件可能已损坏而无法解析。请删除此文件并重新启动OrcaSlicer。" - #, c-format, boost-format msgid "" "%s\n" @@ -645,6 +636,13 @@ msgstr "已经是最新版本。" msgid "Info" msgstr "信息" +msgid "" +"The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n" +"OrcaSlicer has attempted to recreate the configuration file.\n" +"Please note, application settings will be lost, but printer profiles will " +"not be affected." +msgstr "" + msgid "Rebuild" msgstr "重新构建" @@ -5925,6 +5923,9 @@ msgstr "延时摄影G-code" msgid "Change filament G-code" msgstr "耗材丝更换G-code" +msgid "Change extrusion role G-code" +msgstr "" + msgid "Pause G-code" msgstr "暂停 G-code" @@ -9804,6 +9805,9 @@ msgid "" "tool change" msgstr "换料时插入的G-code,包括T命令。" +msgid "This gcode is inserted when the extrusion role is changed" +msgstr "" + msgid "" "Line width for top surfaces. If expressed as a %, it will be computed over " "the nozzle diameter." @@ -11541,6 +11545,16 @@ msgid "" "temperature. More info about this in the Wiki." msgstr "" +#~ msgid "Embeded" +#~ msgstr "嵌入的" + +#~ msgid "" +#~ "OrcaSlicer configuration file may be corrupted and is not abled to be " +#~ "parsed.Please delete the file and try again." +#~ msgstr "" +#~ "OrcaSlicer 配置文件可能已损坏而无法解析。请删除此文件并重新启动" +#~ "OrcaSlicer。" + #~ msgid "Online Models" #~ msgstr "在线模型" diff --git a/localization/i18n/zh_TW/OrcaSlicer_zh_TW.po b/localization/i18n/zh_TW/OrcaSlicer_zh_TW.po index a9665558e4..9c572230d7 100644 --- a/localization/i18n/zh_TW/OrcaSlicer_zh_TW.po +++ b/localization/i18n/zh_TW/OrcaSlicer_zh_TW.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Orca Slicer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-07 21:36+0800\n" +"POT-Creation-Date: 2023-11-10 14:54+0800\n" "PO-Revision-Date: 2023-11-06 14:37+0800\n" "Last-Translator: ablegods \n" "Language-Team: \n" @@ -517,28 +517,12 @@ msgstr "自訂Z縫" msgid "Remove selection" msgstr "移除繪製" -msgid "Shift + Mouse move up or dowm" -msgstr "Shift + 滑鼠上移或下移" - -msgid "Rotate text" -msgstr "旋轉文字" - -#, fuzzy -msgid "Text shape" -msgstr "新增文字" - msgid "Font" msgstr "字體" msgid "Thickness" msgstr "厚度" -msgid "Input text" -msgstr "輸入文字" - -msgid "Embeded" -msgstr "嵌入的" - msgid "Text Gap" msgstr "文字間距" @@ -550,12 +534,25 @@ msgid "" "depth" msgstr "內嵌深度" +msgid "Input text" +msgstr "輸入文字" + msgid "Surface" msgstr "附著於曲面" msgid "Horizontal text" msgstr "水平文字" +msgid "Shift + Mouse move up or dowm" +msgstr "Shift + 滑鼠上移或下移" + +msgid "Rotate text" +msgstr "旋轉文字" + +#, fuzzy +msgid "Text shape" +msgstr "新增文字" + msgid "Ctrl+" msgstr "" @@ -648,11 +645,6 @@ msgstr "" msgid "WebView2 Runtime" msgstr "WebView2 Runtime" -msgid "" -"OrcaSlicer configuration file may be corrupted and is not abled to be parsed." -"Please delete the file and try again." -msgstr "" - #, fuzzy, c-format, boost-format msgid "" "%s\n" @@ -682,6 +674,13 @@ msgstr "已經是最新版本。" msgid "Info" msgstr "資訊" +msgid "" +"The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n" +"OrcaSlicer has attempted to recreate the configuration file.\n" +"Please note, application settings will be lost, but printer profiles will " +"not be affected." +msgstr "" + msgid "Rebuild" msgstr "重新建構" @@ -6307,6 +6306,9 @@ msgstr "縮時錄影 G-code" msgid "Change filament G-code" msgstr "線材更換 G-code" +msgid "Change extrusion role G-code" +msgstr "" + msgid "Pause G-code" msgstr "暫停 G-code" @@ -10437,6 +10439,9 @@ msgid "" "tool change" msgstr "換料時插入的G-code,包括T命令。" +msgid "This gcode is inserted when the extrusion role is changed" +msgstr "" + msgid "" "Line width for top surfaces. If expressed as a %, it will be computed over " "the nozzle diameter." @@ -12277,6 +12282,9 @@ msgstr "" "當列印較低溫度的耗材時,打開印表機門可以減少擠出機或熱端堵塞的可能性。 有關此" "內容的更多信息,請參見 Wiki。" +#~ msgid "Embeded" +#~ msgstr "嵌入的" + #~ msgid "" #~ "Orca Slicer configuration file may be corrupted and is not abled to be " #~ "parsed.Please delete the file and try again." From edb5676dd14432a77d15312f85a17452e79e06f5 Mon Sep 17 00:00:00 2001 From: SoftFever Date: Fri, 10 Nov 2023 18:00:56 +0800 Subject: [PATCH 4/8] Fixed a bug that filament start gcode was inserted twice when wipe tower is enabled fixed #2673 --- src/libslic3r/GCode/WipeTower2.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/libslic3r/GCode/WipeTower2.cpp b/src/libslic3r/GCode/WipeTower2.cpp index 6bddcf5191..ab8a54ea06 100644 --- a/src/libslic3r/GCode/WipeTower2.cpp +++ b/src/libslic3r/GCode/WipeTower2.cpp @@ -1038,8 +1038,7 @@ void WipeTower2::toolchange_Change( // The toolchange Tn command will be inserted later, only in case that the user does // not provide a custom toolchange gcode. writer.set_tool(new_tool); // This outputs nothing, the writer just needs to know the tool has changed. - //writer.append("[start_filament_gcode]\n"); - writer.append("[filament_start_gcode]\n"); + // writer.append("[filament_start_gcode]\n"); writer.flush_planner_queue(); From c860680b2118ab1a23b28ec8569382b80a1a9578 Mon Sep 17 00:00:00 2001 From: SoftFever Date: Fri, 10 Nov 2023 19:46:01 +0800 Subject: [PATCH 5/8] Fixed a issue that support_bottom_z_distance was not working as expected. Fixed #2667 --- src/libslic3r/GCode.cpp | 3 +-- src/libslic3r/PrintConfig.cpp | 3 ++- src/libslic3r/Slicing.cpp | 2 -- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/libslic3r/GCode.cpp b/src/libslic3r/GCode.cpp index d2ae580d9d..fd8a164f07 100644 --- a/src/libslic3r/GCode.cpp +++ b/src/libslic3r/GCode.cpp @@ -1206,8 +1206,7 @@ std::vector GCode::collect_layers_to_print(const PrintObjec // Allow empty support layers, as the support generator may produce no extrusions for non-empty support regions. || (layer_to_print.support_layer /* && layer_to_print.support_layer->has_extrusions() */)) { double top_cd = object.config().support_top_z_distance; - //double bottom_cd = object.config().support_bottom_z_distance == 0. ? top_cd : object.config().support_bottom_z_distance; - double bottom_cd = top_cd; + double bottom_cd = object.config().support_bottom_z_distance; double extra_gap = (layer_to_print.support_layer ? bottom_cd : top_cd); diff --git a/src/libslic3r/PrintConfig.cpp b/src/libslic3r/PrintConfig.cpp index 2702e3b47f..94cb997fbc 100644 --- a/src/libslic3r/PrintConfig.cpp +++ b/src/libslic3r/PrintConfig.cpp @@ -3501,6 +3501,7 @@ def = this->add("filament_loading_speed", coFloats); def = this->add("support_top_z_distance", coFloat); //def->gui_type = ConfigOptionDef::GUIType::f_enum_open; def->label = L("Top Z distance"); + def->min = 0; def->category = L("Support"); def->tooltip = L("The z gap between the top support interface and object"); def->sidetext = L("mm"); @@ -3516,12 +3517,12 @@ def = this->add("filament_loading_speed", coFloats); def->mode = comAdvanced; def->set_default_value(new ConfigOptionFloat(0.2)); - // BBS:MusangKing def = this->add("support_bottom_z_distance", coFloat); def->label = L("Bottom Z distance"); def->category = L("Support"); def->tooltip = L("The z gap between the bottom support interface and object"); def->sidetext = L("mm"); + def->min = 0; def->mode = comAdvanced; def->set_default_value(new ConfigOptionFloat(0.2)); diff --git a/src/libslic3r/Slicing.cpp b/src/libslic3r/Slicing.cpp index acfb17e856..989610c7ac 100644 --- a/src/libslic3r/Slicing.cpp +++ b/src/libslic3r/Slicing.cpp @@ -119,8 +119,6 @@ SlicingParameters SlicingParameters::create_from_config( //BBS params.gap_object_support = object_config.support_bottom_z_distance.value; params.gap_support_object = object_config.support_top_z_distance.value; - if (params.gap_object_support <= 0) - params.gap_object_support = params.gap_support_object; if (!print_config.independent_support_layer_height) { params.gap_raft_object = std::round(params.gap_raft_object / object_config.layer_height + EPSILON) * object_config.layer_height; From 464594336012defbea3c497a33ef3904fd5424b2 Mon Sep 17 00:00:00 2001 From: Hukete <100949318+Hukete@users.noreply.github.com> Date: Fri, 10 Nov 2023 20:51:44 +0800 Subject: [PATCH 6/8] Update fdm_process_qidi_x3_common.json (#2683) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 10-25 Add TPU-95A HF * 1030 Adding Introduction of Chamber Temperature Control Macros(M191) to Notes * 1102 Add ABS-GF10 profile, Remove a extra "s" from the "0.36mm Standard @Qidi XPlus3 0.6 nozzle.json" file * 1106 Add the PA value to some genetic filament profiles * Update fdm_filament_pla.json Change the fan rate of begin layers * Update fdm_process_qidi_x3_common.json Reduction of top surface particles --- resources/profiles/Qidi/process/fdm_process_qidi_x3_common.json | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/profiles/Qidi/process/fdm_process_qidi_x3_common.json b/resources/profiles/Qidi/process/fdm_process_qidi_x3_common.json index cd84825bc2..6f710334de 100644 --- a/resources/profiles/Qidi/process/fdm_process_qidi_x3_common.json +++ b/resources/profiles/Qidi/process/fdm_process_qidi_x3_common.json @@ -113,5 +113,6 @@ "internal_bridge_speed": "50", "internal_solid_infill_pattern": "monotonic", "initial_layer_travel_speed": "50%", + "filter_out_gap_fill": "2", "notes": "If you want to use Orca's chamber temperature control feature, check that printer.cfg has added the following M191 macro.\nTo add it: go to Fluidd web interface--configuration, copy the following code to the top of the printer.cfg document, SAVE&RESATART \n\n[gcode_macro M191]\ngcode:\n #Parameters\n {% set s = params.S|float %}\n \n M141 {% for p in params %}{'%s%s' % (p, params[p])}{% endfor %} ; Set hotend temp\n {% if s != 0 %}\n TEMPERATURE_WAIT SENSOR=\"heater_generic hot\" MINIMUM={s} MAXIMUM={s+1} ; Wait for hotend temp (within 1 degree)\n {% endif %}" } From 09b84a0850ec48531a1fe1ebb240169556075f5a Mon Sep 17 00:00:00 2001 From: Heiko Liebscher Date: Fri, 10 Nov 2023 13:52:21 +0100 Subject: [PATCH 7/8] fix de language new feature (#2686) fix de --- localization/i18n/de/OrcaSlicer_de.po | 33 +++++++++++++++------------ 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/localization/i18n/de/OrcaSlicer_de.po b/localization/i18n/de/OrcaSlicer_de.po index 94beb7ed5c..fd95f27a34 100644 --- a/localization/i18n/de/OrcaSlicer_de.po +++ b/localization/i18n/de/OrcaSlicer_de.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: Orca Slicer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-10 14:54+0800\n" +"POT-Creation-Date: 2023-11-10 11:25+0100\n" "PO-Revision-Date: \n" "Last-Translator: Heiko Liebscher \n" "Language-Team: \n" @@ -659,6 +659,11 @@ msgid "" "Please note, application settings will be lost, but printer profiles will " "not be affected." msgstr "" +"Die OrcaSlicer-Konfigurationsdatei ist möglicherweise beschädigt und kann " +"nicht analysiert werden.\n" +"OrcaSlicer hat versucht, die Konfigurationsdatei neu zu erstellen.\n" +"Bitte beachten Sie, dass die Anwendungseinstellungen verloren gehen, die " +"Druckerprofile jedoch nicht betroffen sind." msgid "Rebuild" msgstr "Wiederaufbau" @@ -3218,7 +3223,7 @@ msgstr "Volumen:" msgid "Size:" msgstr "Größe:" -#, c-format, boost-format +#, boost-format msgid "" "Conflicts of gcode paths have been found at layer %d, z = %.2lf mm. Please " "separate the conflicted objects farther (%s <-> %s)." @@ -6059,13 +6064,13 @@ msgstr "" msgid "" "When recording timelapse without toolhead, it is recommended to add a " "\"Timelapse Wipe Tower\" \n" -"by right-click the empty position of build plate and choose \"Add Primitive" -"\"->\"Timelapse Wipe Tower\"." +"by right-click the empty position of build plate and choose \"Add " +"Primitive\"->\"Timelapse Wipe Tower\"." msgstr "" "Wenn Sie einen Zeitraffer ohne Werkzeugkopf aufnehmen, wird empfohlen, einen " "\"Timelapse Wischturm\" hinzuzufügen, indem Sie mit der rechten Maustaste " -"auf die leere Position der Bauplatte klicken und \"Primitiv hinzufügen\"->" -"\"Timelapse Wischturm\" wählen." +"auf die leere Position der Bauplatte klicken und \"Primitiv hinzufügen\"-" +">\"Timelapse Wischturm\" wählen." msgid "Line width" msgstr "Breite der Linie" @@ -6349,7 +6354,7 @@ msgid "Change filament G-code" msgstr "Filamentwechsel G-Code" msgid "Change extrusion role G-code" -msgstr "" +msgstr "Ändere den G-Code der Extrusionsart" msgid "Pause G-code" msgstr "Pausen G-Code" @@ -9026,13 +9031,13 @@ msgstr "Volle Lüfterdrehzahl ab Schicht" msgid "" "Fan speed will be ramped up linearly from zero at layer " -"\"close_fan_the_first_x_layers\" to maximum at layer \"full_fan_speed_layer" -"\". \"full_fan_speed_layer\" will be ignored if lower than " -"\"close_fan_the_first_x_layers\", in which case the fan will be running at " -"maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." +"\"close_fan_the_first_x_layers\" to maximum at layer " +"\"full_fan_speed_layer\". \"full_fan_speed_layer\" will be ignored if lower " +"than \"close_fan_the_first_x_layers\", in which case the fan will be running " +"at maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." msgstr "" -"Die Lüftergeschwindigkeit wird linear von Null bei der Schicht" -"\"close_fan_the_first_x_layers\" auf das Maximum bei der Schicht " +"Die Lüftergeschwindigkeit wird linear von Null bei der " +"Schicht\"close_fan_the_first_x_layers\" auf das Maximum bei der Schicht " "\"full_fan_speed_layer\" erhöht. \"full_fan_speed_layer\" wird ignoriert, " "wenn es niedriger ist als \"close_fan_the_first_x_layers\",in diesem Fall " "läuft der Lüfter bei Schicht \"close_fan_the_first_x_layers\"+ 1 mit maximal " @@ -10804,7 +10809,7 @@ msgstr "" "Befehls zum Auslösen des Werkzeugwechsels" msgid "This gcode is inserted when the extrusion role is changed" -msgstr "" +msgstr "Dieser G-Code wird beim Wechsel der Extrusionsart eingefügt" msgid "" "Line width for top surfaces. If expressed as a %, it will be computed over " From 1e040f2fc35446fd20717676b0703d51ca6d7773 Mon Sep 17 00:00:00 2001 From: SoftFever Date: Fri, 10 Nov 2023 21:13:27 +0800 Subject: [PATCH 8/8] bump version to 1.8.0-rc --- version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.inc b/version.inc index 42a601f663..60c72b29a0 100644 --- a/version.inc +++ b/version.inc @@ -10,7 +10,7 @@ endif() if(NOT DEFINED BBL_INTERNAL_TESTING) set(BBL_INTERNAL_TESTING "1") endif() -set(SoftFever_VERSION "1.8.0-beta2") +set(SoftFever_VERSION "1.8.0-rc") string(REGEX MATCH "^([0-9]+)\\.([0-9]+)\\.([0-9]+)" SoftFever_VERSION_MATCH ${SoftFever_VERSION}) set(ORCA_VERSION_MAJOR ${CMAKE_MATCH_1})