From a7e5477e1fe85cab9ba278382c427493e365699f Mon Sep 17 00:00:00 2001 From: Christian Kunis Date: Mon, 26 Aug 2024 08:00:04 -0400 Subject: [PATCH] Restore TPU print speed to the default voron speeds. --- resources/quality/voron2/voron2_v6_0.25_TPU_extrafine.inst.cfg | 2 +- resources/quality/voron2/voron2_v6_0.25_TPU_fast.inst.cfg | 2 +- resources/quality/voron2/voron2_v6_0.25_TPU_fine.inst.cfg | 2 +- resources/quality/voron2/voron2_v6_0.25_TPU_normal.inst.cfg | 2 +- resources/quality/voron2/voron2_v6_0.30_TPU_extrafine.inst.cfg | 2 +- resources/quality/voron2/voron2_v6_0.30_TPU_fast.inst.cfg | 2 +- resources/quality/voron2/voron2_v6_0.30_TPU_fine.inst.cfg | 2 +- resources/quality/voron2/voron2_v6_0.30_TPU_normal.inst.cfg | 2 +- resources/quality/voron2/voron2_v6_0.35_TPU_fast.inst.cfg | 2 +- resources/quality/voron2/voron2_v6_0.35_TPU_fine.inst.cfg | 2 +- resources/quality/voron2/voron2_v6_0.35_TPU_normal.inst.cfg | 2 +- resources/quality/voron2/voron2_v6_0.40_TPU_extrafast.inst.cfg | 2 +- resources/quality/voron2/voron2_v6_0.40_TPU_fast.inst.cfg | 2 +- resources/quality/voron2/voron2_v6_0.40_TPU_fine.inst.cfg | 2 +- resources/quality/voron2/voron2_v6_0.40_TPU_normal.inst.cfg | 2 +- resources/quality/voron2/voron2_v6_0.50_TPU_extrafast.inst.cfg | 2 +- resources/quality/voron2/voron2_v6_0.50_TPU_fast.inst.cfg | 2 +- resources/quality/voron2/voron2_v6_0.50_TPU_normal.inst.cfg | 2 +- resources/quality/voron2/voron2_v6_0.50_TPU_sprint.inst.cfg | 2 +- resources/quality/voron2/voron2_v6_0.60_TPU_extrafast.inst.cfg | 2 +- resources/quality/voron2/voron2_v6_0.60_TPU_fast.inst.cfg | 2 +- resources/quality/voron2/voron2_v6_0.60_TPU_sprint.inst.cfg | 2 +- resources/quality/voron2/voron2_v6_0.80_TPU_extrafast.inst.cfg | 2 +- resources/quality/voron2/voron2_v6_0.80_TPU_sprint.inst.cfg | 2 +- .../quality/voron2/voron2_v6_0.80_TPU_supersprint.inst.cfg | 2 +- .../quality/voron2/voron2_volcano_0.40_TPU_extrafast.inst.cfg | 2 +- resources/quality/voron2/voron2_volcano_0.40_TPU_fast.inst.cfg | 2 +- .../quality/voron2/voron2_volcano_0.40_TPU_normal.inst.cfg | 2 +- .../quality/voron2/voron2_volcano_0.60_TPU_extrafast.inst.cfg | 2 +- resources/quality/voron2/voron2_volcano_0.60_TPU_fast.inst.cfg | 2 +- .../quality/voron2/voron2_volcano_0.60_TPU_sprint.inst.cfg | 2 +- .../quality/voron2/voron2_volcano_0.80_TPU_extrafast.inst.cfg | 2 +- .../quality/voron2/voron2_volcano_0.80_TPU_sprint.inst.cfg | 2 +- .../quality/voron2/voron2_volcano_0.80_TPU_supersprint.inst.cfg | 2 +- .../quality/voron2/voron2_volcano_1.00_TPU_sprint.inst.cfg | 2 +- .../quality/voron2/voron2_volcano_1.00_TPU_supersprint.inst.cfg | 2 +- .../quality/voron2/voron2_volcano_1.00_TPU_ultrasprint.inst.cfg | 2 +- .../quality/voron2/voron2_volcano_1.20_TPU_sprint.inst.cfg | 2 +- .../quality/voron2/voron2_volcano_1.20_TPU_supersprint.inst.cfg | 2 +- .../quality/voron2/voron2_volcano_1.20_TPU_ultrasprint.inst.cfg | 2 +- 40 files changed, 40 insertions(+), 40 deletions(-) diff --git a/resources/quality/voron2/voron2_v6_0.25_TPU_extrafine.inst.cfg b/resources/quality/voron2/voron2_v6_0.25_TPU_extrafine.inst.cfg index 95f126b12b..e7b6b714fb 100644 --- a/resources/quality/voron2/voron2_v6_0.25_TPU_extrafine.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.25_TPU_extrafine.inst.cfg @@ -13,7 +13,7 @@ variant = V6 0.25mm [values] speed_infill = =speed_print speed_layer_0 = =math.ceil(speed_print * 0.375) -speed_print = 75 +speed_print = 300 speed_roofing = =speed_topbottom speed_topbottom = =math.ceil(speed_print * 0.50) speed_wall = =math.ceil(speed_print * 0.50) diff --git a/resources/quality/voron2/voron2_v6_0.25_TPU_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.25_TPU_fast.inst.cfg index 8591e1017a..a93e0bd832 100644 --- a/resources/quality/voron2/voron2_v6_0.25_TPU_fast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.25_TPU_fast.inst.cfg @@ -13,7 +13,7 @@ variant = V6 0.25mm [values] speed_infill = =speed_print speed_layer_0 = =math.ceil(speed_print * 0.375) -speed_print = 45 +speed_print = 180 speed_roofing = =speed_topbottom speed_topbottom = =math.ceil(speed_print * 0.50) speed_wall = =math.ceil(speed_print * 0.50) diff --git a/resources/quality/voron2/voron2_v6_0.25_TPU_fine.inst.cfg b/resources/quality/voron2/voron2_v6_0.25_TPU_fine.inst.cfg index 3b19e1b5da..ee2404bc08 100644 --- a/resources/quality/voron2/voron2_v6_0.25_TPU_fine.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.25_TPU_fine.inst.cfg @@ -13,7 +13,7 @@ variant = V6 0.25mm [values] speed_infill = =speed_print speed_layer_0 = =math.ceil(speed_print * 0.375) -speed_print = 75 +speed_print = 300 speed_roofing = =speed_topbottom speed_topbottom = =math.ceil(speed_print * 0.50) speed_wall = =math.ceil(speed_print * 0.50) diff --git a/resources/quality/voron2/voron2_v6_0.25_TPU_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.25_TPU_normal.inst.cfg index 4401e26ff5..6931141a6f 100644 --- a/resources/quality/voron2/voron2_v6_0.25_TPU_normal.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.25_TPU_normal.inst.cfg @@ -13,7 +13,7 @@ variant = V6 0.25mm [values] speed_infill = =speed_print speed_layer_0 = =math.ceil(speed_print * 0.375) -speed_print = 60 +speed_print = 240 speed_roofing = =speed_topbottom speed_topbottom = =math.ceil(speed_print * 0.50) speed_wall = =math.ceil(speed_print * 0.50) diff --git a/resources/quality/voron2/voron2_v6_0.30_TPU_extrafine.inst.cfg b/resources/quality/voron2/voron2_v6_0.30_TPU_extrafine.inst.cfg index fc078619d4..217caf5659 100644 --- a/resources/quality/voron2/voron2_v6_0.30_TPU_extrafine.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.30_TPU_extrafine.inst.cfg @@ -13,7 +13,7 @@ variant = V6 0.30mm [values] speed_infill = =speed_print speed_layer_0 = =math.ceil(speed_print * 0.375) -speed_print = 75 +speed_print = 300 speed_roofing = =speed_topbottom speed_topbottom = =math.ceil(speed_print * 0.50) speed_wall = =math.ceil(speed_print * 0.50) diff --git a/resources/quality/voron2/voron2_v6_0.30_TPU_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.30_TPU_fast.inst.cfg index 16adbecf9b..bd067c1827 100644 --- a/resources/quality/voron2/voron2_v6_0.30_TPU_fast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.30_TPU_fast.inst.cfg @@ -13,7 +13,7 @@ variant = V6 0.30mm [values] speed_infill = =speed_print speed_layer_0 = =math.ceil(speed_print * 0.375) -speed_print = 40 +speed_print = 160 speed_roofing = =speed_topbottom speed_topbottom = =math.ceil(speed_print * 0.50) speed_wall = =math.ceil(speed_print * 0.50) diff --git a/resources/quality/voron2/voron2_v6_0.30_TPU_fine.inst.cfg b/resources/quality/voron2/voron2_v6_0.30_TPU_fine.inst.cfg index f87579b796..05000e8e19 100644 --- a/resources/quality/voron2/voron2_v6_0.30_TPU_fine.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.30_TPU_fine.inst.cfg @@ -13,7 +13,7 @@ variant = V6 0.30mm [values] speed_infill = =speed_print speed_layer_0 = =math.ceil(speed_print * 0.375) -speed_print = 75 +speed_print = 300 speed_roofing = =speed_topbottom speed_topbottom = =math.ceil(speed_print * 0.50) speed_wall = =math.ceil(speed_print * 0.50) diff --git a/resources/quality/voron2/voron2_v6_0.30_TPU_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.30_TPU_normal.inst.cfg index 8b41e53b09..a934707451 100644 --- a/resources/quality/voron2/voron2_v6_0.30_TPU_normal.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.30_TPU_normal.inst.cfg @@ -13,7 +13,7 @@ variant = V6 0.30mm [values] speed_infill = =speed_print speed_layer_0 = =math.ceil(speed_print * 0.375) -speed_print = 50 +speed_print = 200 speed_roofing = =speed_topbottom speed_topbottom = =math.ceil(speed_print * 0.50) speed_wall = =math.ceil(speed_print * 0.50) diff --git a/resources/quality/voron2/voron2_v6_0.35_TPU_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.35_TPU_fast.inst.cfg index c460287dc6..57751118f9 100644 --- a/resources/quality/voron2/voron2_v6_0.35_TPU_fast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.35_TPU_fast.inst.cfg @@ -13,7 +13,7 @@ variant = V6 0.35mm [values] speed_infill = =speed_print speed_layer_0 = =math.ceil(speed_print * 0.375) -speed_print = 33.75 +speed_print = 135 speed_roofing = =speed_topbottom speed_topbottom = =math.ceil(speed_print * 0.50) speed_wall = =math.ceil(speed_print * 0.50) diff --git a/resources/quality/voron2/voron2_v6_0.35_TPU_fine.inst.cfg b/resources/quality/voron2/voron2_v6_0.35_TPU_fine.inst.cfg index a37852e7eb..4016f5584e 100644 --- a/resources/quality/voron2/voron2_v6_0.35_TPU_fine.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.35_TPU_fine.inst.cfg @@ -13,7 +13,7 @@ variant = V6 0.35mm [values] speed_infill = =speed_print speed_layer_0 = =math.ceil(speed_print * 0.375) -speed_print = 67.5 +speed_print = 270 speed_roofing = =speed_topbottom speed_topbottom = =math.ceil(speed_print * 0.50) speed_wall = =math.ceil(speed_print * 0.50) diff --git a/resources/quality/voron2/voron2_v6_0.35_TPU_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.35_TPU_normal.inst.cfg index 8a0961a170..b7474b0cbd 100644 --- a/resources/quality/voron2/voron2_v6_0.35_TPU_normal.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.35_TPU_normal.inst.cfg @@ -13,7 +13,7 @@ variant = V6 0.35mm [values] speed_infill = =speed_print speed_layer_0 = =math.ceil(speed_print * 0.375) -speed_print = 45 +speed_print = 180 speed_roofing = =speed_topbottom speed_topbottom = =math.ceil(speed_print * 0.50) speed_wall = =math.ceil(speed_print * 0.50) diff --git a/resources/quality/voron2/voron2_v6_0.40_TPU_extrafast.inst.cfg b/resources/quality/voron2/voron2_v6_0.40_TPU_extrafast.inst.cfg index c1182d00c7..7b8ecd4957 100644 --- a/resources/quality/voron2/voron2_v6_0.40_TPU_extrafast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.40_TPU_extrafast.inst.cfg @@ -13,7 +13,7 @@ variant = V6 0.40mm [values] speed_infill = =speed_print speed_layer_0 = =math.ceil(speed_print * 0.375) -speed_print = 20 +speed_print = 80 speed_roofing = =speed_topbottom speed_topbottom = =math.ceil(speed_print * 0.50) speed_wall = =math.ceil(speed_print * 0.50) diff --git a/resources/quality/voron2/voron2_v6_0.40_TPU_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.40_TPU_fast.inst.cfg index 49e4f45f90..cc323328b3 100644 --- a/resources/quality/voron2/voron2_v6_0.40_TPU_fast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.40_TPU_fast.inst.cfg @@ -13,7 +13,7 @@ variant = V6 0.40mm [values] speed_infill = =speed_print speed_layer_0 = =math.ceil(speed_print * 0.375) -speed_print = 30 +speed_print = 120 speed_roofing = =speed_topbottom speed_topbottom = =math.ceil(speed_print * 0.50) speed_wall = =math.ceil(speed_print * 0.50) diff --git a/resources/quality/voron2/voron2_v6_0.40_TPU_fine.inst.cfg b/resources/quality/voron2/voron2_v6_0.40_TPU_fine.inst.cfg index 6899f677ed..fcdc58c5d0 100644 --- a/resources/quality/voron2/voron2_v6_0.40_TPU_fine.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.40_TPU_fine.inst.cfg @@ -13,7 +13,7 @@ variant = V6 0.40mm [values] speed_infill = =speed_print speed_layer_0 = =math.ceil(speed_print * 0.375) -speed_print = 60 +speed_print = 240 speed_roofing = =speed_topbottom speed_topbottom = =math.ceil(speed_print * 0.50) speed_wall = =math.ceil(speed_print * 0.50) diff --git a/resources/quality/voron2/voron2_v6_0.40_TPU_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.40_TPU_normal.inst.cfg index 81c9da6f17..63d675bb68 100644 --- a/resources/quality/voron2/voron2_v6_0.40_TPU_normal.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.40_TPU_normal.inst.cfg @@ -13,7 +13,7 @@ variant = V6 0.40mm [values] speed_infill = =speed_print speed_layer_0 = =math.ceil(speed_print * 0.375) -speed_print = 40 +speed_print = 160 speed_roofing = =speed_topbottom speed_topbottom = =math.ceil(speed_print * 0.50) speed_wall = =math.ceil(speed_print * 0.50) diff --git a/resources/quality/voron2/voron2_v6_0.50_TPU_extrafast.inst.cfg b/resources/quality/voron2/voron2_v6_0.50_TPU_extrafast.inst.cfg index 3b21154e82..7fa652d855 100644 --- a/resources/quality/voron2/voron2_v6_0.50_TPU_extrafast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.50_TPU_extrafast.inst.cfg @@ -13,7 +13,7 @@ variant = V6 0.50mm [values] speed_infill = =speed_print speed_layer_0 = =math.ceil(speed_print * 0.375) -speed_print = 15 +speed_print = 60 speed_roofing = =speed_topbottom speed_topbottom = =math.ceil(speed_print * 0.50) speed_wall = =math.ceil(speed_print * 0.50) diff --git a/resources/quality/voron2/voron2_v6_0.50_TPU_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.50_TPU_fast.inst.cfg index e81d9f4c34..898a271b49 100644 --- a/resources/quality/voron2/voron2_v6_0.50_TPU_fast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.50_TPU_fast.inst.cfg @@ -13,7 +13,7 @@ variant = V6 0.50mm [values] speed_infill = =speed_print speed_layer_0 = =math.ceil(speed_print * 0.375) -speed_print = 22.5 +speed_print = 90 speed_roofing = =speed_topbottom speed_topbottom = =math.ceil(speed_print * 0.50) speed_wall = =math.ceil(speed_print * 0.50) diff --git a/resources/quality/voron2/voron2_v6_0.50_TPU_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.50_TPU_normal.inst.cfg index 2797670b13..b7aaa1f7a2 100644 --- a/resources/quality/voron2/voron2_v6_0.50_TPU_normal.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.50_TPU_normal.inst.cfg @@ -13,7 +13,7 @@ variant = V6 0.50mm [values] speed_infill = =speed_print speed_layer_0 = =math.ceil(speed_print * 0.375) -speed_print = 30 +speed_print = 120 speed_roofing = =speed_topbottom speed_topbottom = =math.ceil(speed_print * 0.50) speed_wall = =math.ceil(speed_print * 0.50) diff --git a/resources/quality/voron2/voron2_v6_0.50_TPU_sprint.inst.cfg b/resources/quality/voron2/voron2_v6_0.50_TPU_sprint.inst.cfg index a9a804111c..f05f652783 100644 --- a/resources/quality/voron2/voron2_v6_0.50_TPU_sprint.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.50_TPU_sprint.inst.cfg @@ -13,7 +13,7 @@ variant = V6 0.50mm [values] speed_infill = =speed_print speed_layer_0 = =math.ceil(speed_print * 0.375) -speed_print = 11.25 +speed_print = 45 speed_roofing = =speed_topbottom speed_topbottom = =math.ceil(speed_print * 0.50) speed_wall = =math.ceil(speed_print * 0.50) diff --git a/resources/quality/voron2/voron2_v6_0.60_TPU_extrafast.inst.cfg b/resources/quality/voron2/voron2_v6_0.60_TPU_extrafast.inst.cfg index 7a6508c7a7..5e053d8bc4 100644 --- a/resources/quality/voron2/voron2_v6_0.60_TPU_extrafast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.60_TPU_extrafast.inst.cfg @@ -13,7 +13,7 @@ variant = V6 0.60mm [values] speed_infill = =speed_print speed_layer_0 = =math.ceil(speed_print * 0.375) -speed_print = 12.5 +speed_print = 50 speed_roofing = =speed_topbottom speed_topbottom = =math.ceil(speed_print * 0.50) speed_wall = =math.ceil(speed_print * 0.50) diff --git a/resources/quality/voron2/voron2_v6_0.60_TPU_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.60_TPU_fast.inst.cfg index ae9cd42d9d..d2b06a4d31 100644 --- a/resources/quality/voron2/voron2_v6_0.60_TPU_fast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.60_TPU_fast.inst.cfg @@ -13,7 +13,7 @@ variant = V6 0.60mm [values] speed_infill = =speed_print speed_layer_0 = =math.ceil(speed_print * 0.375) -speed_print = 20 +speed_print = 80 speed_roofing = =speed_topbottom speed_topbottom = =math.ceil(speed_print * 0.50) speed_wall = =math.ceil(speed_print * 0.50) diff --git a/resources/quality/voron2/voron2_v6_0.60_TPU_sprint.inst.cfg b/resources/quality/voron2/voron2_v6_0.60_TPU_sprint.inst.cfg index d0816f8db7..b6a752f140 100644 --- a/resources/quality/voron2/voron2_v6_0.60_TPU_sprint.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.60_TPU_sprint.inst.cfg @@ -13,7 +13,7 @@ variant = V6 0.60mm [values] speed_infill = =speed_print speed_layer_0 = =math.ceil(speed_print * 0.375) -speed_print = 10 +speed_print = 40 speed_roofing = =speed_topbottom speed_topbottom = =math.ceil(speed_print * 0.50) speed_wall = =math.ceil(speed_print * 0.50) diff --git a/resources/quality/voron2/voron2_v6_0.80_TPU_extrafast.inst.cfg b/resources/quality/voron2/voron2_v6_0.80_TPU_extrafast.inst.cfg index 63e1744c1c..94fa58ec41 100644 --- a/resources/quality/voron2/voron2_v6_0.80_TPU_extrafast.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.80_TPU_extrafast.inst.cfg @@ -13,7 +13,7 @@ variant = V6 0.80mm [values] speed_infill = =speed_print speed_layer_0 = =math.ceil(speed_print * 0.375) -speed_print = 10 +speed_print = 40 speed_roofing = =speed_topbottom speed_topbottom = =math.ceil(speed_print * 0.50) speed_wall = =math.ceil(speed_print * 0.50) diff --git a/resources/quality/voron2/voron2_v6_0.80_TPU_sprint.inst.cfg b/resources/quality/voron2/voron2_v6_0.80_TPU_sprint.inst.cfg index ae5571e6d5..ed6e3bbd96 100644 --- a/resources/quality/voron2/voron2_v6_0.80_TPU_sprint.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.80_TPU_sprint.inst.cfg @@ -13,7 +13,7 @@ variant = V6 0.80mm [values] speed_infill = =speed_print speed_layer_0 = =math.ceil(speed_print * 0.375) -speed_print = 7.5 +speed_print = 30 speed_roofing = =speed_topbottom speed_topbottom = =math.ceil(speed_print * 0.50) speed_wall = =math.ceil(speed_print * 0.50) diff --git a/resources/quality/voron2/voron2_v6_0.80_TPU_supersprint.inst.cfg b/resources/quality/voron2/voron2_v6_0.80_TPU_supersprint.inst.cfg index bceb062d4d..49e348299b 100644 --- a/resources/quality/voron2/voron2_v6_0.80_TPU_supersprint.inst.cfg +++ b/resources/quality/voron2/voron2_v6_0.80_TPU_supersprint.inst.cfg @@ -13,7 +13,7 @@ variant = V6 0.80mm [values] speed_infill = =speed_print speed_layer_0 = =math.ceil(speed_print * 0.375) -speed_print = 6 +speed_print = 24 speed_roofing = =speed_topbottom speed_topbottom = =math.ceil(speed_print * 0.50) speed_wall = =math.ceil(speed_print * 0.50) diff --git a/resources/quality/voron2/voron2_volcano_0.40_TPU_extrafast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.40_TPU_extrafast.inst.cfg index 9bca6ec732..13df7a17fe 100644 --- a/resources/quality/voron2/voron2_volcano_0.40_TPU_extrafast.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.40_TPU_extrafast.inst.cfg @@ -13,7 +13,7 @@ variant = Volcano 0.40mm [values] speed_infill = =speed_print speed_layer_0 = =math.ceil(speed_print * 0.375) -speed_print = 62.5 +speed_print = 250 speed_roofing = =speed_topbottom speed_topbottom = =math.ceil(speed_print * 0.50) speed_wall = =math.ceil(speed_print * 0.50) diff --git a/resources/quality/voron2/voron2_volcano_0.40_TPU_fast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.40_TPU_fast.inst.cfg index da94b9d809..f7f4de0b25 100644 --- a/resources/quality/voron2/voron2_volcano_0.40_TPU_fast.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.40_TPU_fast.inst.cfg @@ -13,7 +13,7 @@ variant = Volcano 0.40mm [values] speed_infill = =speed_print speed_layer_0 = =math.ceil(speed_print * 0.375) -speed_print = 75 +speed_print = 300 speed_roofing = =speed_topbottom speed_topbottom = =math.ceil(speed_print * 0.50) speed_wall = =math.ceil(speed_print * 0.50) diff --git a/resources/quality/voron2/voron2_volcano_0.40_TPU_normal.inst.cfg b/resources/quality/voron2/voron2_volcano_0.40_TPU_normal.inst.cfg index 7cd4fe079e..0f7fdf0238 100644 --- a/resources/quality/voron2/voron2_volcano_0.40_TPU_normal.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.40_TPU_normal.inst.cfg @@ -13,7 +13,7 @@ variant = Volcano 0.40mm [values] speed_infill = =speed_print speed_layer_0 = =math.ceil(speed_print * 0.375) -speed_print = 75 +speed_print = 300 speed_roofing = =speed_topbottom speed_topbottom = =math.ceil(speed_print * 0.50) speed_wall = =math.ceil(speed_print * 0.50) diff --git a/resources/quality/voron2/voron2_volcano_0.60_TPU_extrafast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.60_TPU_extrafast.inst.cfg index 57b96a4bd7..a026d13755 100644 --- a/resources/quality/voron2/voron2_volcano_0.60_TPU_extrafast.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.60_TPU_extrafast.inst.cfg @@ -13,7 +13,7 @@ variant = Volcano 0.60mm [values] speed_infill = =speed_print speed_layer_0 = =math.ceil(speed_print * 0.375) -speed_print = 41.25 +speed_print = 165 speed_roofing = =speed_topbottom speed_topbottom = =math.ceil(speed_print * 0.50) speed_wall = =math.ceil(speed_print * 0.50) diff --git a/resources/quality/voron2/voron2_volcano_0.60_TPU_fast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.60_TPU_fast.inst.cfg index 42448cd7a6..2551c5085d 100644 --- a/resources/quality/voron2/voron2_volcano_0.60_TPU_fast.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.60_TPU_fast.inst.cfg @@ -13,7 +13,7 @@ variant = Volcano 0.60mm [values] speed_infill = =speed_print speed_layer_0 = =math.ceil(speed_print * 0.375) -speed_print = 62.5 +speed_print = 250 speed_roofing = =speed_topbottom speed_topbottom = =math.ceil(speed_print * 0.50) speed_wall = =math.ceil(speed_print * 0.50) diff --git a/resources/quality/voron2/voron2_volcano_0.60_TPU_sprint.inst.cfg b/resources/quality/voron2/voron2_volcano_0.60_TPU_sprint.inst.cfg index 0c4d4ae2fb..03d7a5de60 100644 --- a/resources/quality/voron2/voron2_volcano_0.60_TPU_sprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.60_TPU_sprint.inst.cfg @@ -13,7 +13,7 @@ variant = Volcano 0.60mm [values] speed_infill = =speed_print speed_layer_0 = =math.ceil(speed_print * 0.375) -speed_print = 31.25 +speed_print = 125 speed_roofing = =speed_topbottom speed_topbottom = =math.ceil(speed_print * 0.50) speed_wall = =math.ceil(speed_print * 0.50) diff --git a/resources/quality/voron2/voron2_volcano_0.80_TPU_extrafast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.80_TPU_extrafast.inst.cfg index 592ddfa0ee..f8382a17f7 100644 --- a/resources/quality/voron2/voron2_volcano_0.80_TPU_extrafast.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.80_TPU_extrafast.inst.cfg @@ -13,7 +13,7 @@ variant = Volcano 0.80mm [values] speed_infill = =speed_print speed_layer_0 = =math.ceil(speed_print * 0.375) -speed_print = 31.25 +speed_print = 125 speed_roofing = =speed_topbottom speed_topbottom = =math.ceil(speed_print * 0.50) speed_wall = =math.ceil(speed_print * 0.50) diff --git a/resources/quality/voron2/voron2_volcano_0.80_TPU_sprint.inst.cfg b/resources/quality/voron2/voron2_volcano_0.80_TPU_sprint.inst.cfg index b98808413f..a9c02df5d2 100644 --- a/resources/quality/voron2/voron2_volcano_0.80_TPU_sprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.80_TPU_sprint.inst.cfg @@ -13,7 +13,7 @@ variant = Volcano 0.80mm [values] speed_infill = =speed_print speed_layer_0 = =math.ceil(speed_print * 0.375) -speed_print = 22.5 +speed_print = 90 speed_roofing = =speed_topbottom speed_topbottom = =math.ceil(speed_print * 0.50) speed_wall = =math.ceil(speed_print * 0.50) diff --git a/resources/quality/voron2/voron2_volcano_0.80_TPU_supersprint.inst.cfg b/resources/quality/voron2/voron2_volcano_0.80_TPU_supersprint.inst.cfg index f009518856..f3920f61e8 100644 --- a/resources/quality/voron2/voron2_volcano_0.80_TPU_supersprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_0.80_TPU_supersprint.inst.cfg @@ -13,7 +13,7 @@ variant = Volcano 0.80mm [values] speed_infill = =speed_print speed_layer_0 = =math.ceil(speed_print * 0.375) -speed_print = 17.5 +speed_print = 70 speed_roofing = =speed_topbottom speed_topbottom = =math.ceil(speed_print * 0.50) speed_wall = =math.ceil(speed_print * 0.50) diff --git a/resources/quality/voron2/voron2_volcano_1.00_TPU_sprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.00_TPU_sprint.inst.cfg index 305172aff4..57ddcf68f4 100644 --- a/resources/quality/voron2/voron2_volcano_1.00_TPU_sprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_1.00_TPU_sprint.inst.cfg @@ -13,7 +13,7 @@ variant = Volcano 1.00mm [values] speed_infill = =speed_print speed_layer_0 = =math.ceil(speed_print * 0.375) -speed_print = 18.75 +speed_print = 75 speed_roofing = =speed_topbottom speed_topbottom = =math.ceil(speed_print * 0.50) speed_wall = =math.ceil(speed_print * 0.50) diff --git a/resources/quality/voron2/voron2_volcano_1.00_TPU_supersprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.00_TPU_supersprint.inst.cfg index ba92b8ee8b..5de4dff512 100644 --- a/resources/quality/voron2/voron2_volcano_1.00_TPU_supersprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_1.00_TPU_supersprint.inst.cfg @@ -13,7 +13,7 @@ variant = Volcano 1.00mm [values] speed_infill = =speed_print speed_layer_0 = =math.ceil(speed_print * 0.375) -speed_print = 15 +speed_print = 60 speed_roofing = =speed_topbottom speed_topbottom = =math.ceil(speed_print * 0.50) speed_wall = =math.ceil(speed_print * 0.50) diff --git a/resources/quality/voron2/voron2_volcano_1.00_TPU_ultrasprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.00_TPU_ultrasprint.inst.cfg index 96ce968140..0fdf7be51c 100644 --- a/resources/quality/voron2/voron2_volcano_1.00_TPU_ultrasprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_1.00_TPU_ultrasprint.inst.cfg @@ -13,7 +13,7 @@ variant = Volcano 1.00mm [values] speed_infill = =speed_print speed_layer_0 = =math.ceil(speed_print * 0.375) -speed_print = 12.5 +speed_print = 50 speed_roofing = =speed_topbottom speed_topbottom = =math.ceil(speed_print * 0.50) speed_wall = =math.ceil(speed_print * 0.50) diff --git a/resources/quality/voron2/voron2_volcano_1.20_TPU_sprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.20_TPU_sprint.inst.cfg index e81913aec3..d431a471c7 100644 --- a/resources/quality/voron2/voron2_volcano_1.20_TPU_sprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_1.20_TPU_sprint.inst.cfg @@ -13,7 +13,7 @@ variant = Volcano 1.20mm [values] speed_infill = =speed_print speed_layer_0 = =math.ceil(speed_print * 0.375) -speed_print = 15 +speed_print = 60 speed_roofing = =speed_topbottom speed_topbottom = =math.ceil(speed_print * 0.50) speed_wall = =math.ceil(speed_print * 0.50) diff --git a/resources/quality/voron2/voron2_volcano_1.20_TPU_supersprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.20_TPU_supersprint.inst.cfg index b3faafde03..e611c83dd9 100644 --- a/resources/quality/voron2/voron2_volcano_1.20_TPU_supersprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_1.20_TPU_supersprint.inst.cfg @@ -13,7 +13,7 @@ variant = Volcano 1.20mm [values] speed_infill = =speed_print speed_layer_0 = =math.ceil(speed_print * 0.375) -speed_print = 12.5 +speed_print = 50 speed_roofing = =speed_topbottom speed_topbottom = =math.ceil(speed_print * 0.50) speed_wall = =math.ceil(speed_print * 0.50) diff --git a/resources/quality/voron2/voron2_volcano_1.20_TPU_ultrasprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.20_TPU_ultrasprint.inst.cfg index bce5c0a55c..041a037ed0 100644 --- a/resources/quality/voron2/voron2_volcano_1.20_TPU_ultrasprint.inst.cfg +++ b/resources/quality/voron2/voron2_volcano_1.20_TPU_ultrasprint.inst.cfg @@ -13,7 +13,7 @@ variant = Volcano 1.20mm [values] speed_infill = =speed_print speed_layer_0 = =math.ceil(speed_print * 0.375) -speed_print = 10 +speed_print = 40 speed_roofing = =speed_topbottom speed_topbottom = =math.ceil(speed_print * 0.50) speed_wall = =math.ceil(speed_print * 0.50)