From f806a61819592f6c80adb0ef83aa162253154a81 Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Thu, 21 Sep 2023 15:54:01 +0200 Subject: [PATCH 1/7] Only filter files in directories starting with . Mac builds were missing some definitions, which happened because there was a . in the directory. The reason why we filtered these in the first place was because Apple doesn't notarize/sign an App correctly if the directory starts with a . e.q.: .dylibs in scipy and shapely. Made the filtering less aggressive Contributes to CURA-11014 --- UltiMaker-Cura.spec.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UltiMaker-Cura.spec.jinja b/UltiMaker-Cura.spec.jinja index 3d540d3b8f..f026c1edd7 100644 --- a/UltiMaker-Cura.spec.jinja +++ b/UltiMaker-Cura.spec.jinja @@ -207,7 +207,7 @@ class UMBUNDLE(BUNDLE): pass else: if typ == 'DATA': - if any(['.' in p for p in inm.parent.parts]) or inm.suffix == '.so': + if any([p.startswith(".") for p in inm.parent.parts if inm.parent.is_dir()]) or inm.suffix == '.so': # Skip info dist egg and some not needed folders in tcl and tk, since they all contain dots in their files logger.warning(f"Skipping DATA file {inm}") continue From d8b5b26a0a1825c014e05a1ea7eb35fd025f5364 Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Thu, 21 Sep 2023 16:17:58 +0200 Subject: [PATCH 2/7] MacOS App doesn't like dots Contributes to CURA-11014 --- UltiMaker-Cura.spec.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UltiMaker-Cura.spec.jinja b/UltiMaker-Cura.spec.jinja index f026c1edd7..8b17b3331e 100644 --- a/UltiMaker-Cura.spec.jinja +++ b/UltiMaker-Cura.spec.jinja @@ -207,7 +207,7 @@ class UMBUNDLE(BUNDLE): pass else: if typ == 'DATA': - if any([p.startswith(".") for p in inm.parent.parts if inm.parent.is_dir()]) or inm.suffix == '.so': + if any(["." in p for p in inm.parent.parts if inm.parent.is_dir()]) or inm.suffix == '.so': # Skip info dist egg and some not needed folders in tcl and tk, since they all contain dots in their files logger.warning(f"Skipping DATA file {inm}") continue From 75b8a184531fcfcd35a7f840af64ca869ab8ffc1 Mon Sep 17 00:00:00 2001 From: "saumya.jain" Date: Thu, 21 Sep 2023 17:06:49 +0200 Subject: [PATCH 3/7] . in folder names changed to _ CURA-11014 --- .../elegoo_abs_nozzle_0.40_layer_0.10.inst.cfg | 0 .../elegoo_abs_nozzle_0.40_layer_0.15.inst.cfg | 0 .../elegoo_abs_nozzle_0.40_layer_0.20.inst.cfg | 0 .../elegoo_abs_nozzle_0.40_layer_0.30.inst.cfg | 0 .../elegoo_asa_nozzle_0.40_layer_0.10.inst.cfg | 0 .../elegoo_asa_nozzle_0.40_layer_0.15.inst.cfg | 0 .../elegoo_asa_nozzle_0.40_layer_0.20.inst.cfg | 0 .../elegoo_asa_nozzle_0.40_layer_0.30.inst.cfg | 0 .../elegoo_petg_nozzle_0.40_layer_0.10.inst.cfg | 0 .../elegoo_petg_nozzle_0.40_layer_0.15.inst.cfg | 0 .../elegoo_petg_nozzle_0.40_layer_0.20.inst.cfg | 0 .../elegoo_petg_nozzle_0.40_layer_0.30.inst.cfg | 0 .../elegoo_pla_nozzle_0.20_layer_0.05.inst.cfg | 0 .../elegoo_pla_nozzle_0.20_layer_0.10.inst.cfg | 0 .../elegoo_pla_nozzle_0.40_layer_0.10.inst.cfg | 0 .../elegoo_pla_nozzle_0.40_layer_0.15.inst.cfg | 0 .../elegoo_pla_nozzle_0.40_layer_0.20.inst.cfg | 0 .../elegoo_pla_nozzle_0.40_layer_0.30.inst.cfg | 0 .../elegoo_pla_nozzle_0.60_layer_0.15.inst.cfg | 0 .../elegoo_pla_nozzle_0.60_layer_0.20.inst.cfg | 0 .../elegoo_pla_nozzle_0.60_layer_0.30.inst.cfg | 0 .../elegoo_pla_nozzle_0.60_layer_0.40.inst.cfg | 0 .../elegoo_pla_nozzle_0.80_layer_0.30.inst.cfg | 0 .../elegoo_pla_nozzle_0.80_layer_0.40.inst.cfg | 0 .../elegoo_pla_nozzle_0.80_layer_0.60.inst.cfg | 0 .../elegoo_tpu_nozzle_0.40_layer_0.10.inst.cfg | 0 .../elegoo_tpu_nozzle_0.40_layer_0.15.inst.cfg | 0 .../elegoo_tpu_nozzle_0.40_layer_0.20.inst.cfg | 0 .../elegoo_tpu_nozzle_0.40_layer_0.30.inst.cfg | 0 .../quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_ABS-X_A.inst.cfg | 0 .../quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_ABS-X_B.inst.cfg | 0 .../quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_ABS-X_C.inst.cfg | 0 .../quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_ABS_A.inst.cfg | 0 .../quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_ABS_B.inst.cfg | 0 .../quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_ABS_C.inst.cfg | 0 .../strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_ACETATE_A.inst.cfg | 0 .../strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_ACETATE_B.inst.cfg | 0 .../strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_ACETATE_C.inst.cfg | 0 .../quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_ASA-X_A.inst.cfg | 0 .../quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_ASA-X_B.inst.cfg | 0 .../quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_ASA-X_C.inst.cfg | 0 .../quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_COPA_A.inst.cfg | 0 .../quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_COPA_B.inst.cfg | 0 .../quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_COPA_C.inst.cfg | 0 .../quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_HIPS_A.inst.cfg | 0 .../quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_HIPS_B.inst.cfg | 0 .../quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_HIPS_C.inst.cfg | 0 .../quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_PC_A.inst.cfg | 0 .../quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_PC_B.inst.cfg | 0 .../quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_PC_C.inst.cfg | 0 .../quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_PEKK_B.inst.cfg | 0 .../quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_PETG_A.inst.cfg | 0 .../quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_PETG_B.inst.cfg | 0 .../quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_PETG_C.inst.cfg | 0 .../quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_PLA_A.inst.cfg | 0 .../quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_PLA_B.inst.cfg | 0 .../quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_PLA_C.inst.cfg | 0 .../strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_PLA_HT_A.inst.cfg | 0 .../strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_PLA_HT_B.inst.cfg | 0 .../strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_PLA_HT_C.inst.cfg | 0 .../strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_TPU98A_A.inst.cfg | 0 .../strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_TPU98A_B.inst.cfg | 0 .../strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_TPU98A_C.inst.cfg | 0 .../{Standard_0.4 => Standard_0_4}/s3d_std0.4_ABS-X_A.inst.cfg | 0 .../{Standard_0.4 => Standard_0_4}/s3d_std0.4_ABS-X_B.inst.cfg | 0 .../{Standard_0.4 => Standard_0_4}/s3d_std0.4_ABS-X_C.inst.cfg | 0 .../{Standard_0.4 => Standard_0_4}/s3d_std0.4_ABS_A.inst.cfg | 0 .../{Standard_0.4 => Standard_0_4}/s3d_std0.4_ABS_B.inst.cfg | 0 .../{Standard_0.4 => Standard_0_4}/s3d_std0.4_ABS_C.inst.cfg | 0 .../{Standard_0.4 => Standard_0_4}/s3d_std0.4_ACETATE_A.inst.cfg | 0 .../{Standard_0.4 => Standard_0_4}/s3d_std0.4_ACETATE_B.inst.cfg | 0 .../{Standard_0.4 => Standard_0_4}/s3d_std0.4_ACETATE_C.inst.cfg | 0 .../{Standard_0.4 => Standard_0_4}/s3d_std0.4_ASA-X_A.inst.cfg | 0 .../{Standard_0.4 => Standard_0_4}/s3d_std0.4_ASA-X_B.inst.cfg | 0 .../{Standard_0.4 => Standard_0_4}/s3d_std0.4_ASA-X_C.inst.cfg | 0 .../{Standard_0.4 => Standard_0_4}/s3d_std0.4_BVOH_A.inst.cfg | 0 .../{Standard_0.4 => Standard_0_4}/s3d_std0.4_BVOH_B.inst.cfg | 0 .../{Standard_0.4 => Standard_0_4}/s3d_std0.4_BVOH_C.inst.cfg | 0 .../{Standard_0.4 => Standard_0_4}/s3d_std0.4_COPA_A.inst.cfg | 0 .../{Standard_0.4 => Standard_0_4}/s3d_std0.4_COPA_B.inst.cfg | 0 .../{Standard_0.4 => Standard_0_4}/s3d_std0.4_COPA_C.inst.cfg | 0 .../{Standard_0.4 => Standard_0_4}/s3d_std0.4_HIPS_A.inst.cfg | 0 .../{Standard_0.4 => Standard_0_4}/s3d_std0.4_HIPS_B.inst.cfg | 0 .../{Standard_0.4 => Standard_0_4}/s3d_std0.4_HIPS_C.inst.cfg | 0 .../{Standard_0.4 => Standard_0_4}/s3d_std0.4_PA6CF_A.inst.cfg | 0 .../{Standard_0.4 => Standard_0_4}/s3d_std0.4_PA6CF_B.inst.cfg | 0 .../{Standard_0.4 => Standard_0_4}/s3d_std0.4_PA6CF_C.inst.cfg | 0 .../{Standard_0.4 => Standard_0_4}/s3d_std0.4_PA6GF_A.inst.cfg | 0 .../{Standard_0.4 => Standard_0_4}/s3d_std0.4_PA6GF_B.inst.cfg | 0 .../{Standard_0.4 => Standard_0_4}/s3d_std0.4_PA6GF_C.inst.cfg | 0 .../{Standard_0.4 => Standard_0_4}/s3d_std0.4_PC_A.inst.cfg | 0 .../{Standard_0.4 => Standard_0_4}/s3d_std0.4_PC_B.inst.cfg | 0 .../{Standard_0.4 => Standard_0_4}/s3d_std0.4_PC_C.inst.cfg | 0 .../{Standard_0.4 => Standard_0_4}/s3d_std0.4_PETG_A.inst.cfg | 0 .../{Standard_0.4 => Standard_0_4}/s3d_std0.4_PETG_B.inst.cfg | 0 .../{Standard_0.4 => Standard_0_4}/s3d_std0.4_PETG_C.inst.cfg | 0 .../{Standard_0.4 => Standard_0_4}/s3d_std0.4_PLA_A.inst.cfg | 0 .../{Standard_0.4 => Standard_0_4}/s3d_std0.4_PLA_B.inst.cfg | 0 .../{Standard_0.4 => Standard_0_4}/s3d_std0.4_PLA_C.inst.cfg | 0 .../{Standard_0.4 => Standard_0_4}/s3d_std0.4_PLA_HT_A.inst.cfg | 0 .../{Standard_0.4 => Standard_0_4}/s3d_std0.4_PLA_HT_B.inst.cfg | 0 .../{Standard_0.4 => Standard_0_4}/s3d_std0.4_PLA_HT_C.inst.cfg | 0 .../{Standard_0.4 => Standard_0_4}/s3d_std0.4_PVA-M_A.inst.cfg | 0 .../{Standard_0.4 => Standard_0_4}/s3d_std0.4_PVA-M_B.inst.cfg | 0 .../{Standard_0.4 => Standard_0_4}/s3d_std0.4_PVA-M_C.inst.cfg | 0 .../{Standard_0.4 => Standard_0_4}/s3d_std0.4_PVA-S_A.inst.cfg | 0 .../{Standard_0.4 => Standard_0_4}/s3d_std0.4_PVA-S_B.inst.cfg | 0 .../{Standard_0.4 => Standard_0_4}/s3d_std0.4_PVA-S_C.inst.cfg | 0 .../{Standard_0.4 => Standard_0_4}/s3d_std0.4_TPU98A_A.inst.cfg | 0 .../{Standard_0.4 => Standard_0_4}/s3d_std0.4_TPU98A_B.inst.cfg | 0 .../{Standard_0.4 => Standard_0_4}/s3d_std0.4_TPU98A_C.inst.cfg | 0 .../{Standard_0.6 => Standard_0_6}/s3d_std0.6_ABS-X_B.inst.cfg | 0 .../{Standard_0.6 => Standard_0_6}/s3d_std0.6_ABS-X_C.inst.cfg | 0 .../{Standard_0.6 => Standard_0_6}/s3d_std0.6_ABS-X_D.inst.cfg | 0 .../{Standard_0.6 => Standard_0_6}/s3d_std0.6_ABS_B.inst.cfg | 0 .../{Standard_0.6 => Standard_0_6}/s3d_std0.6_ABS_C.inst.cfg | 0 .../{Standard_0.6 => Standard_0_6}/s3d_std0.6_ABS_D.inst.cfg | 0 .../{Standard_0.6 => Standard_0_6}/s3d_std0.6_ACETATE_B.inst.cfg | 0 .../{Standard_0.6 => Standard_0_6}/s3d_std0.6_ACETATE_C.inst.cfg | 0 .../{Standard_0.6 => Standard_0_6}/s3d_std0.6_ACETATE_D.inst.cfg | 0 .../{Standard_0.6 => Standard_0_6}/s3d_std0.6_ASA-X_B.inst.cfg | 0 .../{Standard_0.6 => Standard_0_6}/s3d_std0.6_ASA-X_C.inst.cfg | 0 .../{Standard_0.6 => Standard_0_6}/s3d_std0.6_ASA-X_D.inst.cfg | 0 .../{Standard_0.6 => Standard_0_6}/s3d_std0.6_BVOH_B.inst.cfg | 0 .../{Standard_0.6 => Standard_0_6}/s3d_std0.6_BVOH_C.inst.cfg | 0 .../{Standard_0.6 => Standard_0_6}/s3d_std0.6_BVOH_D.inst.cfg | 0 .../{Standard_0.6 => Standard_0_6}/s3d_std0.6_COPA_B.inst.cfg | 0 .../{Standard_0.6 => Standard_0_6}/s3d_std0.6_COPA_C.inst.cfg | 0 .../{Standard_0.6 => Standard_0_6}/s3d_std0.6_COPA_D.inst.cfg | 0 .../{Standard_0.6 => Standard_0_6}/s3d_std0.6_HIPS_B.inst.cfg | 0 .../{Standard_0.6 => Standard_0_6}/s3d_std0.6_HIPS_C.inst.cfg | 0 .../{Standard_0.6 => Standard_0_6}/s3d_std0.6_HIPS_D.inst.cfg | 0 .../s3d_std0.6_Nylon-1030_C.inst.cfg | 0 .../{Standard_0.6 => Standard_0_6}/s3d_std0.6_PA6CF_B.inst.cfg | 0 .../{Standard_0.6 => Standard_0_6}/s3d_std0.6_PA6CF_C.inst.cfg | 0 .../{Standard_0.6 => Standard_0_6}/s3d_std0.6_PA6CF_D.inst.cfg | 0 .../{Standard_0.6 => Standard_0_6}/s3d_std0.6_PA6GF_B.inst.cfg | 0 .../{Standard_0.6 => Standard_0_6}/s3d_std0.6_PA6GF_C.inst.cfg | 0 .../{Standard_0.6 => Standard_0_6}/s3d_std0.6_PA6GF_D.inst.cfg | 0 .../{Standard_0.6 => Standard_0_6}/s3d_std0.6_PC_B.inst.cfg | 0 .../{Standard_0.6 => Standard_0_6}/s3d_std0.6_PC_C.inst.cfg | 0 .../{Standard_0.6 => Standard_0_6}/s3d_std0.6_PC_D.inst.cfg | 0 .../{Standard_0.6 => Standard_0_6}/s3d_std0.6_PETG_B.inst.cfg | 0 .../{Standard_0.6 => Standard_0_6}/s3d_std0.6_PETG_C.inst.cfg | 0 .../{Standard_0.6 => Standard_0_6}/s3d_std0.6_PETG_D.inst.cfg | 0 .../{Standard_0.6 => Standard_0_6}/s3d_std0.6_PLA_B.inst.cfg | 0 .../{Standard_0.6 => Standard_0_6}/s3d_std0.6_PLA_C.inst.cfg | 0 .../{Standard_0.6 => Standard_0_6}/s3d_std0.6_PLA_D.inst.cfg | 0 .../{Standard_0.6 => Standard_0_6}/s3d_std0.6_PLA_HT_B.inst.cfg | 0 .../{Standard_0.6 => Standard_0_6}/s3d_std0.6_PLA_HT_C.inst.cfg | 0 .../{Standard_0.6 => Standard_0_6}/s3d_std0.6_PLA_HT_D.inst.cfg | 0 .../{Standard_0.6 => Standard_0_6}/s3d_std0.6_PVA-M_B.inst.cfg | 0 .../{Standard_0.6 => Standard_0_6}/s3d_std0.6_PVA-M_C.inst.cfg | 0 .../{Standard_0.6 => Standard_0_6}/s3d_std0.6_PVA-M_D.inst.cfg | 0 .../{Standard_0.6 => Standard_0_6}/s3d_std0.6_PVA-S_B.inst.cfg | 0 .../{Standard_0.6 => Standard_0_6}/s3d_std0.6_PVA-S_C.inst.cfg | 0 .../{Standard_0.6 => Standard_0_6}/s3d_std0.6_PVA-S_D.inst.cfg | 0 .../{Standard_0.6 => Standard_0_6}/s3d_std0.6_TPU98A_B.inst.cfg | 0 .../{Standard_0.6 => Standard_0_6}/s3d_std0.6_TPU98A_C.inst.cfg | 0 .../{Standard_0.6 => Standard_0_6}/s3d_std0.6_TPU98A_D.inst.cfg | 0 .../{Standard_0.8 => Standard_0_8}/s3d_std0.8_ABS-X_C.inst.cfg | 0 .../{Standard_0.8 => Standard_0_8}/s3d_std0.8_ABS-X_D.inst.cfg | 0 .../{Standard_0.8 => Standard_0_8}/s3d_std0.8_ABS-X_E.inst.cfg | 0 .../{Standard_0.8 => Standard_0_8}/s3d_std0.8_ABS_C.inst.cfg | 0 .../{Standard_0.8 => Standard_0_8}/s3d_std0.8_ABS_D.inst.cfg | 0 .../{Standard_0.8 => Standard_0_8}/s3d_std0.8_ABS_E.inst.cfg | 0 .../{Standard_0.8 => Standard_0_8}/s3d_std0.8_ASA-X_C.inst.cfg | 0 .../{Standard_0.8 => Standard_0_8}/s3d_std0.8_ASA-X_D.inst.cfg | 0 .../{Standard_0.8 => Standard_0_8}/s3d_std0.8_ASA-X_E.inst.cfg | 0 .../{Standard_0.8 => Standard_0_8}/s3d_std0.8_BVOH_C.inst.cfg | 0 .../{Standard_0.8 => Standard_0_8}/s3d_std0.8_BVOH_D.inst.cfg | 0 .../{Standard_0.8 => Standard_0_8}/s3d_std0.8_BVOH_E.inst.cfg | 0 .../{Standard_0.8 => Standard_0_8}/s3d_std0.8_COPA_C.inst.cfg | 0 .../{Standard_0.8 => Standard_0_8}/s3d_std0.8_COPA_D.inst.cfg | 0 .../{Standard_0.8 => Standard_0_8}/s3d_std0.8_COPA_E.inst.cfg | 0 .../{Standard_0.8 => Standard_0_8}/s3d_std0.8_HIPS_C.inst.cfg | 0 .../{Standard_0.8 => Standard_0_8}/s3d_std0.8_HIPS_D.inst.cfg | 0 .../{Standard_0.8 => Standard_0_8}/s3d_std0.8_HIPS_E.inst.cfg | 0 .../{Standard_0.8 => Standard_0_8}/s3d_std0.8_PA6CF_C.inst.cfg | 0 .../{Standard_0.8 => Standard_0_8}/s3d_std0.8_PA6CF_D.inst.cfg | 0 .../{Standard_0.8 => Standard_0_8}/s3d_std0.8_PA6CF_E.inst.cfg | 0 .../{Standard_0.8 => Standard_0_8}/s3d_std0.8_PA6GF_C.inst.cfg | 0 .../{Standard_0.8 => Standard_0_8}/s3d_std0.8_PA6GF_D.inst.cfg | 0 .../{Standard_0.8 => Standard_0_8}/s3d_std0.8_PA6GF_E.inst.cfg | 0 .../{Standard_0.8 => Standard_0_8}/s3d_std0.8_PC_C.inst.cfg | 0 .../{Standard_0.8 => Standard_0_8}/s3d_std0.8_PC_D.inst.cfg | 0 .../{Standard_0.8 => Standard_0_8}/s3d_std0.8_PC_E.inst.cfg | 0 .../{Standard_0.8 => Standard_0_8}/s3d_std0.8_PETG_C.inst.cfg | 0 .../{Standard_0.8 => Standard_0_8}/s3d_std0.8_PETG_D.inst.cfg | 0 .../{Standard_0.8 => Standard_0_8}/s3d_std0.8_PETG_E.inst.cfg | 0 .../{Standard_0.8 => Standard_0_8}/s3d_std0.8_PLA_C.inst.cfg | 0 .../{Standard_0.8 => Standard_0_8}/s3d_std0.8_PLA_D.inst.cfg | 0 .../{Standard_0.8 => Standard_0_8}/s3d_std0.8_PLA_E.inst.cfg | 0 .../{Standard_0.8 => Standard_0_8}/s3d_std0.8_PLA_HT_C.inst.cfg | 0 .../{Standard_0.8 => Standard_0_8}/s3d_std0.8_PLA_HT_D.inst.cfg | 0 .../{Standard_0.8 => Standard_0_8}/s3d_std0.8_PLA_HT_E.inst.cfg | 0 .../{Standard_0.8 => Standard_0_8}/s3d_std0.8_PVA-M_C.inst.cfg | 0 .../{Standard_0.8 => Standard_0_8}/s3d_std0.8_PVA-M_D.inst.cfg | 0 .../{Standard_0.8 => Standard_0_8}/s3d_std0.8_PVA-M_E.inst.cfg | 0 .../{Standard_0.8 => Standard_0_8}/s3d_std0.8_PVA-S_C.inst.cfg | 0 .../{Standard_0.8 => Standard_0_8}/s3d_std0.8_PVA-S_D.inst.cfg | 0 .../{Standard_0.8 => Standard_0_8}/s3d_std0.8_PVA-S_E.inst.cfg | 0 .../{Standard_0.8 => Standard_0_8}/s3d_std0.8_TPU98A_C.inst.cfg | 0 .../{Standard_0.8 => Standard_0_8}/s3d_std0.8_TPU98A_D.inst.cfg | 0 .../{Standard_0.8 => Standard_0_8}/s3d_std0.8_TPU98A_E.inst.cfg | 0 .../{Standard_0.8 => Standard_0_8}/s3d_std0.8_TPU_C.inst.cfg | 0 .../{Standard_0.8 => Standard_0_8}/s3d_std0.8_TPU_D.inst.cfg | 0 .../{Standard_0.8 => Standard_0_8}/s3d_std0.8_TPU_E.inst.cfg | 0 .../s3d_std1.0_ABS_D.inst.cfg | 0 .../s3d_std1.0_ABS_E.inst.cfg | 0 .../s3d_std1.0_ABS_F.inst.cfg | 0 .../s3d_std1.0_ASA-X_D.inst.cfg | 0 .../s3d_std1.0_ASA-X_E.inst.cfg | 0 .../s3d_std1.0_ASA-X_F.inst.cfg | 0 .../s3d_std1.0_BVOH_D.inst.cfg | 0 .../s3d_std1.0_BVOH_E.inst.cfg | 0 .../s3d_std1.0_BVOH_F.inst.cfg | 0 .../s3d_std1.0_HIPS_D.inst.cfg | 0 .../s3d_std1.0_HIPS_E.inst.cfg | 0 .../s3d_std1.0_HIPS_F.inst.cfg | 0 .../s3d_std1.0_PA6CF_D.inst.cfg | 0 .../s3d_std1.0_PA6CF_E.inst.cfg | 0 .../s3d_std1.0_PA6CF_F.inst.cfg | 0 .../s3d_std1.0_PA6GF_D.inst.cfg | 0 .../s3d_std1.0_PA6GF_E.inst.cfg | 0 .../s3d_std1.0_PA6GF_F.inst.cfg | 0 .../s3d_std1.0_PETG_D.inst.cfg | 0 .../s3d_std1.0_PETG_E.inst.cfg | 0 .../s3d_std1.0_PETG_F.inst.cfg | 0 .../s3d_std1.0_PLA_D.inst.cfg | 0 .../s3d_std1.0_PLA_E.inst.cfg | 0 .../s3d_std1.0_PLA_F.inst.cfg | 0 .../s3d_std1.0_PVA-M_D.inst.cfg | 0 .../s3d_std1.0_PVA-M_E.inst.cfg | 0 .../s3d_std1.0_PVA-M_F.inst.cfg | 0 .../s3d_std1.0_PVA-S_D.inst.cfg | 0 .../s3d_std1.0_PVA-S_E.inst.cfg | 0 .../s3d_std1.0_PVA-S_F.inst.cfg | 0 .../s3d_std1.0_TPU98A_D.inst.cfg | 0 .../s3d_std1.0_TPU98A_E.inst.cfg | 0 .../s3d_std1.0_TPU98A_F.inst.cfg | 0 .../s3d_std1.2_ABS_F.inst.cfg | 0 .../s3d_std1.2_ABS_G.inst.cfg | 0 .../s3d_std1.2_ABS_H.inst.cfg | 0 .../s3d_std1.2_ASA-X_F.inst.cfg | 0 .../s3d_std1.2_ASA-X_G.inst.cfg | 0 .../s3d_std1.2_ASA-X_H.inst.cfg | 0 .../s3d_std1.2_BVOH_F.inst.cfg | 0 .../s3d_std1.2_BVOH_G.inst.cfg | 0 .../s3d_std1.2_BVOH_H.inst.cfg | 0 .../s3d_std1.2_HIPS_F.inst.cfg | 0 .../s3d_std1.2_HIPS_G.inst.cfg | 0 .../s3d_std1.2_HIPS_H.inst.cfg | 0 .../s3d_std1.2_PA6CF_F.inst.cfg | 0 .../s3d_std1.2_PA6CF_G.inst.cfg | 0 .../s3d_std1.2_PA6CF_H.inst.cfg | 0 .../s3d_std1.2_PA6GF_F.inst.cfg | 0 .../s3d_std1.2_PA6GF_G.inst.cfg | 0 .../s3d_std1.2_PA6GF_H.inst.cfg | 0 .../s3d_std1.2_PETG_F.inst.cfg | 0 .../s3d_std1.2_PETG_G.inst.cfg | 0 .../s3d_std1.2_PETG_H.inst.cfg | 0 .../s3d_std1.2_PLA_F.inst.cfg | 0 .../s3d_std1.2_PLA_G.inst.cfg | 0 .../s3d_std1.2_PLA_H.inst.cfg | 0 .../s3d_std1.2_PVA-M_F.inst.cfg | 0 .../s3d_std1.2_PVA-M_G.inst.cfg | 0 .../s3d_std1.2_PVA-M_H.inst.cfg | 0 .../s3d_std1.2_PVA-S_F.inst.cfg | 0 .../s3d_std1.2_PVA-S_G.inst.cfg | 0 .../s3d_std1.2_PVA-S_H.inst.cfg | 0 .../s3d_std1.2_TPU98A_F.inst.cfg | 0 .../s3d_std1.2_TPU98A_G.inst.cfg | 0 .../s3d_std1.2_TPU98A_H.inst.cfg | 0 .../s3d_IDEX420_std0.4_ABS-X_A.inst.cfg | 0 .../s3d_IDEX420_std0.4_ABS-X_B.inst.cfg | 0 .../s3d_IDEX420_std0.4_ABS-X_C.inst.cfg | 0 .../s3d_IDEX420_std0.4_ABS_A.inst.cfg | 0 .../s3d_IDEX420_std0.4_ABS_B.inst.cfg | 0 .../s3d_IDEX420_std0.4_ABS_C.inst.cfg | 0 .../s3d_IDEX420_std0.4_ACETATE_A.inst.cfg | 0 .../s3d_IDEX420_std0.4_ACETATE_B.inst.cfg | 0 .../s3d_IDEX420_std0.4_ACETATE_C.inst.cfg | 0 .../s3d_IDEX420_std0.4_ASA-X_A.inst.cfg | 0 .../s3d_IDEX420_std0.4_ASA-X_B.inst.cfg | 0 .../s3d_IDEX420_std0.4_ASA-X_C.inst.cfg | 0 .../s3d_IDEX420_std0.4_BVOH_A.inst.cfg | 0 .../s3d_IDEX420_std0.4_BVOH_B.inst.cfg | 0 .../s3d_IDEX420_std0.4_BVOH_C.inst.cfg | 0 .../s3d_IDEX420_std0.4_COPA_A.inst.cfg | 0 .../s3d_IDEX420_std0.4_COPA_B.inst.cfg | 0 .../s3d_IDEX420_std0.4_COPA_C.inst.cfg | 0 .../s3d_IDEX420_std0.4_HIPS_A.inst.cfg | 0 .../s3d_IDEX420_std0.4_HIPS_B.inst.cfg | 0 .../s3d_IDEX420_std0.4_HIPS_C.inst.cfg | 0 .../s3d_IDEX420_std0.4_PA6CF_A.inst.cfg | 0 .../s3d_IDEX420_std0.4_PA6CF_B.inst.cfg | 0 .../s3d_IDEX420_std0.4_PA6CF_C.inst.cfg | 0 .../s3d_IDEX420_std0.4_PA6GF_A.inst.cfg | 0 .../s3d_IDEX420_std0.4_PA6GF_B.inst.cfg | 0 .../s3d_IDEX420_std0.4_PA6GF_C.inst.cfg | 0 .../s3d_IDEX420_std0.4_PC_A.inst.cfg | 0 .../s3d_IDEX420_std0.4_PC_B.inst.cfg | 0 .../s3d_IDEX420_std0.4_PC_C.inst.cfg | 0 .../s3d_IDEX420_std0.4_PETG_A.inst.cfg | 0 .../s3d_IDEX420_std0.4_PETG_B.inst.cfg | 0 .../s3d_IDEX420_std0.4_PETG_C.inst.cfg | 0 .../s3d_IDEX420_std0.4_PLA_A.inst.cfg | 0 .../s3d_IDEX420_std0.4_PLA_B.inst.cfg | 0 .../s3d_IDEX420_std0.4_PLA_C.inst.cfg | 0 .../s3d_IDEX420_std0.4_PLA_HT_A.inst.cfg | 0 .../s3d_IDEX420_std0.4_PLA_HT_B.inst.cfg | 0 .../s3d_IDEX420_std0.4_PLA_HT_C.inst.cfg | 0 .../s3d_IDEX420_std0.4_PVA-M_A.inst.cfg | 0 .../s3d_IDEX420_std0.4_PVA-M_B.inst.cfg | 0 .../s3d_IDEX420_std0.4_PVA-M_C.inst.cfg | 0 .../s3d_IDEX420_std0.4_PVA-S_A.inst.cfg | 0 .../s3d_IDEX420_std0.4_PVA-S_B.inst.cfg | 0 .../s3d_IDEX420_std0.4_PVA-S_C.inst.cfg | 0 .../s3d_IDEX420_std0.4_TPU98A_A.inst.cfg | 0 .../s3d_IDEX420_std0.4_TPU98A_B.inst.cfg | 0 .../s3d_IDEX420_std0.4_TPU98A_C.inst.cfg | 0 .../s3d_IDEX420_std0.6_ABS-X_B.inst.cfg | 0 .../s3d_IDEX420_std0.6_ABS-X_C.inst.cfg | 0 .../s3d_IDEX420_std0.6_ABS-X_D.inst.cfg | 0 .../s3d_IDEX420_std0.6_ABS_B.inst.cfg | 0 .../s3d_IDEX420_std0.6_ABS_C.inst.cfg | 0 .../s3d_IDEX420_std0.6_ABS_D.inst.cfg | 0 .../s3d_IDEX420_std0.6_ACETATE_B.inst.cfg | 0 .../s3d_IDEX420_std0.6_ACETATE_C.inst.cfg | 0 .../s3d_IDEX420_std0.6_ACETATE_D.inst.cfg | 0 .../s3d_IDEX420_std0.6_ASA-X_B.inst.cfg | 0 .../s3d_IDEX420_std0.6_ASA-X_C.inst.cfg | 0 .../s3d_IDEX420_std0.6_ASA-X_D.inst.cfg | 0 .../s3d_IDEX420_std0.6_BVOH_B.inst.cfg | 0 .../s3d_IDEX420_std0.6_BVOH_C.inst.cfg | 0 .../s3d_IDEX420_std0.6_BVOH_D.inst.cfg | 0 .../s3d_IDEX420_std0.6_COPA_B.inst.cfg | 0 .../s3d_IDEX420_std0.6_COPA_C.inst.cfg | 0 .../s3d_IDEX420_std0.6_COPA_D.inst.cfg | 0 .../s3d_IDEX420_std0.6_HIPS_B.inst.cfg | 0 .../s3d_IDEX420_std0.6_HIPS_C.inst.cfg | 0 .../s3d_IDEX420_std0.6_HIPS_D.inst.cfg | 0 .../s3d_IDEX420_std0.6_PA6CF_B.inst.cfg | 0 .../s3d_IDEX420_std0.6_PA6CF_C.inst.cfg | 0 .../s3d_IDEX420_std0.6_PA6CF_D.inst.cfg | 0 .../s3d_IDEX420_std0.6_PA6GF_B.inst.cfg | 0 .../s3d_IDEX420_std0.6_PA6GF_C.inst.cfg | 0 .../s3d_IDEX420_std0.6_PA6GF_D.inst.cfg | 0 .../s3d_IDEX420_std0.6_PC_B.inst.cfg | 0 .../s3d_IDEX420_std0.6_PC_C.inst.cfg | 0 .../s3d_IDEX420_std0.6_PC_D.inst.cfg | 0 .../s3d_IDEX420_std0.6_PETG_B.inst.cfg | 0 .../s3d_IDEX420_std0.6_PETG_C.inst.cfg | 0 .../s3d_IDEX420_std0.6_PETG_D.inst.cfg | 0 .../s3d_IDEX420_std0.6_PLA_B.inst.cfg | 0 .../s3d_IDEX420_std0.6_PLA_C.inst.cfg | 0 .../s3d_IDEX420_std0.6_PLA_D.inst.cfg | 0 .../s3d_IDEX420_std0.6_PLA_HT_B.inst.cfg | 0 .../s3d_IDEX420_std0.6_PLA_HT_C.inst.cfg | 0 .../s3d_IDEX420_std0.6_PLA_HT_D.inst.cfg | 0 .../s3d_IDEX420_std0.6_PVA-M_B.inst.cfg | 0 .../s3d_IDEX420_std0.6_PVA-M_C.inst.cfg | 0 .../s3d_IDEX420_std0.6_PVA-M_D.inst.cfg | 0 .../s3d_IDEX420_std0.6_PVA-S_B.inst.cfg | 0 .../s3d_IDEX420_std0.6_PVA-S_C.inst.cfg | 0 .../s3d_IDEX420_std0.6_PVA-S_D.inst.cfg | 0 .../s3d_IDEX420_std0.6_TPU98A_B.inst.cfg | 0 .../s3d_IDEX420_std0.6_TPU98A_C.inst.cfg | 0 .../s3d_IDEX420_std0.6_TPU98A_D.inst.cfg | 0 .../s3d_IDEX420_std0.8_ABS-X_C.inst.cfg | 0 .../s3d_IDEX420_std0.8_ABS-X_D.inst.cfg | 0 .../s3d_IDEX420_std0.8_ABS-X_E.inst.cfg | 0 .../s3d_IDEX420_std0.8_ABS_C.inst.cfg | 0 .../s3d_IDEX420_std0.8_ABS_D.inst.cfg | 0 .../s3d_IDEX420_std0.8_ABS_E.inst.cfg | 0 .../s3d_IDEX420_std0.8_ASA-X_C.inst.cfg | 0 .../s3d_IDEX420_std0.8_ASA-X_D.inst.cfg | 0 .../s3d_IDEX420_std0.8_ASA-X_E.inst.cfg | 0 .../s3d_IDEX420_std0.8_BVOH_C.inst.cfg | 0 .../s3d_IDEX420_std0.8_BVOH_D.inst.cfg | 0 .../s3d_IDEX420_std0.8_BVOH_E.inst.cfg | 0 .../s3d_IDEX420_std0.8_COPA_C.inst.cfg | 0 .../s3d_IDEX420_std0.8_COPA_D.inst.cfg | 0 .../s3d_IDEX420_std0.8_COPA_E.inst.cfg | 0 .../s3d_IDEX420_std0.8_HIPS_C.inst.cfg | 0 .../s3d_IDEX420_std0.8_HIPS_D.inst.cfg | 0 .../s3d_IDEX420_std0.8_HIPS_E.inst.cfg | 0 .../s3d_IDEX420_std0.8_PA6CF_C.inst.cfg | 0 .../s3d_IDEX420_std0.8_PA6CF_D.inst.cfg | 0 .../s3d_IDEX420_std0.8_PA6CF_E.inst.cfg | 0 .../s3d_IDEX420_std0.8_PA6GF_C.inst.cfg | 0 .../s3d_IDEX420_std0.8_PA6GF_D.inst.cfg | 0 .../s3d_IDEX420_std0.8_PA6GF_E.inst.cfg | 0 .../s3d_IDEX420_std0.8_PC_C.inst.cfg | 0 .../s3d_IDEX420_std0.8_PC_D.inst.cfg | 0 .../s3d_IDEX420_std0.8_PC_E.inst.cfg | 0 .../s3d_IDEX420_std0.8_PETG_C.inst.cfg | 0 .../s3d_IDEX420_std0.8_PETG_D.inst.cfg | 0 .../s3d_IDEX420_std0.8_PETG_E.inst.cfg | 0 .../s3d_IDEX420_std0.8_PLA_C.inst.cfg | 0 .../s3d_IDEX420_std0.8_PLA_D.inst.cfg | 0 .../s3d_IDEX420_std0.8_PLA_E.inst.cfg | 0 .../s3d_IDEX420_std0.8_PLA_HT_C.inst.cfg | 0 .../s3d_IDEX420_std0.8_PLA_HT_D.inst.cfg | 0 .../s3d_IDEX420_std0.8_PLA_HT_E.inst.cfg | 0 .../s3d_IDEX420_std0.8_PVA-M_C.inst.cfg | 0 .../s3d_IDEX420_std0.8_PVA-M_D.inst.cfg | 0 .../s3d_IDEX420_std0.8_PVA-M_E.inst.cfg | 0 .../s3d_IDEX420_std0.8_PVA-S_C.inst.cfg | 0 .../s3d_IDEX420_std0.8_PVA-S_D.inst.cfg | 0 .../s3d_IDEX420_std0.8_PVA-S_E.inst.cfg | 0 .../s3d_IDEX420_std0.8_TPU98A_C.inst.cfg | 0 .../s3d_IDEX420_std0.8_TPU98A_D.inst.cfg | 0 .../s3d_IDEX420_std0.8_TPU98A_E.inst.cfg | 0 .../abs_nozzle_0.30_layer_0.10.inst.cfg | 0 .../abs_nozzle_0.30_layer_0.15.inst.cfg | 0 .../abs_nozzle_0.30_layer_0.20.inst.cfg | 0 .../abs_nozzle_0.30_layer_0.25.inst.cfg | 0 .../abs_nozzle_0.40_layer_0.10.inst.cfg | 0 .../abs_nozzle_0.40_layer_0.15.inst.cfg | 0 .../abs_nozzle_0.40_layer_0.20.inst.cfg | 0 .../abs_nozzle_0.40_layer_0.25.inst.cfg | 0 .../abs_nozzle_0.40_layer_0.30.inst.cfg | 0 .../abs_nozzle_0.50_layer_0.15.inst.cfg | 0 .../abs_nozzle_0.50_layer_0.20.inst.cfg | 0 .../abs_nozzle_0.50_layer_0.25.inst.cfg | 0 .../abs_nozzle_0.50_layer_0.30.inst.cfg | 0 .../abs_nozzle_0.50_layer_0.35.inst.cfg | 0 .../hips_nozzle_0.30_layer_0.10.inst.cfg | 0 .../hips_nozzle_0.30_layer_0.15.inst.cfg | 0 .../hips_nozzle_0.30_layer_0.20.inst.cfg | 0 .../hips_nozzle_0.30_layer_0.25.inst.cfg | 0 .../hips_nozzle_0.40_layer_0.10.inst.cfg | 0 .../hips_nozzle_0.40_layer_0.15.inst.cfg | 0 .../hips_nozzle_0.40_layer_0.20.inst.cfg | 0 .../hips_nozzle_0.40_layer_0.25.inst.cfg | 0 .../hips_nozzle_0.40_layer_0.30.inst.cfg | 0 .../hips_nozzle_0.50_layer_0.15.inst.cfg | 0 .../hips_nozzle_0.50_layer_0.20.inst.cfg | 0 .../hips_nozzle_0.50_layer_0.25.inst.cfg | 0 .../hips_nozzle_0.50_layer_0.30.inst.cfg | 0 .../hips_nozzle_0.50_layer_0.35.inst.cfg | 0 .../petg_nozzle_0.30_layer_0.10.inst.cfg | 0 .../petg_nozzle_0.30_layer_0.15.inst.cfg | 0 .../petg_nozzle_0.30_layer_0.20.inst.cfg | 0 .../petg_nozzle_0.30_layer_0.25.inst.cfg | 0 .../petg_nozzle_0.40_layer_0.10.inst.cfg | 0 .../petg_nozzle_0.40_layer_0.15.inst.cfg | 0 .../petg_nozzle_0.40_layer_0.20.inst.cfg | 0 .../petg_nozzle_0.40_layer_0.25.inst.cfg | 0 .../petg_nozzle_0.40_layer_0.30.inst.cfg | 0 .../petg_nozzle_0.50_layer_0.15.inst.cfg | 0 .../petg_nozzle_0.50_layer_0.20.inst.cfg | 0 .../petg_nozzle_0.50_layer_0.25.inst.cfg | 0 .../petg_nozzle_0.50_layer_0.30.inst.cfg | 0 .../petg_nozzle_0.50_layer_0.35.inst.cfg | 0 .../pla_nozzle_0.30_layer_0.10.inst.cfg | 0 .../pla_nozzle_0.30_layer_0.15.inst.cfg | 0 .../pla_nozzle_0.30_layer_0.20.inst.cfg | 0 .../pla_nozzle_0.30_layer_0.25.inst.cfg | 0 .../pla_nozzle_0.40_layer_0.10.inst.cfg | 0 .../pla_nozzle_0.40_layer_0.15.inst.cfg | 0 .../pla_nozzle_0.40_layer_0.20.inst.cfg | 0 .../pla_nozzle_0.40_layer_0.25.inst.cfg | 0 .../pla_nozzle_0.40_layer_0.30.inst.cfg | 0 .../pla_nozzle_0.50_layer_0.15.inst.cfg | 0 .../pla_nozzle_0.50_layer_0.20.inst.cfg | 0 .../pla_nozzle_0.50_layer_0.25.inst.cfg | 0 .../pla_nozzle_0.50_layer_0.30.inst.cfg | 0 .../pla_nozzle_0.50_layer_0.35.inst.cfg | 0 .../zav_abs_nozzle_0.20_layer_0.05.inst.cfg | 0 .../zav_abs_nozzle_0.20_layer_0.10.inst.cfg | 0 .../zav_abs_nozzle_0.20_layer_0.15.inst.cfg | 0 .../zav_abs_nozzle_0.25_layer_0.05.inst.cfg | 0 .../zav_abs_nozzle_0.25_layer_0.10.inst.cfg | 0 .../zav_abs_nozzle_0.25_layer_0.15.inst.cfg | 0 .../zav_abs_nozzle_0.25_layer_0.20.inst.cfg | 0 .../zav_abs_nozzle_0.30_layer_0.10.inst.cfg | 0 .../zav_abs_nozzle_0.30_layer_0.15.inst.cfg | 0 .../zav_abs_nozzle_0.30_layer_0.20.inst.cfg | 0 .../zav_abs_nozzle_0.30_layer_0.25.inst.cfg | 0 .../zav_abs_nozzle_0.35_layer_0.10.inst.cfg | 0 .../zav_abs_nozzle_0.35_layer_0.15.inst.cfg | 0 .../zav_abs_nozzle_0.35_layer_0.20.inst.cfg | 0 .../zav_abs_nozzle_0.35_layer_0.25.inst.cfg | 0 .../zav_abs_nozzle_0.40_layer_0.10.inst.cfg | 0 .../zav_abs_nozzle_0.40_layer_0.15.inst.cfg | 0 .../zav_abs_nozzle_0.40_layer_0.20.inst.cfg | 0 .../zav_abs_nozzle_0.40_layer_0.25.inst.cfg | 0 .../zav_abs_nozzle_0.40_layer_0.30.inst.cfg | 0 .../zav_abs_nozzle_0.45_layer_0.10.inst.cfg | 0 .../zav_abs_nozzle_0.45_layer_0.15.inst.cfg | 0 .../zav_abs_nozzle_0.45_layer_0.20.inst.cfg | 0 .../zav_abs_nozzle_0.45_layer_0.25.inst.cfg | 0 .../zav_abs_nozzle_0.45_layer_0.30.inst.cfg | 0 .../zav_abs_nozzle_0.45_layer_0.35.inst.cfg | 0 .../zav_abs_nozzle_0.50_layer_0.15.inst.cfg | 0 .../zav_abs_nozzle_0.50_layer_0.20.inst.cfg | 0 .../zav_abs_nozzle_0.50_layer_0.25.inst.cfg | 0 .../zav_abs_nozzle_0.50_layer_0.30.inst.cfg | 0 .../zav_abs_nozzle_0.50_layer_0.35.inst.cfg | 0 .../zav_abs_nozzle_0.60_layer_0.15.inst.cfg | 0 .../zav_abs_nozzle_0.60_layer_0.20.inst.cfg | 0 .../zav_abs_nozzle_0.60_layer_0.25.inst.cfg | 0 .../zav_abs_nozzle_0.60_layer_0.30.inst.cfg | 0 .../zav_abs_nozzle_0.60_layer_0.35.inst.cfg | 0 .../zav_abs_nozzle_0.60_layer_0.40.inst.cfg | 0 .../zav_abs_nozzle_0.80_layer_0.20.inst.cfg | 0 .../zav_abs_nozzle_0.80_layer_0.25.inst.cfg | 0 .../zav_abs_nozzle_0.80_layer_0.30.inst.cfg | 0 .../zav_abs_nozzle_0.80_layer_0.35.inst.cfg | 0 .../zav_abs_nozzle_0.80_layer_0.40.inst.cfg | 0 .../zav_abs_nozzle_1.00_layer_0.25.inst.cfg | 0 .../zav_abs_nozzle_1.00_layer_0.30.inst.cfg | 0 .../zav_abs_nozzle_1.00_layer_0.35.inst.cfg | 0 .../zav_abs_nozzle_1.00_layer_0.40.inst.cfg | 0 .../zav_petg_nozzle_0.20_layer_0.05.inst.cfg | 0 .../zav_petg_nozzle_0.20_layer_0.10.inst.cfg | 0 .../zav_petg_nozzle_0.20_layer_0.15.inst.cfg | 0 .../zav_petg_nozzle_0.25_layer_0.05.inst.cfg | 0 .../zav_petg_nozzle_0.25_layer_0.10.inst.cfg | 0 .../zav_petg_nozzle_0.25_layer_0.15.inst.cfg | 0 .../zav_petg_nozzle_0.25_layer_0.20.inst.cfg | 0 .../zav_petg_nozzle_0.30_layer_0.10.inst.cfg | 0 .../zav_petg_nozzle_0.30_layer_0.15.inst.cfg | 0 .../zav_petg_nozzle_0.30_layer_0.20.inst.cfg | 0 .../zav_petg_nozzle_0.30_layer_0.25.inst.cfg | 0 .../zav_petg_nozzle_0.35_layer_0.10.inst.cfg | 0 .../zav_petg_nozzle_0.35_layer_0.15.inst.cfg | 0 .../zav_petg_nozzle_0.35_layer_0.20.inst.cfg | 0 .../zav_petg_nozzle_0.35_layer_0.25.inst.cfg | 0 .../zav_petg_nozzle_0.40_layer_0.10.inst.cfg | 0 .../zav_petg_nozzle_0.40_layer_0.15.inst.cfg | 0 .../zav_petg_nozzle_0.40_layer_0.20.inst.cfg | 0 .../zav_petg_nozzle_0.40_layer_0.25.inst.cfg | 0 .../zav_petg_nozzle_0.40_layer_0.30.inst.cfg | 0 .../zav_petg_nozzle_0.45_layer_0.10.inst.cfg | 0 .../zav_petg_nozzle_0.45_layer_0.15.inst.cfg | 0 .../zav_petg_nozzle_0.45_layer_0.20.inst.cfg | 0 .../zav_petg_nozzle_0.45_layer_0.25.inst.cfg | 0 .../zav_petg_nozzle_0.45_layer_0.30.inst.cfg | 0 .../zav_petg_nozzle_0.45_layer_0.35.inst.cfg | 0 .../zav_petg_nozzle_0.50_layer_0.15.inst.cfg | 0 .../zav_petg_nozzle_0.50_layer_0.20.inst.cfg | 0 .../zav_petg_nozzle_0.50_layer_0.25.inst.cfg | 0 .../zav_petg_nozzle_0.50_layer_0.30.inst.cfg | 0 .../zav_petg_nozzle_0.50_layer_0.35.inst.cfg | 0 .../zav_petg_nozzle_0.60_layer_0.15.inst.cfg | 0 .../zav_petg_nozzle_0.60_layer_0.20.inst.cfg | 0 .../zav_petg_nozzle_0.60_layer_0.25.inst.cfg | 0 .../zav_petg_nozzle_0.60_layer_0.30.inst.cfg | 0 .../zav_petg_nozzle_0.60_layer_0.35.inst.cfg | 0 .../zav_petg_nozzle_0.60_layer_0.40.inst.cfg | 0 .../zav_petg_nozzle_0.80_layer_0.20.inst.cfg | 0 .../zav_petg_nozzle_0.80_layer_0.25.inst.cfg | 0 .../zav_petg_nozzle_0.80_layer_0.30.inst.cfg | 0 .../zav_petg_nozzle_0.80_layer_0.35.inst.cfg | 0 .../zav_petg_nozzle_0.80_layer_0.40.inst.cfg | 0 .../zav_petg_nozzle_1.00_layer_0.25.inst.cfg | 0 .../zav_petg_nozzle_1.00_layer_0.30.inst.cfg | 0 .../zav_petg_nozzle_1.00_layer_0.35.inst.cfg | 0 .../zav_petg_nozzle_1.00_layer_0.40.inst.cfg | 0 .../zav_pla_nozzle_0.20_layer_0.05.inst.cfg | 0 .../zav_pla_nozzle_0.20_layer_0.10.inst.cfg | 0 .../zav_pla_nozzle_0.20_layer_0.15.inst.cfg | 0 .../zav_pla_nozzle_0.25_layer_0.05.inst.cfg | 0 .../zav_pla_nozzle_0.25_layer_0.10.inst.cfg | 0 .../zav_pla_nozzle_0.25_layer_0.15.inst.cfg | 0 .../zav_pla_nozzle_0.25_layer_0.20.inst.cfg | 0 .../zav_pla_nozzle_0.30_layer_0.10.inst.cfg | 0 .../zav_pla_nozzle_0.30_layer_0.15.inst.cfg | 0 .../zav_pla_nozzle_0.30_layer_0.20.inst.cfg | 0 .../zav_pla_nozzle_0.30_layer_0.25.inst.cfg | 0 .../zav_pla_nozzle_0.35_layer_0.10.inst.cfg | 0 .../zav_pla_nozzle_0.35_layer_0.15.inst.cfg | 0 .../zav_pla_nozzle_0.35_layer_0.20.inst.cfg | 0 .../zav_pla_nozzle_0.35_layer_0.25.inst.cfg | 0 .../zav_pla_nozzle_0.40_layer_0.10.inst.cfg | 0 .../zav_pla_nozzle_0.40_layer_0.15.inst.cfg | 0 .../zav_pla_nozzle_0.40_layer_0.20.inst.cfg | 0 .../zav_pla_nozzle_0.40_layer_0.25.inst.cfg | 0 .../zav_pla_nozzle_0.40_layer_0.30.inst.cfg | 0 .../zav_pla_nozzle_0.45_layer_0.10.inst.cfg | 0 .../zav_pla_nozzle_0.45_layer_0.15.inst.cfg | 0 .../zav_pla_nozzle_0.45_layer_0.20.inst.cfg | 0 .../zav_pla_nozzle_0.45_layer_0.25.inst.cfg | 0 .../zav_pla_nozzle_0.45_layer_0.30.inst.cfg | 0 .../zav_pla_nozzle_0.45_layer_0.35.inst.cfg | 0 .../zav_pla_nozzle_0.50_layer_0.15.inst.cfg | 0 .../zav_pla_nozzle_0.50_layer_0.20.inst.cfg | 0 .../zav_pla_nozzle_0.50_layer_0.25.inst.cfg | 0 .../zav_pla_nozzle_0.50_layer_0.30.inst.cfg | 0 .../zav_pla_nozzle_0.50_layer_0.35.inst.cfg | 0 .../zav_pla_nozzle_0.60_layer_0.15.inst.cfg | 0 .../zav_pla_nozzle_0.60_layer_0.20.inst.cfg | 0 .../zav_pla_nozzle_0.60_layer_0.25.inst.cfg | 0 .../zav_pla_nozzle_0.60_layer_0.30.inst.cfg | 0 .../zav_pla_nozzle_0.60_layer_0.35.inst.cfg | 0 .../zav_pla_nozzle_0.60_layer_0.40.inst.cfg | 0 .../zav_pla_nozzle_0.80_layer_0.20.inst.cfg | 0 .../zav_pla_nozzle_0.80_layer_0.25.inst.cfg | 0 .../zav_pla_nozzle_0.80_layer_0.30.inst.cfg | 0 .../zav_pla_nozzle_0.80_layer_0.35.inst.cfg | 0 .../zav_pla_nozzle_0.80_layer_0.40.inst.cfg | 0 .../zav_pla_nozzle_1.00_layer_0.25.inst.cfg | 0 .../zav_pla_nozzle_1.00_layer_0.30.inst.cfg | 0 .../zav_pla_nozzle_1.00_layer_0.35.inst.cfg | 0 .../zav_pla_nozzle_1.00_layer_0.40.inst.cfg | 0 609 files changed, 0 insertions(+), 0 deletions(-) rename resources/quality/elegoo/base/abs/{nozzle_0.40 => nozzle_0_40}/elegoo_abs_nozzle_0.40_layer_0.10.inst.cfg (100%) rename resources/quality/elegoo/base/abs/{nozzle_0.40 => nozzle_0_40}/elegoo_abs_nozzle_0.40_layer_0.15.inst.cfg (100%) rename resources/quality/elegoo/base/abs/{nozzle_0.40 => nozzle_0_40}/elegoo_abs_nozzle_0.40_layer_0.20.inst.cfg (100%) rename resources/quality/elegoo/base/abs/{nozzle_0.40 => nozzle_0_40}/elegoo_abs_nozzle_0.40_layer_0.30.inst.cfg (100%) rename resources/quality/elegoo/base/asa/{nozzle_0.40 => nozzle_0_40}/elegoo_asa_nozzle_0.40_layer_0.10.inst.cfg (100%) rename resources/quality/elegoo/base/asa/{nozzle_0.40 => nozzle_0_40}/elegoo_asa_nozzle_0.40_layer_0.15.inst.cfg (100%) rename resources/quality/elegoo/base/asa/{nozzle_0.40 => nozzle_0_40}/elegoo_asa_nozzle_0.40_layer_0.20.inst.cfg (100%) rename resources/quality/elegoo/base/asa/{nozzle_0.40 => nozzle_0_40}/elegoo_asa_nozzle_0.40_layer_0.30.inst.cfg (100%) rename resources/quality/elegoo/base/petg/{nozzle_0.40 => nozzle_0_40}/elegoo_petg_nozzle_0.40_layer_0.10.inst.cfg (100%) rename resources/quality/elegoo/base/petg/{nozzle_0.40 => nozzle_0_40}/elegoo_petg_nozzle_0.40_layer_0.15.inst.cfg (100%) rename resources/quality/elegoo/base/petg/{nozzle_0.40 => nozzle_0_40}/elegoo_petg_nozzle_0.40_layer_0.20.inst.cfg (100%) rename resources/quality/elegoo/base/petg/{nozzle_0.40 => nozzle_0_40}/elegoo_petg_nozzle_0.40_layer_0.30.inst.cfg (100%) rename resources/quality/elegoo/base/pla/{nozzle_0.20 => nozzle_0_20}/elegoo_pla_nozzle_0.20_layer_0.05.inst.cfg (100%) rename resources/quality/elegoo/base/pla/{nozzle_0.20 => nozzle_0_20}/elegoo_pla_nozzle_0.20_layer_0.10.inst.cfg (100%) rename resources/quality/elegoo/base/pla/{nozzle_0.40 => nozzle_0_40}/elegoo_pla_nozzle_0.40_layer_0.10.inst.cfg (100%) rename resources/quality/elegoo/base/pla/{nozzle_0.40 => nozzle_0_40}/elegoo_pla_nozzle_0.40_layer_0.15.inst.cfg (100%) rename resources/quality/elegoo/base/pla/{nozzle_0.40 => nozzle_0_40}/elegoo_pla_nozzle_0.40_layer_0.20.inst.cfg (100%) rename resources/quality/elegoo/base/pla/{nozzle_0.40 => nozzle_0_40}/elegoo_pla_nozzle_0.40_layer_0.30.inst.cfg (100%) rename resources/quality/elegoo/base/pla/{nozzle_0.60 => nozzle_0_60}/elegoo_pla_nozzle_0.60_layer_0.15.inst.cfg (100%) rename resources/quality/elegoo/base/pla/{nozzle_0.60 => nozzle_0_60}/elegoo_pla_nozzle_0.60_layer_0.20.inst.cfg (100%) rename resources/quality/elegoo/base/pla/{nozzle_0.60 => nozzle_0_60}/elegoo_pla_nozzle_0.60_layer_0.30.inst.cfg (100%) rename resources/quality/elegoo/base/pla/{nozzle_0.60 => nozzle_0_60}/elegoo_pla_nozzle_0.60_layer_0.40.inst.cfg (100%) rename resources/quality/elegoo/base/pla/{nozzle_0.80 => nozzle_0_80}/elegoo_pla_nozzle_0.80_layer_0.30.inst.cfg (100%) rename resources/quality/elegoo/base/pla/{nozzle_0.80 => nozzle_0_80}/elegoo_pla_nozzle_0.80_layer_0.40.inst.cfg (100%) rename resources/quality/elegoo/base/pla/{nozzle_0.80 => nozzle_0_80}/elegoo_pla_nozzle_0.80_layer_0.60.inst.cfg (100%) rename resources/quality/elegoo/base/tpu/{nozzle_0.40 => nozzle_0_40}/elegoo_tpu_nozzle_0.40_layer_0.10.inst.cfg (100%) rename resources/quality/elegoo/base/tpu/{nozzle_0.40 => nozzle_0_40}/elegoo_tpu_nozzle_0.40_layer_0.15.inst.cfg (100%) rename resources/quality/elegoo/base/tpu/{nozzle_0.40 => nozzle_0_40}/elegoo_tpu_nozzle_0.40_layer_0.20.inst.cfg (100%) rename resources/quality/elegoo/base/tpu/{nozzle_0.40 => nozzle_0_40}/elegoo_tpu_nozzle_0.40_layer_0.30.inst.cfg (100%) rename resources/quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_ABS-X_A.inst.cfg (100%) rename resources/quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_ABS-X_B.inst.cfg (100%) rename resources/quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_ABS-X_C.inst.cfg (100%) rename resources/quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_ABS_A.inst.cfg (100%) rename resources/quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_ABS_B.inst.cfg (100%) rename resources/quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_ABS_C.inst.cfg (100%) rename resources/quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_ACETATE_A.inst.cfg (100%) rename resources/quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_ACETATE_B.inst.cfg (100%) rename resources/quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_ACETATE_C.inst.cfg (100%) rename resources/quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_ASA-X_A.inst.cfg (100%) rename resources/quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_ASA-X_B.inst.cfg (100%) rename resources/quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_ASA-X_C.inst.cfg (100%) rename resources/quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_COPA_A.inst.cfg (100%) rename resources/quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_COPA_B.inst.cfg (100%) rename resources/quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_COPA_C.inst.cfg (100%) rename resources/quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_HIPS_A.inst.cfg (100%) rename resources/quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_HIPS_B.inst.cfg (100%) rename resources/quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_HIPS_C.inst.cfg (100%) rename resources/quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_PC_A.inst.cfg (100%) rename resources/quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_PC_B.inst.cfg (100%) rename resources/quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_PC_C.inst.cfg (100%) rename resources/quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_PEKK_B.inst.cfg (100%) rename resources/quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_PETG_A.inst.cfg (100%) rename resources/quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_PETG_B.inst.cfg (100%) rename resources/quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_PETG_C.inst.cfg (100%) rename resources/quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_PLA_A.inst.cfg (100%) rename resources/quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_PLA_B.inst.cfg (100%) rename resources/quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_PLA_C.inst.cfg (100%) rename resources/quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_PLA_HT_A.inst.cfg (100%) rename resources/quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_PLA_HT_B.inst.cfg (100%) rename resources/quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_PLA_HT_C.inst.cfg (100%) rename resources/quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_TPU98A_A.inst.cfg (100%) rename resources/quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_TPU98A_B.inst.cfg (100%) rename resources/quality/strateo3d/{HT0.4 => HT0_4}/s3d_ht0.4_TPU98A_C.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.4 => Standard_0_4}/s3d_std0.4_ABS-X_A.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.4 => Standard_0_4}/s3d_std0.4_ABS-X_B.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.4 => Standard_0_4}/s3d_std0.4_ABS-X_C.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.4 => Standard_0_4}/s3d_std0.4_ABS_A.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.4 => Standard_0_4}/s3d_std0.4_ABS_B.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.4 => Standard_0_4}/s3d_std0.4_ABS_C.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.4 => Standard_0_4}/s3d_std0.4_ACETATE_A.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.4 => Standard_0_4}/s3d_std0.4_ACETATE_B.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.4 => Standard_0_4}/s3d_std0.4_ACETATE_C.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.4 => Standard_0_4}/s3d_std0.4_ASA-X_A.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.4 => Standard_0_4}/s3d_std0.4_ASA-X_B.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.4 => Standard_0_4}/s3d_std0.4_ASA-X_C.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.4 => Standard_0_4}/s3d_std0.4_BVOH_A.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.4 => Standard_0_4}/s3d_std0.4_BVOH_B.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.4 => Standard_0_4}/s3d_std0.4_BVOH_C.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.4 => Standard_0_4}/s3d_std0.4_COPA_A.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.4 => Standard_0_4}/s3d_std0.4_COPA_B.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.4 => Standard_0_4}/s3d_std0.4_COPA_C.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.4 => Standard_0_4}/s3d_std0.4_HIPS_A.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.4 => Standard_0_4}/s3d_std0.4_HIPS_B.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.4 => Standard_0_4}/s3d_std0.4_HIPS_C.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.4 => Standard_0_4}/s3d_std0.4_PA6CF_A.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.4 => Standard_0_4}/s3d_std0.4_PA6CF_B.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.4 => Standard_0_4}/s3d_std0.4_PA6CF_C.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.4 => Standard_0_4}/s3d_std0.4_PA6GF_A.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.4 => Standard_0_4}/s3d_std0.4_PA6GF_B.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.4 => Standard_0_4}/s3d_std0.4_PA6GF_C.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.4 => Standard_0_4}/s3d_std0.4_PC_A.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.4 => Standard_0_4}/s3d_std0.4_PC_B.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.4 => Standard_0_4}/s3d_std0.4_PC_C.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.4 => Standard_0_4}/s3d_std0.4_PETG_A.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.4 => Standard_0_4}/s3d_std0.4_PETG_B.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.4 => Standard_0_4}/s3d_std0.4_PETG_C.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.4 => Standard_0_4}/s3d_std0.4_PLA_A.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.4 => Standard_0_4}/s3d_std0.4_PLA_B.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.4 => Standard_0_4}/s3d_std0.4_PLA_C.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.4 => Standard_0_4}/s3d_std0.4_PLA_HT_A.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.4 => Standard_0_4}/s3d_std0.4_PLA_HT_B.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.4 => Standard_0_4}/s3d_std0.4_PLA_HT_C.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.4 => Standard_0_4}/s3d_std0.4_PVA-M_A.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.4 => Standard_0_4}/s3d_std0.4_PVA-M_B.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.4 => Standard_0_4}/s3d_std0.4_PVA-M_C.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.4 => Standard_0_4}/s3d_std0.4_PVA-S_A.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.4 => Standard_0_4}/s3d_std0.4_PVA-S_B.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.4 => Standard_0_4}/s3d_std0.4_PVA-S_C.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.4 => Standard_0_4}/s3d_std0.4_TPU98A_A.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.4 => Standard_0_4}/s3d_std0.4_TPU98A_B.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.4 => Standard_0_4}/s3d_std0.4_TPU98A_C.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.6 => Standard_0_6}/s3d_std0.6_ABS-X_B.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.6 => Standard_0_6}/s3d_std0.6_ABS-X_C.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.6 => Standard_0_6}/s3d_std0.6_ABS-X_D.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.6 => Standard_0_6}/s3d_std0.6_ABS_B.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.6 => Standard_0_6}/s3d_std0.6_ABS_C.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.6 => Standard_0_6}/s3d_std0.6_ABS_D.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.6 => Standard_0_6}/s3d_std0.6_ACETATE_B.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.6 => Standard_0_6}/s3d_std0.6_ACETATE_C.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.6 => Standard_0_6}/s3d_std0.6_ACETATE_D.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.6 => Standard_0_6}/s3d_std0.6_ASA-X_B.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.6 => Standard_0_6}/s3d_std0.6_ASA-X_C.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.6 => Standard_0_6}/s3d_std0.6_ASA-X_D.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.6 => Standard_0_6}/s3d_std0.6_BVOH_B.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.6 => Standard_0_6}/s3d_std0.6_BVOH_C.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.6 => Standard_0_6}/s3d_std0.6_BVOH_D.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.6 => Standard_0_6}/s3d_std0.6_COPA_B.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.6 => Standard_0_6}/s3d_std0.6_COPA_C.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.6 => Standard_0_6}/s3d_std0.6_COPA_D.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.6 => Standard_0_6}/s3d_std0.6_HIPS_B.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.6 => Standard_0_6}/s3d_std0.6_HIPS_C.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.6 => Standard_0_6}/s3d_std0.6_HIPS_D.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.6 => Standard_0_6}/s3d_std0.6_Nylon-1030_C.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.6 => Standard_0_6}/s3d_std0.6_PA6CF_B.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.6 => Standard_0_6}/s3d_std0.6_PA6CF_C.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.6 => Standard_0_6}/s3d_std0.6_PA6CF_D.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.6 => Standard_0_6}/s3d_std0.6_PA6GF_B.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.6 => Standard_0_6}/s3d_std0.6_PA6GF_C.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.6 => Standard_0_6}/s3d_std0.6_PA6GF_D.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.6 => Standard_0_6}/s3d_std0.6_PC_B.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.6 => Standard_0_6}/s3d_std0.6_PC_C.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.6 => Standard_0_6}/s3d_std0.6_PC_D.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.6 => Standard_0_6}/s3d_std0.6_PETG_B.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.6 => Standard_0_6}/s3d_std0.6_PETG_C.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.6 => Standard_0_6}/s3d_std0.6_PETG_D.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.6 => Standard_0_6}/s3d_std0.6_PLA_B.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.6 => Standard_0_6}/s3d_std0.6_PLA_C.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.6 => Standard_0_6}/s3d_std0.6_PLA_D.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.6 => Standard_0_6}/s3d_std0.6_PLA_HT_B.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.6 => Standard_0_6}/s3d_std0.6_PLA_HT_C.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.6 => Standard_0_6}/s3d_std0.6_PLA_HT_D.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.6 => Standard_0_6}/s3d_std0.6_PVA-M_B.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.6 => Standard_0_6}/s3d_std0.6_PVA-M_C.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.6 => Standard_0_6}/s3d_std0.6_PVA-M_D.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.6 => Standard_0_6}/s3d_std0.6_PVA-S_B.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.6 => Standard_0_6}/s3d_std0.6_PVA-S_C.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.6 => Standard_0_6}/s3d_std0.6_PVA-S_D.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.6 => Standard_0_6}/s3d_std0.6_TPU98A_B.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.6 => Standard_0_6}/s3d_std0.6_TPU98A_C.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.6 => Standard_0_6}/s3d_std0.6_TPU98A_D.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.8 => Standard_0_8}/s3d_std0.8_ABS-X_C.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.8 => Standard_0_8}/s3d_std0.8_ABS-X_D.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.8 => Standard_0_8}/s3d_std0.8_ABS-X_E.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.8 => Standard_0_8}/s3d_std0.8_ABS_C.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.8 => Standard_0_8}/s3d_std0.8_ABS_D.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.8 => Standard_0_8}/s3d_std0.8_ABS_E.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.8 => Standard_0_8}/s3d_std0.8_ASA-X_C.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.8 => Standard_0_8}/s3d_std0.8_ASA-X_D.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.8 => Standard_0_8}/s3d_std0.8_ASA-X_E.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.8 => Standard_0_8}/s3d_std0.8_BVOH_C.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.8 => Standard_0_8}/s3d_std0.8_BVOH_D.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.8 => Standard_0_8}/s3d_std0.8_BVOH_E.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.8 => Standard_0_8}/s3d_std0.8_COPA_C.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.8 => Standard_0_8}/s3d_std0.8_COPA_D.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.8 => Standard_0_8}/s3d_std0.8_COPA_E.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.8 => Standard_0_8}/s3d_std0.8_HIPS_C.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.8 => Standard_0_8}/s3d_std0.8_HIPS_D.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.8 => Standard_0_8}/s3d_std0.8_HIPS_E.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.8 => Standard_0_8}/s3d_std0.8_PA6CF_C.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.8 => Standard_0_8}/s3d_std0.8_PA6CF_D.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.8 => Standard_0_8}/s3d_std0.8_PA6CF_E.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.8 => Standard_0_8}/s3d_std0.8_PA6GF_C.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.8 => Standard_0_8}/s3d_std0.8_PA6GF_D.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.8 => Standard_0_8}/s3d_std0.8_PA6GF_E.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.8 => Standard_0_8}/s3d_std0.8_PC_C.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.8 => Standard_0_8}/s3d_std0.8_PC_D.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.8 => Standard_0_8}/s3d_std0.8_PC_E.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.8 => Standard_0_8}/s3d_std0.8_PETG_C.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.8 => Standard_0_8}/s3d_std0.8_PETG_D.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.8 => Standard_0_8}/s3d_std0.8_PETG_E.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.8 => Standard_0_8}/s3d_std0.8_PLA_C.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.8 => Standard_0_8}/s3d_std0.8_PLA_D.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.8 => Standard_0_8}/s3d_std0.8_PLA_E.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.8 => Standard_0_8}/s3d_std0.8_PLA_HT_C.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.8 => Standard_0_8}/s3d_std0.8_PLA_HT_D.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.8 => Standard_0_8}/s3d_std0.8_PLA_HT_E.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.8 => Standard_0_8}/s3d_std0.8_PVA-M_C.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.8 => Standard_0_8}/s3d_std0.8_PVA-M_D.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.8 => Standard_0_8}/s3d_std0.8_PVA-M_E.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.8 => Standard_0_8}/s3d_std0.8_PVA-S_C.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.8 => Standard_0_8}/s3d_std0.8_PVA-S_D.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.8 => Standard_0_8}/s3d_std0.8_PVA-S_E.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.8 => Standard_0_8}/s3d_std0.8_TPU98A_C.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.8 => Standard_0_8}/s3d_std0.8_TPU98A_D.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.8 => Standard_0_8}/s3d_std0.8_TPU98A_E.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.8 => Standard_0_8}/s3d_std0.8_TPU_C.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.8 => Standard_0_8}/s3d_std0.8_TPU_D.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_0.8 => Standard_0_8}/s3d_std0.8_TPU_E.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.0_Experimental => Standard_1_0_Experimental}/s3d_std1.0_ABS_D.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.0_Experimental => Standard_1_0_Experimental}/s3d_std1.0_ABS_E.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.0_Experimental => Standard_1_0_Experimental}/s3d_std1.0_ABS_F.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.0_Experimental => Standard_1_0_Experimental}/s3d_std1.0_ASA-X_D.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.0_Experimental => Standard_1_0_Experimental}/s3d_std1.0_ASA-X_E.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.0_Experimental => Standard_1_0_Experimental}/s3d_std1.0_ASA-X_F.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.0_Experimental => Standard_1_0_Experimental}/s3d_std1.0_BVOH_D.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.0_Experimental => Standard_1_0_Experimental}/s3d_std1.0_BVOH_E.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.0_Experimental => Standard_1_0_Experimental}/s3d_std1.0_BVOH_F.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.0_Experimental => Standard_1_0_Experimental}/s3d_std1.0_HIPS_D.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.0_Experimental => Standard_1_0_Experimental}/s3d_std1.0_HIPS_E.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.0_Experimental => Standard_1_0_Experimental}/s3d_std1.0_HIPS_F.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.0_Experimental => Standard_1_0_Experimental}/s3d_std1.0_PA6CF_D.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.0_Experimental => Standard_1_0_Experimental}/s3d_std1.0_PA6CF_E.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.0_Experimental => Standard_1_0_Experimental}/s3d_std1.0_PA6CF_F.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.0_Experimental => Standard_1_0_Experimental}/s3d_std1.0_PA6GF_D.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.0_Experimental => Standard_1_0_Experimental}/s3d_std1.0_PA6GF_E.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.0_Experimental => Standard_1_0_Experimental}/s3d_std1.0_PA6GF_F.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.0_Experimental => Standard_1_0_Experimental}/s3d_std1.0_PETG_D.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.0_Experimental => Standard_1_0_Experimental}/s3d_std1.0_PETG_E.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.0_Experimental => Standard_1_0_Experimental}/s3d_std1.0_PETG_F.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.0_Experimental => Standard_1_0_Experimental}/s3d_std1.0_PLA_D.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.0_Experimental => Standard_1_0_Experimental}/s3d_std1.0_PLA_E.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.0_Experimental => Standard_1_0_Experimental}/s3d_std1.0_PLA_F.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.0_Experimental => Standard_1_0_Experimental}/s3d_std1.0_PVA-M_D.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.0_Experimental => Standard_1_0_Experimental}/s3d_std1.0_PVA-M_E.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.0_Experimental => Standard_1_0_Experimental}/s3d_std1.0_PVA-M_F.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.0_Experimental => Standard_1_0_Experimental}/s3d_std1.0_PVA-S_D.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.0_Experimental => Standard_1_0_Experimental}/s3d_std1.0_PVA-S_E.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.0_Experimental => Standard_1_0_Experimental}/s3d_std1.0_PVA-S_F.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.0_Experimental => Standard_1_0_Experimental}/s3d_std1.0_TPU98A_D.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.0_Experimental => Standard_1_0_Experimental}/s3d_std1.0_TPU98A_E.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.0_Experimental => Standard_1_0_Experimental}/s3d_std1.0_TPU98A_F.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.2_Experimental => Standard_1_2_Experimental}/s3d_std1.2_ABS_F.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.2_Experimental => Standard_1_2_Experimental}/s3d_std1.2_ABS_G.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.2_Experimental => Standard_1_2_Experimental}/s3d_std1.2_ABS_H.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.2_Experimental => Standard_1_2_Experimental}/s3d_std1.2_ASA-X_F.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.2_Experimental => Standard_1_2_Experimental}/s3d_std1.2_ASA-X_G.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.2_Experimental => Standard_1_2_Experimental}/s3d_std1.2_ASA-X_H.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.2_Experimental => Standard_1_2_Experimental}/s3d_std1.2_BVOH_F.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.2_Experimental => Standard_1_2_Experimental}/s3d_std1.2_BVOH_G.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.2_Experimental => Standard_1_2_Experimental}/s3d_std1.2_BVOH_H.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.2_Experimental => Standard_1_2_Experimental}/s3d_std1.2_HIPS_F.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.2_Experimental => Standard_1_2_Experimental}/s3d_std1.2_HIPS_G.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.2_Experimental => Standard_1_2_Experimental}/s3d_std1.2_HIPS_H.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.2_Experimental => Standard_1_2_Experimental}/s3d_std1.2_PA6CF_F.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.2_Experimental => Standard_1_2_Experimental}/s3d_std1.2_PA6CF_G.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.2_Experimental => Standard_1_2_Experimental}/s3d_std1.2_PA6CF_H.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.2_Experimental => Standard_1_2_Experimental}/s3d_std1.2_PA6GF_F.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.2_Experimental => Standard_1_2_Experimental}/s3d_std1.2_PA6GF_G.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.2_Experimental => Standard_1_2_Experimental}/s3d_std1.2_PA6GF_H.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.2_Experimental => Standard_1_2_Experimental}/s3d_std1.2_PETG_F.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.2_Experimental => Standard_1_2_Experimental}/s3d_std1.2_PETG_G.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.2_Experimental => Standard_1_2_Experimental}/s3d_std1.2_PETG_H.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.2_Experimental => Standard_1_2_Experimental}/s3d_std1.2_PLA_F.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.2_Experimental => Standard_1_2_Experimental}/s3d_std1.2_PLA_G.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.2_Experimental => Standard_1_2_Experimental}/s3d_std1.2_PLA_H.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.2_Experimental => Standard_1_2_Experimental}/s3d_std1.2_PVA-M_F.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.2_Experimental => Standard_1_2_Experimental}/s3d_std1.2_PVA-M_G.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.2_Experimental => Standard_1_2_Experimental}/s3d_std1.2_PVA-M_H.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.2_Experimental => Standard_1_2_Experimental}/s3d_std1.2_PVA-S_F.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.2_Experimental => Standard_1_2_Experimental}/s3d_std1.2_PVA-S_G.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.2_Experimental => Standard_1_2_Experimental}/s3d_std1.2_PVA-S_H.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.2_Experimental => Standard_1_2_Experimental}/s3d_std1.2_TPU98A_F.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.2_Experimental => Standard_1_2_Experimental}/s3d_std1.2_TPU98A_G.inst.cfg (100%) rename resources/quality/strateo3d/{Standard_1.2_Experimental => Standard_1_2_Experimental}/s3d_std1.2_TPU98A_H.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.4 => Standard_0_4}/s3d_IDEX420_std0.4_ABS-X_A.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.4 => Standard_0_4}/s3d_IDEX420_std0.4_ABS-X_B.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.4 => Standard_0_4}/s3d_IDEX420_std0.4_ABS-X_C.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.4 => Standard_0_4}/s3d_IDEX420_std0.4_ABS_A.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.4 => Standard_0_4}/s3d_IDEX420_std0.4_ABS_B.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.4 => Standard_0_4}/s3d_IDEX420_std0.4_ABS_C.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.4 => Standard_0_4}/s3d_IDEX420_std0.4_ACETATE_A.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.4 => Standard_0_4}/s3d_IDEX420_std0.4_ACETATE_B.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.4 => Standard_0_4}/s3d_IDEX420_std0.4_ACETATE_C.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.4 => Standard_0_4}/s3d_IDEX420_std0.4_ASA-X_A.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.4 => Standard_0_4}/s3d_IDEX420_std0.4_ASA-X_B.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.4 => Standard_0_4}/s3d_IDEX420_std0.4_ASA-X_C.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.4 => Standard_0_4}/s3d_IDEX420_std0.4_BVOH_A.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.4 => Standard_0_4}/s3d_IDEX420_std0.4_BVOH_B.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.4 => Standard_0_4}/s3d_IDEX420_std0.4_BVOH_C.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.4 => Standard_0_4}/s3d_IDEX420_std0.4_COPA_A.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.4 => Standard_0_4}/s3d_IDEX420_std0.4_COPA_B.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.4 => Standard_0_4}/s3d_IDEX420_std0.4_COPA_C.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.4 => Standard_0_4}/s3d_IDEX420_std0.4_HIPS_A.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.4 => Standard_0_4}/s3d_IDEX420_std0.4_HIPS_B.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.4 => Standard_0_4}/s3d_IDEX420_std0.4_HIPS_C.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.4 => Standard_0_4}/s3d_IDEX420_std0.4_PA6CF_A.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.4 => Standard_0_4}/s3d_IDEX420_std0.4_PA6CF_B.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.4 => Standard_0_4}/s3d_IDEX420_std0.4_PA6CF_C.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.4 => Standard_0_4}/s3d_IDEX420_std0.4_PA6GF_A.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.4 => Standard_0_4}/s3d_IDEX420_std0.4_PA6GF_B.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.4 => Standard_0_4}/s3d_IDEX420_std0.4_PA6GF_C.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.4 => Standard_0_4}/s3d_IDEX420_std0.4_PC_A.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.4 => Standard_0_4}/s3d_IDEX420_std0.4_PC_B.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.4 => Standard_0_4}/s3d_IDEX420_std0.4_PC_C.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.4 => Standard_0_4}/s3d_IDEX420_std0.4_PETG_A.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.4 => Standard_0_4}/s3d_IDEX420_std0.4_PETG_B.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.4 => Standard_0_4}/s3d_IDEX420_std0.4_PETG_C.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.4 => Standard_0_4}/s3d_IDEX420_std0.4_PLA_A.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.4 => Standard_0_4}/s3d_IDEX420_std0.4_PLA_B.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.4 => Standard_0_4}/s3d_IDEX420_std0.4_PLA_C.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.4 => Standard_0_4}/s3d_IDEX420_std0.4_PLA_HT_A.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.4 => Standard_0_4}/s3d_IDEX420_std0.4_PLA_HT_B.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.4 => Standard_0_4}/s3d_IDEX420_std0.4_PLA_HT_C.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.4 => Standard_0_4}/s3d_IDEX420_std0.4_PVA-M_A.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.4 => Standard_0_4}/s3d_IDEX420_std0.4_PVA-M_B.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.4 => Standard_0_4}/s3d_IDEX420_std0.4_PVA-M_C.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.4 => Standard_0_4}/s3d_IDEX420_std0.4_PVA-S_A.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.4 => Standard_0_4}/s3d_IDEX420_std0.4_PVA-S_B.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.4 => Standard_0_4}/s3d_IDEX420_std0.4_PVA-S_C.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.4 => Standard_0_4}/s3d_IDEX420_std0.4_TPU98A_A.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.4 => Standard_0_4}/s3d_IDEX420_std0.4_TPU98A_B.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.4 => Standard_0_4}/s3d_IDEX420_std0.4_TPU98A_C.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.6 => Standard_0_6}/s3d_IDEX420_std0.6_ABS-X_B.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.6 => Standard_0_6}/s3d_IDEX420_std0.6_ABS-X_C.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.6 => Standard_0_6}/s3d_IDEX420_std0.6_ABS-X_D.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.6 => Standard_0_6}/s3d_IDEX420_std0.6_ABS_B.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.6 => Standard_0_6}/s3d_IDEX420_std0.6_ABS_C.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.6 => Standard_0_6}/s3d_IDEX420_std0.6_ABS_D.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.6 => Standard_0_6}/s3d_IDEX420_std0.6_ACETATE_B.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.6 => Standard_0_6}/s3d_IDEX420_std0.6_ACETATE_C.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.6 => Standard_0_6}/s3d_IDEX420_std0.6_ACETATE_D.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.6 => Standard_0_6}/s3d_IDEX420_std0.6_ASA-X_B.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.6 => Standard_0_6}/s3d_IDEX420_std0.6_ASA-X_C.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.6 => Standard_0_6}/s3d_IDEX420_std0.6_ASA-X_D.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.6 => Standard_0_6}/s3d_IDEX420_std0.6_BVOH_B.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.6 => Standard_0_6}/s3d_IDEX420_std0.6_BVOH_C.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.6 => Standard_0_6}/s3d_IDEX420_std0.6_BVOH_D.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.6 => Standard_0_6}/s3d_IDEX420_std0.6_COPA_B.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.6 => Standard_0_6}/s3d_IDEX420_std0.6_COPA_C.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.6 => Standard_0_6}/s3d_IDEX420_std0.6_COPA_D.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.6 => Standard_0_6}/s3d_IDEX420_std0.6_HIPS_B.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.6 => Standard_0_6}/s3d_IDEX420_std0.6_HIPS_C.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.6 => Standard_0_6}/s3d_IDEX420_std0.6_HIPS_D.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.6 => Standard_0_6}/s3d_IDEX420_std0.6_PA6CF_B.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.6 => Standard_0_6}/s3d_IDEX420_std0.6_PA6CF_C.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.6 => Standard_0_6}/s3d_IDEX420_std0.6_PA6CF_D.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.6 => Standard_0_6}/s3d_IDEX420_std0.6_PA6GF_B.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.6 => Standard_0_6}/s3d_IDEX420_std0.6_PA6GF_C.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.6 => Standard_0_6}/s3d_IDEX420_std0.6_PA6GF_D.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.6 => Standard_0_6}/s3d_IDEX420_std0.6_PC_B.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.6 => Standard_0_6}/s3d_IDEX420_std0.6_PC_C.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.6 => Standard_0_6}/s3d_IDEX420_std0.6_PC_D.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.6 => Standard_0_6}/s3d_IDEX420_std0.6_PETG_B.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.6 => Standard_0_6}/s3d_IDEX420_std0.6_PETG_C.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.6 => Standard_0_6}/s3d_IDEX420_std0.6_PETG_D.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.6 => Standard_0_6}/s3d_IDEX420_std0.6_PLA_B.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.6 => Standard_0_6}/s3d_IDEX420_std0.6_PLA_C.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.6 => Standard_0_6}/s3d_IDEX420_std0.6_PLA_D.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.6 => Standard_0_6}/s3d_IDEX420_std0.6_PLA_HT_B.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.6 => Standard_0_6}/s3d_IDEX420_std0.6_PLA_HT_C.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.6 => Standard_0_6}/s3d_IDEX420_std0.6_PLA_HT_D.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.6 => Standard_0_6}/s3d_IDEX420_std0.6_PVA-M_B.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.6 => Standard_0_6}/s3d_IDEX420_std0.6_PVA-M_C.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.6 => Standard_0_6}/s3d_IDEX420_std0.6_PVA-M_D.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.6 => Standard_0_6}/s3d_IDEX420_std0.6_PVA-S_B.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.6 => Standard_0_6}/s3d_IDEX420_std0.6_PVA-S_C.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.6 => Standard_0_6}/s3d_IDEX420_std0.6_PVA-S_D.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.6 => Standard_0_6}/s3d_IDEX420_std0.6_TPU98A_B.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.6 => Standard_0_6}/s3d_IDEX420_std0.6_TPU98A_C.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.6 => Standard_0_6}/s3d_IDEX420_std0.6_TPU98A_D.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.8 => Standard_0_8}/s3d_IDEX420_std0.8_ABS-X_C.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.8 => Standard_0_8}/s3d_IDEX420_std0.8_ABS-X_D.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.8 => Standard_0_8}/s3d_IDEX420_std0.8_ABS-X_E.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.8 => Standard_0_8}/s3d_IDEX420_std0.8_ABS_C.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.8 => Standard_0_8}/s3d_IDEX420_std0.8_ABS_D.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.8 => Standard_0_8}/s3d_IDEX420_std0.8_ABS_E.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.8 => Standard_0_8}/s3d_IDEX420_std0.8_ASA-X_C.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.8 => Standard_0_8}/s3d_IDEX420_std0.8_ASA-X_D.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.8 => Standard_0_8}/s3d_IDEX420_std0.8_ASA-X_E.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.8 => Standard_0_8}/s3d_IDEX420_std0.8_BVOH_C.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.8 => Standard_0_8}/s3d_IDEX420_std0.8_BVOH_D.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.8 => Standard_0_8}/s3d_IDEX420_std0.8_BVOH_E.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.8 => Standard_0_8}/s3d_IDEX420_std0.8_COPA_C.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.8 => Standard_0_8}/s3d_IDEX420_std0.8_COPA_D.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.8 => Standard_0_8}/s3d_IDEX420_std0.8_COPA_E.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.8 => Standard_0_8}/s3d_IDEX420_std0.8_HIPS_C.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.8 => Standard_0_8}/s3d_IDEX420_std0.8_HIPS_D.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.8 => Standard_0_8}/s3d_IDEX420_std0.8_HIPS_E.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.8 => Standard_0_8}/s3d_IDEX420_std0.8_PA6CF_C.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.8 => Standard_0_8}/s3d_IDEX420_std0.8_PA6CF_D.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.8 => Standard_0_8}/s3d_IDEX420_std0.8_PA6CF_E.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.8 => Standard_0_8}/s3d_IDEX420_std0.8_PA6GF_C.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.8 => Standard_0_8}/s3d_IDEX420_std0.8_PA6GF_D.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.8 => Standard_0_8}/s3d_IDEX420_std0.8_PA6GF_E.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.8 => Standard_0_8}/s3d_IDEX420_std0.8_PC_C.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.8 => Standard_0_8}/s3d_IDEX420_std0.8_PC_D.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.8 => Standard_0_8}/s3d_IDEX420_std0.8_PC_E.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.8 => Standard_0_8}/s3d_IDEX420_std0.8_PETG_C.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.8 => Standard_0_8}/s3d_IDEX420_std0.8_PETG_D.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.8 => Standard_0_8}/s3d_IDEX420_std0.8_PETG_E.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.8 => Standard_0_8}/s3d_IDEX420_std0.8_PLA_C.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.8 => Standard_0_8}/s3d_IDEX420_std0.8_PLA_D.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.8 => Standard_0_8}/s3d_IDEX420_std0.8_PLA_E.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.8 => Standard_0_8}/s3d_IDEX420_std0.8_PLA_HT_C.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.8 => Standard_0_8}/s3d_IDEX420_std0.8_PLA_HT_D.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.8 => Standard_0_8}/s3d_IDEX420_std0.8_PLA_HT_E.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.8 => Standard_0_8}/s3d_IDEX420_std0.8_PVA-M_C.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.8 => Standard_0_8}/s3d_IDEX420_std0.8_PVA-M_D.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.8 => Standard_0_8}/s3d_IDEX420_std0.8_PVA-M_E.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.8 => Standard_0_8}/s3d_IDEX420_std0.8_PVA-S_C.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.8 => Standard_0_8}/s3d_IDEX420_std0.8_PVA-S_D.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.8 => Standard_0_8}/s3d_IDEX420_std0.8_PVA-S_E.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.8 => Standard_0_8}/s3d_IDEX420_std0.8_TPU98A_C.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.8 => Standard_0_8}/s3d_IDEX420_std0.8_TPU98A_D.inst.cfg (100%) rename resources/quality/strateo3d_IDEX420/{Standard_0.8 => Standard_0_8}/s3d_IDEX420_std0.8_TPU98A_E.inst.cfg (100%) rename resources/quality/uni_base/abs/{nozzle_0.30 => nozzle_0_30}/abs_nozzle_0.30_layer_0.10.inst.cfg (100%) rename resources/quality/uni_base/abs/{nozzle_0.30 => nozzle_0_30}/abs_nozzle_0.30_layer_0.15.inst.cfg (100%) rename resources/quality/uni_base/abs/{nozzle_0.30 => nozzle_0_30}/abs_nozzle_0.30_layer_0.20.inst.cfg (100%) rename resources/quality/uni_base/abs/{nozzle_0.30 => nozzle_0_30}/abs_nozzle_0.30_layer_0.25.inst.cfg (100%) rename resources/quality/uni_base/abs/{nozzle_0.40 => nozzle_0_40}/abs_nozzle_0.40_layer_0.10.inst.cfg (100%) rename resources/quality/uni_base/abs/{nozzle_0.40 => nozzle_0_40}/abs_nozzle_0.40_layer_0.15.inst.cfg (100%) rename resources/quality/uni_base/abs/{nozzle_0.40 => nozzle_0_40}/abs_nozzle_0.40_layer_0.20.inst.cfg (100%) rename resources/quality/uni_base/abs/{nozzle_0.40 => nozzle_0_40}/abs_nozzle_0.40_layer_0.25.inst.cfg (100%) rename resources/quality/uni_base/abs/{nozzle_0.40 => nozzle_0_40}/abs_nozzle_0.40_layer_0.30.inst.cfg (100%) rename resources/quality/uni_base/abs/{nozzle_0.50 => nozzle_0_50}/abs_nozzle_0.50_layer_0.15.inst.cfg (100%) rename resources/quality/uni_base/abs/{nozzle_0.50 => nozzle_0_50}/abs_nozzle_0.50_layer_0.20.inst.cfg (100%) rename resources/quality/uni_base/abs/{nozzle_0.50 => nozzle_0_50}/abs_nozzle_0.50_layer_0.25.inst.cfg (100%) rename resources/quality/uni_base/abs/{nozzle_0.50 => nozzle_0_50}/abs_nozzle_0.50_layer_0.30.inst.cfg (100%) rename resources/quality/uni_base/abs/{nozzle_0.50 => nozzle_0_50}/abs_nozzle_0.50_layer_0.35.inst.cfg (100%) rename resources/quality/uni_base/hips/{nozzle_0.30 => nozzle_0_30}/hips_nozzle_0.30_layer_0.10.inst.cfg (100%) rename resources/quality/uni_base/hips/{nozzle_0.30 => nozzle_0_30}/hips_nozzle_0.30_layer_0.15.inst.cfg (100%) rename resources/quality/uni_base/hips/{nozzle_0.30 => nozzle_0_30}/hips_nozzle_0.30_layer_0.20.inst.cfg (100%) rename resources/quality/uni_base/hips/{nozzle_0.30 => nozzle_0_30}/hips_nozzle_0.30_layer_0.25.inst.cfg (100%) rename resources/quality/uni_base/hips/{nozzle_0.40 => nozzle_0_40}/hips_nozzle_0.40_layer_0.10.inst.cfg (100%) rename resources/quality/uni_base/hips/{nozzle_0.40 => nozzle_0_40}/hips_nozzle_0.40_layer_0.15.inst.cfg (100%) rename resources/quality/uni_base/hips/{nozzle_0.40 => nozzle_0_40}/hips_nozzle_0.40_layer_0.20.inst.cfg (100%) rename resources/quality/uni_base/hips/{nozzle_0.40 => nozzle_0_40}/hips_nozzle_0.40_layer_0.25.inst.cfg (100%) rename resources/quality/uni_base/hips/{nozzle_0.40 => nozzle_0_40}/hips_nozzle_0.40_layer_0.30.inst.cfg (100%) rename resources/quality/uni_base/hips/{nozzle_0.50 => nozzle_0_50}/hips_nozzle_0.50_layer_0.15.inst.cfg (100%) rename resources/quality/uni_base/hips/{nozzle_0.50 => nozzle_0_50}/hips_nozzle_0.50_layer_0.20.inst.cfg (100%) rename resources/quality/uni_base/hips/{nozzle_0.50 => nozzle_0_50}/hips_nozzle_0.50_layer_0.25.inst.cfg (100%) rename resources/quality/uni_base/hips/{nozzle_0.50 => nozzle_0_50}/hips_nozzle_0.50_layer_0.30.inst.cfg (100%) rename resources/quality/uni_base/hips/{nozzle_0.50 => nozzle_0_50}/hips_nozzle_0.50_layer_0.35.inst.cfg (100%) rename resources/quality/uni_base/petg/{nozzle_0.30 => nozzle_0_30}/petg_nozzle_0.30_layer_0.10.inst.cfg (100%) rename resources/quality/uni_base/petg/{nozzle_0.30 => nozzle_0_30}/petg_nozzle_0.30_layer_0.15.inst.cfg (100%) rename resources/quality/uni_base/petg/{nozzle_0.30 => nozzle_0_30}/petg_nozzle_0.30_layer_0.20.inst.cfg (100%) rename resources/quality/uni_base/petg/{nozzle_0.30 => nozzle_0_30}/petg_nozzle_0.30_layer_0.25.inst.cfg (100%) rename resources/quality/uni_base/petg/{nozzle_0.40 => nozzle_0_40}/petg_nozzle_0.40_layer_0.10.inst.cfg (100%) rename resources/quality/uni_base/petg/{nozzle_0.40 => nozzle_0_40}/petg_nozzle_0.40_layer_0.15.inst.cfg (100%) rename resources/quality/uni_base/petg/{nozzle_0.40 => nozzle_0_40}/petg_nozzle_0.40_layer_0.20.inst.cfg (100%) rename resources/quality/uni_base/petg/{nozzle_0.40 => nozzle_0_40}/petg_nozzle_0.40_layer_0.25.inst.cfg (100%) rename resources/quality/uni_base/petg/{nozzle_0.40 => nozzle_0_40}/petg_nozzle_0.40_layer_0.30.inst.cfg (100%) rename resources/quality/uni_base/petg/{nozzle_0.50 => nozzle_0_50}/petg_nozzle_0.50_layer_0.15.inst.cfg (100%) rename resources/quality/uni_base/petg/{nozzle_0.50 => nozzle_0_50}/petg_nozzle_0.50_layer_0.20.inst.cfg (100%) rename resources/quality/uni_base/petg/{nozzle_0.50 => nozzle_0_50}/petg_nozzle_0.50_layer_0.25.inst.cfg (100%) rename resources/quality/uni_base/petg/{nozzle_0.50 => nozzle_0_50}/petg_nozzle_0.50_layer_0.30.inst.cfg (100%) rename resources/quality/uni_base/petg/{nozzle_0.50 => nozzle_0_50}/petg_nozzle_0.50_layer_0.35.inst.cfg (100%) rename resources/quality/uni_base/pla/{nozzle_0.30 => nozzle_0_30}/pla_nozzle_0.30_layer_0.10.inst.cfg (100%) rename resources/quality/uni_base/pla/{nozzle_0.30 => nozzle_0_30}/pla_nozzle_0.30_layer_0.15.inst.cfg (100%) rename resources/quality/uni_base/pla/{nozzle_0.30 => nozzle_0_30}/pla_nozzle_0.30_layer_0.20.inst.cfg (100%) rename resources/quality/uni_base/pla/{nozzle_0.30 => nozzle_0_30}/pla_nozzle_0.30_layer_0.25.inst.cfg (100%) rename resources/quality/uni_base/pla/{nozzle_0.40 => nozzle_0_40}/pla_nozzle_0.40_layer_0.10.inst.cfg (100%) rename resources/quality/uni_base/pla/{nozzle_0.40 => nozzle_0_40}/pla_nozzle_0.40_layer_0.15.inst.cfg (100%) rename resources/quality/uni_base/pla/{nozzle_0.40 => nozzle_0_40}/pla_nozzle_0.40_layer_0.20.inst.cfg (100%) rename resources/quality/uni_base/pla/{nozzle_0.40 => nozzle_0_40}/pla_nozzle_0.40_layer_0.25.inst.cfg (100%) rename resources/quality/uni_base/pla/{nozzle_0.40 => nozzle_0_40}/pla_nozzle_0.40_layer_0.30.inst.cfg (100%) rename resources/quality/uni_base/pla/{nozzle_0.50 => nozzle_0_50}/pla_nozzle_0.50_layer_0.15.inst.cfg (100%) rename resources/quality/uni_base/pla/{nozzle_0.50 => nozzle_0_50}/pla_nozzle_0.50_layer_0.20.inst.cfg (100%) rename resources/quality/uni_base/pla/{nozzle_0.50 => nozzle_0_50}/pla_nozzle_0.50_layer_0.25.inst.cfg (100%) rename resources/quality/uni_base/pla/{nozzle_0.50 => nozzle_0_50}/pla_nozzle_0.50_layer_0.30.inst.cfg (100%) rename resources/quality/uni_base/pla/{nozzle_0.50 => nozzle_0_50}/pla_nozzle_0.50_layer_0.35.inst.cfg (100%) rename resources/quality/zav_base/abs/{nozzle_0.20 => nozzle_0_20}/zav_abs_nozzle_0.20_layer_0.05.inst.cfg (100%) rename resources/quality/zav_base/abs/{nozzle_0.20 => nozzle_0_20}/zav_abs_nozzle_0.20_layer_0.10.inst.cfg (100%) rename resources/quality/zav_base/abs/{nozzle_0.20 => nozzle_0_20}/zav_abs_nozzle_0.20_layer_0.15.inst.cfg (100%) rename resources/quality/zav_base/abs/{nozzle_0.25 => nozzle_0_25}/zav_abs_nozzle_0.25_layer_0.05.inst.cfg (100%) rename resources/quality/zav_base/abs/{nozzle_0.25 => nozzle_0_25}/zav_abs_nozzle_0.25_layer_0.10.inst.cfg (100%) rename resources/quality/zav_base/abs/{nozzle_0.25 => nozzle_0_25}/zav_abs_nozzle_0.25_layer_0.15.inst.cfg (100%) rename resources/quality/zav_base/abs/{nozzle_0.25 => nozzle_0_25}/zav_abs_nozzle_0.25_layer_0.20.inst.cfg (100%) rename resources/quality/zav_base/abs/{nozzle_0.30 => nozzle_0_30}/zav_abs_nozzle_0.30_layer_0.10.inst.cfg (100%) rename resources/quality/zav_base/abs/{nozzle_0.30 => nozzle_0_30}/zav_abs_nozzle_0.30_layer_0.15.inst.cfg (100%) rename resources/quality/zav_base/abs/{nozzle_0.30 => nozzle_0_30}/zav_abs_nozzle_0.30_layer_0.20.inst.cfg (100%) rename resources/quality/zav_base/abs/{nozzle_0.30 => nozzle_0_30}/zav_abs_nozzle_0.30_layer_0.25.inst.cfg (100%) rename resources/quality/zav_base/abs/{nozzle_0.35 => nozzle_0_35}/zav_abs_nozzle_0.35_layer_0.10.inst.cfg (100%) rename resources/quality/zav_base/abs/{nozzle_0.35 => nozzle_0_35}/zav_abs_nozzle_0.35_layer_0.15.inst.cfg (100%) rename resources/quality/zav_base/abs/{nozzle_0.35 => nozzle_0_35}/zav_abs_nozzle_0.35_layer_0.20.inst.cfg (100%) rename resources/quality/zav_base/abs/{nozzle_0.35 => nozzle_0_35}/zav_abs_nozzle_0.35_layer_0.25.inst.cfg (100%) rename resources/quality/zav_base/abs/{nozzle_0.40 => nozzle_0_40}/zav_abs_nozzle_0.40_layer_0.10.inst.cfg (100%) rename resources/quality/zav_base/abs/{nozzle_0.40 => nozzle_0_40}/zav_abs_nozzle_0.40_layer_0.15.inst.cfg (100%) rename resources/quality/zav_base/abs/{nozzle_0.40 => nozzle_0_40}/zav_abs_nozzle_0.40_layer_0.20.inst.cfg (100%) rename resources/quality/zav_base/abs/{nozzle_0.40 => nozzle_0_40}/zav_abs_nozzle_0.40_layer_0.25.inst.cfg (100%) rename resources/quality/zav_base/abs/{nozzle_0.40 => nozzle_0_40}/zav_abs_nozzle_0.40_layer_0.30.inst.cfg (100%) rename resources/quality/zav_base/abs/{nozzle_0.45 => nozzle_0_45}/zav_abs_nozzle_0.45_layer_0.10.inst.cfg (100%) rename resources/quality/zav_base/abs/{nozzle_0.45 => nozzle_0_45}/zav_abs_nozzle_0.45_layer_0.15.inst.cfg (100%) rename resources/quality/zav_base/abs/{nozzle_0.45 => nozzle_0_45}/zav_abs_nozzle_0.45_layer_0.20.inst.cfg (100%) rename resources/quality/zav_base/abs/{nozzle_0.45 => nozzle_0_45}/zav_abs_nozzle_0.45_layer_0.25.inst.cfg (100%) rename resources/quality/zav_base/abs/{nozzle_0.45 => nozzle_0_45}/zav_abs_nozzle_0.45_layer_0.30.inst.cfg (100%) rename resources/quality/zav_base/abs/{nozzle_0.45 => nozzle_0_45}/zav_abs_nozzle_0.45_layer_0.35.inst.cfg (100%) rename resources/quality/zav_base/abs/{nozzle_0.50 => nozzle_0_50}/zav_abs_nozzle_0.50_layer_0.15.inst.cfg (100%) rename resources/quality/zav_base/abs/{nozzle_0.50 => nozzle_0_50}/zav_abs_nozzle_0.50_layer_0.20.inst.cfg (100%) rename resources/quality/zav_base/abs/{nozzle_0.50 => nozzle_0_50}/zav_abs_nozzle_0.50_layer_0.25.inst.cfg (100%) rename resources/quality/zav_base/abs/{nozzle_0.50 => nozzle_0_50}/zav_abs_nozzle_0.50_layer_0.30.inst.cfg (100%) rename resources/quality/zav_base/abs/{nozzle_0.50 => nozzle_0_50}/zav_abs_nozzle_0.50_layer_0.35.inst.cfg (100%) rename resources/quality/zav_base/abs/{nozzle_0.60 => nozzle_0_60}/zav_abs_nozzle_0.60_layer_0.15.inst.cfg (100%) rename resources/quality/zav_base/abs/{nozzle_0.60 => nozzle_0_60}/zav_abs_nozzle_0.60_layer_0.20.inst.cfg (100%) rename resources/quality/zav_base/abs/{nozzle_0.60 => nozzle_0_60}/zav_abs_nozzle_0.60_layer_0.25.inst.cfg (100%) rename resources/quality/zav_base/abs/{nozzle_0.60 => nozzle_0_60}/zav_abs_nozzle_0.60_layer_0.30.inst.cfg (100%) rename resources/quality/zav_base/abs/{nozzle_0.60 => nozzle_0_60}/zav_abs_nozzle_0.60_layer_0.35.inst.cfg (100%) rename resources/quality/zav_base/abs/{nozzle_0.60 => nozzle_0_60}/zav_abs_nozzle_0.60_layer_0.40.inst.cfg (100%) rename resources/quality/zav_base/abs/{nozzle_0.80 => nozzle_0_80}/zav_abs_nozzle_0.80_layer_0.20.inst.cfg (100%) rename resources/quality/zav_base/abs/{nozzle_0.80 => nozzle_0_80}/zav_abs_nozzle_0.80_layer_0.25.inst.cfg (100%) rename resources/quality/zav_base/abs/{nozzle_0.80 => nozzle_0_80}/zav_abs_nozzle_0.80_layer_0.30.inst.cfg (100%) rename resources/quality/zav_base/abs/{nozzle_0.80 => nozzle_0_80}/zav_abs_nozzle_0.80_layer_0.35.inst.cfg (100%) rename resources/quality/zav_base/abs/{nozzle_0.80 => nozzle_0_80}/zav_abs_nozzle_0.80_layer_0.40.inst.cfg (100%) rename resources/quality/zav_base/abs/{nozzle_1.00 => nozzle_1_00}/zav_abs_nozzle_1.00_layer_0.25.inst.cfg (100%) rename resources/quality/zav_base/abs/{nozzle_1.00 => nozzle_1_00}/zav_abs_nozzle_1.00_layer_0.30.inst.cfg (100%) rename resources/quality/zav_base/abs/{nozzle_1.00 => nozzle_1_00}/zav_abs_nozzle_1.00_layer_0.35.inst.cfg (100%) rename resources/quality/zav_base/abs/{nozzle_1.00 => nozzle_1_00}/zav_abs_nozzle_1.00_layer_0.40.inst.cfg (100%) rename resources/quality/zav_base/petg/{nozzle_0.20 => nozzle_0_20}/zav_petg_nozzle_0.20_layer_0.05.inst.cfg (100%) rename resources/quality/zav_base/petg/{nozzle_0.20 => nozzle_0_20}/zav_petg_nozzle_0.20_layer_0.10.inst.cfg (100%) rename resources/quality/zav_base/petg/{nozzle_0.20 => nozzle_0_20}/zav_petg_nozzle_0.20_layer_0.15.inst.cfg (100%) rename resources/quality/zav_base/petg/{nozzle_0.25 => nozzle_0_25}/zav_petg_nozzle_0.25_layer_0.05.inst.cfg (100%) rename resources/quality/zav_base/petg/{nozzle_0.25 => nozzle_0_25}/zav_petg_nozzle_0.25_layer_0.10.inst.cfg (100%) rename resources/quality/zav_base/petg/{nozzle_0.25 => nozzle_0_25}/zav_petg_nozzle_0.25_layer_0.15.inst.cfg (100%) rename resources/quality/zav_base/petg/{nozzle_0.25 => nozzle_0_25}/zav_petg_nozzle_0.25_layer_0.20.inst.cfg (100%) rename resources/quality/zav_base/petg/{nozzle_0.30 => nozzle_0_30}/zav_petg_nozzle_0.30_layer_0.10.inst.cfg (100%) rename resources/quality/zav_base/petg/{nozzle_0.30 => nozzle_0_30}/zav_petg_nozzle_0.30_layer_0.15.inst.cfg (100%) rename resources/quality/zav_base/petg/{nozzle_0.30 => nozzle_0_30}/zav_petg_nozzle_0.30_layer_0.20.inst.cfg (100%) rename resources/quality/zav_base/petg/{nozzle_0.30 => nozzle_0_30}/zav_petg_nozzle_0.30_layer_0.25.inst.cfg (100%) rename resources/quality/zav_base/petg/{nozzle_0.35 => nozzle_0_35}/zav_petg_nozzle_0.35_layer_0.10.inst.cfg (100%) rename resources/quality/zav_base/petg/{nozzle_0.35 => nozzle_0_35}/zav_petg_nozzle_0.35_layer_0.15.inst.cfg (100%) rename resources/quality/zav_base/petg/{nozzle_0.35 => nozzle_0_35}/zav_petg_nozzle_0.35_layer_0.20.inst.cfg (100%) rename resources/quality/zav_base/petg/{nozzle_0.35 => nozzle_0_35}/zav_petg_nozzle_0.35_layer_0.25.inst.cfg (100%) rename resources/quality/zav_base/petg/{nozzle_0.40 => nozzle_0_40}/zav_petg_nozzle_0.40_layer_0.10.inst.cfg (100%) rename resources/quality/zav_base/petg/{nozzle_0.40 => nozzle_0_40}/zav_petg_nozzle_0.40_layer_0.15.inst.cfg (100%) rename resources/quality/zav_base/petg/{nozzle_0.40 => nozzle_0_40}/zav_petg_nozzle_0.40_layer_0.20.inst.cfg (100%) rename resources/quality/zav_base/petg/{nozzle_0.40 => nozzle_0_40}/zav_petg_nozzle_0.40_layer_0.25.inst.cfg (100%) rename resources/quality/zav_base/petg/{nozzle_0.40 => nozzle_0_40}/zav_petg_nozzle_0.40_layer_0.30.inst.cfg (100%) rename resources/quality/zav_base/petg/{nozzle_0.45 => nozzle_0_45}/zav_petg_nozzle_0.45_layer_0.10.inst.cfg (100%) rename resources/quality/zav_base/petg/{nozzle_0.45 => nozzle_0_45}/zav_petg_nozzle_0.45_layer_0.15.inst.cfg (100%) rename resources/quality/zav_base/petg/{nozzle_0.45 => nozzle_0_45}/zav_petg_nozzle_0.45_layer_0.20.inst.cfg (100%) rename resources/quality/zav_base/petg/{nozzle_0.45 => nozzle_0_45}/zav_petg_nozzle_0.45_layer_0.25.inst.cfg (100%) rename resources/quality/zav_base/petg/{nozzle_0.45 => nozzle_0_45}/zav_petg_nozzle_0.45_layer_0.30.inst.cfg (100%) rename resources/quality/zav_base/petg/{nozzle_0.45 => nozzle_0_45}/zav_petg_nozzle_0.45_layer_0.35.inst.cfg (100%) rename resources/quality/zav_base/petg/{nozzle_0.50 => nozzle_0_50}/zav_petg_nozzle_0.50_layer_0.15.inst.cfg (100%) rename resources/quality/zav_base/petg/{nozzle_0.50 => nozzle_0_50}/zav_petg_nozzle_0.50_layer_0.20.inst.cfg (100%) rename resources/quality/zav_base/petg/{nozzle_0.50 => nozzle_0_50}/zav_petg_nozzle_0.50_layer_0.25.inst.cfg (100%) rename resources/quality/zav_base/petg/{nozzle_0.50 => nozzle_0_50}/zav_petg_nozzle_0.50_layer_0.30.inst.cfg (100%) rename resources/quality/zav_base/petg/{nozzle_0.50 => nozzle_0_50}/zav_petg_nozzle_0.50_layer_0.35.inst.cfg (100%) rename resources/quality/zav_base/petg/{nozzle_0.60 => nozzle_0_60}/zav_petg_nozzle_0.60_layer_0.15.inst.cfg (100%) rename resources/quality/zav_base/petg/{nozzle_0.60 => nozzle_0_60}/zav_petg_nozzle_0.60_layer_0.20.inst.cfg (100%) rename resources/quality/zav_base/petg/{nozzle_0.60 => nozzle_0_60}/zav_petg_nozzle_0.60_layer_0.25.inst.cfg (100%) rename resources/quality/zav_base/petg/{nozzle_0.60 => nozzle_0_60}/zav_petg_nozzle_0.60_layer_0.30.inst.cfg (100%) rename resources/quality/zav_base/petg/{nozzle_0.60 => nozzle_0_60}/zav_petg_nozzle_0.60_layer_0.35.inst.cfg (100%) rename resources/quality/zav_base/petg/{nozzle_0.60 => nozzle_0_60}/zav_petg_nozzle_0.60_layer_0.40.inst.cfg (100%) rename resources/quality/zav_base/petg/{nozzle_0.80 => nozzle_0_80}/zav_petg_nozzle_0.80_layer_0.20.inst.cfg (100%) rename resources/quality/zav_base/petg/{nozzle_0.80 => nozzle_0_80}/zav_petg_nozzle_0.80_layer_0.25.inst.cfg (100%) rename resources/quality/zav_base/petg/{nozzle_0.80 => nozzle_0_80}/zav_petg_nozzle_0.80_layer_0.30.inst.cfg (100%) rename resources/quality/zav_base/petg/{nozzle_0.80 => nozzle_0_80}/zav_petg_nozzle_0.80_layer_0.35.inst.cfg (100%) rename resources/quality/zav_base/petg/{nozzle_0.80 => nozzle_0_80}/zav_petg_nozzle_0.80_layer_0.40.inst.cfg (100%) rename resources/quality/zav_base/petg/{nozzle_1.00 => nozzle_1_00}/zav_petg_nozzle_1.00_layer_0.25.inst.cfg (100%) rename resources/quality/zav_base/petg/{nozzle_1.00 => nozzle_1_00}/zav_petg_nozzle_1.00_layer_0.30.inst.cfg (100%) rename resources/quality/zav_base/petg/{nozzle_1.00 => nozzle_1_00}/zav_petg_nozzle_1.00_layer_0.35.inst.cfg (100%) rename resources/quality/zav_base/petg/{nozzle_1.00 => nozzle_1_00}/zav_petg_nozzle_1.00_layer_0.40.inst.cfg (100%) rename resources/quality/zav_base/pla/{nozzle_0.20 => nozzle_0_20}/zav_pla_nozzle_0.20_layer_0.05.inst.cfg (100%) rename resources/quality/zav_base/pla/{nozzle_0.20 => nozzle_0_20}/zav_pla_nozzle_0.20_layer_0.10.inst.cfg (100%) rename resources/quality/zav_base/pla/{nozzle_0.20 => nozzle_0_20}/zav_pla_nozzle_0.20_layer_0.15.inst.cfg (100%) rename resources/quality/zav_base/pla/{nozzle_0.25 => nozzle_0_25}/zav_pla_nozzle_0.25_layer_0.05.inst.cfg (100%) rename resources/quality/zav_base/pla/{nozzle_0.25 => nozzle_0_25}/zav_pla_nozzle_0.25_layer_0.10.inst.cfg (100%) rename resources/quality/zav_base/pla/{nozzle_0.25 => nozzle_0_25}/zav_pla_nozzle_0.25_layer_0.15.inst.cfg (100%) rename resources/quality/zav_base/pla/{nozzle_0.25 => nozzle_0_25}/zav_pla_nozzle_0.25_layer_0.20.inst.cfg (100%) rename resources/quality/zav_base/pla/{nozzle_0.30 => nozzle_0_30}/zav_pla_nozzle_0.30_layer_0.10.inst.cfg (100%) rename resources/quality/zav_base/pla/{nozzle_0.30 => nozzle_0_30}/zav_pla_nozzle_0.30_layer_0.15.inst.cfg (100%) rename resources/quality/zav_base/pla/{nozzle_0.30 => nozzle_0_30}/zav_pla_nozzle_0.30_layer_0.20.inst.cfg (100%) rename resources/quality/zav_base/pla/{nozzle_0.30 => nozzle_0_30}/zav_pla_nozzle_0.30_layer_0.25.inst.cfg (100%) rename resources/quality/zav_base/pla/{nozzle_0.35 => nozzle_0_35}/zav_pla_nozzle_0.35_layer_0.10.inst.cfg (100%) rename resources/quality/zav_base/pla/{nozzle_0.35 => nozzle_0_35}/zav_pla_nozzle_0.35_layer_0.15.inst.cfg (100%) rename resources/quality/zav_base/pla/{nozzle_0.35 => nozzle_0_35}/zav_pla_nozzle_0.35_layer_0.20.inst.cfg (100%) rename resources/quality/zav_base/pla/{nozzle_0.35 => nozzle_0_35}/zav_pla_nozzle_0.35_layer_0.25.inst.cfg (100%) rename resources/quality/zav_base/pla/{nozzle_0.40 => nozzle_0_40}/zav_pla_nozzle_0.40_layer_0.10.inst.cfg (100%) rename resources/quality/zav_base/pla/{nozzle_0.40 => nozzle_0_40}/zav_pla_nozzle_0.40_layer_0.15.inst.cfg (100%) rename resources/quality/zav_base/pla/{nozzle_0.40 => nozzle_0_40}/zav_pla_nozzle_0.40_layer_0.20.inst.cfg (100%) rename resources/quality/zav_base/pla/{nozzle_0.40 => nozzle_0_40}/zav_pla_nozzle_0.40_layer_0.25.inst.cfg (100%) rename resources/quality/zav_base/pla/{nozzle_0.40 => nozzle_0_40}/zav_pla_nozzle_0.40_layer_0.30.inst.cfg (100%) rename resources/quality/zav_base/pla/{nozzle_0.45 => nozzle_0_45}/zav_pla_nozzle_0.45_layer_0.10.inst.cfg (100%) rename resources/quality/zav_base/pla/{nozzle_0.45 => nozzle_0_45}/zav_pla_nozzle_0.45_layer_0.15.inst.cfg (100%) rename resources/quality/zav_base/pla/{nozzle_0.45 => nozzle_0_45}/zav_pla_nozzle_0.45_layer_0.20.inst.cfg (100%) rename resources/quality/zav_base/pla/{nozzle_0.45 => nozzle_0_45}/zav_pla_nozzle_0.45_layer_0.25.inst.cfg (100%) rename resources/quality/zav_base/pla/{nozzle_0.45 => nozzle_0_45}/zav_pla_nozzle_0.45_layer_0.30.inst.cfg (100%) rename resources/quality/zav_base/pla/{nozzle_0.45 => nozzle_0_45}/zav_pla_nozzle_0.45_layer_0.35.inst.cfg (100%) rename resources/quality/zav_base/pla/{nozzle_0.50 => nozzle_0_50}/zav_pla_nozzle_0.50_layer_0.15.inst.cfg (100%) rename resources/quality/zav_base/pla/{nozzle_0.50 => nozzle_0_50}/zav_pla_nozzle_0.50_layer_0.20.inst.cfg (100%) rename resources/quality/zav_base/pla/{nozzle_0.50 => nozzle_0_50}/zav_pla_nozzle_0.50_layer_0.25.inst.cfg (100%) rename resources/quality/zav_base/pla/{nozzle_0.50 => nozzle_0_50}/zav_pla_nozzle_0.50_layer_0.30.inst.cfg (100%) rename resources/quality/zav_base/pla/{nozzle_0.50 => nozzle_0_50}/zav_pla_nozzle_0.50_layer_0.35.inst.cfg (100%) rename resources/quality/zav_base/pla/{nozzle_0.60 => nozzle_0_60}/zav_pla_nozzle_0.60_layer_0.15.inst.cfg (100%) rename resources/quality/zav_base/pla/{nozzle_0.60 => nozzle_0_60}/zav_pla_nozzle_0.60_layer_0.20.inst.cfg (100%) rename resources/quality/zav_base/pla/{nozzle_0.60 => nozzle_0_60}/zav_pla_nozzle_0.60_layer_0.25.inst.cfg (100%) rename resources/quality/zav_base/pla/{nozzle_0.60 => nozzle_0_60}/zav_pla_nozzle_0.60_layer_0.30.inst.cfg (100%) rename resources/quality/zav_base/pla/{nozzle_0.60 => nozzle_0_60}/zav_pla_nozzle_0.60_layer_0.35.inst.cfg (100%) rename resources/quality/zav_base/pla/{nozzle_0.60 => nozzle_0_60}/zav_pla_nozzle_0.60_layer_0.40.inst.cfg (100%) rename resources/quality/zav_base/pla/{nozzle_0.80 => nozzle_0_80}/zav_pla_nozzle_0.80_layer_0.20.inst.cfg (100%) rename resources/quality/zav_base/pla/{nozzle_0.80 => nozzle_0_80}/zav_pla_nozzle_0.80_layer_0.25.inst.cfg (100%) rename resources/quality/zav_base/pla/{nozzle_0.80 => nozzle_0_80}/zav_pla_nozzle_0.80_layer_0.30.inst.cfg (100%) rename resources/quality/zav_base/pla/{nozzle_0.80 => nozzle_0_80}/zav_pla_nozzle_0.80_layer_0.35.inst.cfg (100%) rename resources/quality/zav_base/pla/{nozzle_0.80 => nozzle_0_80}/zav_pla_nozzle_0.80_layer_0.40.inst.cfg (100%) rename resources/quality/zav_base/pla/{nozzle_1.00 => nozzle_1_00}/zav_pla_nozzle_1.00_layer_0.25.inst.cfg (100%) rename resources/quality/zav_base/pla/{nozzle_1.00 => nozzle_1_00}/zav_pla_nozzle_1.00_layer_0.30.inst.cfg (100%) rename resources/quality/zav_base/pla/{nozzle_1.00 => nozzle_1_00}/zav_pla_nozzle_1.00_layer_0.35.inst.cfg (100%) rename resources/quality/zav_base/pla/{nozzle_1.00 => nozzle_1_00}/zav_pla_nozzle_1.00_layer_0.40.inst.cfg (100%) diff --git a/resources/quality/elegoo/base/abs/nozzle_0.40/elegoo_abs_nozzle_0.40_layer_0.10.inst.cfg b/resources/quality/elegoo/base/abs/nozzle_0_40/elegoo_abs_nozzle_0.40_layer_0.10.inst.cfg similarity index 100% rename from resources/quality/elegoo/base/abs/nozzle_0.40/elegoo_abs_nozzle_0.40_layer_0.10.inst.cfg rename to resources/quality/elegoo/base/abs/nozzle_0_40/elegoo_abs_nozzle_0.40_layer_0.10.inst.cfg diff --git a/resources/quality/elegoo/base/abs/nozzle_0.40/elegoo_abs_nozzle_0.40_layer_0.15.inst.cfg b/resources/quality/elegoo/base/abs/nozzle_0_40/elegoo_abs_nozzle_0.40_layer_0.15.inst.cfg similarity index 100% rename from resources/quality/elegoo/base/abs/nozzle_0.40/elegoo_abs_nozzle_0.40_layer_0.15.inst.cfg rename to resources/quality/elegoo/base/abs/nozzle_0_40/elegoo_abs_nozzle_0.40_layer_0.15.inst.cfg diff --git a/resources/quality/elegoo/base/abs/nozzle_0.40/elegoo_abs_nozzle_0.40_layer_0.20.inst.cfg b/resources/quality/elegoo/base/abs/nozzle_0_40/elegoo_abs_nozzle_0.40_layer_0.20.inst.cfg similarity index 100% rename from resources/quality/elegoo/base/abs/nozzle_0.40/elegoo_abs_nozzle_0.40_layer_0.20.inst.cfg rename to resources/quality/elegoo/base/abs/nozzle_0_40/elegoo_abs_nozzle_0.40_layer_0.20.inst.cfg diff --git a/resources/quality/elegoo/base/abs/nozzle_0.40/elegoo_abs_nozzle_0.40_layer_0.30.inst.cfg b/resources/quality/elegoo/base/abs/nozzle_0_40/elegoo_abs_nozzle_0.40_layer_0.30.inst.cfg similarity index 100% rename from resources/quality/elegoo/base/abs/nozzle_0.40/elegoo_abs_nozzle_0.40_layer_0.30.inst.cfg rename to resources/quality/elegoo/base/abs/nozzle_0_40/elegoo_abs_nozzle_0.40_layer_0.30.inst.cfg diff --git a/resources/quality/elegoo/base/asa/nozzle_0.40/elegoo_asa_nozzle_0.40_layer_0.10.inst.cfg b/resources/quality/elegoo/base/asa/nozzle_0_40/elegoo_asa_nozzle_0.40_layer_0.10.inst.cfg similarity index 100% rename from resources/quality/elegoo/base/asa/nozzle_0.40/elegoo_asa_nozzle_0.40_layer_0.10.inst.cfg rename to resources/quality/elegoo/base/asa/nozzle_0_40/elegoo_asa_nozzle_0.40_layer_0.10.inst.cfg diff --git a/resources/quality/elegoo/base/asa/nozzle_0.40/elegoo_asa_nozzle_0.40_layer_0.15.inst.cfg b/resources/quality/elegoo/base/asa/nozzle_0_40/elegoo_asa_nozzle_0.40_layer_0.15.inst.cfg similarity index 100% rename from resources/quality/elegoo/base/asa/nozzle_0.40/elegoo_asa_nozzle_0.40_layer_0.15.inst.cfg rename to resources/quality/elegoo/base/asa/nozzle_0_40/elegoo_asa_nozzle_0.40_layer_0.15.inst.cfg diff --git a/resources/quality/elegoo/base/asa/nozzle_0.40/elegoo_asa_nozzle_0.40_layer_0.20.inst.cfg b/resources/quality/elegoo/base/asa/nozzle_0_40/elegoo_asa_nozzle_0.40_layer_0.20.inst.cfg similarity index 100% rename from resources/quality/elegoo/base/asa/nozzle_0.40/elegoo_asa_nozzle_0.40_layer_0.20.inst.cfg rename to resources/quality/elegoo/base/asa/nozzle_0_40/elegoo_asa_nozzle_0.40_layer_0.20.inst.cfg diff --git a/resources/quality/elegoo/base/asa/nozzle_0.40/elegoo_asa_nozzle_0.40_layer_0.30.inst.cfg b/resources/quality/elegoo/base/asa/nozzle_0_40/elegoo_asa_nozzle_0.40_layer_0.30.inst.cfg similarity index 100% rename from resources/quality/elegoo/base/asa/nozzle_0.40/elegoo_asa_nozzle_0.40_layer_0.30.inst.cfg rename to resources/quality/elegoo/base/asa/nozzle_0_40/elegoo_asa_nozzle_0.40_layer_0.30.inst.cfg diff --git a/resources/quality/elegoo/base/petg/nozzle_0.40/elegoo_petg_nozzle_0.40_layer_0.10.inst.cfg b/resources/quality/elegoo/base/petg/nozzle_0_40/elegoo_petg_nozzle_0.40_layer_0.10.inst.cfg similarity index 100% rename from resources/quality/elegoo/base/petg/nozzle_0.40/elegoo_petg_nozzle_0.40_layer_0.10.inst.cfg rename to resources/quality/elegoo/base/petg/nozzle_0_40/elegoo_petg_nozzle_0.40_layer_0.10.inst.cfg diff --git a/resources/quality/elegoo/base/petg/nozzle_0.40/elegoo_petg_nozzle_0.40_layer_0.15.inst.cfg b/resources/quality/elegoo/base/petg/nozzle_0_40/elegoo_petg_nozzle_0.40_layer_0.15.inst.cfg similarity index 100% rename from resources/quality/elegoo/base/petg/nozzle_0.40/elegoo_petg_nozzle_0.40_layer_0.15.inst.cfg rename to resources/quality/elegoo/base/petg/nozzle_0_40/elegoo_petg_nozzle_0.40_layer_0.15.inst.cfg diff --git a/resources/quality/elegoo/base/petg/nozzle_0.40/elegoo_petg_nozzle_0.40_layer_0.20.inst.cfg b/resources/quality/elegoo/base/petg/nozzle_0_40/elegoo_petg_nozzle_0.40_layer_0.20.inst.cfg similarity index 100% rename from resources/quality/elegoo/base/petg/nozzle_0.40/elegoo_petg_nozzle_0.40_layer_0.20.inst.cfg rename to resources/quality/elegoo/base/petg/nozzle_0_40/elegoo_petg_nozzle_0.40_layer_0.20.inst.cfg diff --git a/resources/quality/elegoo/base/petg/nozzle_0.40/elegoo_petg_nozzle_0.40_layer_0.30.inst.cfg b/resources/quality/elegoo/base/petg/nozzle_0_40/elegoo_petg_nozzle_0.40_layer_0.30.inst.cfg similarity index 100% rename from resources/quality/elegoo/base/petg/nozzle_0.40/elegoo_petg_nozzle_0.40_layer_0.30.inst.cfg rename to resources/quality/elegoo/base/petg/nozzle_0_40/elegoo_petg_nozzle_0.40_layer_0.30.inst.cfg diff --git a/resources/quality/elegoo/base/pla/nozzle_0.20/elegoo_pla_nozzle_0.20_layer_0.05.inst.cfg b/resources/quality/elegoo/base/pla/nozzle_0_20/elegoo_pla_nozzle_0.20_layer_0.05.inst.cfg similarity index 100% rename from resources/quality/elegoo/base/pla/nozzle_0.20/elegoo_pla_nozzle_0.20_layer_0.05.inst.cfg rename to resources/quality/elegoo/base/pla/nozzle_0_20/elegoo_pla_nozzle_0.20_layer_0.05.inst.cfg diff --git a/resources/quality/elegoo/base/pla/nozzle_0.20/elegoo_pla_nozzle_0.20_layer_0.10.inst.cfg b/resources/quality/elegoo/base/pla/nozzle_0_20/elegoo_pla_nozzle_0.20_layer_0.10.inst.cfg similarity index 100% rename from resources/quality/elegoo/base/pla/nozzle_0.20/elegoo_pla_nozzle_0.20_layer_0.10.inst.cfg rename to resources/quality/elegoo/base/pla/nozzle_0_20/elegoo_pla_nozzle_0.20_layer_0.10.inst.cfg diff --git a/resources/quality/elegoo/base/pla/nozzle_0.40/elegoo_pla_nozzle_0.40_layer_0.10.inst.cfg b/resources/quality/elegoo/base/pla/nozzle_0_40/elegoo_pla_nozzle_0.40_layer_0.10.inst.cfg similarity index 100% rename from resources/quality/elegoo/base/pla/nozzle_0.40/elegoo_pla_nozzle_0.40_layer_0.10.inst.cfg rename to resources/quality/elegoo/base/pla/nozzle_0_40/elegoo_pla_nozzle_0.40_layer_0.10.inst.cfg diff --git a/resources/quality/elegoo/base/pla/nozzle_0.40/elegoo_pla_nozzle_0.40_layer_0.15.inst.cfg b/resources/quality/elegoo/base/pla/nozzle_0_40/elegoo_pla_nozzle_0.40_layer_0.15.inst.cfg similarity index 100% rename from resources/quality/elegoo/base/pla/nozzle_0.40/elegoo_pla_nozzle_0.40_layer_0.15.inst.cfg rename to resources/quality/elegoo/base/pla/nozzle_0_40/elegoo_pla_nozzle_0.40_layer_0.15.inst.cfg diff --git a/resources/quality/elegoo/base/pla/nozzle_0.40/elegoo_pla_nozzle_0.40_layer_0.20.inst.cfg b/resources/quality/elegoo/base/pla/nozzle_0_40/elegoo_pla_nozzle_0.40_layer_0.20.inst.cfg similarity index 100% rename from resources/quality/elegoo/base/pla/nozzle_0.40/elegoo_pla_nozzle_0.40_layer_0.20.inst.cfg rename to resources/quality/elegoo/base/pla/nozzle_0_40/elegoo_pla_nozzle_0.40_layer_0.20.inst.cfg diff --git a/resources/quality/elegoo/base/pla/nozzle_0.40/elegoo_pla_nozzle_0.40_layer_0.30.inst.cfg b/resources/quality/elegoo/base/pla/nozzle_0_40/elegoo_pla_nozzle_0.40_layer_0.30.inst.cfg similarity index 100% rename from resources/quality/elegoo/base/pla/nozzle_0.40/elegoo_pla_nozzle_0.40_layer_0.30.inst.cfg rename to resources/quality/elegoo/base/pla/nozzle_0_40/elegoo_pla_nozzle_0.40_layer_0.30.inst.cfg diff --git a/resources/quality/elegoo/base/pla/nozzle_0.60/elegoo_pla_nozzle_0.60_layer_0.15.inst.cfg b/resources/quality/elegoo/base/pla/nozzle_0_60/elegoo_pla_nozzle_0.60_layer_0.15.inst.cfg similarity index 100% rename from resources/quality/elegoo/base/pla/nozzle_0.60/elegoo_pla_nozzle_0.60_layer_0.15.inst.cfg rename to resources/quality/elegoo/base/pla/nozzle_0_60/elegoo_pla_nozzle_0.60_layer_0.15.inst.cfg diff --git a/resources/quality/elegoo/base/pla/nozzle_0.60/elegoo_pla_nozzle_0.60_layer_0.20.inst.cfg b/resources/quality/elegoo/base/pla/nozzle_0_60/elegoo_pla_nozzle_0.60_layer_0.20.inst.cfg similarity index 100% rename from resources/quality/elegoo/base/pla/nozzle_0.60/elegoo_pla_nozzle_0.60_layer_0.20.inst.cfg rename to resources/quality/elegoo/base/pla/nozzle_0_60/elegoo_pla_nozzle_0.60_layer_0.20.inst.cfg diff --git a/resources/quality/elegoo/base/pla/nozzle_0.60/elegoo_pla_nozzle_0.60_layer_0.30.inst.cfg b/resources/quality/elegoo/base/pla/nozzle_0_60/elegoo_pla_nozzle_0.60_layer_0.30.inst.cfg similarity index 100% rename from resources/quality/elegoo/base/pla/nozzle_0.60/elegoo_pla_nozzle_0.60_layer_0.30.inst.cfg rename to resources/quality/elegoo/base/pla/nozzle_0_60/elegoo_pla_nozzle_0.60_layer_0.30.inst.cfg diff --git a/resources/quality/elegoo/base/pla/nozzle_0.60/elegoo_pla_nozzle_0.60_layer_0.40.inst.cfg b/resources/quality/elegoo/base/pla/nozzle_0_60/elegoo_pla_nozzle_0.60_layer_0.40.inst.cfg similarity index 100% rename from resources/quality/elegoo/base/pla/nozzle_0.60/elegoo_pla_nozzle_0.60_layer_0.40.inst.cfg rename to resources/quality/elegoo/base/pla/nozzle_0_60/elegoo_pla_nozzle_0.60_layer_0.40.inst.cfg diff --git a/resources/quality/elegoo/base/pla/nozzle_0.80/elegoo_pla_nozzle_0.80_layer_0.30.inst.cfg b/resources/quality/elegoo/base/pla/nozzle_0_80/elegoo_pla_nozzle_0.80_layer_0.30.inst.cfg similarity index 100% rename from resources/quality/elegoo/base/pla/nozzle_0.80/elegoo_pla_nozzle_0.80_layer_0.30.inst.cfg rename to resources/quality/elegoo/base/pla/nozzle_0_80/elegoo_pla_nozzle_0.80_layer_0.30.inst.cfg diff --git a/resources/quality/elegoo/base/pla/nozzle_0.80/elegoo_pla_nozzle_0.80_layer_0.40.inst.cfg b/resources/quality/elegoo/base/pla/nozzle_0_80/elegoo_pla_nozzle_0.80_layer_0.40.inst.cfg similarity index 100% rename from resources/quality/elegoo/base/pla/nozzle_0.80/elegoo_pla_nozzle_0.80_layer_0.40.inst.cfg rename to resources/quality/elegoo/base/pla/nozzle_0_80/elegoo_pla_nozzle_0.80_layer_0.40.inst.cfg diff --git a/resources/quality/elegoo/base/pla/nozzle_0.80/elegoo_pla_nozzle_0.80_layer_0.60.inst.cfg b/resources/quality/elegoo/base/pla/nozzle_0_80/elegoo_pla_nozzle_0.80_layer_0.60.inst.cfg similarity index 100% rename from resources/quality/elegoo/base/pla/nozzle_0.80/elegoo_pla_nozzle_0.80_layer_0.60.inst.cfg rename to resources/quality/elegoo/base/pla/nozzle_0_80/elegoo_pla_nozzle_0.80_layer_0.60.inst.cfg diff --git a/resources/quality/elegoo/base/tpu/nozzle_0.40/elegoo_tpu_nozzle_0.40_layer_0.10.inst.cfg b/resources/quality/elegoo/base/tpu/nozzle_0_40/elegoo_tpu_nozzle_0.40_layer_0.10.inst.cfg similarity index 100% rename from resources/quality/elegoo/base/tpu/nozzle_0.40/elegoo_tpu_nozzle_0.40_layer_0.10.inst.cfg rename to resources/quality/elegoo/base/tpu/nozzle_0_40/elegoo_tpu_nozzle_0.40_layer_0.10.inst.cfg diff --git a/resources/quality/elegoo/base/tpu/nozzle_0.40/elegoo_tpu_nozzle_0.40_layer_0.15.inst.cfg b/resources/quality/elegoo/base/tpu/nozzle_0_40/elegoo_tpu_nozzle_0.40_layer_0.15.inst.cfg similarity index 100% rename from resources/quality/elegoo/base/tpu/nozzle_0.40/elegoo_tpu_nozzle_0.40_layer_0.15.inst.cfg rename to resources/quality/elegoo/base/tpu/nozzle_0_40/elegoo_tpu_nozzle_0.40_layer_0.15.inst.cfg diff --git a/resources/quality/elegoo/base/tpu/nozzle_0.40/elegoo_tpu_nozzle_0.40_layer_0.20.inst.cfg b/resources/quality/elegoo/base/tpu/nozzle_0_40/elegoo_tpu_nozzle_0.40_layer_0.20.inst.cfg similarity index 100% rename from resources/quality/elegoo/base/tpu/nozzle_0.40/elegoo_tpu_nozzle_0.40_layer_0.20.inst.cfg rename to resources/quality/elegoo/base/tpu/nozzle_0_40/elegoo_tpu_nozzle_0.40_layer_0.20.inst.cfg diff --git a/resources/quality/elegoo/base/tpu/nozzle_0.40/elegoo_tpu_nozzle_0.40_layer_0.30.inst.cfg b/resources/quality/elegoo/base/tpu/nozzle_0_40/elegoo_tpu_nozzle_0.40_layer_0.30.inst.cfg similarity index 100% rename from resources/quality/elegoo/base/tpu/nozzle_0.40/elegoo_tpu_nozzle_0.40_layer_0.30.inst.cfg rename to resources/quality/elegoo/base/tpu/nozzle_0_40/elegoo_tpu_nozzle_0.40_layer_0.30.inst.cfg diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ABS-X_A.inst.cfg b/resources/quality/strateo3d/HT0_4/s3d_ht0.4_ABS-X_A.inst.cfg similarity index 100% rename from resources/quality/strateo3d/HT0.4/s3d_ht0.4_ABS-X_A.inst.cfg rename to resources/quality/strateo3d/HT0_4/s3d_ht0.4_ABS-X_A.inst.cfg diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ABS-X_B.inst.cfg b/resources/quality/strateo3d/HT0_4/s3d_ht0.4_ABS-X_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d/HT0.4/s3d_ht0.4_ABS-X_B.inst.cfg rename to resources/quality/strateo3d/HT0_4/s3d_ht0.4_ABS-X_B.inst.cfg diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ABS-X_C.inst.cfg b/resources/quality/strateo3d/HT0_4/s3d_ht0.4_ABS-X_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/HT0.4/s3d_ht0.4_ABS-X_C.inst.cfg rename to resources/quality/strateo3d/HT0_4/s3d_ht0.4_ABS-X_C.inst.cfg diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ABS_A.inst.cfg b/resources/quality/strateo3d/HT0_4/s3d_ht0.4_ABS_A.inst.cfg similarity index 100% rename from resources/quality/strateo3d/HT0.4/s3d_ht0.4_ABS_A.inst.cfg rename to resources/quality/strateo3d/HT0_4/s3d_ht0.4_ABS_A.inst.cfg diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ABS_B.inst.cfg b/resources/quality/strateo3d/HT0_4/s3d_ht0.4_ABS_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d/HT0.4/s3d_ht0.4_ABS_B.inst.cfg rename to resources/quality/strateo3d/HT0_4/s3d_ht0.4_ABS_B.inst.cfg diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ABS_C.inst.cfg b/resources/quality/strateo3d/HT0_4/s3d_ht0.4_ABS_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/HT0.4/s3d_ht0.4_ABS_C.inst.cfg rename to resources/quality/strateo3d/HT0_4/s3d_ht0.4_ABS_C.inst.cfg diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ACETATE_A.inst.cfg b/resources/quality/strateo3d/HT0_4/s3d_ht0.4_ACETATE_A.inst.cfg similarity index 100% rename from resources/quality/strateo3d/HT0.4/s3d_ht0.4_ACETATE_A.inst.cfg rename to resources/quality/strateo3d/HT0_4/s3d_ht0.4_ACETATE_A.inst.cfg diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ACETATE_B.inst.cfg b/resources/quality/strateo3d/HT0_4/s3d_ht0.4_ACETATE_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d/HT0.4/s3d_ht0.4_ACETATE_B.inst.cfg rename to resources/quality/strateo3d/HT0_4/s3d_ht0.4_ACETATE_B.inst.cfg diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ACETATE_C.inst.cfg b/resources/quality/strateo3d/HT0_4/s3d_ht0.4_ACETATE_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/HT0.4/s3d_ht0.4_ACETATE_C.inst.cfg rename to resources/quality/strateo3d/HT0_4/s3d_ht0.4_ACETATE_C.inst.cfg diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ASA-X_A.inst.cfg b/resources/quality/strateo3d/HT0_4/s3d_ht0.4_ASA-X_A.inst.cfg similarity index 100% rename from resources/quality/strateo3d/HT0.4/s3d_ht0.4_ASA-X_A.inst.cfg rename to resources/quality/strateo3d/HT0_4/s3d_ht0.4_ASA-X_A.inst.cfg diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ASA-X_B.inst.cfg b/resources/quality/strateo3d/HT0_4/s3d_ht0.4_ASA-X_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d/HT0.4/s3d_ht0.4_ASA-X_B.inst.cfg rename to resources/quality/strateo3d/HT0_4/s3d_ht0.4_ASA-X_B.inst.cfg diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_ASA-X_C.inst.cfg b/resources/quality/strateo3d/HT0_4/s3d_ht0.4_ASA-X_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/HT0.4/s3d_ht0.4_ASA-X_C.inst.cfg rename to resources/quality/strateo3d/HT0_4/s3d_ht0.4_ASA-X_C.inst.cfg diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_COPA_A.inst.cfg b/resources/quality/strateo3d/HT0_4/s3d_ht0.4_COPA_A.inst.cfg similarity index 100% rename from resources/quality/strateo3d/HT0.4/s3d_ht0.4_COPA_A.inst.cfg rename to resources/quality/strateo3d/HT0_4/s3d_ht0.4_COPA_A.inst.cfg diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_COPA_B.inst.cfg b/resources/quality/strateo3d/HT0_4/s3d_ht0.4_COPA_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d/HT0.4/s3d_ht0.4_COPA_B.inst.cfg rename to resources/quality/strateo3d/HT0_4/s3d_ht0.4_COPA_B.inst.cfg diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_COPA_C.inst.cfg b/resources/quality/strateo3d/HT0_4/s3d_ht0.4_COPA_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/HT0.4/s3d_ht0.4_COPA_C.inst.cfg rename to resources/quality/strateo3d/HT0_4/s3d_ht0.4_COPA_C.inst.cfg diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_HIPS_A.inst.cfg b/resources/quality/strateo3d/HT0_4/s3d_ht0.4_HIPS_A.inst.cfg similarity index 100% rename from resources/quality/strateo3d/HT0.4/s3d_ht0.4_HIPS_A.inst.cfg rename to resources/quality/strateo3d/HT0_4/s3d_ht0.4_HIPS_A.inst.cfg diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_HIPS_B.inst.cfg b/resources/quality/strateo3d/HT0_4/s3d_ht0.4_HIPS_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d/HT0.4/s3d_ht0.4_HIPS_B.inst.cfg rename to resources/quality/strateo3d/HT0_4/s3d_ht0.4_HIPS_B.inst.cfg diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_HIPS_C.inst.cfg b/resources/quality/strateo3d/HT0_4/s3d_ht0.4_HIPS_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/HT0.4/s3d_ht0.4_HIPS_C.inst.cfg rename to resources/quality/strateo3d/HT0_4/s3d_ht0.4_HIPS_C.inst.cfg diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PC_A.inst.cfg b/resources/quality/strateo3d/HT0_4/s3d_ht0.4_PC_A.inst.cfg similarity index 100% rename from resources/quality/strateo3d/HT0.4/s3d_ht0.4_PC_A.inst.cfg rename to resources/quality/strateo3d/HT0_4/s3d_ht0.4_PC_A.inst.cfg diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PC_B.inst.cfg b/resources/quality/strateo3d/HT0_4/s3d_ht0.4_PC_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d/HT0.4/s3d_ht0.4_PC_B.inst.cfg rename to resources/quality/strateo3d/HT0_4/s3d_ht0.4_PC_B.inst.cfg diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PC_C.inst.cfg b/resources/quality/strateo3d/HT0_4/s3d_ht0.4_PC_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/HT0.4/s3d_ht0.4_PC_C.inst.cfg rename to resources/quality/strateo3d/HT0_4/s3d_ht0.4_PC_C.inst.cfg diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PEKK_B.inst.cfg b/resources/quality/strateo3d/HT0_4/s3d_ht0.4_PEKK_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d/HT0.4/s3d_ht0.4_PEKK_B.inst.cfg rename to resources/quality/strateo3d/HT0_4/s3d_ht0.4_PEKK_B.inst.cfg diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PETG_A.inst.cfg b/resources/quality/strateo3d/HT0_4/s3d_ht0.4_PETG_A.inst.cfg similarity index 100% rename from resources/quality/strateo3d/HT0.4/s3d_ht0.4_PETG_A.inst.cfg rename to resources/quality/strateo3d/HT0_4/s3d_ht0.4_PETG_A.inst.cfg diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PETG_B.inst.cfg b/resources/quality/strateo3d/HT0_4/s3d_ht0.4_PETG_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d/HT0.4/s3d_ht0.4_PETG_B.inst.cfg rename to resources/quality/strateo3d/HT0_4/s3d_ht0.4_PETG_B.inst.cfg diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PETG_C.inst.cfg b/resources/quality/strateo3d/HT0_4/s3d_ht0.4_PETG_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/HT0.4/s3d_ht0.4_PETG_C.inst.cfg rename to resources/quality/strateo3d/HT0_4/s3d_ht0.4_PETG_C.inst.cfg diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PLA_A.inst.cfg b/resources/quality/strateo3d/HT0_4/s3d_ht0.4_PLA_A.inst.cfg similarity index 100% rename from resources/quality/strateo3d/HT0.4/s3d_ht0.4_PLA_A.inst.cfg rename to resources/quality/strateo3d/HT0_4/s3d_ht0.4_PLA_A.inst.cfg diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PLA_B.inst.cfg b/resources/quality/strateo3d/HT0_4/s3d_ht0.4_PLA_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d/HT0.4/s3d_ht0.4_PLA_B.inst.cfg rename to resources/quality/strateo3d/HT0_4/s3d_ht0.4_PLA_B.inst.cfg diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PLA_C.inst.cfg b/resources/quality/strateo3d/HT0_4/s3d_ht0.4_PLA_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/HT0.4/s3d_ht0.4_PLA_C.inst.cfg rename to resources/quality/strateo3d/HT0_4/s3d_ht0.4_PLA_C.inst.cfg diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PLA_HT_A.inst.cfg b/resources/quality/strateo3d/HT0_4/s3d_ht0.4_PLA_HT_A.inst.cfg similarity index 100% rename from resources/quality/strateo3d/HT0.4/s3d_ht0.4_PLA_HT_A.inst.cfg rename to resources/quality/strateo3d/HT0_4/s3d_ht0.4_PLA_HT_A.inst.cfg diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PLA_HT_B.inst.cfg b/resources/quality/strateo3d/HT0_4/s3d_ht0.4_PLA_HT_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d/HT0.4/s3d_ht0.4_PLA_HT_B.inst.cfg rename to resources/quality/strateo3d/HT0_4/s3d_ht0.4_PLA_HT_B.inst.cfg diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_PLA_HT_C.inst.cfg b/resources/quality/strateo3d/HT0_4/s3d_ht0.4_PLA_HT_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/HT0.4/s3d_ht0.4_PLA_HT_C.inst.cfg rename to resources/quality/strateo3d/HT0_4/s3d_ht0.4_PLA_HT_C.inst.cfg diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_TPU98A_A.inst.cfg b/resources/quality/strateo3d/HT0_4/s3d_ht0.4_TPU98A_A.inst.cfg similarity index 100% rename from resources/quality/strateo3d/HT0.4/s3d_ht0.4_TPU98A_A.inst.cfg rename to resources/quality/strateo3d/HT0_4/s3d_ht0.4_TPU98A_A.inst.cfg diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_TPU98A_B.inst.cfg b/resources/quality/strateo3d/HT0_4/s3d_ht0.4_TPU98A_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d/HT0.4/s3d_ht0.4_TPU98A_B.inst.cfg rename to resources/quality/strateo3d/HT0_4/s3d_ht0.4_TPU98A_B.inst.cfg diff --git a/resources/quality/strateo3d/HT0.4/s3d_ht0.4_TPU98A_C.inst.cfg b/resources/quality/strateo3d/HT0_4/s3d_ht0.4_TPU98A_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/HT0.4/s3d_ht0.4_TPU98A_C.inst.cfg rename to resources/quality/strateo3d/HT0_4/s3d_ht0.4_TPU98A_C.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ABS-X_A.inst.cfg b/resources/quality/strateo3d/Standard_0_4/s3d_std0.4_ABS-X_A.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ABS-X_A.inst.cfg rename to resources/quality/strateo3d/Standard_0_4/s3d_std0.4_ABS-X_A.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ABS-X_B.inst.cfg b/resources/quality/strateo3d/Standard_0_4/s3d_std0.4_ABS-X_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ABS-X_B.inst.cfg rename to resources/quality/strateo3d/Standard_0_4/s3d_std0.4_ABS-X_B.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ABS-X_C.inst.cfg b/resources/quality/strateo3d/Standard_0_4/s3d_std0.4_ABS-X_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ABS-X_C.inst.cfg rename to resources/quality/strateo3d/Standard_0_4/s3d_std0.4_ABS-X_C.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ABS_A.inst.cfg b/resources/quality/strateo3d/Standard_0_4/s3d_std0.4_ABS_A.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ABS_A.inst.cfg rename to resources/quality/strateo3d/Standard_0_4/s3d_std0.4_ABS_A.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ABS_B.inst.cfg b/resources/quality/strateo3d/Standard_0_4/s3d_std0.4_ABS_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ABS_B.inst.cfg rename to resources/quality/strateo3d/Standard_0_4/s3d_std0.4_ABS_B.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ABS_C.inst.cfg b/resources/quality/strateo3d/Standard_0_4/s3d_std0.4_ABS_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ABS_C.inst.cfg rename to resources/quality/strateo3d/Standard_0_4/s3d_std0.4_ABS_C.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ACETATE_A.inst.cfg b/resources/quality/strateo3d/Standard_0_4/s3d_std0.4_ACETATE_A.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ACETATE_A.inst.cfg rename to resources/quality/strateo3d/Standard_0_4/s3d_std0.4_ACETATE_A.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ACETATE_B.inst.cfg b/resources/quality/strateo3d/Standard_0_4/s3d_std0.4_ACETATE_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ACETATE_B.inst.cfg rename to resources/quality/strateo3d/Standard_0_4/s3d_std0.4_ACETATE_B.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ACETATE_C.inst.cfg b/resources/quality/strateo3d/Standard_0_4/s3d_std0.4_ACETATE_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ACETATE_C.inst.cfg rename to resources/quality/strateo3d/Standard_0_4/s3d_std0.4_ACETATE_C.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ASA-X_A.inst.cfg b/resources/quality/strateo3d/Standard_0_4/s3d_std0.4_ASA-X_A.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ASA-X_A.inst.cfg rename to resources/quality/strateo3d/Standard_0_4/s3d_std0.4_ASA-X_A.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ASA-X_B.inst.cfg b/resources/quality/strateo3d/Standard_0_4/s3d_std0.4_ASA-X_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ASA-X_B.inst.cfg rename to resources/quality/strateo3d/Standard_0_4/s3d_std0.4_ASA-X_B.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ASA-X_C.inst.cfg b/resources/quality/strateo3d/Standard_0_4/s3d_std0.4_ASA-X_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.4/s3d_std0.4_ASA-X_C.inst.cfg rename to resources/quality/strateo3d/Standard_0_4/s3d_std0.4_ASA-X_C.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_BVOH_A.inst.cfg b/resources/quality/strateo3d/Standard_0_4/s3d_std0.4_BVOH_A.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.4/s3d_std0.4_BVOH_A.inst.cfg rename to resources/quality/strateo3d/Standard_0_4/s3d_std0.4_BVOH_A.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_BVOH_B.inst.cfg b/resources/quality/strateo3d/Standard_0_4/s3d_std0.4_BVOH_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.4/s3d_std0.4_BVOH_B.inst.cfg rename to resources/quality/strateo3d/Standard_0_4/s3d_std0.4_BVOH_B.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_BVOH_C.inst.cfg b/resources/quality/strateo3d/Standard_0_4/s3d_std0.4_BVOH_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.4/s3d_std0.4_BVOH_C.inst.cfg rename to resources/quality/strateo3d/Standard_0_4/s3d_std0.4_BVOH_C.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_COPA_A.inst.cfg b/resources/quality/strateo3d/Standard_0_4/s3d_std0.4_COPA_A.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.4/s3d_std0.4_COPA_A.inst.cfg rename to resources/quality/strateo3d/Standard_0_4/s3d_std0.4_COPA_A.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_COPA_B.inst.cfg b/resources/quality/strateo3d/Standard_0_4/s3d_std0.4_COPA_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.4/s3d_std0.4_COPA_B.inst.cfg rename to resources/quality/strateo3d/Standard_0_4/s3d_std0.4_COPA_B.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_COPA_C.inst.cfg b/resources/quality/strateo3d/Standard_0_4/s3d_std0.4_COPA_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.4/s3d_std0.4_COPA_C.inst.cfg rename to resources/quality/strateo3d/Standard_0_4/s3d_std0.4_COPA_C.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_HIPS_A.inst.cfg b/resources/quality/strateo3d/Standard_0_4/s3d_std0.4_HIPS_A.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.4/s3d_std0.4_HIPS_A.inst.cfg rename to resources/quality/strateo3d/Standard_0_4/s3d_std0.4_HIPS_A.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_HIPS_B.inst.cfg b/resources/quality/strateo3d/Standard_0_4/s3d_std0.4_HIPS_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.4/s3d_std0.4_HIPS_B.inst.cfg rename to resources/quality/strateo3d/Standard_0_4/s3d_std0.4_HIPS_B.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_HIPS_C.inst.cfg b/resources/quality/strateo3d/Standard_0_4/s3d_std0.4_HIPS_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.4/s3d_std0.4_HIPS_C.inst.cfg rename to resources/quality/strateo3d/Standard_0_4/s3d_std0.4_HIPS_C.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PA6CF_A.inst.cfg b/resources/quality/strateo3d/Standard_0_4/s3d_std0.4_PA6CF_A.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PA6CF_A.inst.cfg rename to resources/quality/strateo3d/Standard_0_4/s3d_std0.4_PA6CF_A.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PA6CF_B.inst.cfg b/resources/quality/strateo3d/Standard_0_4/s3d_std0.4_PA6CF_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PA6CF_B.inst.cfg rename to resources/quality/strateo3d/Standard_0_4/s3d_std0.4_PA6CF_B.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PA6CF_C.inst.cfg b/resources/quality/strateo3d/Standard_0_4/s3d_std0.4_PA6CF_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PA6CF_C.inst.cfg rename to resources/quality/strateo3d/Standard_0_4/s3d_std0.4_PA6CF_C.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PA6GF_A.inst.cfg b/resources/quality/strateo3d/Standard_0_4/s3d_std0.4_PA6GF_A.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PA6GF_A.inst.cfg rename to resources/quality/strateo3d/Standard_0_4/s3d_std0.4_PA6GF_A.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PA6GF_B.inst.cfg b/resources/quality/strateo3d/Standard_0_4/s3d_std0.4_PA6GF_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PA6GF_B.inst.cfg rename to resources/quality/strateo3d/Standard_0_4/s3d_std0.4_PA6GF_B.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PA6GF_C.inst.cfg b/resources/quality/strateo3d/Standard_0_4/s3d_std0.4_PA6GF_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PA6GF_C.inst.cfg rename to resources/quality/strateo3d/Standard_0_4/s3d_std0.4_PA6GF_C.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PC_A.inst.cfg b/resources/quality/strateo3d/Standard_0_4/s3d_std0.4_PC_A.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PC_A.inst.cfg rename to resources/quality/strateo3d/Standard_0_4/s3d_std0.4_PC_A.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PC_B.inst.cfg b/resources/quality/strateo3d/Standard_0_4/s3d_std0.4_PC_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PC_B.inst.cfg rename to resources/quality/strateo3d/Standard_0_4/s3d_std0.4_PC_B.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PC_C.inst.cfg b/resources/quality/strateo3d/Standard_0_4/s3d_std0.4_PC_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PC_C.inst.cfg rename to resources/quality/strateo3d/Standard_0_4/s3d_std0.4_PC_C.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PETG_A.inst.cfg b/resources/quality/strateo3d/Standard_0_4/s3d_std0.4_PETG_A.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PETG_A.inst.cfg rename to resources/quality/strateo3d/Standard_0_4/s3d_std0.4_PETG_A.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PETG_B.inst.cfg b/resources/quality/strateo3d/Standard_0_4/s3d_std0.4_PETG_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PETG_B.inst.cfg rename to resources/quality/strateo3d/Standard_0_4/s3d_std0.4_PETG_B.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PETG_C.inst.cfg b/resources/quality/strateo3d/Standard_0_4/s3d_std0.4_PETG_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PETG_C.inst.cfg rename to resources/quality/strateo3d/Standard_0_4/s3d_std0.4_PETG_C.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PLA_A.inst.cfg b/resources/quality/strateo3d/Standard_0_4/s3d_std0.4_PLA_A.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PLA_A.inst.cfg rename to resources/quality/strateo3d/Standard_0_4/s3d_std0.4_PLA_A.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PLA_B.inst.cfg b/resources/quality/strateo3d/Standard_0_4/s3d_std0.4_PLA_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PLA_B.inst.cfg rename to resources/quality/strateo3d/Standard_0_4/s3d_std0.4_PLA_B.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PLA_C.inst.cfg b/resources/quality/strateo3d/Standard_0_4/s3d_std0.4_PLA_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PLA_C.inst.cfg rename to resources/quality/strateo3d/Standard_0_4/s3d_std0.4_PLA_C.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PLA_HT_A.inst.cfg b/resources/quality/strateo3d/Standard_0_4/s3d_std0.4_PLA_HT_A.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PLA_HT_A.inst.cfg rename to resources/quality/strateo3d/Standard_0_4/s3d_std0.4_PLA_HT_A.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PLA_HT_B.inst.cfg b/resources/quality/strateo3d/Standard_0_4/s3d_std0.4_PLA_HT_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PLA_HT_B.inst.cfg rename to resources/quality/strateo3d/Standard_0_4/s3d_std0.4_PLA_HT_B.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PLA_HT_C.inst.cfg b/resources/quality/strateo3d/Standard_0_4/s3d_std0.4_PLA_HT_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PLA_HT_C.inst.cfg rename to resources/quality/strateo3d/Standard_0_4/s3d_std0.4_PLA_HT_C.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PVA-M_A.inst.cfg b/resources/quality/strateo3d/Standard_0_4/s3d_std0.4_PVA-M_A.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PVA-M_A.inst.cfg rename to resources/quality/strateo3d/Standard_0_4/s3d_std0.4_PVA-M_A.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PVA-M_B.inst.cfg b/resources/quality/strateo3d/Standard_0_4/s3d_std0.4_PVA-M_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PVA-M_B.inst.cfg rename to resources/quality/strateo3d/Standard_0_4/s3d_std0.4_PVA-M_B.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PVA-M_C.inst.cfg b/resources/quality/strateo3d/Standard_0_4/s3d_std0.4_PVA-M_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PVA-M_C.inst.cfg rename to resources/quality/strateo3d/Standard_0_4/s3d_std0.4_PVA-M_C.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PVA-S_A.inst.cfg b/resources/quality/strateo3d/Standard_0_4/s3d_std0.4_PVA-S_A.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PVA-S_A.inst.cfg rename to resources/quality/strateo3d/Standard_0_4/s3d_std0.4_PVA-S_A.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PVA-S_B.inst.cfg b/resources/quality/strateo3d/Standard_0_4/s3d_std0.4_PVA-S_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PVA-S_B.inst.cfg rename to resources/quality/strateo3d/Standard_0_4/s3d_std0.4_PVA-S_B.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PVA-S_C.inst.cfg b/resources/quality/strateo3d/Standard_0_4/s3d_std0.4_PVA-S_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.4/s3d_std0.4_PVA-S_C.inst.cfg rename to resources/quality/strateo3d/Standard_0_4/s3d_std0.4_PVA-S_C.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_TPU98A_A.inst.cfg b/resources/quality/strateo3d/Standard_0_4/s3d_std0.4_TPU98A_A.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.4/s3d_std0.4_TPU98A_A.inst.cfg rename to resources/quality/strateo3d/Standard_0_4/s3d_std0.4_TPU98A_A.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_TPU98A_B.inst.cfg b/resources/quality/strateo3d/Standard_0_4/s3d_std0.4_TPU98A_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.4/s3d_std0.4_TPU98A_B.inst.cfg rename to resources/quality/strateo3d/Standard_0_4/s3d_std0.4_TPU98A_B.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.4/s3d_std0.4_TPU98A_C.inst.cfg b/resources/quality/strateo3d/Standard_0_4/s3d_std0.4_TPU98A_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.4/s3d_std0.4_TPU98A_C.inst.cfg rename to resources/quality/strateo3d/Standard_0_4/s3d_std0.4_TPU98A_C.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ABS-X_B.inst.cfg b/resources/quality/strateo3d/Standard_0_6/s3d_std0.6_ABS-X_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ABS-X_B.inst.cfg rename to resources/quality/strateo3d/Standard_0_6/s3d_std0.6_ABS-X_B.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ABS-X_C.inst.cfg b/resources/quality/strateo3d/Standard_0_6/s3d_std0.6_ABS-X_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ABS-X_C.inst.cfg rename to resources/quality/strateo3d/Standard_0_6/s3d_std0.6_ABS-X_C.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ABS-X_D.inst.cfg b/resources/quality/strateo3d/Standard_0_6/s3d_std0.6_ABS-X_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ABS-X_D.inst.cfg rename to resources/quality/strateo3d/Standard_0_6/s3d_std0.6_ABS-X_D.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ABS_B.inst.cfg b/resources/quality/strateo3d/Standard_0_6/s3d_std0.6_ABS_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ABS_B.inst.cfg rename to resources/quality/strateo3d/Standard_0_6/s3d_std0.6_ABS_B.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ABS_C.inst.cfg b/resources/quality/strateo3d/Standard_0_6/s3d_std0.6_ABS_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ABS_C.inst.cfg rename to resources/quality/strateo3d/Standard_0_6/s3d_std0.6_ABS_C.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ABS_D.inst.cfg b/resources/quality/strateo3d/Standard_0_6/s3d_std0.6_ABS_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ABS_D.inst.cfg rename to resources/quality/strateo3d/Standard_0_6/s3d_std0.6_ABS_D.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ACETATE_B.inst.cfg b/resources/quality/strateo3d/Standard_0_6/s3d_std0.6_ACETATE_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ACETATE_B.inst.cfg rename to resources/quality/strateo3d/Standard_0_6/s3d_std0.6_ACETATE_B.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ACETATE_C.inst.cfg b/resources/quality/strateo3d/Standard_0_6/s3d_std0.6_ACETATE_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ACETATE_C.inst.cfg rename to resources/quality/strateo3d/Standard_0_6/s3d_std0.6_ACETATE_C.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ACETATE_D.inst.cfg b/resources/quality/strateo3d/Standard_0_6/s3d_std0.6_ACETATE_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ACETATE_D.inst.cfg rename to resources/quality/strateo3d/Standard_0_6/s3d_std0.6_ACETATE_D.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ASA-X_B.inst.cfg b/resources/quality/strateo3d/Standard_0_6/s3d_std0.6_ASA-X_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ASA-X_B.inst.cfg rename to resources/quality/strateo3d/Standard_0_6/s3d_std0.6_ASA-X_B.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ASA-X_C.inst.cfg b/resources/quality/strateo3d/Standard_0_6/s3d_std0.6_ASA-X_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ASA-X_C.inst.cfg rename to resources/quality/strateo3d/Standard_0_6/s3d_std0.6_ASA-X_C.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ASA-X_D.inst.cfg b/resources/quality/strateo3d/Standard_0_6/s3d_std0.6_ASA-X_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.6/s3d_std0.6_ASA-X_D.inst.cfg rename to resources/quality/strateo3d/Standard_0_6/s3d_std0.6_ASA-X_D.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_BVOH_B.inst.cfg b/resources/quality/strateo3d/Standard_0_6/s3d_std0.6_BVOH_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.6/s3d_std0.6_BVOH_B.inst.cfg rename to resources/quality/strateo3d/Standard_0_6/s3d_std0.6_BVOH_B.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_BVOH_C.inst.cfg b/resources/quality/strateo3d/Standard_0_6/s3d_std0.6_BVOH_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.6/s3d_std0.6_BVOH_C.inst.cfg rename to resources/quality/strateo3d/Standard_0_6/s3d_std0.6_BVOH_C.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_BVOH_D.inst.cfg b/resources/quality/strateo3d/Standard_0_6/s3d_std0.6_BVOH_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.6/s3d_std0.6_BVOH_D.inst.cfg rename to resources/quality/strateo3d/Standard_0_6/s3d_std0.6_BVOH_D.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_COPA_B.inst.cfg b/resources/quality/strateo3d/Standard_0_6/s3d_std0.6_COPA_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.6/s3d_std0.6_COPA_B.inst.cfg rename to resources/quality/strateo3d/Standard_0_6/s3d_std0.6_COPA_B.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_COPA_C.inst.cfg b/resources/quality/strateo3d/Standard_0_6/s3d_std0.6_COPA_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.6/s3d_std0.6_COPA_C.inst.cfg rename to resources/quality/strateo3d/Standard_0_6/s3d_std0.6_COPA_C.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_COPA_D.inst.cfg b/resources/quality/strateo3d/Standard_0_6/s3d_std0.6_COPA_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.6/s3d_std0.6_COPA_D.inst.cfg rename to resources/quality/strateo3d/Standard_0_6/s3d_std0.6_COPA_D.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_HIPS_B.inst.cfg b/resources/quality/strateo3d/Standard_0_6/s3d_std0.6_HIPS_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.6/s3d_std0.6_HIPS_B.inst.cfg rename to resources/quality/strateo3d/Standard_0_6/s3d_std0.6_HIPS_B.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_HIPS_C.inst.cfg b/resources/quality/strateo3d/Standard_0_6/s3d_std0.6_HIPS_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.6/s3d_std0.6_HIPS_C.inst.cfg rename to resources/quality/strateo3d/Standard_0_6/s3d_std0.6_HIPS_C.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_HIPS_D.inst.cfg b/resources/quality/strateo3d/Standard_0_6/s3d_std0.6_HIPS_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.6/s3d_std0.6_HIPS_D.inst.cfg rename to resources/quality/strateo3d/Standard_0_6/s3d_std0.6_HIPS_D.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_Nylon-1030_C.inst.cfg b/resources/quality/strateo3d/Standard_0_6/s3d_std0.6_Nylon-1030_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.6/s3d_std0.6_Nylon-1030_C.inst.cfg rename to resources/quality/strateo3d/Standard_0_6/s3d_std0.6_Nylon-1030_C.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PA6CF_B.inst.cfg b/resources/quality/strateo3d/Standard_0_6/s3d_std0.6_PA6CF_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PA6CF_B.inst.cfg rename to resources/quality/strateo3d/Standard_0_6/s3d_std0.6_PA6CF_B.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PA6CF_C.inst.cfg b/resources/quality/strateo3d/Standard_0_6/s3d_std0.6_PA6CF_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PA6CF_C.inst.cfg rename to resources/quality/strateo3d/Standard_0_6/s3d_std0.6_PA6CF_C.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PA6CF_D.inst.cfg b/resources/quality/strateo3d/Standard_0_6/s3d_std0.6_PA6CF_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PA6CF_D.inst.cfg rename to resources/quality/strateo3d/Standard_0_6/s3d_std0.6_PA6CF_D.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PA6GF_B.inst.cfg b/resources/quality/strateo3d/Standard_0_6/s3d_std0.6_PA6GF_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PA6GF_B.inst.cfg rename to resources/quality/strateo3d/Standard_0_6/s3d_std0.6_PA6GF_B.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PA6GF_C.inst.cfg b/resources/quality/strateo3d/Standard_0_6/s3d_std0.6_PA6GF_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PA6GF_C.inst.cfg rename to resources/quality/strateo3d/Standard_0_6/s3d_std0.6_PA6GF_C.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PA6GF_D.inst.cfg b/resources/quality/strateo3d/Standard_0_6/s3d_std0.6_PA6GF_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PA6GF_D.inst.cfg rename to resources/quality/strateo3d/Standard_0_6/s3d_std0.6_PA6GF_D.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PC_B.inst.cfg b/resources/quality/strateo3d/Standard_0_6/s3d_std0.6_PC_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PC_B.inst.cfg rename to resources/quality/strateo3d/Standard_0_6/s3d_std0.6_PC_B.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PC_C.inst.cfg b/resources/quality/strateo3d/Standard_0_6/s3d_std0.6_PC_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PC_C.inst.cfg rename to resources/quality/strateo3d/Standard_0_6/s3d_std0.6_PC_C.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PC_D.inst.cfg b/resources/quality/strateo3d/Standard_0_6/s3d_std0.6_PC_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PC_D.inst.cfg rename to resources/quality/strateo3d/Standard_0_6/s3d_std0.6_PC_D.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PETG_B.inst.cfg b/resources/quality/strateo3d/Standard_0_6/s3d_std0.6_PETG_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PETG_B.inst.cfg rename to resources/quality/strateo3d/Standard_0_6/s3d_std0.6_PETG_B.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PETG_C.inst.cfg b/resources/quality/strateo3d/Standard_0_6/s3d_std0.6_PETG_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PETG_C.inst.cfg rename to resources/quality/strateo3d/Standard_0_6/s3d_std0.6_PETG_C.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PETG_D.inst.cfg b/resources/quality/strateo3d/Standard_0_6/s3d_std0.6_PETG_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PETG_D.inst.cfg rename to resources/quality/strateo3d/Standard_0_6/s3d_std0.6_PETG_D.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PLA_B.inst.cfg b/resources/quality/strateo3d/Standard_0_6/s3d_std0.6_PLA_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PLA_B.inst.cfg rename to resources/quality/strateo3d/Standard_0_6/s3d_std0.6_PLA_B.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PLA_C.inst.cfg b/resources/quality/strateo3d/Standard_0_6/s3d_std0.6_PLA_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PLA_C.inst.cfg rename to resources/quality/strateo3d/Standard_0_6/s3d_std0.6_PLA_C.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PLA_D.inst.cfg b/resources/quality/strateo3d/Standard_0_6/s3d_std0.6_PLA_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PLA_D.inst.cfg rename to resources/quality/strateo3d/Standard_0_6/s3d_std0.6_PLA_D.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PLA_HT_B.inst.cfg b/resources/quality/strateo3d/Standard_0_6/s3d_std0.6_PLA_HT_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PLA_HT_B.inst.cfg rename to resources/quality/strateo3d/Standard_0_6/s3d_std0.6_PLA_HT_B.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PLA_HT_C.inst.cfg b/resources/quality/strateo3d/Standard_0_6/s3d_std0.6_PLA_HT_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PLA_HT_C.inst.cfg rename to resources/quality/strateo3d/Standard_0_6/s3d_std0.6_PLA_HT_C.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PLA_HT_D.inst.cfg b/resources/quality/strateo3d/Standard_0_6/s3d_std0.6_PLA_HT_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PLA_HT_D.inst.cfg rename to resources/quality/strateo3d/Standard_0_6/s3d_std0.6_PLA_HT_D.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PVA-M_B.inst.cfg b/resources/quality/strateo3d/Standard_0_6/s3d_std0.6_PVA-M_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PVA-M_B.inst.cfg rename to resources/quality/strateo3d/Standard_0_6/s3d_std0.6_PVA-M_B.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PVA-M_C.inst.cfg b/resources/quality/strateo3d/Standard_0_6/s3d_std0.6_PVA-M_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PVA-M_C.inst.cfg rename to resources/quality/strateo3d/Standard_0_6/s3d_std0.6_PVA-M_C.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PVA-M_D.inst.cfg b/resources/quality/strateo3d/Standard_0_6/s3d_std0.6_PVA-M_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PVA-M_D.inst.cfg rename to resources/quality/strateo3d/Standard_0_6/s3d_std0.6_PVA-M_D.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PVA-S_B.inst.cfg b/resources/quality/strateo3d/Standard_0_6/s3d_std0.6_PVA-S_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PVA-S_B.inst.cfg rename to resources/quality/strateo3d/Standard_0_6/s3d_std0.6_PVA-S_B.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PVA-S_C.inst.cfg b/resources/quality/strateo3d/Standard_0_6/s3d_std0.6_PVA-S_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PVA-S_C.inst.cfg rename to resources/quality/strateo3d/Standard_0_6/s3d_std0.6_PVA-S_C.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PVA-S_D.inst.cfg b/resources/quality/strateo3d/Standard_0_6/s3d_std0.6_PVA-S_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.6/s3d_std0.6_PVA-S_D.inst.cfg rename to resources/quality/strateo3d/Standard_0_6/s3d_std0.6_PVA-S_D.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_TPU98A_B.inst.cfg b/resources/quality/strateo3d/Standard_0_6/s3d_std0.6_TPU98A_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.6/s3d_std0.6_TPU98A_B.inst.cfg rename to resources/quality/strateo3d/Standard_0_6/s3d_std0.6_TPU98A_B.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_TPU98A_C.inst.cfg b/resources/quality/strateo3d/Standard_0_6/s3d_std0.6_TPU98A_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.6/s3d_std0.6_TPU98A_C.inst.cfg rename to resources/quality/strateo3d/Standard_0_6/s3d_std0.6_TPU98A_C.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.6/s3d_std0.6_TPU98A_D.inst.cfg b/resources/quality/strateo3d/Standard_0_6/s3d_std0.6_TPU98A_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.6/s3d_std0.6_TPU98A_D.inst.cfg rename to resources/quality/strateo3d/Standard_0_6/s3d_std0.6_TPU98A_D.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ABS-X_C.inst.cfg b/resources/quality/strateo3d/Standard_0_8/s3d_std0.8_ABS-X_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ABS-X_C.inst.cfg rename to resources/quality/strateo3d/Standard_0_8/s3d_std0.8_ABS-X_C.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ABS-X_D.inst.cfg b/resources/quality/strateo3d/Standard_0_8/s3d_std0.8_ABS-X_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ABS-X_D.inst.cfg rename to resources/quality/strateo3d/Standard_0_8/s3d_std0.8_ABS-X_D.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ABS-X_E.inst.cfg b/resources/quality/strateo3d/Standard_0_8/s3d_std0.8_ABS-X_E.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ABS-X_E.inst.cfg rename to resources/quality/strateo3d/Standard_0_8/s3d_std0.8_ABS-X_E.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ABS_C.inst.cfg b/resources/quality/strateo3d/Standard_0_8/s3d_std0.8_ABS_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ABS_C.inst.cfg rename to resources/quality/strateo3d/Standard_0_8/s3d_std0.8_ABS_C.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ABS_D.inst.cfg b/resources/quality/strateo3d/Standard_0_8/s3d_std0.8_ABS_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ABS_D.inst.cfg rename to resources/quality/strateo3d/Standard_0_8/s3d_std0.8_ABS_D.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ABS_E.inst.cfg b/resources/quality/strateo3d/Standard_0_8/s3d_std0.8_ABS_E.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ABS_E.inst.cfg rename to resources/quality/strateo3d/Standard_0_8/s3d_std0.8_ABS_E.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ASA-X_C.inst.cfg b/resources/quality/strateo3d/Standard_0_8/s3d_std0.8_ASA-X_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ASA-X_C.inst.cfg rename to resources/quality/strateo3d/Standard_0_8/s3d_std0.8_ASA-X_C.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ASA-X_D.inst.cfg b/resources/quality/strateo3d/Standard_0_8/s3d_std0.8_ASA-X_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ASA-X_D.inst.cfg rename to resources/quality/strateo3d/Standard_0_8/s3d_std0.8_ASA-X_D.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ASA-X_E.inst.cfg b/resources/quality/strateo3d/Standard_0_8/s3d_std0.8_ASA-X_E.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.8/s3d_std0.8_ASA-X_E.inst.cfg rename to resources/quality/strateo3d/Standard_0_8/s3d_std0.8_ASA-X_E.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_BVOH_C.inst.cfg b/resources/quality/strateo3d/Standard_0_8/s3d_std0.8_BVOH_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.8/s3d_std0.8_BVOH_C.inst.cfg rename to resources/quality/strateo3d/Standard_0_8/s3d_std0.8_BVOH_C.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_BVOH_D.inst.cfg b/resources/quality/strateo3d/Standard_0_8/s3d_std0.8_BVOH_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.8/s3d_std0.8_BVOH_D.inst.cfg rename to resources/quality/strateo3d/Standard_0_8/s3d_std0.8_BVOH_D.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_BVOH_E.inst.cfg b/resources/quality/strateo3d/Standard_0_8/s3d_std0.8_BVOH_E.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.8/s3d_std0.8_BVOH_E.inst.cfg rename to resources/quality/strateo3d/Standard_0_8/s3d_std0.8_BVOH_E.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_COPA_C.inst.cfg b/resources/quality/strateo3d/Standard_0_8/s3d_std0.8_COPA_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.8/s3d_std0.8_COPA_C.inst.cfg rename to resources/quality/strateo3d/Standard_0_8/s3d_std0.8_COPA_C.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_COPA_D.inst.cfg b/resources/quality/strateo3d/Standard_0_8/s3d_std0.8_COPA_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.8/s3d_std0.8_COPA_D.inst.cfg rename to resources/quality/strateo3d/Standard_0_8/s3d_std0.8_COPA_D.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_COPA_E.inst.cfg b/resources/quality/strateo3d/Standard_0_8/s3d_std0.8_COPA_E.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.8/s3d_std0.8_COPA_E.inst.cfg rename to resources/quality/strateo3d/Standard_0_8/s3d_std0.8_COPA_E.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_HIPS_C.inst.cfg b/resources/quality/strateo3d/Standard_0_8/s3d_std0.8_HIPS_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.8/s3d_std0.8_HIPS_C.inst.cfg rename to resources/quality/strateo3d/Standard_0_8/s3d_std0.8_HIPS_C.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_HIPS_D.inst.cfg b/resources/quality/strateo3d/Standard_0_8/s3d_std0.8_HIPS_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.8/s3d_std0.8_HIPS_D.inst.cfg rename to resources/quality/strateo3d/Standard_0_8/s3d_std0.8_HIPS_D.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_HIPS_E.inst.cfg b/resources/quality/strateo3d/Standard_0_8/s3d_std0.8_HIPS_E.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.8/s3d_std0.8_HIPS_E.inst.cfg rename to resources/quality/strateo3d/Standard_0_8/s3d_std0.8_HIPS_E.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PA6CF_C.inst.cfg b/resources/quality/strateo3d/Standard_0_8/s3d_std0.8_PA6CF_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PA6CF_C.inst.cfg rename to resources/quality/strateo3d/Standard_0_8/s3d_std0.8_PA6CF_C.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PA6CF_D.inst.cfg b/resources/quality/strateo3d/Standard_0_8/s3d_std0.8_PA6CF_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PA6CF_D.inst.cfg rename to resources/quality/strateo3d/Standard_0_8/s3d_std0.8_PA6CF_D.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PA6CF_E.inst.cfg b/resources/quality/strateo3d/Standard_0_8/s3d_std0.8_PA6CF_E.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PA6CF_E.inst.cfg rename to resources/quality/strateo3d/Standard_0_8/s3d_std0.8_PA6CF_E.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PA6GF_C.inst.cfg b/resources/quality/strateo3d/Standard_0_8/s3d_std0.8_PA6GF_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PA6GF_C.inst.cfg rename to resources/quality/strateo3d/Standard_0_8/s3d_std0.8_PA6GF_C.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PA6GF_D.inst.cfg b/resources/quality/strateo3d/Standard_0_8/s3d_std0.8_PA6GF_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PA6GF_D.inst.cfg rename to resources/quality/strateo3d/Standard_0_8/s3d_std0.8_PA6GF_D.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PA6GF_E.inst.cfg b/resources/quality/strateo3d/Standard_0_8/s3d_std0.8_PA6GF_E.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PA6GF_E.inst.cfg rename to resources/quality/strateo3d/Standard_0_8/s3d_std0.8_PA6GF_E.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PC_C.inst.cfg b/resources/quality/strateo3d/Standard_0_8/s3d_std0.8_PC_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PC_C.inst.cfg rename to resources/quality/strateo3d/Standard_0_8/s3d_std0.8_PC_C.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PC_D.inst.cfg b/resources/quality/strateo3d/Standard_0_8/s3d_std0.8_PC_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PC_D.inst.cfg rename to resources/quality/strateo3d/Standard_0_8/s3d_std0.8_PC_D.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PC_E.inst.cfg b/resources/quality/strateo3d/Standard_0_8/s3d_std0.8_PC_E.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PC_E.inst.cfg rename to resources/quality/strateo3d/Standard_0_8/s3d_std0.8_PC_E.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PETG_C.inst.cfg b/resources/quality/strateo3d/Standard_0_8/s3d_std0.8_PETG_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PETG_C.inst.cfg rename to resources/quality/strateo3d/Standard_0_8/s3d_std0.8_PETG_C.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PETG_D.inst.cfg b/resources/quality/strateo3d/Standard_0_8/s3d_std0.8_PETG_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PETG_D.inst.cfg rename to resources/quality/strateo3d/Standard_0_8/s3d_std0.8_PETG_D.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PETG_E.inst.cfg b/resources/quality/strateo3d/Standard_0_8/s3d_std0.8_PETG_E.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PETG_E.inst.cfg rename to resources/quality/strateo3d/Standard_0_8/s3d_std0.8_PETG_E.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PLA_C.inst.cfg b/resources/quality/strateo3d/Standard_0_8/s3d_std0.8_PLA_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PLA_C.inst.cfg rename to resources/quality/strateo3d/Standard_0_8/s3d_std0.8_PLA_C.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PLA_D.inst.cfg b/resources/quality/strateo3d/Standard_0_8/s3d_std0.8_PLA_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PLA_D.inst.cfg rename to resources/quality/strateo3d/Standard_0_8/s3d_std0.8_PLA_D.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PLA_E.inst.cfg b/resources/quality/strateo3d/Standard_0_8/s3d_std0.8_PLA_E.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PLA_E.inst.cfg rename to resources/quality/strateo3d/Standard_0_8/s3d_std0.8_PLA_E.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PLA_HT_C.inst.cfg b/resources/quality/strateo3d/Standard_0_8/s3d_std0.8_PLA_HT_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PLA_HT_C.inst.cfg rename to resources/quality/strateo3d/Standard_0_8/s3d_std0.8_PLA_HT_C.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PLA_HT_D.inst.cfg b/resources/quality/strateo3d/Standard_0_8/s3d_std0.8_PLA_HT_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PLA_HT_D.inst.cfg rename to resources/quality/strateo3d/Standard_0_8/s3d_std0.8_PLA_HT_D.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PLA_HT_E.inst.cfg b/resources/quality/strateo3d/Standard_0_8/s3d_std0.8_PLA_HT_E.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PLA_HT_E.inst.cfg rename to resources/quality/strateo3d/Standard_0_8/s3d_std0.8_PLA_HT_E.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PVA-M_C.inst.cfg b/resources/quality/strateo3d/Standard_0_8/s3d_std0.8_PVA-M_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PVA-M_C.inst.cfg rename to resources/quality/strateo3d/Standard_0_8/s3d_std0.8_PVA-M_C.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PVA-M_D.inst.cfg b/resources/quality/strateo3d/Standard_0_8/s3d_std0.8_PVA-M_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PVA-M_D.inst.cfg rename to resources/quality/strateo3d/Standard_0_8/s3d_std0.8_PVA-M_D.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PVA-M_E.inst.cfg b/resources/quality/strateo3d/Standard_0_8/s3d_std0.8_PVA-M_E.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PVA-M_E.inst.cfg rename to resources/quality/strateo3d/Standard_0_8/s3d_std0.8_PVA-M_E.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PVA-S_C.inst.cfg b/resources/quality/strateo3d/Standard_0_8/s3d_std0.8_PVA-S_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PVA-S_C.inst.cfg rename to resources/quality/strateo3d/Standard_0_8/s3d_std0.8_PVA-S_C.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PVA-S_D.inst.cfg b/resources/quality/strateo3d/Standard_0_8/s3d_std0.8_PVA-S_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PVA-S_D.inst.cfg rename to resources/quality/strateo3d/Standard_0_8/s3d_std0.8_PVA-S_D.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PVA-S_E.inst.cfg b/resources/quality/strateo3d/Standard_0_8/s3d_std0.8_PVA-S_E.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.8/s3d_std0.8_PVA-S_E.inst.cfg rename to resources/quality/strateo3d/Standard_0_8/s3d_std0.8_PVA-S_E.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_TPU98A_C.inst.cfg b/resources/quality/strateo3d/Standard_0_8/s3d_std0.8_TPU98A_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.8/s3d_std0.8_TPU98A_C.inst.cfg rename to resources/quality/strateo3d/Standard_0_8/s3d_std0.8_TPU98A_C.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_TPU98A_D.inst.cfg b/resources/quality/strateo3d/Standard_0_8/s3d_std0.8_TPU98A_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.8/s3d_std0.8_TPU98A_D.inst.cfg rename to resources/quality/strateo3d/Standard_0_8/s3d_std0.8_TPU98A_D.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_TPU98A_E.inst.cfg b/resources/quality/strateo3d/Standard_0_8/s3d_std0.8_TPU98A_E.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.8/s3d_std0.8_TPU98A_E.inst.cfg rename to resources/quality/strateo3d/Standard_0_8/s3d_std0.8_TPU98A_E.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_TPU_C.inst.cfg b/resources/quality/strateo3d/Standard_0_8/s3d_std0.8_TPU_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.8/s3d_std0.8_TPU_C.inst.cfg rename to resources/quality/strateo3d/Standard_0_8/s3d_std0.8_TPU_C.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_TPU_D.inst.cfg b/resources/quality/strateo3d/Standard_0_8/s3d_std0.8_TPU_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.8/s3d_std0.8_TPU_D.inst.cfg rename to resources/quality/strateo3d/Standard_0_8/s3d_std0.8_TPU_D.inst.cfg diff --git a/resources/quality/strateo3d/Standard_0.8/s3d_std0.8_TPU_E.inst.cfg b/resources/quality/strateo3d/Standard_0_8/s3d_std0.8_TPU_E.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_0.8/s3d_std0.8_TPU_E.inst.cfg rename to resources/quality/strateo3d/Standard_0_8/s3d_std0.8_TPU_E.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_ABS_D.inst.cfg b/resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_ABS_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_ABS_D.inst.cfg rename to resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_ABS_D.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_ABS_E.inst.cfg b/resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_ABS_E.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_ABS_E.inst.cfg rename to resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_ABS_E.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_ABS_F.inst.cfg b/resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_ABS_F.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_ABS_F.inst.cfg rename to resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_ABS_F.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_ASA-X_D.inst.cfg b/resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_ASA-X_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_ASA-X_D.inst.cfg rename to resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_ASA-X_D.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_ASA-X_E.inst.cfg b/resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_ASA-X_E.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_ASA-X_E.inst.cfg rename to resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_ASA-X_E.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_ASA-X_F.inst.cfg b/resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_ASA-X_F.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_ASA-X_F.inst.cfg rename to resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_ASA-X_F.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_BVOH_D.inst.cfg b/resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_BVOH_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_BVOH_D.inst.cfg rename to resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_BVOH_D.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_BVOH_E.inst.cfg b/resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_BVOH_E.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_BVOH_E.inst.cfg rename to resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_BVOH_E.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_BVOH_F.inst.cfg b/resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_BVOH_F.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_BVOH_F.inst.cfg rename to resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_BVOH_F.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_HIPS_D.inst.cfg b/resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_HIPS_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_HIPS_D.inst.cfg rename to resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_HIPS_D.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_HIPS_E.inst.cfg b/resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_HIPS_E.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_HIPS_E.inst.cfg rename to resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_HIPS_E.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_HIPS_F.inst.cfg b/resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_HIPS_F.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_HIPS_F.inst.cfg rename to resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_HIPS_F.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PA6CF_D.inst.cfg b/resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_PA6CF_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PA6CF_D.inst.cfg rename to resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_PA6CF_D.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PA6CF_E.inst.cfg b/resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_PA6CF_E.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PA6CF_E.inst.cfg rename to resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_PA6CF_E.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PA6CF_F.inst.cfg b/resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_PA6CF_F.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PA6CF_F.inst.cfg rename to resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_PA6CF_F.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PA6GF_D.inst.cfg b/resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_PA6GF_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PA6GF_D.inst.cfg rename to resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_PA6GF_D.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PA6GF_E.inst.cfg b/resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_PA6GF_E.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PA6GF_E.inst.cfg rename to resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_PA6GF_E.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PA6GF_F.inst.cfg b/resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_PA6GF_F.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PA6GF_F.inst.cfg rename to resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_PA6GF_F.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PETG_D.inst.cfg b/resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_PETG_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PETG_D.inst.cfg rename to resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_PETG_D.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PETG_E.inst.cfg b/resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_PETG_E.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PETG_E.inst.cfg rename to resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_PETG_E.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PETG_F.inst.cfg b/resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_PETG_F.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PETG_F.inst.cfg rename to resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_PETG_F.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PLA_D.inst.cfg b/resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_PLA_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PLA_D.inst.cfg rename to resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_PLA_D.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PLA_E.inst.cfg b/resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_PLA_E.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PLA_E.inst.cfg rename to resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_PLA_E.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PLA_F.inst.cfg b/resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_PLA_F.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PLA_F.inst.cfg rename to resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_PLA_F.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PVA-M_D.inst.cfg b/resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_PVA-M_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PVA-M_D.inst.cfg rename to resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_PVA-M_D.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PVA-M_E.inst.cfg b/resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_PVA-M_E.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PVA-M_E.inst.cfg rename to resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_PVA-M_E.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PVA-M_F.inst.cfg b/resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_PVA-M_F.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PVA-M_F.inst.cfg rename to resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_PVA-M_F.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PVA-S_D.inst.cfg b/resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_PVA-S_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PVA-S_D.inst.cfg rename to resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_PVA-S_D.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PVA-S_E.inst.cfg b/resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_PVA-S_E.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PVA-S_E.inst.cfg rename to resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_PVA-S_E.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PVA-S_F.inst.cfg b/resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_PVA-S_F.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_PVA-S_F.inst.cfg rename to resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_PVA-S_F.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_TPU98A_D.inst.cfg b/resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_TPU98A_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_TPU98A_D.inst.cfg rename to resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_TPU98A_D.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_TPU98A_E.inst.cfg b/resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_TPU98A_E.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_TPU98A_E.inst.cfg rename to resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_TPU98A_E.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_TPU98A_F.inst.cfg b/resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_TPU98A_F.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.0_Experimental/s3d_std1.0_TPU98A_F.inst.cfg rename to resources/quality/strateo3d/Standard_1_0_Experimental/s3d_std1.0_TPU98A_F.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_ABS_F.inst.cfg b/resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_ABS_F.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_ABS_F.inst.cfg rename to resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_ABS_F.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_ABS_G.inst.cfg b/resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_ABS_G.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_ABS_G.inst.cfg rename to resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_ABS_G.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_ABS_H.inst.cfg b/resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_ABS_H.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_ABS_H.inst.cfg rename to resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_ABS_H.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_ASA-X_F.inst.cfg b/resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_ASA-X_F.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_ASA-X_F.inst.cfg rename to resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_ASA-X_F.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_ASA-X_G.inst.cfg b/resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_ASA-X_G.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_ASA-X_G.inst.cfg rename to resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_ASA-X_G.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_ASA-X_H.inst.cfg b/resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_ASA-X_H.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_ASA-X_H.inst.cfg rename to resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_ASA-X_H.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_BVOH_F.inst.cfg b/resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_BVOH_F.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_BVOH_F.inst.cfg rename to resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_BVOH_F.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_BVOH_G.inst.cfg b/resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_BVOH_G.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_BVOH_G.inst.cfg rename to resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_BVOH_G.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_BVOH_H.inst.cfg b/resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_BVOH_H.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_BVOH_H.inst.cfg rename to resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_BVOH_H.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_HIPS_F.inst.cfg b/resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_HIPS_F.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_HIPS_F.inst.cfg rename to resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_HIPS_F.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_HIPS_G.inst.cfg b/resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_HIPS_G.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_HIPS_G.inst.cfg rename to resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_HIPS_G.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_HIPS_H.inst.cfg b/resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_HIPS_H.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_HIPS_H.inst.cfg rename to resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_HIPS_H.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PA6CF_F.inst.cfg b/resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_PA6CF_F.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PA6CF_F.inst.cfg rename to resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_PA6CF_F.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PA6CF_G.inst.cfg b/resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_PA6CF_G.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PA6CF_G.inst.cfg rename to resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_PA6CF_G.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PA6CF_H.inst.cfg b/resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_PA6CF_H.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PA6CF_H.inst.cfg rename to resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_PA6CF_H.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PA6GF_F.inst.cfg b/resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_PA6GF_F.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PA6GF_F.inst.cfg rename to resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_PA6GF_F.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PA6GF_G.inst.cfg b/resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_PA6GF_G.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PA6GF_G.inst.cfg rename to resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_PA6GF_G.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PA6GF_H.inst.cfg b/resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_PA6GF_H.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PA6GF_H.inst.cfg rename to resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_PA6GF_H.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PETG_F.inst.cfg b/resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_PETG_F.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PETG_F.inst.cfg rename to resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_PETG_F.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PETG_G.inst.cfg b/resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_PETG_G.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PETG_G.inst.cfg rename to resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_PETG_G.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PETG_H.inst.cfg b/resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_PETG_H.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PETG_H.inst.cfg rename to resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_PETG_H.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PLA_F.inst.cfg b/resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_PLA_F.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PLA_F.inst.cfg rename to resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_PLA_F.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PLA_G.inst.cfg b/resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_PLA_G.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PLA_G.inst.cfg rename to resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_PLA_G.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PLA_H.inst.cfg b/resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_PLA_H.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PLA_H.inst.cfg rename to resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_PLA_H.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PVA-M_F.inst.cfg b/resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_PVA-M_F.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PVA-M_F.inst.cfg rename to resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_PVA-M_F.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PVA-M_G.inst.cfg b/resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_PVA-M_G.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PVA-M_G.inst.cfg rename to resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_PVA-M_G.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PVA-M_H.inst.cfg b/resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_PVA-M_H.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PVA-M_H.inst.cfg rename to resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_PVA-M_H.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PVA-S_F.inst.cfg b/resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_PVA-S_F.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PVA-S_F.inst.cfg rename to resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_PVA-S_F.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PVA-S_G.inst.cfg b/resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_PVA-S_G.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PVA-S_G.inst.cfg rename to resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_PVA-S_G.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PVA-S_H.inst.cfg b/resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_PVA-S_H.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_PVA-S_H.inst.cfg rename to resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_PVA-S_H.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_TPU98A_F.inst.cfg b/resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_TPU98A_F.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_TPU98A_F.inst.cfg rename to resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_TPU98A_F.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_TPU98A_G.inst.cfg b/resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_TPU98A_G.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_TPU98A_G.inst.cfg rename to resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_TPU98A_G.inst.cfg diff --git a/resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_TPU98A_H.inst.cfg b/resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_TPU98A_H.inst.cfg similarity index 100% rename from resources/quality/strateo3d/Standard_1.2_Experimental/s3d_std1.2_TPU98A_H.inst.cfg rename to resources/quality/strateo3d/Standard_1_2_Experimental/s3d_std1.2_TPU98A_H.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ABS-X_A.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_ABS-X_A.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ABS-X_A.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_ABS-X_A.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ABS-X_B.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_ABS-X_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ABS-X_B.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_ABS-X_B.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ABS-X_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_ABS-X_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ABS-X_C.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_ABS-X_C.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ABS_A.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_ABS_A.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ABS_A.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_ABS_A.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ABS_B.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_ABS_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ABS_B.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_ABS_B.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ABS_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_ABS_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ABS_C.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_ABS_C.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ACETATE_A.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_ACETATE_A.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ACETATE_A.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_ACETATE_A.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ACETATE_B.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_ACETATE_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ACETATE_B.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_ACETATE_B.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ACETATE_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_ACETATE_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ACETATE_C.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_ACETATE_C.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ASA-X_A.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_ASA-X_A.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ASA-X_A.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_ASA-X_A.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ASA-X_B.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_ASA-X_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ASA-X_B.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_ASA-X_B.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ASA-X_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_ASA-X_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_ASA-X_C.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_ASA-X_C.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_BVOH_A.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_BVOH_A.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_BVOH_A.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_BVOH_A.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_BVOH_B.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_BVOH_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_BVOH_B.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_BVOH_B.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_BVOH_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_BVOH_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_BVOH_C.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_BVOH_C.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_COPA_A.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_COPA_A.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_COPA_A.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_COPA_A.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_COPA_B.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_COPA_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_COPA_B.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_COPA_B.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_COPA_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_COPA_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_COPA_C.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_COPA_C.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_HIPS_A.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_HIPS_A.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_HIPS_A.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_HIPS_A.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_HIPS_B.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_HIPS_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_HIPS_B.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_HIPS_B.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_HIPS_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_HIPS_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_HIPS_C.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_HIPS_C.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_PA6CF_A.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_PA6CF_A.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_PA6CF_A.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_PA6CF_A.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_PA6CF_B.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_PA6CF_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_PA6CF_B.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_PA6CF_B.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_PA6CF_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_PA6CF_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_PA6CF_C.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_PA6CF_C.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_PA6GF_A.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_PA6GF_A.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_PA6GF_A.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_PA6GF_A.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_PA6GF_B.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_PA6GF_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_PA6GF_B.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_PA6GF_B.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_PA6GF_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_PA6GF_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_PA6GF_C.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_PA6GF_C.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_PC_A.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_PC_A.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_PC_A.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_PC_A.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_PC_B.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_PC_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_PC_B.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_PC_B.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_PC_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_PC_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_PC_C.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_PC_C.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_PETG_A.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_PETG_A.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_PETG_A.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_PETG_A.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_PETG_B.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_PETG_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_PETG_B.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_PETG_B.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_PETG_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_PETG_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_PETG_C.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_PETG_C.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_PLA_A.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_PLA_A.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_PLA_A.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_PLA_A.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_PLA_B.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_PLA_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_PLA_B.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_PLA_B.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_PLA_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_PLA_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_PLA_C.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_PLA_C.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_PLA_HT_A.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_PLA_HT_A.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_PLA_HT_A.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_PLA_HT_A.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_PLA_HT_B.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_PLA_HT_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_PLA_HT_B.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_PLA_HT_B.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_PLA_HT_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_PLA_HT_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_PLA_HT_C.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_PLA_HT_C.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_PVA-M_A.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_PVA-M_A.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_PVA-M_A.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_PVA-M_A.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_PVA-M_B.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_PVA-M_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_PVA-M_B.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_PVA-M_B.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_PVA-M_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_PVA-M_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_PVA-M_C.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_PVA-M_C.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_PVA-S_A.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_PVA-S_A.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_PVA-S_A.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_PVA-S_A.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_PVA-S_B.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_PVA-S_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_PVA-S_B.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_PVA-S_B.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_PVA-S_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_PVA-S_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_PVA-S_C.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_PVA-S_C.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_TPU98A_A.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_TPU98A_A.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_TPU98A_A.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_TPU98A_A.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_TPU98A_B.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_TPU98A_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_TPU98A_B.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_TPU98A_B.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_TPU98A_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_TPU98A_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.4/s3d_IDEX420_std0.4_TPU98A_C.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_4/s3d_IDEX420_std0.4_TPU98A_C.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ABS-X_B.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_ABS-X_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ABS-X_B.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_ABS-X_B.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ABS-X_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_ABS-X_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ABS-X_C.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_ABS-X_C.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ABS-X_D.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_ABS-X_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ABS-X_D.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_ABS-X_D.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ABS_B.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_ABS_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ABS_B.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_ABS_B.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ABS_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_ABS_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ABS_C.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_ABS_C.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ABS_D.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_ABS_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ABS_D.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_ABS_D.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ACETATE_B.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_ACETATE_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ACETATE_B.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_ACETATE_B.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ACETATE_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_ACETATE_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ACETATE_C.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_ACETATE_C.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ACETATE_D.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_ACETATE_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ACETATE_D.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_ACETATE_D.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ASA-X_B.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_ASA-X_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ASA-X_B.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_ASA-X_B.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ASA-X_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_ASA-X_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ASA-X_C.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_ASA-X_C.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ASA-X_D.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_ASA-X_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_ASA-X_D.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_ASA-X_D.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_BVOH_B.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_BVOH_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_BVOH_B.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_BVOH_B.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_BVOH_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_BVOH_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_BVOH_C.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_BVOH_C.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_BVOH_D.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_BVOH_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_BVOH_D.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_BVOH_D.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_COPA_B.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_COPA_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_COPA_B.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_COPA_B.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_COPA_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_COPA_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_COPA_C.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_COPA_C.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_COPA_D.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_COPA_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_COPA_D.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_COPA_D.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_HIPS_B.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_HIPS_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_HIPS_B.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_HIPS_B.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_HIPS_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_HIPS_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_HIPS_C.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_HIPS_C.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_HIPS_D.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_HIPS_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_HIPS_D.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_HIPS_D.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_PA6CF_B.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_PA6CF_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_PA6CF_B.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_PA6CF_B.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_PA6CF_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_PA6CF_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_PA6CF_C.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_PA6CF_C.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_PA6CF_D.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_PA6CF_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_PA6CF_D.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_PA6CF_D.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_PA6GF_B.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_PA6GF_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_PA6GF_B.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_PA6GF_B.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_PA6GF_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_PA6GF_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_PA6GF_C.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_PA6GF_C.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_PA6GF_D.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_PA6GF_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_PA6GF_D.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_PA6GF_D.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_PC_B.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_PC_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_PC_B.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_PC_B.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_PC_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_PC_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_PC_C.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_PC_C.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_PC_D.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_PC_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_PC_D.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_PC_D.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_PETG_B.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_PETG_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_PETG_B.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_PETG_B.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_PETG_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_PETG_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_PETG_C.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_PETG_C.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_PETG_D.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_PETG_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_PETG_D.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_PETG_D.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_PLA_B.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_PLA_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_PLA_B.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_PLA_B.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_PLA_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_PLA_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_PLA_C.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_PLA_C.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_PLA_D.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_PLA_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_PLA_D.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_PLA_D.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_PLA_HT_B.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_PLA_HT_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_PLA_HT_B.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_PLA_HT_B.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_PLA_HT_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_PLA_HT_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_PLA_HT_C.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_PLA_HT_C.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_PLA_HT_D.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_PLA_HT_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_PLA_HT_D.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_PLA_HT_D.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_PVA-M_B.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_PVA-M_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_PVA-M_B.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_PVA-M_B.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_PVA-M_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_PVA-M_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_PVA-M_C.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_PVA-M_C.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_PVA-M_D.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_PVA-M_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_PVA-M_D.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_PVA-M_D.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_PVA-S_B.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_PVA-S_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_PVA-S_B.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_PVA-S_B.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_PVA-S_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_PVA-S_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_PVA-S_C.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_PVA-S_C.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_PVA-S_D.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_PVA-S_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_PVA-S_D.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_PVA-S_D.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_TPU98A_B.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_TPU98A_B.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_TPU98A_B.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_TPU98A_B.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_TPU98A_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_TPU98A_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_TPU98A_C.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_TPU98A_C.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_TPU98A_D.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_TPU98A_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.6/s3d_IDEX420_std0.6_TPU98A_D.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_6/s3d_IDEX420_std0.6_TPU98A_D.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ABS-X_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_ABS-X_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ABS-X_C.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_ABS-X_C.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ABS-X_D.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_ABS-X_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ABS-X_D.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_ABS-X_D.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ABS-X_E.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_ABS-X_E.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ABS-X_E.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_ABS-X_E.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ABS_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_ABS_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ABS_C.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_ABS_C.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ABS_D.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_ABS_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ABS_D.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_ABS_D.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ABS_E.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_ABS_E.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ABS_E.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_ABS_E.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ASA-X_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_ASA-X_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ASA-X_C.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_ASA-X_C.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ASA-X_D.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_ASA-X_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ASA-X_D.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_ASA-X_D.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ASA-X_E.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_ASA-X_E.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_ASA-X_E.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_ASA-X_E.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_BVOH_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_BVOH_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_BVOH_C.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_BVOH_C.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_BVOH_D.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_BVOH_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_BVOH_D.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_BVOH_D.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_BVOH_E.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_BVOH_E.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_BVOH_E.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_BVOH_E.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_COPA_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_COPA_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_COPA_C.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_COPA_C.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_COPA_D.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_COPA_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_COPA_D.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_COPA_D.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_COPA_E.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_COPA_E.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_COPA_E.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_COPA_E.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_HIPS_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_HIPS_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_HIPS_C.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_HIPS_C.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_HIPS_D.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_HIPS_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_HIPS_D.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_HIPS_D.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_HIPS_E.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_HIPS_E.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_HIPS_E.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_HIPS_E.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_PA6CF_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_PA6CF_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_PA6CF_C.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_PA6CF_C.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_PA6CF_D.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_PA6CF_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_PA6CF_D.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_PA6CF_D.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_PA6CF_E.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_PA6CF_E.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_PA6CF_E.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_PA6CF_E.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_PA6GF_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_PA6GF_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_PA6GF_C.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_PA6GF_C.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_PA6GF_D.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_PA6GF_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_PA6GF_D.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_PA6GF_D.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_PA6GF_E.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_PA6GF_E.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_PA6GF_E.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_PA6GF_E.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_PC_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_PC_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_PC_C.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_PC_C.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_PC_D.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_PC_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_PC_D.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_PC_D.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_PC_E.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_PC_E.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_PC_E.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_PC_E.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_PETG_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_PETG_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_PETG_C.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_PETG_C.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_PETG_D.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_PETG_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_PETG_D.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_PETG_D.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_PETG_E.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_PETG_E.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_PETG_E.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_PETG_E.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_PLA_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_PLA_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_PLA_C.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_PLA_C.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_PLA_D.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_PLA_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_PLA_D.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_PLA_D.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_PLA_E.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_PLA_E.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_PLA_E.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_PLA_E.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_PLA_HT_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_PLA_HT_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_PLA_HT_C.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_PLA_HT_C.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_PLA_HT_D.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_PLA_HT_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_PLA_HT_D.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_PLA_HT_D.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_PLA_HT_E.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_PLA_HT_E.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_PLA_HT_E.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_PLA_HT_E.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_PVA-M_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_PVA-M_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_PVA-M_C.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_PVA-M_C.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_PVA-M_D.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_PVA-M_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_PVA-M_D.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_PVA-M_D.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_PVA-M_E.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_PVA-M_E.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_PVA-M_E.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_PVA-M_E.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_PVA-S_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_PVA-S_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_PVA-S_C.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_PVA-S_C.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_PVA-S_D.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_PVA-S_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_PVA-S_D.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_PVA-S_D.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_PVA-S_E.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_PVA-S_E.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_PVA-S_E.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_PVA-S_E.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_TPU98A_C.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_TPU98A_C.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_TPU98A_C.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_TPU98A_C.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_TPU98A_D.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_TPU98A_D.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_TPU98A_D.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_TPU98A_D.inst.cfg diff --git a/resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_TPU98A_E.inst.cfg b/resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_TPU98A_E.inst.cfg similarity index 100% rename from resources/quality/strateo3d_IDEX420/Standard_0.8/s3d_IDEX420_std0.8_TPU98A_E.inst.cfg rename to resources/quality/strateo3d_IDEX420/Standard_0_8/s3d_IDEX420_std0.8_TPU98A_E.inst.cfg diff --git a/resources/quality/uni_base/abs/nozzle_0.30/abs_nozzle_0.30_layer_0.10.inst.cfg b/resources/quality/uni_base/abs/nozzle_0_30/abs_nozzle_0.30_layer_0.10.inst.cfg similarity index 100% rename from resources/quality/uni_base/abs/nozzle_0.30/abs_nozzle_0.30_layer_0.10.inst.cfg rename to resources/quality/uni_base/abs/nozzle_0_30/abs_nozzle_0.30_layer_0.10.inst.cfg diff --git a/resources/quality/uni_base/abs/nozzle_0.30/abs_nozzle_0.30_layer_0.15.inst.cfg b/resources/quality/uni_base/abs/nozzle_0_30/abs_nozzle_0.30_layer_0.15.inst.cfg similarity index 100% rename from resources/quality/uni_base/abs/nozzle_0.30/abs_nozzle_0.30_layer_0.15.inst.cfg rename to resources/quality/uni_base/abs/nozzle_0_30/abs_nozzle_0.30_layer_0.15.inst.cfg diff --git a/resources/quality/uni_base/abs/nozzle_0.30/abs_nozzle_0.30_layer_0.20.inst.cfg b/resources/quality/uni_base/abs/nozzle_0_30/abs_nozzle_0.30_layer_0.20.inst.cfg similarity index 100% rename from resources/quality/uni_base/abs/nozzle_0.30/abs_nozzle_0.30_layer_0.20.inst.cfg rename to resources/quality/uni_base/abs/nozzle_0_30/abs_nozzle_0.30_layer_0.20.inst.cfg diff --git a/resources/quality/uni_base/abs/nozzle_0.30/abs_nozzle_0.30_layer_0.25.inst.cfg b/resources/quality/uni_base/abs/nozzle_0_30/abs_nozzle_0.30_layer_0.25.inst.cfg similarity index 100% rename from resources/quality/uni_base/abs/nozzle_0.30/abs_nozzle_0.30_layer_0.25.inst.cfg rename to resources/quality/uni_base/abs/nozzle_0_30/abs_nozzle_0.30_layer_0.25.inst.cfg diff --git a/resources/quality/uni_base/abs/nozzle_0.40/abs_nozzle_0.40_layer_0.10.inst.cfg b/resources/quality/uni_base/abs/nozzle_0_40/abs_nozzle_0.40_layer_0.10.inst.cfg similarity index 100% rename from resources/quality/uni_base/abs/nozzle_0.40/abs_nozzle_0.40_layer_0.10.inst.cfg rename to resources/quality/uni_base/abs/nozzle_0_40/abs_nozzle_0.40_layer_0.10.inst.cfg diff --git a/resources/quality/uni_base/abs/nozzle_0.40/abs_nozzle_0.40_layer_0.15.inst.cfg b/resources/quality/uni_base/abs/nozzle_0_40/abs_nozzle_0.40_layer_0.15.inst.cfg similarity index 100% rename from resources/quality/uni_base/abs/nozzle_0.40/abs_nozzle_0.40_layer_0.15.inst.cfg rename to resources/quality/uni_base/abs/nozzle_0_40/abs_nozzle_0.40_layer_0.15.inst.cfg diff --git a/resources/quality/uni_base/abs/nozzle_0.40/abs_nozzle_0.40_layer_0.20.inst.cfg b/resources/quality/uni_base/abs/nozzle_0_40/abs_nozzle_0.40_layer_0.20.inst.cfg similarity index 100% rename from resources/quality/uni_base/abs/nozzle_0.40/abs_nozzle_0.40_layer_0.20.inst.cfg rename to resources/quality/uni_base/abs/nozzle_0_40/abs_nozzle_0.40_layer_0.20.inst.cfg diff --git a/resources/quality/uni_base/abs/nozzle_0.40/abs_nozzle_0.40_layer_0.25.inst.cfg b/resources/quality/uni_base/abs/nozzle_0_40/abs_nozzle_0.40_layer_0.25.inst.cfg similarity index 100% rename from resources/quality/uni_base/abs/nozzle_0.40/abs_nozzle_0.40_layer_0.25.inst.cfg rename to resources/quality/uni_base/abs/nozzle_0_40/abs_nozzle_0.40_layer_0.25.inst.cfg diff --git a/resources/quality/uni_base/abs/nozzle_0.40/abs_nozzle_0.40_layer_0.30.inst.cfg b/resources/quality/uni_base/abs/nozzle_0_40/abs_nozzle_0.40_layer_0.30.inst.cfg similarity index 100% rename from resources/quality/uni_base/abs/nozzle_0.40/abs_nozzle_0.40_layer_0.30.inst.cfg rename to resources/quality/uni_base/abs/nozzle_0_40/abs_nozzle_0.40_layer_0.30.inst.cfg diff --git a/resources/quality/uni_base/abs/nozzle_0.50/abs_nozzle_0.50_layer_0.15.inst.cfg b/resources/quality/uni_base/abs/nozzle_0_50/abs_nozzle_0.50_layer_0.15.inst.cfg similarity index 100% rename from resources/quality/uni_base/abs/nozzle_0.50/abs_nozzle_0.50_layer_0.15.inst.cfg rename to resources/quality/uni_base/abs/nozzle_0_50/abs_nozzle_0.50_layer_0.15.inst.cfg diff --git a/resources/quality/uni_base/abs/nozzle_0.50/abs_nozzle_0.50_layer_0.20.inst.cfg b/resources/quality/uni_base/abs/nozzle_0_50/abs_nozzle_0.50_layer_0.20.inst.cfg similarity index 100% rename from resources/quality/uni_base/abs/nozzle_0.50/abs_nozzle_0.50_layer_0.20.inst.cfg rename to resources/quality/uni_base/abs/nozzle_0_50/abs_nozzle_0.50_layer_0.20.inst.cfg diff --git a/resources/quality/uni_base/abs/nozzle_0.50/abs_nozzle_0.50_layer_0.25.inst.cfg b/resources/quality/uni_base/abs/nozzle_0_50/abs_nozzle_0.50_layer_0.25.inst.cfg similarity index 100% rename from resources/quality/uni_base/abs/nozzle_0.50/abs_nozzle_0.50_layer_0.25.inst.cfg rename to resources/quality/uni_base/abs/nozzle_0_50/abs_nozzle_0.50_layer_0.25.inst.cfg diff --git a/resources/quality/uni_base/abs/nozzle_0.50/abs_nozzle_0.50_layer_0.30.inst.cfg b/resources/quality/uni_base/abs/nozzle_0_50/abs_nozzle_0.50_layer_0.30.inst.cfg similarity index 100% rename from resources/quality/uni_base/abs/nozzle_0.50/abs_nozzle_0.50_layer_0.30.inst.cfg rename to resources/quality/uni_base/abs/nozzle_0_50/abs_nozzle_0.50_layer_0.30.inst.cfg diff --git a/resources/quality/uni_base/abs/nozzle_0.50/abs_nozzle_0.50_layer_0.35.inst.cfg b/resources/quality/uni_base/abs/nozzle_0_50/abs_nozzle_0.50_layer_0.35.inst.cfg similarity index 100% rename from resources/quality/uni_base/abs/nozzle_0.50/abs_nozzle_0.50_layer_0.35.inst.cfg rename to resources/quality/uni_base/abs/nozzle_0_50/abs_nozzle_0.50_layer_0.35.inst.cfg diff --git a/resources/quality/uni_base/hips/nozzle_0.30/hips_nozzle_0.30_layer_0.10.inst.cfg b/resources/quality/uni_base/hips/nozzle_0_30/hips_nozzle_0.30_layer_0.10.inst.cfg similarity index 100% rename from resources/quality/uni_base/hips/nozzle_0.30/hips_nozzle_0.30_layer_0.10.inst.cfg rename to resources/quality/uni_base/hips/nozzle_0_30/hips_nozzle_0.30_layer_0.10.inst.cfg diff --git a/resources/quality/uni_base/hips/nozzle_0.30/hips_nozzle_0.30_layer_0.15.inst.cfg b/resources/quality/uni_base/hips/nozzle_0_30/hips_nozzle_0.30_layer_0.15.inst.cfg similarity index 100% rename from resources/quality/uni_base/hips/nozzle_0.30/hips_nozzle_0.30_layer_0.15.inst.cfg rename to resources/quality/uni_base/hips/nozzle_0_30/hips_nozzle_0.30_layer_0.15.inst.cfg diff --git a/resources/quality/uni_base/hips/nozzle_0.30/hips_nozzle_0.30_layer_0.20.inst.cfg b/resources/quality/uni_base/hips/nozzle_0_30/hips_nozzle_0.30_layer_0.20.inst.cfg similarity index 100% rename from resources/quality/uni_base/hips/nozzle_0.30/hips_nozzle_0.30_layer_0.20.inst.cfg rename to resources/quality/uni_base/hips/nozzle_0_30/hips_nozzle_0.30_layer_0.20.inst.cfg diff --git a/resources/quality/uni_base/hips/nozzle_0.30/hips_nozzle_0.30_layer_0.25.inst.cfg b/resources/quality/uni_base/hips/nozzle_0_30/hips_nozzle_0.30_layer_0.25.inst.cfg similarity index 100% rename from resources/quality/uni_base/hips/nozzle_0.30/hips_nozzle_0.30_layer_0.25.inst.cfg rename to resources/quality/uni_base/hips/nozzle_0_30/hips_nozzle_0.30_layer_0.25.inst.cfg diff --git a/resources/quality/uni_base/hips/nozzle_0.40/hips_nozzle_0.40_layer_0.10.inst.cfg b/resources/quality/uni_base/hips/nozzle_0_40/hips_nozzle_0.40_layer_0.10.inst.cfg similarity index 100% rename from resources/quality/uni_base/hips/nozzle_0.40/hips_nozzle_0.40_layer_0.10.inst.cfg rename to resources/quality/uni_base/hips/nozzle_0_40/hips_nozzle_0.40_layer_0.10.inst.cfg diff --git a/resources/quality/uni_base/hips/nozzle_0.40/hips_nozzle_0.40_layer_0.15.inst.cfg b/resources/quality/uni_base/hips/nozzle_0_40/hips_nozzle_0.40_layer_0.15.inst.cfg similarity index 100% rename from resources/quality/uni_base/hips/nozzle_0.40/hips_nozzle_0.40_layer_0.15.inst.cfg rename to resources/quality/uni_base/hips/nozzle_0_40/hips_nozzle_0.40_layer_0.15.inst.cfg diff --git a/resources/quality/uni_base/hips/nozzle_0.40/hips_nozzle_0.40_layer_0.20.inst.cfg b/resources/quality/uni_base/hips/nozzle_0_40/hips_nozzle_0.40_layer_0.20.inst.cfg similarity index 100% rename from resources/quality/uni_base/hips/nozzle_0.40/hips_nozzle_0.40_layer_0.20.inst.cfg rename to resources/quality/uni_base/hips/nozzle_0_40/hips_nozzle_0.40_layer_0.20.inst.cfg diff --git a/resources/quality/uni_base/hips/nozzle_0.40/hips_nozzle_0.40_layer_0.25.inst.cfg b/resources/quality/uni_base/hips/nozzle_0_40/hips_nozzle_0.40_layer_0.25.inst.cfg similarity index 100% rename from resources/quality/uni_base/hips/nozzle_0.40/hips_nozzle_0.40_layer_0.25.inst.cfg rename to resources/quality/uni_base/hips/nozzle_0_40/hips_nozzle_0.40_layer_0.25.inst.cfg diff --git a/resources/quality/uni_base/hips/nozzle_0.40/hips_nozzle_0.40_layer_0.30.inst.cfg b/resources/quality/uni_base/hips/nozzle_0_40/hips_nozzle_0.40_layer_0.30.inst.cfg similarity index 100% rename from resources/quality/uni_base/hips/nozzle_0.40/hips_nozzle_0.40_layer_0.30.inst.cfg rename to resources/quality/uni_base/hips/nozzle_0_40/hips_nozzle_0.40_layer_0.30.inst.cfg diff --git a/resources/quality/uni_base/hips/nozzle_0.50/hips_nozzle_0.50_layer_0.15.inst.cfg b/resources/quality/uni_base/hips/nozzle_0_50/hips_nozzle_0.50_layer_0.15.inst.cfg similarity index 100% rename from resources/quality/uni_base/hips/nozzle_0.50/hips_nozzle_0.50_layer_0.15.inst.cfg rename to resources/quality/uni_base/hips/nozzle_0_50/hips_nozzle_0.50_layer_0.15.inst.cfg diff --git a/resources/quality/uni_base/hips/nozzle_0.50/hips_nozzle_0.50_layer_0.20.inst.cfg b/resources/quality/uni_base/hips/nozzle_0_50/hips_nozzle_0.50_layer_0.20.inst.cfg similarity index 100% rename from resources/quality/uni_base/hips/nozzle_0.50/hips_nozzle_0.50_layer_0.20.inst.cfg rename to resources/quality/uni_base/hips/nozzle_0_50/hips_nozzle_0.50_layer_0.20.inst.cfg diff --git a/resources/quality/uni_base/hips/nozzle_0.50/hips_nozzle_0.50_layer_0.25.inst.cfg b/resources/quality/uni_base/hips/nozzle_0_50/hips_nozzle_0.50_layer_0.25.inst.cfg similarity index 100% rename from resources/quality/uni_base/hips/nozzle_0.50/hips_nozzle_0.50_layer_0.25.inst.cfg rename to resources/quality/uni_base/hips/nozzle_0_50/hips_nozzle_0.50_layer_0.25.inst.cfg diff --git a/resources/quality/uni_base/hips/nozzle_0.50/hips_nozzle_0.50_layer_0.30.inst.cfg b/resources/quality/uni_base/hips/nozzle_0_50/hips_nozzle_0.50_layer_0.30.inst.cfg similarity index 100% rename from resources/quality/uni_base/hips/nozzle_0.50/hips_nozzle_0.50_layer_0.30.inst.cfg rename to resources/quality/uni_base/hips/nozzle_0_50/hips_nozzle_0.50_layer_0.30.inst.cfg diff --git a/resources/quality/uni_base/hips/nozzle_0.50/hips_nozzle_0.50_layer_0.35.inst.cfg b/resources/quality/uni_base/hips/nozzle_0_50/hips_nozzle_0.50_layer_0.35.inst.cfg similarity index 100% rename from resources/quality/uni_base/hips/nozzle_0.50/hips_nozzle_0.50_layer_0.35.inst.cfg rename to resources/quality/uni_base/hips/nozzle_0_50/hips_nozzle_0.50_layer_0.35.inst.cfg diff --git a/resources/quality/uni_base/petg/nozzle_0.30/petg_nozzle_0.30_layer_0.10.inst.cfg b/resources/quality/uni_base/petg/nozzle_0_30/petg_nozzle_0.30_layer_0.10.inst.cfg similarity index 100% rename from resources/quality/uni_base/petg/nozzle_0.30/petg_nozzle_0.30_layer_0.10.inst.cfg rename to resources/quality/uni_base/petg/nozzle_0_30/petg_nozzle_0.30_layer_0.10.inst.cfg diff --git a/resources/quality/uni_base/petg/nozzle_0.30/petg_nozzle_0.30_layer_0.15.inst.cfg b/resources/quality/uni_base/petg/nozzle_0_30/petg_nozzle_0.30_layer_0.15.inst.cfg similarity index 100% rename from resources/quality/uni_base/petg/nozzle_0.30/petg_nozzle_0.30_layer_0.15.inst.cfg rename to resources/quality/uni_base/petg/nozzle_0_30/petg_nozzle_0.30_layer_0.15.inst.cfg diff --git a/resources/quality/uni_base/petg/nozzle_0.30/petg_nozzle_0.30_layer_0.20.inst.cfg b/resources/quality/uni_base/petg/nozzle_0_30/petg_nozzle_0.30_layer_0.20.inst.cfg similarity index 100% rename from resources/quality/uni_base/petg/nozzle_0.30/petg_nozzle_0.30_layer_0.20.inst.cfg rename to resources/quality/uni_base/petg/nozzle_0_30/petg_nozzle_0.30_layer_0.20.inst.cfg diff --git a/resources/quality/uni_base/petg/nozzle_0.30/petg_nozzle_0.30_layer_0.25.inst.cfg b/resources/quality/uni_base/petg/nozzle_0_30/petg_nozzle_0.30_layer_0.25.inst.cfg similarity index 100% rename from resources/quality/uni_base/petg/nozzle_0.30/petg_nozzle_0.30_layer_0.25.inst.cfg rename to resources/quality/uni_base/petg/nozzle_0_30/petg_nozzle_0.30_layer_0.25.inst.cfg diff --git a/resources/quality/uni_base/petg/nozzle_0.40/petg_nozzle_0.40_layer_0.10.inst.cfg b/resources/quality/uni_base/petg/nozzle_0_40/petg_nozzle_0.40_layer_0.10.inst.cfg similarity index 100% rename from resources/quality/uni_base/petg/nozzle_0.40/petg_nozzle_0.40_layer_0.10.inst.cfg rename to resources/quality/uni_base/petg/nozzle_0_40/petg_nozzle_0.40_layer_0.10.inst.cfg diff --git a/resources/quality/uni_base/petg/nozzle_0.40/petg_nozzle_0.40_layer_0.15.inst.cfg b/resources/quality/uni_base/petg/nozzle_0_40/petg_nozzle_0.40_layer_0.15.inst.cfg similarity index 100% rename from resources/quality/uni_base/petg/nozzle_0.40/petg_nozzle_0.40_layer_0.15.inst.cfg rename to resources/quality/uni_base/petg/nozzle_0_40/petg_nozzle_0.40_layer_0.15.inst.cfg diff --git a/resources/quality/uni_base/petg/nozzle_0.40/petg_nozzle_0.40_layer_0.20.inst.cfg b/resources/quality/uni_base/petg/nozzle_0_40/petg_nozzle_0.40_layer_0.20.inst.cfg similarity index 100% rename from resources/quality/uni_base/petg/nozzle_0.40/petg_nozzle_0.40_layer_0.20.inst.cfg rename to resources/quality/uni_base/petg/nozzle_0_40/petg_nozzle_0.40_layer_0.20.inst.cfg diff --git a/resources/quality/uni_base/petg/nozzle_0.40/petg_nozzle_0.40_layer_0.25.inst.cfg b/resources/quality/uni_base/petg/nozzle_0_40/petg_nozzle_0.40_layer_0.25.inst.cfg similarity index 100% rename from resources/quality/uni_base/petg/nozzle_0.40/petg_nozzle_0.40_layer_0.25.inst.cfg rename to resources/quality/uni_base/petg/nozzle_0_40/petg_nozzle_0.40_layer_0.25.inst.cfg diff --git a/resources/quality/uni_base/petg/nozzle_0.40/petg_nozzle_0.40_layer_0.30.inst.cfg b/resources/quality/uni_base/petg/nozzle_0_40/petg_nozzle_0.40_layer_0.30.inst.cfg similarity index 100% rename from resources/quality/uni_base/petg/nozzle_0.40/petg_nozzle_0.40_layer_0.30.inst.cfg rename to resources/quality/uni_base/petg/nozzle_0_40/petg_nozzle_0.40_layer_0.30.inst.cfg diff --git a/resources/quality/uni_base/petg/nozzle_0.50/petg_nozzle_0.50_layer_0.15.inst.cfg b/resources/quality/uni_base/petg/nozzle_0_50/petg_nozzle_0.50_layer_0.15.inst.cfg similarity index 100% rename from resources/quality/uni_base/petg/nozzle_0.50/petg_nozzle_0.50_layer_0.15.inst.cfg rename to resources/quality/uni_base/petg/nozzle_0_50/petg_nozzle_0.50_layer_0.15.inst.cfg diff --git a/resources/quality/uni_base/petg/nozzle_0.50/petg_nozzle_0.50_layer_0.20.inst.cfg b/resources/quality/uni_base/petg/nozzle_0_50/petg_nozzle_0.50_layer_0.20.inst.cfg similarity index 100% rename from resources/quality/uni_base/petg/nozzle_0.50/petg_nozzle_0.50_layer_0.20.inst.cfg rename to resources/quality/uni_base/petg/nozzle_0_50/petg_nozzle_0.50_layer_0.20.inst.cfg diff --git a/resources/quality/uni_base/petg/nozzle_0.50/petg_nozzle_0.50_layer_0.25.inst.cfg b/resources/quality/uni_base/petg/nozzle_0_50/petg_nozzle_0.50_layer_0.25.inst.cfg similarity index 100% rename from resources/quality/uni_base/petg/nozzle_0.50/petg_nozzle_0.50_layer_0.25.inst.cfg rename to resources/quality/uni_base/petg/nozzle_0_50/petg_nozzle_0.50_layer_0.25.inst.cfg diff --git a/resources/quality/uni_base/petg/nozzle_0.50/petg_nozzle_0.50_layer_0.30.inst.cfg b/resources/quality/uni_base/petg/nozzle_0_50/petg_nozzle_0.50_layer_0.30.inst.cfg similarity index 100% rename from resources/quality/uni_base/petg/nozzle_0.50/petg_nozzle_0.50_layer_0.30.inst.cfg rename to resources/quality/uni_base/petg/nozzle_0_50/petg_nozzle_0.50_layer_0.30.inst.cfg diff --git a/resources/quality/uni_base/petg/nozzle_0.50/petg_nozzle_0.50_layer_0.35.inst.cfg b/resources/quality/uni_base/petg/nozzle_0_50/petg_nozzle_0.50_layer_0.35.inst.cfg similarity index 100% rename from resources/quality/uni_base/petg/nozzle_0.50/petg_nozzle_0.50_layer_0.35.inst.cfg rename to resources/quality/uni_base/petg/nozzle_0_50/petg_nozzle_0.50_layer_0.35.inst.cfg diff --git a/resources/quality/uni_base/pla/nozzle_0.30/pla_nozzle_0.30_layer_0.10.inst.cfg b/resources/quality/uni_base/pla/nozzle_0_30/pla_nozzle_0.30_layer_0.10.inst.cfg similarity index 100% rename from resources/quality/uni_base/pla/nozzle_0.30/pla_nozzle_0.30_layer_0.10.inst.cfg rename to resources/quality/uni_base/pla/nozzle_0_30/pla_nozzle_0.30_layer_0.10.inst.cfg diff --git a/resources/quality/uni_base/pla/nozzle_0.30/pla_nozzle_0.30_layer_0.15.inst.cfg b/resources/quality/uni_base/pla/nozzle_0_30/pla_nozzle_0.30_layer_0.15.inst.cfg similarity index 100% rename from resources/quality/uni_base/pla/nozzle_0.30/pla_nozzle_0.30_layer_0.15.inst.cfg rename to resources/quality/uni_base/pla/nozzle_0_30/pla_nozzle_0.30_layer_0.15.inst.cfg diff --git a/resources/quality/uni_base/pla/nozzle_0.30/pla_nozzle_0.30_layer_0.20.inst.cfg b/resources/quality/uni_base/pla/nozzle_0_30/pla_nozzle_0.30_layer_0.20.inst.cfg similarity index 100% rename from resources/quality/uni_base/pla/nozzle_0.30/pla_nozzle_0.30_layer_0.20.inst.cfg rename to resources/quality/uni_base/pla/nozzle_0_30/pla_nozzle_0.30_layer_0.20.inst.cfg diff --git a/resources/quality/uni_base/pla/nozzle_0.30/pla_nozzle_0.30_layer_0.25.inst.cfg b/resources/quality/uni_base/pla/nozzle_0_30/pla_nozzle_0.30_layer_0.25.inst.cfg similarity index 100% rename from resources/quality/uni_base/pla/nozzle_0.30/pla_nozzle_0.30_layer_0.25.inst.cfg rename to resources/quality/uni_base/pla/nozzle_0_30/pla_nozzle_0.30_layer_0.25.inst.cfg diff --git a/resources/quality/uni_base/pla/nozzle_0.40/pla_nozzle_0.40_layer_0.10.inst.cfg b/resources/quality/uni_base/pla/nozzle_0_40/pla_nozzle_0.40_layer_0.10.inst.cfg similarity index 100% rename from resources/quality/uni_base/pla/nozzle_0.40/pla_nozzle_0.40_layer_0.10.inst.cfg rename to resources/quality/uni_base/pla/nozzle_0_40/pla_nozzle_0.40_layer_0.10.inst.cfg diff --git a/resources/quality/uni_base/pla/nozzle_0.40/pla_nozzle_0.40_layer_0.15.inst.cfg b/resources/quality/uni_base/pla/nozzle_0_40/pla_nozzle_0.40_layer_0.15.inst.cfg similarity index 100% rename from resources/quality/uni_base/pla/nozzle_0.40/pla_nozzle_0.40_layer_0.15.inst.cfg rename to resources/quality/uni_base/pla/nozzle_0_40/pla_nozzle_0.40_layer_0.15.inst.cfg diff --git a/resources/quality/uni_base/pla/nozzle_0.40/pla_nozzle_0.40_layer_0.20.inst.cfg b/resources/quality/uni_base/pla/nozzle_0_40/pla_nozzle_0.40_layer_0.20.inst.cfg similarity index 100% rename from resources/quality/uni_base/pla/nozzle_0.40/pla_nozzle_0.40_layer_0.20.inst.cfg rename to resources/quality/uni_base/pla/nozzle_0_40/pla_nozzle_0.40_layer_0.20.inst.cfg diff --git a/resources/quality/uni_base/pla/nozzle_0.40/pla_nozzle_0.40_layer_0.25.inst.cfg b/resources/quality/uni_base/pla/nozzle_0_40/pla_nozzle_0.40_layer_0.25.inst.cfg similarity index 100% rename from resources/quality/uni_base/pla/nozzle_0.40/pla_nozzle_0.40_layer_0.25.inst.cfg rename to resources/quality/uni_base/pla/nozzle_0_40/pla_nozzle_0.40_layer_0.25.inst.cfg diff --git a/resources/quality/uni_base/pla/nozzle_0.40/pla_nozzle_0.40_layer_0.30.inst.cfg b/resources/quality/uni_base/pla/nozzle_0_40/pla_nozzle_0.40_layer_0.30.inst.cfg similarity index 100% rename from resources/quality/uni_base/pla/nozzle_0.40/pla_nozzle_0.40_layer_0.30.inst.cfg rename to resources/quality/uni_base/pla/nozzle_0_40/pla_nozzle_0.40_layer_0.30.inst.cfg diff --git a/resources/quality/uni_base/pla/nozzle_0.50/pla_nozzle_0.50_layer_0.15.inst.cfg b/resources/quality/uni_base/pla/nozzle_0_50/pla_nozzle_0.50_layer_0.15.inst.cfg similarity index 100% rename from resources/quality/uni_base/pla/nozzle_0.50/pla_nozzle_0.50_layer_0.15.inst.cfg rename to resources/quality/uni_base/pla/nozzle_0_50/pla_nozzle_0.50_layer_0.15.inst.cfg diff --git a/resources/quality/uni_base/pla/nozzle_0.50/pla_nozzle_0.50_layer_0.20.inst.cfg b/resources/quality/uni_base/pla/nozzle_0_50/pla_nozzle_0.50_layer_0.20.inst.cfg similarity index 100% rename from resources/quality/uni_base/pla/nozzle_0.50/pla_nozzle_0.50_layer_0.20.inst.cfg rename to resources/quality/uni_base/pla/nozzle_0_50/pla_nozzle_0.50_layer_0.20.inst.cfg diff --git a/resources/quality/uni_base/pla/nozzle_0.50/pla_nozzle_0.50_layer_0.25.inst.cfg b/resources/quality/uni_base/pla/nozzle_0_50/pla_nozzle_0.50_layer_0.25.inst.cfg similarity index 100% rename from resources/quality/uni_base/pla/nozzle_0.50/pla_nozzle_0.50_layer_0.25.inst.cfg rename to resources/quality/uni_base/pla/nozzle_0_50/pla_nozzle_0.50_layer_0.25.inst.cfg diff --git a/resources/quality/uni_base/pla/nozzle_0.50/pla_nozzle_0.50_layer_0.30.inst.cfg b/resources/quality/uni_base/pla/nozzle_0_50/pla_nozzle_0.50_layer_0.30.inst.cfg similarity index 100% rename from resources/quality/uni_base/pla/nozzle_0.50/pla_nozzle_0.50_layer_0.30.inst.cfg rename to resources/quality/uni_base/pla/nozzle_0_50/pla_nozzle_0.50_layer_0.30.inst.cfg diff --git a/resources/quality/uni_base/pla/nozzle_0.50/pla_nozzle_0.50_layer_0.35.inst.cfg b/resources/quality/uni_base/pla/nozzle_0_50/pla_nozzle_0.50_layer_0.35.inst.cfg similarity index 100% rename from resources/quality/uni_base/pla/nozzle_0.50/pla_nozzle_0.50_layer_0.35.inst.cfg rename to resources/quality/uni_base/pla/nozzle_0_50/pla_nozzle_0.50_layer_0.35.inst.cfg diff --git a/resources/quality/zav_base/abs/nozzle_0.20/zav_abs_nozzle_0.20_layer_0.05.inst.cfg b/resources/quality/zav_base/abs/nozzle_0_20/zav_abs_nozzle_0.20_layer_0.05.inst.cfg similarity index 100% rename from resources/quality/zav_base/abs/nozzle_0.20/zav_abs_nozzle_0.20_layer_0.05.inst.cfg rename to resources/quality/zav_base/abs/nozzle_0_20/zav_abs_nozzle_0.20_layer_0.05.inst.cfg diff --git a/resources/quality/zav_base/abs/nozzle_0.20/zav_abs_nozzle_0.20_layer_0.10.inst.cfg b/resources/quality/zav_base/abs/nozzle_0_20/zav_abs_nozzle_0.20_layer_0.10.inst.cfg similarity index 100% rename from resources/quality/zav_base/abs/nozzle_0.20/zav_abs_nozzle_0.20_layer_0.10.inst.cfg rename to resources/quality/zav_base/abs/nozzle_0_20/zav_abs_nozzle_0.20_layer_0.10.inst.cfg diff --git a/resources/quality/zav_base/abs/nozzle_0.20/zav_abs_nozzle_0.20_layer_0.15.inst.cfg b/resources/quality/zav_base/abs/nozzle_0_20/zav_abs_nozzle_0.20_layer_0.15.inst.cfg similarity index 100% rename from resources/quality/zav_base/abs/nozzle_0.20/zav_abs_nozzle_0.20_layer_0.15.inst.cfg rename to resources/quality/zav_base/abs/nozzle_0_20/zav_abs_nozzle_0.20_layer_0.15.inst.cfg diff --git a/resources/quality/zav_base/abs/nozzle_0.25/zav_abs_nozzle_0.25_layer_0.05.inst.cfg b/resources/quality/zav_base/abs/nozzle_0_25/zav_abs_nozzle_0.25_layer_0.05.inst.cfg similarity index 100% rename from resources/quality/zav_base/abs/nozzle_0.25/zav_abs_nozzle_0.25_layer_0.05.inst.cfg rename to resources/quality/zav_base/abs/nozzle_0_25/zav_abs_nozzle_0.25_layer_0.05.inst.cfg diff --git a/resources/quality/zav_base/abs/nozzle_0.25/zav_abs_nozzle_0.25_layer_0.10.inst.cfg b/resources/quality/zav_base/abs/nozzle_0_25/zav_abs_nozzle_0.25_layer_0.10.inst.cfg similarity index 100% rename from resources/quality/zav_base/abs/nozzle_0.25/zav_abs_nozzle_0.25_layer_0.10.inst.cfg rename to resources/quality/zav_base/abs/nozzle_0_25/zav_abs_nozzle_0.25_layer_0.10.inst.cfg diff --git a/resources/quality/zav_base/abs/nozzle_0.25/zav_abs_nozzle_0.25_layer_0.15.inst.cfg b/resources/quality/zav_base/abs/nozzle_0_25/zav_abs_nozzle_0.25_layer_0.15.inst.cfg similarity index 100% rename from resources/quality/zav_base/abs/nozzle_0.25/zav_abs_nozzle_0.25_layer_0.15.inst.cfg rename to resources/quality/zav_base/abs/nozzle_0_25/zav_abs_nozzle_0.25_layer_0.15.inst.cfg diff --git a/resources/quality/zav_base/abs/nozzle_0.25/zav_abs_nozzle_0.25_layer_0.20.inst.cfg b/resources/quality/zav_base/abs/nozzle_0_25/zav_abs_nozzle_0.25_layer_0.20.inst.cfg similarity index 100% rename from resources/quality/zav_base/abs/nozzle_0.25/zav_abs_nozzle_0.25_layer_0.20.inst.cfg rename to resources/quality/zav_base/abs/nozzle_0_25/zav_abs_nozzle_0.25_layer_0.20.inst.cfg diff --git a/resources/quality/zav_base/abs/nozzle_0.30/zav_abs_nozzle_0.30_layer_0.10.inst.cfg b/resources/quality/zav_base/abs/nozzle_0_30/zav_abs_nozzle_0.30_layer_0.10.inst.cfg similarity index 100% rename from resources/quality/zav_base/abs/nozzle_0.30/zav_abs_nozzle_0.30_layer_0.10.inst.cfg rename to resources/quality/zav_base/abs/nozzle_0_30/zav_abs_nozzle_0.30_layer_0.10.inst.cfg diff --git a/resources/quality/zav_base/abs/nozzle_0.30/zav_abs_nozzle_0.30_layer_0.15.inst.cfg b/resources/quality/zav_base/abs/nozzle_0_30/zav_abs_nozzle_0.30_layer_0.15.inst.cfg similarity index 100% rename from resources/quality/zav_base/abs/nozzle_0.30/zav_abs_nozzle_0.30_layer_0.15.inst.cfg rename to resources/quality/zav_base/abs/nozzle_0_30/zav_abs_nozzle_0.30_layer_0.15.inst.cfg diff --git a/resources/quality/zav_base/abs/nozzle_0.30/zav_abs_nozzle_0.30_layer_0.20.inst.cfg b/resources/quality/zav_base/abs/nozzle_0_30/zav_abs_nozzle_0.30_layer_0.20.inst.cfg similarity index 100% rename from resources/quality/zav_base/abs/nozzle_0.30/zav_abs_nozzle_0.30_layer_0.20.inst.cfg rename to resources/quality/zav_base/abs/nozzle_0_30/zav_abs_nozzle_0.30_layer_0.20.inst.cfg diff --git a/resources/quality/zav_base/abs/nozzle_0.30/zav_abs_nozzle_0.30_layer_0.25.inst.cfg b/resources/quality/zav_base/abs/nozzle_0_30/zav_abs_nozzle_0.30_layer_0.25.inst.cfg similarity index 100% rename from resources/quality/zav_base/abs/nozzle_0.30/zav_abs_nozzle_0.30_layer_0.25.inst.cfg rename to resources/quality/zav_base/abs/nozzle_0_30/zav_abs_nozzle_0.30_layer_0.25.inst.cfg diff --git a/resources/quality/zav_base/abs/nozzle_0.35/zav_abs_nozzle_0.35_layer_0.10.inst.cfg b/resources/quality/zav_base/abs/nozzle_0_35/zav_abs_nozzle_0.35_layer_0.10.inst.cfg similarity index 100% rename from resources/quality/zav_base/abs/nozzle_0.35/zav_abs_nozzle_0.35_layer_0.10.inst.cfg rename to resources/quality/zav_base/abs/nozzle_0_35/zav_abs_nozzle_0.35_layer_0.10.inst.cfg diff --git a/resources/quality/zav_base/abs/nozzle_0.35/zav_abs_nozzle_0.35_layer_0.15.inst.cfg b/resources/quality/zav_base/abs/nozzle_0_35/zav_abs_nozzle_0.35_layer_0.15.inst.cfg similarity index 100% rename from resources/quality/zav_base/abs/nozzle_0.35/zav_abs_nozzle_0.35_layer_0.15.inst.cfg rename to resources/quality/zav_base/abs/nozzle_0_35/zav_abs_nozzle_0.35_layer_0.15.inst.cfg diff --git a/resources/quality/zav_base/abs/nozzle_0.35/zav_abs_nozzle_0.35_layer_0.20.inst.cfg b/resources/quality/zav_base/abs/nozzle_0_35/zav_abs_nozzle_0.35_layer_0.20.inst.cfg similarity index 100% rename from resources/quality/zav_base/abs/nozzle_0.35/zav_abs_nozzle_0.35_layer_0.20.inst.cfg rename to resources/quality/zav_base/abs/nozzle_0_35/zav_abs_nozzle_0.35_layer_0.20.inst.cfg diff --git a/resources/quality/zav_base/abs/nozzle_0.35/zav_abs_nozzle_0.35_layer_0.25.inst.cfg b/resources/quality/zav_base/abs/nozzle_0_35/zav_abs_nozzle_0.35_layer_0.25.inst.cfg similarity index 100% rename from resources/quality/zav_base/abs/nozzle_0.35/zav_abs_nozzle_0.35_layer_0.25.inst.cfg rename to resources/quality/zav_base/abs/nozzle_0_35/zav_abs_nozzle_0.35_layer_0.25.inst.cfg diff --git a/resources/quality/zav_base/abs/nozzle_0.40/zav_abs_nozzle_0.40_layer_0.10.inst.cfg b/resources/quality/zav_base/abs/nozzle_0_40/zav_abs_nozzle_0.40_layer_0.10.inst.cfg similarity index 100% rename from resources/quality/zav_base/abs/nozzle_0.40/zav_abs_nozzle_0.40_layer_0.10.inst.cfg rename to resources/quality/zav_base/abs/nozzle_0_40/zav_abs_nozzle_0.40_layer_0.10.inst.cfg diff --git a/resources/quality/zav_base/abs/nozzle_0.40/zav_abs_nozzle_0.40_layer_0.15.inst.cfg b/resources/quality/zav_base/abs/nozzle_0_40/zav_abs_nozzle_0.40_layer_0.15.inst.cfg similarity index 100% rename from resources/quality/zav_base/abs/nozzle_0.40/zav_abs_nozzle_0.40_layer_0.15.inst.cfg rename to resources/quality/zav_base/abs/nozzle_0_40/zav_abs_nozzle_0.40_layer_0.15.inst.cfg diff --git a/resources/quality/zav_base/abs/nozzle_0.40/zav_abs_nozzle_0.40_layer_0.20.inst.cfg b/resources/quality/zav_base/abs/nozzle_0_40/zav_abs_nozzle_0.40_layer_0.20.inst.cfg similarity index 100% rename from resources/quality/zav_base/abs/nozzle_0.40/zav_abs_nozzle_0.40_layer_0.20.inst.cfg rename to resources/quality/zav_base/abs/nozzle_0_40/zav_abs_nozzle_0.40_layer_0.20.inst.cfg diff --git a/resources/quality/zav_base/abs/nozzle_0.40/zav_abs_nozzle_0.40_layer_0.25.inst.cfg b/resources/quality/zav_base/abs/nozzle_0_40/zav_abs_nozzle_0.40_layer_0.25.inst.cfg similarity index 100% rename from resources/quality/zav_base/abs/nozzle_0.40/zav_abs_nozzle_0.40_layer_0.25.inst.cfg rename to resources/quality/zav_base/abs/nozzle_0_40/zav_abs_nozzle_0.40_layer_0.25.inst.cfg diff --git a/resources/quality/zav_base/abs/nozzle_0.40/zav_abs_nozzle_0.40_layer_0.30.inst.cfg b/resources/quality/zav_base/abs/nozzle_0_40/zav_abs_nozzle_0.40_layer_0.30.inst.cfg similarity index 100% rename from resources/quality/zav_base/abs/nozzle_0.40/zav_abs_nozzle_0.40_layer_0.30.inst.cfg rename to resources/quality/zav_base/abs/nozzle_0_40/zav_abs_nozzle_0.40_layer_0.30.inst.cfg diff --git a/resources/quality/zav_base/abs/nozzle_0.45/zav_abs_nozzle_0.45_layer_0.10.inst.cfg b/resources/quality/zav_base/abs/nozzle_0_45/zav_abs_nozzle_0.45_layer_0.10.inst.cfg similarity index 100% rename from resources/quality/zav_base/abs/nozzle_0.45/zav_abs_nozzle_0.45_layer_0.10.inst.cfg rename to resources/quality/zav_base/abs/nozzle_0_45/zav_abs_nozzle_0.45_layer_0.10.inst.cfg diff --git a/resources/quality/zav_base/abs/nozzle_0.45/zav_abs_nozzle_0.45_layer_0.15.inst.cfg b/resources/quality/zav_base/abs/nozzle_0_45/zav_abs_nozzle_0.45_layer_0.15.inst.cfg similarity index 100% rename from resources/quality/zav_base/abs/nozzle_0.45/zav_abs_nozzle_0.45_layer_0.15.inst.cfg rename to resources/quality/zav_base/abs/nozzle_0_45/zav_abs_nozzle_0.45_layer_0.15.inst.cfg diff --git a/resources/quality/zav_base/abs/nozzle_0.45/zav_abs_nozzle_0.45_layer_0.20.inst.cfg b/resources/quality/zav_base/abs/nozzle_0_45/zav_abs_nozzle_0.45_layer_0.20.inst.cfg similarity index 100% rename from resources/quality/zav_base/abs/nozzle_0.45/zav_abs_nozzle_0.45_layer_0.20.inst.cfg rename to resources/quality/zav_base/abs/nozzle_0_45/zav_abs_nozzle_0.45_layer_0.20.inst.cfg diff --git a/resources/quality/zav_base/abs/nozzle_0.45/zav_abs_nozzle_0.45_layer_0.25.inst.cfg b/resources/quality/zav_base/abs/nozzle_0_45/zav_abs_nozzle_0.45_layer_0.25.inst.cfg similarity index 100% rename from resources/quality/zav_base/abs/nozzle_0.45/zav_abs_nozzle_0.45_layer_0.25.inst.cfg rename to resources/quality/zav_base/abs/nozzle_0_45/zav_abs_nozzle_0.45_layer_0.25.inst.cfg diff --git a/resources/quality/zav_base/abs/nozzle_0.45/zav_abs_nozzle_0.45_layer_0.30.inst.cfg b/resources/quality/zav_base/abs/nozzle_0_45/zav_abs_nozzle_0.45_layer_0.30.inst.cfg similarity index 100% rename from resources/quality/zav_base/abs/nozzle_0.45/zav_abs_nozzle_0.45_layer_0.30.inst.cfg rename to resources/quality/zav_base/abs/nozzle_0_45/zav_abs_nozzle_0.45_layer_0.30.inst.cfg diff --git a/resources/quality/zav_base/abs/nozzle_0.45/zav_abs_nozzle_0.45_layer_0.35.inst.cfg b/resources/quality/zav_base/abs/nozzle_0_45/zav_abs_nozzle_0.45_layer_0.35.inst.cfg similarity index 100% rename from resources/quality/zav_base/abs/nozzle_0.45/zav_abs_nozzle_0.45_layer_0.35.inst.cfg rename to resources/quality/zav_base/abs/nozzle_0_45/zav_abs_nozzle_0.45_layer_0.35.inst.cfg diff --git a/resources/quality/zav_base/abs/nozzle_0.50/zav_abs_nozzle_0.50_layer_0.15.inst.cfg b/resources/quality/zav_base/abs/nozzle_0_50/zav_abs_nozzle_0.50_layer_0.15.inst.cfg similarity index 100% rename from resources/quality/zav_base/abs/nozzle_0.50/zav_abs_nozzle_0.50_layer_0.15.inst.cfg rename to resources/quality/zav_base/abs/nozzle_0_50/zav_abs_nozzle_0.50_layer_0.15.inst.cfg diff --git a/resources/quality/zav_base/abs/nozzle_0.50/zav_abs_nozzle_0.50_layer_0.20.inst.cfg b/resources/quality/zav_base/abs/nozzle_0_50/zav_abs_nozzle_0.50_layer_0.20.inst.cfg similarity index 100% rename from resources/quality/zav_base/abs/nozzle_0.50/zav_abs_nozzle_0.50_layer_0.20.inst.cfg rename to resources/quality/zav_base/abs/nozzle_0_50/zav_abs_nozzle_0.50_layer_0.20.inst.cfg diff --git a/resources/quality/zav_base/abs/nozzle_0.50/zav_abs_nozzle_0.50_layer_0.25.inst.cfg b/resources/quality/zav_base/abs/nozzle_0_50/zav_abs_nozzle_0.50_layer_0.25.inst.cfg similarity index 100% rename from resources/quality/zav_base/abs/nozzle_0.50/zav_abs_nozzle_0.50_layer_0.25.inst.cfg rename to resources/quality/zav_base/abs/nozzle_0_50/zav_abs_nozzle_0.50_layer_0.25.inst.cfg diff --git a/resources/quality/zav_base/abs/nozzle_0.50/zav_abs_nozzle_0.50_layer_0.30.inst.cfg b/resources/quality/zav_base/abs/nozzle_0_50/zav_abs_nozzle_0.50_layer_0.30.inst.cfg similarity index 100% rename from resources/quality/zav_base/abs/nozzle_0.50/zav_abs_nozzle_0.50_layer_0.30.inst.cfg rename to resources/quality/zav_base/abs/nozzle_0_50/zav_abs_nozzle_0.50_layer_0.30.inst.cfg diff --git a/resources/quality/zav_base/abs/nozzle_0.50/zav_abs_nozzle_0.50_layer_0.35.inst.cfg b/resources/quality/zav_base/abs/nozzle_0_50/zav_abs_nozzle_0.50_layer_0.35.inst.cfg similarity index 100% rename from resources/quality/zav_base/abs/nozzle_0.50/zav_abs_nozzle_0.50_layer_0.35.inst.cfg rename to resources/quality/zav_base/abs/nozzle_0_50/zav_abs_nozzle_0.50_layer_0.35.inst.cfg diff --git a/resources/quality/zav_base/abs/nozzle_0.60/zav_abs_nozzle_0.60_layer_0.15.inst.cfg b/resources/quality/zav_base/abs/nozzle_0_60/zav_abs_nozzle_0.60_layer_0.15.inst.cfg similarity index 100% rename from resources/quality/zav_base/abs/nozzle_0.60/zav_abs_nozzle_0.60_layer_0.15.inst.cfg rename to resources/quality/zav_base/abs/nozzle_0_60/zav_abs_nozzle_0.60_layer_0.15.inst.cfg diff --git a/resources/quality/zav_base/abs/nozzle_0.60/zav_abs_nozzle_0.60_layer_0.20.inst.cfg b/resources/quality/zav_base/abs/nozzle_0_60/zav_abs_nozzle_0.60_layer_0.20.inst.cfg similarity index 100% rename from resources/quality/zav_base/abs/nozzle_0.60/zav_abs_nozzle_0.60_layer_0.20.inst.cfg rename to resources/quality/zav_base/abs/nozzle_0_60/zav_abs_nozzle_0.60_layer_0.20.inst.cfg diff --git a/resources/quality/zav_base/abs/nozzle_0.60/zav_abs_nozzle_0.60_layer_0.25.inst.cfg b/resources/quality/zav_base/abs/nozzle_0_60/zav_abs_nozzle_0.60_layer_0.25.inst.cfg similarity index 100% rename from resources/quality/zav_base/abs/nozzle_0.60/zav_abs_nozzle_0.60_layer_0.25.inst.cfg rename to resources/quality/zav_base/abs/nozzle_0_60/zav_abs_nozzle_0.60_layer_0.25.inst.cfg diff --git a/resources/quality/zav_base/abs/nozzle_0.60/zav_abs_nozzle_0.60_layer_0.30.inst.cfg b/resources/quality/zav_base/abs/nozzle_0_60/zav_abs_nozzle_0.60_layer_0.30.inst.cfg similarity index 100% rename from resources/quality/zav_base/abs/nozzle_0.60/zav_abs_nozzle_0.60_layer_0.30.inst.cfg rename to resources/quality/zav_base/abs/nozzle_0_60/zav_abs_nozzle_0.60_layer_0.30.inst.cfg diff --git a/resources/quality/zav_base/abs/nozzle_0.60/zav_abs_nozzle_0.60_layer_0.35.inst.cfg b/resources/quality/zav_base/abs/nozzle_0_60/zav_abs_nozzle_0.60_layer_0.35.inst.cfg similarity index 100% rename from resources/quality/zav_base/abs/nozzle_0.60/zav_abs_nozzle_0.60_layer_0.35.inst.cfg rename to resources/quality/zav_base/abs/nozzle_0_60/zav_abs_nozzle_0.60_layer_0.35.inst.cfg diff --git a/resources/quality/zav_base/abs/nozzle_0.60/zav_abs_nozzle_0.60_layer_0.40.inst.cfg b/resources/quality/zav_base/abs/nozzle_0_60/zav_abs_nozzle_0.60_layer_0.40.inst.cfg similarity index 100% rename from resources/quality/zav_base/abs/nozzle_0.60/zav_abs_nozzle_0.60_layer_0.40.inst.cfg rename to resources/quality/zav_base/abs/nozzle_0_60/zav_abs_nozzle_0.60_layer_0.40.inst.cfg diff --git a/resources/quality/zav_base/abs/nozzle_0.80/zav_abs_nozzle_0.80_layer_0.20.inst.cfg b/resources/quality/zav_base/abs/nozzle_0_80/zav_abs_nozzle_0.80_layer_0.20.inst.cfg similarity index 100% rename from resources/quality/zav_base/abs/nozzle_0.80/zav_abs_nozzle_0.80_layer_0.20.inst.cfg rename to resources/quality/zav_base/abs/nozzle_0_80/zav_abs_nozzle_0.80_layer_0.20.inst.cfg diff --git a/resources/quality/zav_base/abs/nozzle_0.80/zav_abs_nozzle_0.80_layer_0.25.inst.cfg b/resources/quality/zav_base/abs/nozzle_0_80/zav_abs_nozzle_0.80_layer_0.25.inst.cfg similarity index 100% rename from resources/quality/zav_base/abs/nozzle_0.80/zav_abs_nozzle_0.80_layer_0.25.inst.cfg rename to resources/quality/zav_base/abs/nozzle_0_80/zav_abs_nozzle_0.80_layer_0.25.inst.cfg diff --git a/resources/quality/zav_base/abs/nozzle_0.80/zav_abs_nozzle_0.80_layer_0.30.inst.cfg b/resources/quality/zav_base/abs/nozzle_0_80/zav_abs_nozzle_0.80_layer_0.30.inst.cfg similarity index 100% rename from resources/quality/zav_base/abs/nozzle_0.80/zav_abs_nozzle_0.80_layer_0.30.inst.cfg rename to resources/quality/zav_base/abs/nozzle_0_80/zav_abs_nozzle_0.80_layer_0.30.inst.cfg diff --git a/resources/quality/zav_base/abs/nozzle_0.80/zav_abs_nozzle_0.80_layer_0.35.inst.cfg b/resources/quality/zav_base/abs/nozzle_0_80/zav_abs_nozzle_0.80_layer_0.35.inst.cfg similarity index 100% rename from resources/quality/zav_base/abs/nozzle_0.80/zav_abs_nozzle_0.80_layer_0.35.inst.cfg rename to resources/quality/zav_base/abs/nozzle_0_80/zav_abs_nozzle_0.80_layer_0.35.inst.cfg diff --git a/resources/quality/zav_base/abs/nozzle_0.80/zav_abs_nozzle_0.80_layer_0.40.inst.cfg b/resources/quality/zav_base/abs/nozzle_0_80/zav_abs_nozzle_0.80_layer_0.40.inst.cfg similarity index 100% rename from resources/quality/zav_base/abs/nozzle_0.80/zav_abs_nozzle_0.80_layer_0.40.inst.cfg rename to resources/quality/zav_base/abs/nozzle_0_80/zav_abs_nozzle_0.80_layer_0.40.inst.cfg diff --git a/resources/quality/zav_base/abs/nozzle_1.00/zav_abs_nozzle_1.00_layer_0.25.inst.cfg b/resources/quality/zav_base/abs/nozzle_1_00/zav_abs_nozzle_1.00_layer_0.25.inst.cfg similarity index 100% rename from resources/quality/zav_base/abs/nozzle_1.00/zav_abs_nozzle_1.00_layer_0.25.inst.cfg rename to resources/quality/zav_base/abs/nozzle_1_00/zav_abs_nozzle_1.00_layer_0.25.inst.cfg diff --git a/resources/quality/zav_base/abs/nozzle_1.00/zav_abs_nozzle_1.00_layer_0.30.inst.cfg b/resources/quality/zav_base/abs/nozzle_1_00/zav_abs_nozzle_1.00_layer_0.30.inst.cfg similarity index 100% rename from resources/quality/zav_base/abs/nozzle_1.00/zav_abs_nozzle_1.00_layer_0.30.inst.cfg rename to resources/quality/zav_base/abs/nozzle_1_00/zav_abs_nozzle_1.00_layer_0.30.inst.cfg diff --git a/resources/quality/zav_base/abs/nozzle_1.00/zav_abs_nozzle_1.00_layer_0.35.inst.cfg b/resources/quality/zav_base/abs/nozzle_1_00/zav_abs_nozzle_1.00_layer_0.35.inst.cfg similarity index 100% rename from resources/quality/zav_base/abs/nozzle_1.00/zav_abs_nozzle_1.00_layer_0.35.inst.cfg rename to resources/quality/zav_base/abs/nozzle_1_00/zav_abs_nozzle_1.00_layer_0.35.inst.cfg diff --git a/resources/quality/zav_base/abs/nozzle_1.00/zav_abs_nozzle_1.00_layer_0.40.inst.cfg b/resources/quality/zav_base/abs/nozzle_1_00/zav_abs_nozzle_1.00_layer_0.40.inst.cfg similarity index 100% rename from resources/quality/zav_base/abs/nozzle_1.00/zav_abs_nozzle_1.00_layer_0.40.inst.cfg rename to resources/quality/zav_base/abs/nozzle_1_00/zav_abs_nozzle_1.00_layer_0.40.inst.cfg diff --git a/resources/quality/zav_base/petg/nozzle_0.20/zav_petg_nozzle_0.20_layer_0.05.inst.cfg b/resources/quality/zav_base/petg/nozzle_0_20/zav_petg_nozzle_0.20_layer_0.05.inst.cfg similarity index 100% rename from resources/quality/zav_base/petg/nozzle_0.20/zav_petg_nozzle_0.20_layer_0.05.inst.cfg rename to resources/quality/zav_base/petg/nozzle_0_20/zav_petg_nozzle_0.20_layer_0.05.inst.cfg diff --git a/resources/quality/zav_base/petg/nozzle_0.20/zav_petg_nozzle_0.20_layer_0.10.inst.cfg b/resources/quality/zav_base/petg/nozzle_0_20/zav_petg_nozzle_0.20_layer_0.10.inst.cfg similarity index 100% rename from resources/quality/zav_base/petg/nozzle_0.20/zav_petg_nozzle_0.20_layer_0.10.inst.cfg rename to resources/quality/zav_base/petg/nozzle_0_20/zav_petg_nozzle_0.20_layer_0.10.inst.cfg diff --git a/resources/quality/zav_base/petg/nozzle_0.20/zav_petg_nozzle_0.20_layer_0.15.inst.cfg b/resources/quality/zav_base/petg/nozzle_0_20/zav_petg_nozzle_0.20_layer_0.15.inst.cfg similarity index 100% rename from resources/quality/zav_base/petg/nozzle_0.20/zav_petg_nozzle_0.20_layer_0.15.inst.cfg rename to resources/quality/zav_base/petg/nozzle_0_20/zav_petg_nozzle_0.20_layer_0.15.inst.cfg diff --git a/resources/quality/zav_base/petg/nozzle_0.25/zav_petg_nozzle_0.25_layer_0.05.inst.cfg b/resources/quality/zav_base/petg/nozzle_0_25/zav_petg_nozzle_0.25_layer_0.05.inst.cfg similarity index 100% rename from resources/quality/zav_base/petg/nozzle_0.25/zav_petg_nozzle_0.25_layer_0.05.inst.cfg rename to resources/quality/zav_base/petg/nozzle_0_25/zav_petg_nozzle_0.25_layer_0.05.inst.cfg diff --git a/resources/quality/zav_base/petg/nozzle_0.25/zav_petg_nozzle_0.25_layer_0.10.inst.cfg b/resources/quality/zav_base/petg/nozzle_0_25/zav_petg_nozzle_0.25_layer_0.10.inst.cfg similarity index 100% rename from resources/quality/zav_base/petg/nozzle_0.25/zav_petg_nozzle_0.25_layer_0.10.inst.cfg rename to resources/quality/zav_base/petg/nozzle_0_25/zav_petg_nozzle_0.25_layer_0.10.inst.cfg diff --git a/resources/quality/zav_base/petg/nozzle_0.25/zav_petg_nozzle_0.25_layer_0.15.inst.cfg b/resources/quality/zav_base/petg/nozzle_0_25/zav_petg_nozzle_0.25_layer_0.15.inst.cfg similarity index 100% rename from resources/quality/zav_base/petg/nozzle_0.25/zav_petg_nozzle_0.25_layer_0.15.inst.cfg rename to resources/quality/zav_base/petg/nozzle_0_25/zav_petg_nozzle_0.25_layer_0.15.inst.cfg diff --git a/resources/quality/zav_base/petg/nozzle_0.25/zav_petg_nozzle_0.25_layer_0.20.inst.cfg b/resources/quality/zav_base/petg/nozzle_0_25/zav_petg_nozzle_0.25_layer_0.20.inst.cfg similarity index 100% rename from resources/quality/zav_base/petg/nozzle_0.25/zav_petg_nozzle_0.25_layer_0.20.inst.cfg rename to resources/quality/zav_base/petg/nozzle_0_25/zav_petg_nozzle_0.25_layer_0.20.inst.cfg diff --git a/resources/quality/zav_base/petg/nozzle_0.30/zav_petg_nozzle_0.30_layer_0.10.inst.cfg b/resources/quality/zav_base/petg/nozzle_0_30/zav_petg_nozzle_0.30_layer_0.10.inst.cfg similarity index 100% rename from resources/quality/zav_base/petg/nozzle_0.30/zav_petg_nozzle_0.30_layer_0.10.inst.cfg rename to resources/quality/zav_base/petg/nozzle_0_30/zav_petg_nozzle_0.30_layer_0.10.inst.cfg diff --git a/resources/quality/zav_base/petg/nozzle_0.30/zav_petg_nozzle_0.30_layer_0.15.inst.cfg b/resources/quality/zav_base/petg/nozzle_0_30/zav_petg_nozzle_0.30_layer_0.15.inst.cfg similarity index 100% rename from resources/quality/zav_base/petg/nozzle_0.30/zav_petg_nozzle_0.30_layer_0.15.inst.cfg rename to resources/quality/zav_base/petg/nozzle_0_30/zav_petg_nozzle_0.30_layer_0.15.inst.cfg diff --git a/resources/quality/zav_base/petg/nozzle_0.30/zav_petg_nozzle_0.30_layer_0.20.inst.cfg b/resources/quality/zav_base/petg/nozzle_0_30/zav_petg_nozzle_0.30_layer_0.20.inst.cfg similarity index 100% rename from resources/quality/zav_base/petg/nozzle_0.30/zav_petg_nozzle_0.30_layer_0.20.inst.cfg rename to resources/quality/zav_base/petg/nozzle_0_30/zav_petg_nozzle_0.30_layer_0.20.inst.cfg diff --git a/resources/quality/zav_base/petg/nozzle_0.30/zav_petg_nozzle_0.30_layer_0.25.inst.cfg b/resources/quality/zav_base/petg/nozzle_0_30/zav_petg_nozzle_0.30_layer_0.25.inst.cfg similarity index 100% rename from resources/quality/zav_base/petg/nozzle_0.30/zav_petg_nozzle_0.30_layer_0.25.inst.cfg rename to resources/quality/zav_base/petg/nozzle_0_30/zav_petg_nozzle_0.30_layer_0.25.inst.cfg diff --git a/resources/quality/zav_base/petg/nozzle_0.35/zav_petg_nozzle_0.35_layer_0.10.inst.cfg b/resources/quality/zav_base/petg/nozzle_0_35/zav_petg_nozzle_0.35_layer_0.10.inst.cfg similarity index 100% rename from resources/quality/zav_base/petg/nozzle_0.35/zav_petg_nozzle_0.35_layer_0.10.inst.cfg rename to resources/quality/zav_base/petg/nozzle_0_35/zav_petg_nozzle_0.35_layer_0.10.inst.cfg diff --git a/resources/quality/zav_base/petg/nozzle_0.35/zav_petg_nozzle_0.35_layer_0.15.inst.cfg b/resources/quality/zav_base/petg/nozzle_0_35/zav_petg_nozzle_0.35_layer_0.15.inst.cfg similarity index 100% rename from resources/quality/zav_base/petg/nozzle_0.35/zav_petg_nozzle_0.35_layer_0.15.inst.cfg rename to resources/quality/zav_base/petg/nozzle_0_35/zav_petg_nozzle_0.35_layer_0.15.inst.cfg diff --git a/resources/quality/zav_base/petg/nozzle_0.35/zav_petg_nozzle_0.35_layer_0.20.inst.cfg b/resources/quality/zav_base/petg/nozzle_0_35/zav_petg_nozzle_0.35_layer_0.20.inst.cfg similarity index 100% rename from resources/quality/zav_base/petg/nozzle_0.35/zav_petg_nozzle_0.35_layer_0.20.inst.cfg rename to resources/quality/zav_base/petg/nozzle_0_35/zav_petg_nozzle_0.35_layer_0.20.inst.cfg diff --git a/resources/quality/zav_base/petg/nozzle_0.35/zav_petg_nozzle_0.35_layer_0.25.inst.cfg b/resources/quality/zav_base/petg/nozzle_0_35/zav_petg_nozzle_0.35_layer_0.25.inst.cfg similarity index 100% rename from resources/quality/zav_base/petg/nozzle_0.35/zav_petg_nozzle_0.35_layer_0.25.inst.cfg rename to resources/quality/zav_base/petg/nozzle_0_35/zav_petg_nozzle_0.35_layer_0.25.inst.cfg diff --git a/resources/quality/zav_base/petg/nozzle_0.40/zav_petg_nozzle_0.40_layer_0.10.inst.cfg b/resources/quality/zav_base/petg/nozzle_0_40/zav_petg_nozzle_0.40_layer_0.10.inst.cfg similarity index 100% rename from resources/quality/zav_base/petg/nozzle_0.40/zav_petg_nozzle_0.40_layer_0.10.inst.cfg rename to resources/quality/zav_base/petg/nozzle_0_40/zav_petg_nozzle_0.40_layer_0.10.inst.cfg diff --git a/resources/quality/zav_base/petg/nozzle_0.40/zav_petg_nozzle_0.40_layer_0.15.inst.cfg b/resources/quality/zav_base/petg/nozzle_0_40/zav_petg_nozzle_0.40_layer_0.15.inst.cfg similarity index 100% rename from resources/quality/zav_base/petg/nozzle_0.40/zav_petg_nozzle_0.40_layer_0.15.inst.cfg rename to resources/quality/zav_base/petg/nozzle_0_40/zav_petg_nozzle_0.40_layer_0.15.inst.cfg diff --git a/resources/quality/zav_base/petg/nozzle_0.40/zav_petg_nozzle_0.40_layer_0.20.inst.cfg b/resources/quality/zav_base/petg/nozzle_0_40/zav_petg_nozzle_0.40_layer_0.20.inst.cfg similarity index 100% rename from resources/quality/zav_base/petg/nozzle_0.40/zav_petg_nozzle_0.40_layer_0.20.inst.cfg rename to resources/quality/zav_base/petg/nozzle_0_40/zav_petg_nozzle_0.40_layer_0.20.inst.cfg diff --git a/resources/quality/zav_base/petg/nozzle_0.40/zav_petg_nozzle_0.40_layer_0.25.inst.cfg b/resources/quality/zav_base/petg/nozzle_0_40/zav_petg_nozzle_0.40_layer_0.25.inst.cfg similarity index 100% rename from resources/quality/zav_base/petg/nozzle_0.40/zav_petg_nozzle_0.40_layer_0.25.inst.cfg rename to resources/quality/zav_base/petg/nozzle_0_40/zav_petg_nozzle_0.40_layer_0.25.inst.cfg diff --git a/resources/quality/zav_base/petg/nozzle_0.40/zav_petg_nozzle_0.40_layer_0.30.inst.cfg b/resources/quality/zav_base/petg/nozzle_0_40/zav_petg_nozzle_0.40_layer_0.30.inst.cfg similarity index 100% rename from resources/quality/zav_base/petg/nozzle_0.40/zav_petg_nozzle_0.40_layer_0.30.inst.cfg rename to resources/quality/zav_base/petg/nozzle_0_40/zav_petg_nozzle_0.40_layer_0.30.inst.cfg diff --git a/resources/quality/zav_base/petg/nozzle_0.45/zav_petg_nozzle_0.45_layer_0.10.inst.cfg b/resources/quality/zav_base/petg/nozzle_0_45/zav_petg_nozzle_0.45_layer_0.10.inst.cfg similarity index 100% rename from resources/quality/zav_base/petg/nozzle_0.45/zav_petg_nozzle_0.45_layer_0.10.inst.cfg rename to resources/quality/zav_base/petg/nozzle_0_45/zav_petg_nozzle_0.45_layer_0.10.inst.cfg diff --git a/resources/quality/zav_base/petg/nozzle_0.45/zav_petg_nozzle_0.45_layer_0.15.inst.cfg b/resources/quality/zav_base/petg/nozzle_0_45/zav_petg_nozzle_0.45_layer_0.15.inst.cfg similarity index 100% rename from resources/quality/zav_base/petg/nozzle_0.45/zav_petg_nozzle_0.45_layer_0.15.inst.cfg rename to resources/quality/zav_base/petg/nozzle_0_45/zav_petg_nozzle_0.45_layer_0.15.inst.cfg diff --git a/resources/quality/zav_base/petg/nozzle_0.45/zav_petg_nozzle_0.45_layer_0.20.inst.cfg b/resources/quality/zav_base/petg/nozzle_0_45/zav_petg_nozzle_0.45_layer_0.20.inst.cfg similarity index 100% rename from resources/quality/zav_base/petg/nozzle_0.45/zav_petg_nozzle_0.45_layer_0.20.inst.cfg rename to resources/quality/zav_base/petg/nozzle_0_45/zav_petg_nozzle_0.45_layer_0.20.inst.cfg diff --git a/resources/quality/zav_base/petg/nozzle_0.45/zav_petg_nozzle_0.45_layer_0.25.inst.cfg b/resources/quality/zav_base/petg/nozzle_0_45/zav_petg_nozzle_0.45_layer_0.25.inst.cfg similarity index 100% rename from resources/quality/zav_base/petg/nozzle_0.45/zav_petg_nozzle_0.45_layer_0.25.inst.cfg rename to resources/quality/zav_base/petg/nozzle_0_45/zav_petg_nozzle_0.45_layer_0.25.inst.cfg diff --git a/resources/quality/zav_base/petg/nozzle_0.45/zav_petg_nozzle_0.45_layer_0.30.inst.cfg b/resources/quality/zav_base/petg/nozzle_0_45/zav_petg_nozzle_0.45_layer_0.30.inst.cfg similarity index 100% rename from resources/quality/zav_base/petg/nozzle_0.45/zav_petg_nozzle_0.45_layer_0.30.inst.cfg rename to resources/quality/zav_base/petg/nozzle_0_45/zav_petg_nozzle_0.45_layer_0.30.inst.cfg diff --git a/resources/quality/zav_base/petg/nozzle_0.45/zav_petg_nozzle_0.45_layer_0.35.inst.cfg b/resources/quality/zav_base/petg/nozzle_0_45/zav_petg_nozzle_0.45_layer_0.35.inst.cfg similarity index 100% rename from resources/quality/zav_base/petg/nozzle_0.45/zav_petg_nozzle_0.45_layer_0.35.inst.cfg rename to resources/quality/zav_base/petg/nozzle_0_45/zav_petg_nozzle_0.45_layer_0.35.inst.cfg diff --git a/resources/quality/zav_base/petg/nozzle_0.50/zav_petg_nozzle_0.50_layer_0.15.inst.cfg b/resources/quality/zav_base/petg/nozzle_0_50/zav_petg_nozzle_0.50_layer_0.15.inst.cfg similarity index 100% rename from resources/quality/zav_base/petg/nozzle_0.50/zav_petg_nozzle_0.50_layer_0.15.inst.cfg rename to resources/quality/zav_base/petg/nozzle_0_50/zav_petg_nozzle_0.50_layer_0.15.inst.cfg diff --git a/resources/quality/zav_base/petg/nozzle_0.50/zav_petg_nozzle_0.50_layer_0.20.inst.cfg b/resources/quality/zav_base/petg/nozzle_0_50/zav_petg_nozzle_0.50_layer_0.20.inst.cfg similarity index 100% rename from resources/quality/zav_base/petg/nozzle_0.50/zav_petg_nozzle_0.50_layer_0.20.inst.cfg rename to resources/quality/zav_base/petg/nozzle_0_50/zav_petg_nozzle_0.50_layer_0.20.inst.cfg diff --git a/resources/quality/zav_base/petg/nozzle_0.50/zav_petg_nozzle_0.50_layer_0.25.inst.cfg b/resources/quality/zav_base/petg/nozzle_0_50/zav_petg_nozzle_0.50_layer_0.25.inst.cfg similarity index 100% rename from resources/quality/zav_base/petg/nozzle_0.50/zav_petg_nozzle_0.50_layer_0.25.inst.cfg rename to resources/quality/zav_base/petg/nozzle_0_50/zav_petg_nozzle_0.50_layer_0.25.inst.cfg diff --git a/resources/quality/zav_base/petg/nozzle_0.50/zav_petg_nozzle_0.50_layer_0.30.inst.cfg b/resources/quality/zav_base/petg/nozzle_0_50/zav_petg_nozzle_0.50_layer_0.30.inst.cfg similarity index 100% rename from resources/quality/zav_base/petg/nozzle_0.50/zav_petg_nozzle_0.50_layer_0.30.inst.cfg rename to resources/quality/zav_base/petg/nozzle_0_50/zav_petg_nozzle_0.50_layer_0.30.inst.cfg diff --git a/resources/quality/zav_base/petg/nozzle_0.50/zav_petg_nozzle_0.50_layer_0.35.inst.cfg b/resources/quality/zav_base/petg/nozzle_0_50/zav_petg_nozzle_0.50_layer_0.35.inst.cfg similarity index 100% rename from resources/quality/zav_base/petg/nozzle_0.50/zav_petg_nozzle_0.50_layer_0.35.inst.cfg rename to resources/quality/zav_base/petg/nozzle_0_50/zav_petg_nozzle_0.50_layer_0.35.inst.cfg diff --git a/resources/quality/zav_base/petg/nozzle_0.60/zav_petg_nozzle_0.60_layer_0.15.inst.cfg b/resources/quality/zav_base/petg/nozzle_0_60/zav_petg_nozzle_0.60_layer_0.15.inst.cfg similarity index 100% rename from resources/quality/zav_base/petg/nozzle_0.60/zav_petg_nozzle_0.60_layer_0.15.inst.cfg rename to resources/quality/zav_base/petg/nozzle_0_60/zav_petg_nozzle_0.60_layer_0.15.inst.cfg diff --git a/resources/quality/zav_base/petg/nozzle_0.60/zav_petg_nozzle_0.60_layer_0.20.inst.cfg b/resources/quality/zav_base/petg/nozzle_0_60/zav_petg_nozzle_0.60_layer_0.20.inst.cfg similarity index 100% rename from resources/quality/zav_base/petg/nozzle_0.60/zav_petg_nozzle_0.60_layer_0.20.inst.cfg rename to resources/quality/zav_base/petg/nozzle_0_60/zav_petg_nozzle_0.60_layer_0.20.inst.cfg diff --git a/resources/quality/zav_base/petg/nozzle_0.60/zav_petg_nozzle_0.60_layer_0.25.inst.cfg b/resources/quality/zav_base/petg/nozzle_0_60/zav_petg_nozzle_0.60_layer_0.25.inst.cfg similarity index 100% rename from resources/quality/zav_base/petg/nozzle_0.60/zav_petg_nozzle_0.60_layer_0.25.inst.cfg rename to resources/quality/zav_base/petg/nozzle_0_60/zav_petg_nozzle_0.60_layer_0.25.inst.cfg diff --git a/resources/quality/zav_base/petg/nozzle_0.60/zav_petg_nozzle_0.60_layer_0.30.inst.cfg b/resources/quality/zav_base/petg/nozzle_0_60/zav_petg_nozzle_0.60_layer_0.30.inst.cfg similarity index 100% rename from resources/quality/zav_base/petg/nozzle_0.60/zav_petg_nozzle_0.60_layer_0.30.inst.cfg rename to resources/quality/zav_base/petg/nozzle_0_60/zav_petg_nozzle_0.60_layer_0.30.inst.cfg diff --git a/resources/quality/zav_base/petg/nozzle_0.60/zav_petg_nozzle_0.60_layer_0.35.inst.cfg b/resources/quality/zav_base/petg/nozzle_0_60/zav_petg_nozzle_0.60_layer_0.35.inst.cfg similarity index 100% rename from resources/quality/zav_base/petg/nozzle_0.60/zav_petg_nozzle_0.60_layer_0.35.inst.cfg rename to resources/quality/zav_base/petg/nozzle_0_60/zav_petg_nozzle_0.60_layer_0.35.inst.cfg diff --git a/resources/quality/zav_base/petg/nozzle_0.60/zav_petg_nozzle_0.60_layer_0.40.inst.cfg b/resources/quality/zav_base/petg/nozzle_0_60/zav_petg_nozzle_0.60_layer_0.40.inst.cfg similarity index 100% rename from resources/quality/zav_base/petg/nozzle_0.60/zav_petg_nozzle_0.60_layer_0.40.inst.cfg rename to resources/quality/zav_base/petg/nozzle_0_60/zav_petg_nozzle_0.60_layer_0.40.inst.cfg diff --git a/resources/quality/zav_base/petg/nozzle_0.80/zav_petg_nozzle_0.80_layer_0.20.inst.cfg b/resources/quality/zav_base/petg/nozzle_0_80/zav_petg_nozzle_0.80_layer_0.20.inst.cfg similarity index 100% rename from resources/quality/zav_base/petg/nozzle_0.80/zav_petg_nozzle_0.80_layer_0.20.inst.cfg rename to resources/quality/zav_base/petg/nozzle_0_80/zav_petg_nozzle_0.80_layer_0.20.inst.cfg diff --git a/resources/quality/zav_base/petg/nozzle_0.80/zav_petg_nozzle_0.80_layer_0.25.inst.cfg b/resources/quality/zav_base/petg/nozzle_0_80/zav_petg_nozzle_0.80_layer_0.25.inst.cfg similarity index 100% rename from resources/quality/zav_base/petg/nozzle_0.80/zav_petg_nozzle_0.80_layer_0.25.inst.cfg rename to resources/quality/zav_base/petg/nozzle_0_80/zav_petg_nozzle_0.80_layer_0.25.inst.cfg diff --git a/resources/quality/zav_base/petg/nozzle_0.80/zav_petg_nozzle_0.80_layer_0.30.inst.cfg b/resources/quality/zav_base/petg/nozzle_0_80/zav_petg_nozzle_0.80_layer_0.30.inst.cfg similarity index 100% rename from resources/quality/zav_base/petg/nozzle_0.80/zav_petg_nozzle_0.80_layer_0.30.inst.cfg rename to resources/quality/zav_base/petg/nozzle_0_80/zav_petg_nozzle_0.80_layer_0.30.inst.cfg diff --git a/resources/quality/zav_base/petg/nozzle_0.80/zav_petg_nozzle_0.80_layer_0.35.inst.cfg b/resources/quality/zav_base/petg/nozzle_0_80/zav_petg_nozzle_0.80_layer_0.35.inst.cfg similarity index 100% rename from resources/quality/zav_base/petg/nozzle_0.80/zav_petg_nozzle_0.80_layer_0.35.inst.cfg rename to resources/quality/zav_base/petg/nozzle_0_80/zav_petg_nozzle_0.80_layer_0.35.inst.cfg diff --git a/resources/quality/zav_base/petg/nozzle_0.80/zav_petg_nozzle_0.80_layer_0.40.inst.cfg b/resources/quality/zav_base/petg/nozzle_0_80/zav_petg_nozzle_0.80_layer_0.40.inst.cfg similarity index 100% rename from resources/quality/zav_base/petg/nozzle_0.80/zav_petg_nozzle_0.80_layer_0.40.inst.cfg rename to resources/quality/zav_base/petg/nozzle_0_80/zav_petg_nozzle_0.80_layer_0.40.inst.cfg diff --git a/resources/quality/zav_base/petg/nozzle_1.00/zav_petg_nozzle_1.00_layer_0.25.inst.cfg b/resources/quality/zav_base/petg/nozzle_1_00/zav_petg_nozzle_1.00_layer_0.25.inst.cfg similarity index 100% rename from resources/quality/zav_base/petg/nozzle_1.00/zav_petg_nozzle_1.00_layer_0.25.inst.cfg rename to resources/quality/zav_base/petg/nozzle_1_00/zav_petg_nozzle_1.00_layer_0.25.inst.cfg diff --git a/resources/quality/zav_base/petg/nozzle_1.00/zav_petg_nozzle_1.00_layer_0.30.inst.cfg b/resources/quality/zav_base/petg/nozzle_1_00/zav_petg_nozzle_1.00_layer_0.30.inst.cfg similarity index 100% rename from resources/quality/zav_base/petg/nozzle_1.00/zav_petg_nozzle_1.00_layer_0.30.inst.cfg rename to resources/quality/zav_base/petg/nozzle_1_00/zav_petg_nozzle_1.00_layer_0.30.inst.cfg diff --git a/resources/quality/zav_base/petg/nozzle_1.00/zav_petg_nozzle_1.00_layer_0.35.inst.cfg b/resources/quality/zav_base/petg/nozzle_1_00/zav_petg_nozzle_1.00_layer_0.35.inst.cfg similarity index 100% rename from resources/quality/zav_base/petg/nozzle_1.00/zav_petg_nozzle_1.00_layer_0.35.inst.cfg rename to resources/quality/zav_base/petg/nozzle_1_00/zav_petg_nozzle_1.00_layer_0.35.inst.cfg diff --git a/resources/quality/zav_base/petg/nozzle_1.00/zav_petg_nozzle_1.00_layer_0.40.inst.cfg b/resources/quality/zav_base/petg/nozzle_1_00/zav_petg_nozzle_1.00_layer_0.40.inst.cfg similarity index 100% rename from resources/quality/zav_base/petg/nozzle_1.00/zav_petg_nozzle_1.00_layer_0.40.inst.cfg rename to resources/quality/zav_base/petg/nozzle_1_00/zav_petg_nozzle_1.00_layer_0.40.inst.cfg diff --git a/resources/quality/zav_base/pla/nozzle_0.20/zav_pla_nozzle_0.20_layer_0.05.inst.cfg b/resources/quality/zav_base/pla/nozzle_0_20/zav_pla_nozzle_0.20_layer_0.05.inst.cfg similarity index 100% rename from resources/quality/zav_base/pla/nozzle_0.20/zav_pla_nozzle_0.20_layer_0.05.inst.cfg rename to resources/quality/zav_base/pla/nozzle_0_20/zav_pla_nozzle_0.20_layer_0.05.inst.cfg diff --git a/resources/quality/zav_base/pla/nozzle_0.20/zav_pla_nozzle_0.20_layer_0.10.inst.cfg b/resources/quality/zav_base/pla/nozzle_0_20/zav_pla_nozzle_0.20_layer_0.10.inst.cfg similarity index 100% rename from resources/quality/zav_base/pla/nozzle_0.20/zav_pla_nozzle_0.20_layer_0.10.inst.cfg rename to resources/quality/zav_base/pla/nozzle_0_20/zav_pla_nozzle_0.20_layer_0.10.inst.cfg diff --git a/resources/quality/zav_base/pla/nozzle_0.20/zav_pla_nozzle_0.20_layer_0.15.inst.cfg b/resources/quality/zav_base/pla/nozzle_0_20/zav_pla_nozzle_0.20_layer_0.15.inst.cfg similarity index 100% rename from resources/quality/zav_base/pla/nozzle_0.20/zav_pla_nozzle_0.20_layer_0.15.inst.cfg rename to resources/quality/zav_base/pla/nozzle_0_20/zav_pla_nozzle_0.20_layer_0.15.inst.cfg diff --git a/resources/quality/zav_base/pla/nozzle_0.25/zav_pla_nozzle_0.25_layer_0.05.inst.cfg b/resources/quality/zav_base/pla/nozzle_0_25/zav_pla_nozzle_0.25_layer_0.05.inst.cfg similarity index 100% rename from resources/quality/zav_base/pla/nozzle_0.25/zav_pla_nozzle_0.25_layer_0.05.inst.cfg rename to resources/quality/zav_base/pla/nozzle_0_25/zav_pla_nozzle_0.25_layer_0.05.inst.cfg diff --git a/resources/quality/zav_base/pla/nozzle_0.25/zav_pla_nozzle_0.25_layer_0.10.inst.cfg b/resources/quality/zav_base/pla/nozzle_0_25/zav_pla_nozzle_0.25_layer_0.10.inst.cfg similarity index 100% rename from resources/quality/zav_base/pla/nozzle_0.25/zav_pla_nozzle_0.25_layer_0.10.inst.cfg rename to resources/quality/zav_base/pla/nozzle_0_25/zav_pla_nozzle_0.25_layer_0.10.inst.cfg diff --git a/resources/quality/zav_base/pla/nozzle_0.25/zav_pla_nozzle_0.25_layer_0.15.inst.cfg b/resources/quality/zav_base/pla/nozzle_0_25/zav_pla_nozzle_0.25_layer_0.15.inst.cfg similarity index 100% rename from resources/quality/zav_base/pla/nozzle_0.25/zav_pla_nozzle_0.25_layer_0.15.inst.cfg rename to resources/quality/zav_base/pla/nozzle_0_25/zav_pla_nozzle_0.25_layer_0.15.inst.cfg diff --git a/resources/quality/zav_base/pla/nozzle_0.25/zav_pla_nozzle_0.25_layer_0.20.inst.cfg b/resources/quality/zav_base/pla/nozzle_0_25/zav_pla_nozzle_0.25_layer_0.20.inst.cfg similarity index 100% rename from resources/quality/zav_base/pla/nozzle_0.25/zav_pla_nozzle_0.25_layer_0.20.inst.cfg rename to resources/quality/zav_base/pla/nozzle_0_25/zav_pla_nozzle_0.25_layer_0.20.inst.cfg diff --git a/resources/quality/zav_base/pla/nozzle_0.30/zav_pla_nozzle_0.30_layer_0.10.inst.cfg b/resources/quality/zav_base/pla/nozzle_0_30/zav_pla_nozzle_0.30_layer_0.10.inst.cfg similarity index 100% rename from resources/quality/zav_base/pla/nozzle_0.30/zav_pla_nozzle_0.30_layer_0.10.inst.cfg rename to resources/quality/zav_base/pla/nozzle_0_30/zav_pla_nozzle_0.30_layer_0.10.inst.cfg diff --git a/resources/quality/zav_base/pla/nozzle_0.30/zav_pla_nozzle_0.30_layer_0.15.inst.cfg b/resources/quality/zav_base/pla/nozzle_0_30/zav_pla_nozzle_0.30_layer_0.15.inst.cfg similarity index 100% rename from resources/quality/zav_base/pla/nozzle_0.30/zav_pla_nozzle_0.30_layer_0.15.inst.cfg rename to resources/quality/zav_base/pla/nozzle_0_30/zav_pla_nozzle_0.30_layer_0.15.inst.cfg diff --git a/resources/quality/zav_base/pla/nozzle_0.30/zav_pla_nozzle_0.30_layer_0.20.inst.cfg b/resources/quality/zav_base/pla/nozzle_0_30/zav_pla_nozzle_0.30_layer_0.20.inst.cfg similarity index 100% rename from resources/quality/zav_base/pla/nozzle_0.30/zav_pla_nozzle_0.30_layer_0.20.inst.cfg rename to resources/quality/zav_base/pla/nozzle_0_30/zav_pla_nozzle_0.30_layer_0.20.inst.cfg diff --git a/resources/quality/zav_base/pla/nozzle_0.30/zav_pla_nozzle_0.30_layer_0.25.inst.cfg b/resources/quality/zav_base/pla/nozzle_0_30/zav_pla_nozzle_0.30_layer_0.25.inst.cfg similarity index 100% rename from resources/quality/zav_base/pla/nozzle_0.30/zav_pla_nozzle_0.30_layer_0.25.inst.cfg rename to resources/quality/zav_base/pla/nozzle_0_30/zav_pla_nozzle_0.30_layer_0.25.inst.cfg diff --git a/resources/quality/zav_base/pla/nozzle_0.35/zav_pla_nozzle_0.35_layer_0.10.inst.cfg b/resources/quality/zav_base/pla/nozzle_0_35/zav_pla_nozzle_0.35_layer_0.10.inst.cfg similarity index 100% rename from resources/quality/zav_base/pla/nozzle_0.35/zav_pla_nozzle_0.35_layer_0.10.inst.cfg rename to resources/quality/zav_base/pla/nozzle_0_35/zav_pla_nozzle_0.35_layer_0.10.inst.cfg diff --git a/resources/quality/zav_base/pla/nozzle_0.35/zav_pla_nozzle_0.35_layer_0.15.inst.cfg b/resources/quality/zav_base/pla/nozzle_0_35/zav_pla_nozzle_0.35_layer_0.15.inst.cfg similarity index 100% rename from resources/quality/zav_base/pla/nozzle_0.35/zav_pla_nozzle_0.35_layer_0.15.inst.cfg rename to resources/quality/zav_base/pla/nozzle_0_35/zav_pla_nozzle_0.35_layer_0.15.inst.cfg diff --git a/resources/quality/zav_base/pla/nozzle_0.35/zav_pla_nozzle_0.35_layer_0.20.inst.cfg b/resources/quality/zav_base/pla/nozzle_0_35/zav_pla_nozzle_0.35_layer_0.20.inst.cfg similarity index 100% rename from resources/quality/zav_base/pla/nozzle_0.35/zav_pla_nozzle_0.35_layer_0.20.inst.cfg rename to resources/quality/zav_base/pla/nozzle_0_35/zav_pla_nozzle_0.35_layer_0.20.inst.cfg diff --git a/resources/quality/zav_base/pla/nozzle_0.35/zav_pla_nozzle_0.35_layer_0.25.inst.cfg b/resources/quality/zav_base/pla/nozzle_0_35/zav_pla_nozzle_0.35_layer_0.25.inst.cfg similarity index 100% rename from resources/quality/zav_base/pla/nozzle_0.35/zav_pla_nozzle_0.35_layer_0.25.inst.cfg rename to resources/quality/zav_base/pla/nozzle_0_35/zav_pla_nozzle_0.35_layer_0.25.inst.cfg diff --git a/resources/quality/zav_base/pla/nozzle_0.40/zav_pla_nozzle_0.40_layer_0.10.inst.cfg b/resources/quality/zav_base/pla/nozzle_0_40/zav_pla_nozzle_0.40_layer_0.10.inst.cfg similarity index 100% rename from resources/quality/zav_base/pla/nozzle_0.40/zav_pla_nozzle_0.40_layer_0.10.inst.cfg rename to resources/quality/zav_base/pla/nozzle_0_40/zav_pla_nozzle_0.40_layer_0.10.inst.cfg diff --git a/resources/quality/zav_base/pla/nozzle_0.40/zav_pla_nozzle_0.40_layer_0.15.inst.cfg b/resources/quality/zav_base/pla/nozzle_0_40/zav_pla_nozzle_0.40_layer_0.15.inst.cfg similarity index 100% rename from resources/quality/zav_base/pla/nozzle_0.40/zav_pla_nozzle_0.40_layer_0.15.inst.cfg rename to resources/quality/zav_base/pla/nozzle_0_40/zav_pla_nozzle_0.40_layer_0.15.inst.cfg diff --git a/resources/quality/zav_base/pla/nozzle_0.40/zav_pla_nozzle_0.40_layer_0.20.inst.cfg b/resources/quality/zav_base/pla/nozzle_0_40/zav_pla_nozzle_0.40_layer_0.20.inst.cfg similarity index 100% rename from resources/quality/zav_base/pla/nozzle_0.40/zav_pla_nozzle_0.40_layer_0.20.inst.cfg rename to resources/quality/zav_base/pla/nozzle_0_40/zav_pla_nozzle_0.40_layer_0.20.inst.cfg diff --git a/resources/quality/zav_base/pla/nozzle_0.40/zav_pla_nozzle_0.40_layer_0.25.inst.cfg b/resources/quality/zav_base/pla/nozzle_0_40/zav_pla_nozzle_0.40_layer_0.25.inst.cfg similarity index 100% rename from resources/quality/zav_base/pla/nozzle_0.40/zav_pla_nozzle_0.40_layer_0.25.inst.cfg rename to resources/quality/zav_base/pla/nozzle_0_40/zav_pla_nozzle_0.40_layer_0.25.inst.cfg diff --git a/resources/quality/zav_base/pla/nozzle_0.40/zav_pla_nozzle_0.40_layer_0.30.inst.cfg b/resources/quality/zav_base/pla/nozzle_0_40/zav_pla_nozzle_0.40_layer_0.30.inst.cfg similarity index 100% rename from resources/quality/zav_base/pla/nozzle_0.40/zav_pla_nozzle_0.40_layer_0.30.inst.cfg rename to resources/quality/zav_base/pla/nozzle_0_40/zav_pla_nozzle_0.40_layer_0.30.inst.cfg diff --git a/resources/quality/zav_base/pla/nozzle_0.45/zav_pla_nozzle_0.45_layer_0.10.inst.cfg b/resources/quality/zav_base/pla/nozzle_0_45/zav_pla_nozzle_0.45_layer_0.10.inst.cfg similarity index 100% rename from resources/quality/zav_base/pla/nozzle_0.45/zav_pla_nozzle_0.45_layer_0.10.inst.cfg rename to resources/quality/zav_base/pla/nozzle_0_45/zav_pla_nozzle_0.45_layer_0.10.inst.cfg diff --git a/resources/quality/zav_base/pla/nozzle_0.45/zav_pla_nozzle_0.45_layer_0.15.inst.cfg b/resources/quality/zav_base/pla/nozzle_0_45/zav_pla_nozzle_0.45_layer_0.15.inst.cfg similarity index 100% rename from resources/quality/zav_base/pla/nozzle_0.45/zav_pla_nozzle_0.45_layer_0.15.inst.cfg rename to resources/quality/zav_base/pla/nozzle_0_45/zav_pla_nozzle_0.45_layer_0.15.inst.cfg diff --git a/resources/quality/zav_base/pla/nozzle_0.45/zav_pla_nozzle_0.45_layer_0.20.inst.cfg b/resources/quality/zav_base/pla/nozzle_0_45/zav_pla_nozzle_0.45_layer_0.20.inst.cfg similarity index 100% rename from resources/quality/zav_base/pla/nozzle_0.45/zav_pla_nozzle_0.45_layer_0.20.inst.cfg rename to resources/quality/zav_base/pla/nozzle_0_45/zav_pla_nozzle_0.45_layer_0.20.inst.cfg diff --git a/resources/quality/zav_base/pla/nozzle_0.45/zav_pla_nozzle_0.45_layer_0.25.inst.cfg b/resources/quality/zav_base/pla/nozzle_0_45/zav_pla_nozzle_0.45_layer_0.25.inst.cfg similarity index 100% rename from resources/quality/zav_base/pla/nozzle_0.45/zav_pla_nozzle_0.45_layer_0.25.inst.cfg rename to resources/quality/zav_base/pla/nozzle_0_45/zav_pla_nozzle_0.45_layer_0.25.inst.cfg diff --git a/resources/quality/zav_base/pla/nozzle_0.45/zav_pla_nozzle_0.45_layer_0.30.inst.cfg b/resources/quality/zav_base/pla/nozzle_0_45/zav_pla_nozzle_0.45_layer_0.30.inst.cfg similarity index 100% rename from resources/quality/zav_base/pla/nozzle_0.45/zav_pla_nozzle_0.45_layer_0.30.inst.cfg rename to resources/quality/zav_base/pla/nozzle_0_45/zav_pla_nozzle_0.45_layer_0.30.inst.cfg diff --git a/resources/quality/zav_base/pla/nozzle_0.45/zav_pla_nozzle_0.45_layer_0.35.inst.cfg b/resources/quality/zav_base/pla/nozzle_0_45/zav_pla_nozzle_0.45_layer_0.35.inst.cfg similarity index 100% rename from resources/quality/zav_base/pla/nozzle_0.45/zav_pla_nozzle_0.45_layer_0.35.inst.cfg rename to resources/quality/zav_base/pla/nozzle_0_45/zav_pla_nozzle_0.45_layer_0.35.inst.cfg diff --git a/resources/quality/zav_base/pla/nozzle_0.50/zav_pla_nozzle_0.50_layer_0.15.inst.cfg b/resources/quality/zav_base/pla/nozzle_0_50/zav_pla_nozzle_0.50_layer_0.15.inst.cfg similarity index 100% rename from resources/quality/zav_base/pla/nozzle_0.50/zav_pla_nozzle_0.50_layer_0.15.inst.cfg rename to resources/quality/zav_base/pla/nozzle_0_50/zav_pla_nozzle_0.50_layer_0.15.inst.cfg diff --git a/resources/quality/zav_base/pla/nozzle_0.50/zav_pla_nozzle_0.50_layer_0.20.inst.cfg b/resources/quality/zav_base/pla/nozzle_0_50/zav_pla_nozzle_0.50_layer_0.20.inst.cfg similarity index 100% rename from resources/quality/zav_base/pla/nozzle_0.50/zav_pla_nozzle_0.50_layer_0.20.inst.cfg rename to resources/quality/zav_base/pla/nozzle_0_50/zav_pla_nozzle_0.50_layer_0.20.inst.cfg diff --git a/resources/quality/zav_base/pla/nozzle_0.50/zav_pla_nozzle_0.50_layer_0.25.inst.cfg b/resources/quality/zav_base/pla/nozzle_0_50/zav_pla_nozzle_0.50_layer_0.25.inst.cfg similarity index 100% rename from resources/quality/zav_base/pla/nozzle_0.50/zav_pla_nozzle_0.50_layer_0.25.inst.cfg rename to resources/quality/zav_base/pla/nozzle_0_50/zav_pla_nozzle_0.50_layer_0.25.inst.cfg diff --git a/resources/quality/zav_base/pla/nozzle_0.50/zav_pla_nozzle_0.50_layer_0.30.inst.cfg b/resources/quality/zav_base/pla/nozzle_0_50/zav_pla_nozzle_0.50_layer_0.30.inst.cfg similarity index 100% rename from resources/quality/zav_base/pla/nozzle_0.50/zav_pla_nozzle_0.50_layer_0.30.inst.cfg rename to resources/quality/zav_base/pla/nozzle_0_50/zav_pla_nozzle_0.50_layer_0.30.inst.cfg diff --git a/resources/quality/zav_base/pla/nozzle_0.50/zav_pla_nozzle_0.50_layer_0.35.inst.cfg b/resources/quality/zav_base/pla/nozzle_0_50/zav_pla_nozzle_0.50_layer_0.35.inst.cfg similarity index 100% rename from resources/quality/zav_base/pla/nozzle_0.50/zav_pla_nozzle_0.50_layer_0.35.inst.cfg rename to resources/quality/zav_base/pla/nozzle_0_50/zav_pla_nozzle_0.50_layer_0.35.inst.cfg diff --git a/resources/quality/zav_base/pla/nozzle_0.60/zav_pla_nozzle_0.60_layer_0.15.inst.cfg b/resources/quality/zav_base/pla/nozzle_0_60/zav_pla_nozzle_0.60_layer_0.15.inst.cfg similarity index 100% rename from resources/quality/zav_base/pla/nozzle_0.60/zav_pla_nozzle_0.60_layer_0.15.inst.cfg rename to resources/quality/zav_base/pla/nozzle_0_60/zav_pla_nozzle_0.60_layer_0.15.inst.cfg diff --git a/resources/quality/zav_base/pla/nozzle_0.60/zav_pla_nozzle_0.60_layer_0.20.inst.cfg b/resources/quality/zav_base/pla/nozzle_0_60/zav_pla_nozzle_0.60_layer_0.20.inst.cfg similarity index 100% rename from resources/quality/zav_base/pla/nozzle_0.60/zav_pla_nozzle_0.60_layer_0.20.inst.cfg rename to resources/quality/zav_base/pla/nozzle_0_60/zav_pla_nozzle_0.60_layer_0.20.inst.cfg diff --git a/resources/quality/zav_base/pla/nozzle_0.60/zav_pla_nozzle_0.60_layer_0.25.inst.cfg b/resources/quality/zav_base/pla/nozzle_0_60/zav_pla_nozzle_0.60_layer_0.25.inst.cfg similarity index 100% rename from resources/quality/zav_base/pla/nozzle_0.60/zav_pla_nozzle_0.60_layer_0.25.inst.cfg rename to resources/quality/zav_base/pla/nozzle_0_60/zav_pla_nozzle_0.60_layer_0.25.inst.cfg diff --git a/resources/quality/zav_base/pla/nozzle_0.60/zav_pla_nozzle_0.60_layer_0.30.inst.cfg b/resources/quality/zav_base/pla/nozzle_0_60/zav_pla_nozzle_0.60_layer_0.30.inst.cfg similarity index 100% rename from resources/quality/zav_base/pla/nozzle_0.60/zav_pla_nozzle_0.60_layer_0.30.inst.cfg rename to resources/quality/zav_base/pla/nozzle_0_60/zav_pla_nozzle_0.60_layer_0.30.inst.cfg diff --git a/resources/quality/zav_base/pla/nozzle_0.60/zav_pla_nozzle_0.60_layer_0.35.inst.cfg b/resources/quality/zav_base/pla/nozzle_0_60/zav_pla_nozzle_0.60_layer_0.35.inst.cfg similarity index 100% rename from resources/quality/zav_base/pla/nozzle_0.60/zav_pla_nozzle_0.60_layer_0.35.inst.cfg rename to resources/quality/zav_base/pla/nozzle_0_60/zav_pla_nozzle_0.60_layer_0.35.inst.cfg diff --git a/resources/quality/zav_base/pla/nozzle_0.60/zav_pla_nozzle_0.60_layer_0.40.inst.cfg b/resources/quality/zav_base/pla/nozzle_0_60/zav_pla_nozzle_0.60_layer_0.40.inst.cfg similarity index 100% rename from resources/quality/zav_base/pla/nozzle_0.60/zav_pla_nozzle_0.60_layer_0.40.inst.cfg rename to resources/quality/zav_base/pla/nozzle_0_60/zav_pla_nozzle_0.60_layer_0.40.inst.cfg diff --git a/resources/quality/zav_base/pla/nozzle_0.80/zav_pla_nozzle_0.80_layer_0.20.inst.cfg b/resources/quality/zav_base/pla/nozzle_0_80/zav_pla_nozzle_0.80_layer_0.20.inst.cfg similarity index 100% rename from resources/quality/zav_base/pla/nozzle_0.80/zav_pla_nozzle_0.80_layer_0.20.inst.cfg rename to resources/quality/zav_base/pla/nozzle_0_80/zav_pla_nozzle_0.80_layer_0.20.inst.cfg diff --git a/resources/quality/zav_base/pla/nozzle_0.80/zav_pla_nozzle_0.80_layer_0.25.inst.cfg b/resources/quality/zav_base/pla/nozzle_0_80/zav_pla_nozzle_0.80_layer_0.25.inst.cfg similarity index 100% rename from resources/quality/zav_base/pla/nozzle_0.80/zav_pla_nozzle_0.80_layer_0.25.inst.cfg rename to resources/quality/zav_base/pla/nozzle_0_80/zav_pla_nozzle_0.80_layer_0.25.inst.cfg diff --git a/resources/quality/zav_base/pla/nozzle_0.80/zav_pla_nozzle_0.80_layer_0.30.inst.cfg b/resources/quality/zav_base/pla/nozzle_0_80/zav_pla_nozzle_0.80_layer_0.30.inst.cfg similarity index 100% rename from resources/quality/zav_base/pla/nozzle_0.80/zav_pla_nozzle_0.80_layer_0.30.inst.cfg rename to resources/quality/zav_base/pla/nozzle_0_80/zav_pla_nozzle_0.80_layer_0.30.inst.cfg diff --git a/resources/quality/zav_base/pla/nozzle_0.80/zav_pla_nozzle_0.80_layer_0.35.inst.cfg b/resources/quality/zav_base/pla/nozzle_0_80/zav_pla_nozzle_0.80_layer_0.35.inst.cfg similarity index 100% rename from resources/quality/zav_base/pla/nozzle_0.80/zav_pla_nozzle_0.80_layer_0.35.inst.cfg rename to resources/quality/zav_base/pla/nozzle_0_80/zav_pla_nozzle_0.80_layer_0.35.inst.cfg diff --git a/resources/quality/zav_base/pla/nozzle_0.80/zav_pla_nozzle_0.80_layer_0.40.inst.cfg b/resources/quality/zav_base/pla/nozzle_0_80/zav_pla_nozzle_0.80_layer_0.40.inst.cfg similarity index 100% rename from resources/quality/zav_base/pla/nozzle_0.80/zav_pla_nozzle_0.80_layer_0.40.inst.cfg rename to resources/quality/zav_base/pla/nozzle_0_80/zav_pla_nozzle_0.80_layer_0.40.inst.cfg diff --git a/resources/quality/zav_base/pla/nozzle_1.00/zav_pla_nozzle_1.00_layer_0.25.inst.cfg b/resources/quality/zav_base/pla/nozzle_1_00/zav_pla_nozzle_1.00_layer_0.25.inst.cfg similarity index 100% rename from resources/quality/zav_base/pla/nozzle_1.00/zav_pla_nozzle_1.00_layer_0.25.inst.cfg rename to resources/quality/zav_base/pla/nozzle_1_00/zav_pla_nozzle_1.00_layer_0.25.inst.cfg diff --git a/resources/quality/zav_base/pla/nozzle_1.00/zav_pla_nozzle_1.00_layer_0.30.inst.cfg b/resources/quality/zav_base/pla/nozzle_1_00/zav_pla_nozzle_1.00_layer_0.30.inst.cfg similarity index 100% rename from resources/quality/zav_base/pla/nozzle_1.00/zav_pla_nozzle_1.00_layer_0.30.inst.cfg rename to resources/quality/zav_base/pla/nozzle_1_00/zav_pla_nozzle_1.00_layer_0.30.inst.cfg diff --git a/resources/quality/zav_base/pla/nozzle_1.00/zav_pla_nozzle_1.00_layer_0.35.inst.cfg b/resources/quality/zav_base/pla/nozzle_1_00/zav_pla_nozzle_1.00_layer_0.35.inst.cfg similarity index 100% rename from resources/quality/zav_base/pla/nozzle_1.00/zav_pla_nozzle_1.00_layer_0.35.inst.cfg rename to resources/quality/zav_base/pla/nozzle_1_00/zav_pla_nozzle_1.00_layer_0.35.inst.cfg diff --git a/resources/quality/zav_base/pla/nozzle_1.00/zav_pla_nozzle_1.00_layer_0.40.inst.cfg b/resources/quality/zav_base/pla/nozzle_1_00/zav_pla_nozzle_1.00_layer_0.40.inst.cfg similarity index 100% rename from resources/quality/zav_base/pla/nozzle_1.00/zav_pla_nozzle_1.00_layer_0.40.inst.cfg rename to resources/quality/zav_base/pla/nozzle_1_00/zav_pla_nozzle_1.00_layer_0.40.inst.cfg From 0fe10b4ac2a2272acbdf2fb04345be55e2c75103 Mon Sep 17 00:00:00 2001 From: jellespijker Date: Fri, 22 Sep 2023 00:43:14 +0200 Subject: [PATCH 4/7] Revert "MacOS App doesn't like dots" This reverts commit d8b5b26a0a1825c014e05a1ea7eb35fd025f5364. --- UltiMaker-Cura.spec.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UltiMaker-Cura.spec.jinja b/UltiMaker-Cura.spec.jinja index 8b17b3331e..f026c1edd7 100644 --- a/UltiMaker-Cura.spec.jinja +++ b/UltiMaker-Cura.spec.jinja @@ -207,7 +207,7 @@ class UMBUNDLE(BUNDLE): pass else: if typ == 'DATA': - if any(["." in p for p in inm.parent.parts if inm.parent.is_dir()]) or inm.suffix == '.so': + if any([p.startswith(".") for p in inm.parent.parts if inm.parent.is_dir()]) or inm.suffix == '.so': # Skip info dist egg and some not needed folders in tcl and tk, since they all contain dots in their files logger.warning(f"Skipping DATA file {inm}") continue From d5f4bffb8b38c9e146740b9f0f338708161f3b92 Mon Sep 17 00:00:00 2001 From: jellespijker Date: Fri, 22 Sep 2023 00:43:14 +0200 Subject: [PATCH 5/7] Revert "Only filter files in directories starting with ." This reverts commit f806a61819592f6c80adb0ef83aa162253154a81. --- UltiMaker-Cura.spec.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UltiMaker-Cura.spec.jinja b/UltiMaker-Cura.spec.jinja index f026c1edd7..3d540d3b8f 100644 --- a/UltiMaker-Cura.spec.jinja +++ b/UltiMaker-Cura.spec.jinja @@ -207,7 +207,7 @@ class UMBUNDLE(BUNDLE): pass else: if typ == 'DATA': - if any([p.startswith(".") for p in inm.parent.parts if inm.parent.is_dir()]) or inm.suffix == '.so': + if any(['.' in p for p in inm.parent.parts]) or inm.suffix == '.so': # Skip info dist egg and some not needed folders in tcl and tk, since they all contain dots in their files logger.warning(f"Skipping DATA file {inm}") continue From b401ecee0221324d9effd94a621b2baa167f014c Mon Sep 17 00:00:00 2001 From: jellespijker Date: Fri, 22 Sep 2023 01:29:22 +0200 Subject: [PATCH 6/7] Add MacOS directory naming linting A new Linter subclass - 'Directory' has been created and integrated into the linting process to handle directory naming conventions, specifically for MacOS. MacOS has issues when signing and notarizing directories with '.' in their names. The new class will trigger an 'Error' level diagnostic if this convention is violated. The linter will become a required check with this update, as its new check configuration was added to '.printer-linter'. The version number in 'pyproject.toml' was also incremented to reflect these changes. Contributes to CURA-11014 --- .printer-linter | 1 + printer-linter/pyproject.toml | 2 +- printer-linter/src/printerlinter/factory.py | 13 ++++---- .../src/printerlinter/linters/directory.py | 32 +++++++++++++++++++ printer-linter/src/terminal.py | 10 ++++-- 5 files changed, 48 insertions(+), 10 deletions(-) create mode 100644 printer-linter/src/printerlinter/linters/directory.py diff --git a/.printer-linter b/.printer-linter index 2ead01ffb1..3a42a5c033 100644 --- a/.printer-linter +++ b/.printer-linter @@ -2,6 +2,7 @@ checks: diagnostic-mesh-file-extension: true diagnostic-mesh-file-size: true diagnostic-definition-redundant-override: true + diagnostic-resources-macos-app-directory-name: true fixes: diagnostic-definition-redundant-override: true format: diff --git a/printer-linter/pyproject.toml b/printer-linter/pyproject.toml index 74c6531c87..c346dc0496 100644 --- a/printer-linter/pyproject.toml +++ b/printer-linter/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "printerlinter" description = "Cura UltiMaker printer linting tool" -version = "0.1.0" +version = "0.1.1" authors = [ { name = "UltiMaker", email = "cura@ultimaker.com" } ] diff --git a/printer-linter/src/printerlinter/factory.py b/printer-linter/src/printerlinter/factory.py index d27f82244b..4473fb9a4e 100644 --- a/printer-linter/src/printerlinter/factory.py +++ b/printer-linter/src/printerlinter/factory.py @@ -1,26 +1,27 @@ from pathlib import Path -from typing import Optional +from typing import Optional, List from .linters.profile import Profile from .linters.defintion import Definition from .linters.linter import Linter from .linters.meshes import Meshes +from .linters.directory import Directory -def getLinter(file: Path, settings: dict) -> Optional[Linter]: +def getLinter(file: Path, settings: dict) -> Optional[List[Linter]]: """ Returns a Linter depending on the file format """ if not file.exists(): return None if ".inst" in file.suffixes and ".cfg" in file.suffixes: - return Profile(file, settings) + return [Directory(file, settings), Profile(file, settings)] if ".def" in file.suffixes and ".json" in file.suffixes: if file.stem in ("fdmprinter.def", "fdmextruder.def"): return None - return Definition(file, settings) + return [Directory(file, settings), Definition(file, settings)] if file.parent.stem == "meshes": - return Meshes(file, settings) + return [Meshes(file, settings)] - return None + return [Directory(file, settings)] diff --git a/printer-linter/src/printerlinter/linters/directory.py b/printer-linter/src/printerlinter/linters/directory.py new file mode 100644 index 0000000000..1e81be4ded --- /dev/null +++ b/printer-linter/src/printerlinter/linters/directory.py @@ -0,0 +1,32 @@ +from pathlib import Path +from typing import Iterator + +from ..diagnostic import Diagnostic +from .linter import Linter + + +class Directory(Linter): + def __init__(self, file: Path, settings: dict) -> None: + """ Finds issues in the parent directory""" + super().__init__(file, settings) + + def check(self) -> Iterator[Diagnostic]: + if self._settings["checks"].get("diagnostic-resources-macos-app-directory-name", False): + for check in self.checkForDotInDirName(): + yield check + + yield + + def checkForDotInDirName(self) -> Iterator[Diagnostic]: + """ Check if there is a dot in the directory name, MacOS has trouble signing and notarizing otherwise """ + if any("." in p for p in self._file.parent.parts): + print("bghkgh") + yield Diagnostic( + file = self._file, + diagnostic_name = "diagnostic-resources-macos-app-directory-name", + message = f"Directory name containing a `.` not allowed {self._file.suffix}, rename directory containing this file e.q: `_`", + level = "Error", + offset = 1 + ) + yield + diff --git a/printer-linter/src/terminal.py b/printer-linter/src/terminal.py index 71103a0db2..fb5ee36bd0 100644 --- a/printer-linter/src/terminal.py +++ b/printer-linter/src/terminal.py @@ -71,12 +71,16 @@ def main() -> None: def diagnoseIssuesWithFile(file: Path, settings: dict) -> List[Diagnostic]: """ For file, runs all diagnostic checks in settings and returns a list of diagnostics """ - linter = factory.getLinter(file, settings) + linters = factory.getLinter(file, settings) - if not linter: + if not linters: return [] - return list(filter(lambda d: d is not None, linter.check())) + linter_results = [] + for linter in linters: + linter_results.extend(list(filter(lambda d: d is not None, linter.check()))) + + return linter_results def applyFixesToFile(file, settings, full_body_check) -> None: From 658f270fe103b427b333d83b8bef84d225b1e3f8 Mon Sep 17 00:00:00 2001 From: jellespijker Date: Fri, 22 Sep 2023 01:30:00 +0200 Subject: [PATCH 7/7] removed debugging statement Contributes to CURA-11014 --- printer-linter/src/printerlinter/linters/directory.py | 1 - 1 file changed, 1 deletion(-) diff --git a/printer-linter/src/printerlinter/linters/directory.py b/printer-linter/src/printerlinter/linters/directory.py index 1e81be4ded..4ca299dad7 100644 --- a/printer-linter/src/printerlinter/linters/directory.py +++ b/printer-linter/src/printerlinter/linters/directory.py @@ -20,7 +20,6 @@ class Directory(Linter): def checkForDotInDirName(self) -> Iterator[Diagnostic]: """ Check if there is a dot in the directory name, MacOS has trouble signing and notarizing otherwise """ if any("." in p for p in self._file.parent.parts): - print("bghkgh") yield Diagnostic( file = self._file, diagnostic_name = "diagnostic-resources-macos-app-directory-name",