diff --git a/resources/variants/blocks_mkii_0.20.inst.cfg b/resources/variants/blocks_mkii_0.20.inst.cfg index f99b30629d..24520e60b5 100644 --- a/resources/variants/blocks_mkii_0.20.inst.cfg +++ b/resources/variants/blocks_mkii_0.20.inst.cfg @@ -4,9 +4,9 @@ version = 4 definition = blocks_mkii [metadata] -setting_version = 19 +setting_version = 20 type = variant hardware_type = nozzle [values] -machine_nozzle_size = 0.2 +machine_nozzle_size = 0.2 \ No newline at end of file diff --git a/resources/variants/blocks_mkii_0.30.inst.cfg b/resources/variants/blocks_mkii_0.30.inst.cfg index b84c52261f..8263ff735c 100644 --- a/resources/variants/blocks_mkii_0.30.inst.cfg +++ b/resources/variants/blocks_mkii_0.30.inst.cfg @@ -4,9 +4,9 @@ version = 4 definition = blocks_mkii [metadata] -setting_version = 19 +setting_version = 20 type = variant hardware_type = nozzle [values] -machine_nozzle_size = 0.3 +machine_nozzle_size = 0.3 \ No newline at end of file diff --git a/resources/variants/blocks_mkii_0.40.inst.cfg b/resources/variants/blocks_mkii_0.40.inst.cfg index aaefaf1dc3..65dc582961 100644 --- a/resources/variants/blocks_mkii_0.40.inst.cfg +++ b/resources/variants/blocks_mkii_0.40.inst.cfg @@ -4,9 +4,9 @@ version = 4 definition = blocks_mkii [metadata] -setting_version = 19 +setting_version = 20 type = variant hardware_type = nozzle [values] -machine_nozzle_size = 0.4 +machine_nozzle_size = 0.4 \ No newline at end of file diff --git a/resources/variants/blocks_mkii_0.50.inst.cfg b/resources/variants/blocks_mkii_0.50.inst.cfg index f5ec9b5e8f..893cadf85c 100644 --- a/resources/variants/blocks_mkii_0.50.inst.cfg +++ b/resources/variants/blocks_mkii_0.50.inst.cfg @@ -4,9 +4,9 @@ version = 4 definition = blocks_mkii [metadata] -setting_version = 19 +setting_version = 20 type = variant hardware_type = nozzle [values] -machine_nozzle_size = 0.5 +machine_nozzle_size = 0.5 \ No newline at end of file diff --git a/resources/variants/blocks_mkii_0.60.inst.cfg b/resources/variants/blocks_mkii_0.60.inst.cfg index 6ac4414c3a..05ffcc1770 100644 --- a/resources/variants/blocks_mkii_0.60.inst.cfg +++ b/resources/variants/blocks_mkii_0.60.inst.cfg @@ -4,9 +4,9 @@ version = 4 definition = blocks_mkii [metadata] -setting_version = 19 +setting_version = 20 type = variant hardware_type = nozzle [values] -machine_nozzle_size = 0.6 +machine_nozzle_size = 0.6 \ No newline at end of file diff --git a/resources/variants/blocks_mkii_0.80.inst.cfg b/resources/variants/blocks_mkii_0.80.inst.cfg index 3abb4f5c56..e14e7882f9 100644 --- a/resources/variants/blocks_mkii_0.80.inst.cfg +++ b/resources/variants/blocks_mkii_0.80.inst.cfg @@ -4,9 +4,9 @@ version = 4 definition = blocks_mkii [metadata] -setting_version = 19 +setting_version = 20 type = variant hardware_type = nozzle [values] -machine_nozzle_size = 0.8 +machine_nozzle_size = 0.8 \ No newline at end of file diff --git a/resources/variants/blocks_one_0.20.inst.cfg b/resources/variants/blocks_one_0.20.inst.cfg new file mode 100644 index 0000000000..6aa2863a81 --- /dev/null +++ b/resources/variants/blocks_one_0.20.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.2mm Nozzle +version = 4 +definition = blocks_one + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.2 \ No newline at end of file diff --git a/resources/variants/blocks_one_0.30.inst.cfg b/resources/variants/blocks_one_0.30.inst.cfg new file mode 100644 index 0000000000..4de02e1f42 --- /dev/null +++ b/resources/variants/blocks_one_0.30.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.3mm Nozzle +version = 4 +definition = blocks_one + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.3 \ No newline at end of file diff --git a/resources/variants/blocks_one_0.40.inst.cfg b/resources/variants/blocks_one_0.40.inst.cfg new file mode 100644 index 0000000000..3c17151b06 --- /dev/null +++ b/resources/variants/blocks_one_0.40.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.4mm Nozzle +version = 4 +definition = blocks_one + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.4 \ No newline at end of file diff --git a/resources/variants/blocks_one_0.50.inst.cfg b/resources/variants/blocks_one_0.50.inst.cfg new file mode 100644 index 0000000000..3e4d5c6a72 --- /dev/null +++ b/resources/variants/blocks_one_0.50.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.5mm Nozzle +version = 4 +definition = blocks_one + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.5 \ No newline at end of file diff --git a/resources/variants/blocks_one_0.60.inst.cfg b/resources/variants/blocks_one_0.60.inst.cfg new file mode 100644 index 0000000000..f6aad5e24c --- /dev/null +++ b/resources/variants/blocks_one_0.60.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.6mm Nozzle +version = 4 +definition = blocks_one + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.6 \ No newline at end of file diff --git a/resources/variants/blocks_one_0.80.inst.cfg b/resources/variants/blocks_one_0.80.inst.cfg new file mode 100644 index 0000000000..326f841405 --- /dev/null +++ b/resources/variants/blocks_one_0.80.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.8mm Nozzle +version = 4 +definition = blocks_one + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.8 \ No newline at end of file diff --git a/resources/variants/blocks_pros100_0.40.inst.cfg b/resources/variants/blocks_pros100_0.40.inst.cfg index 55ea4490f6..9fa8fda3bf 100644 --- a/resources/variants/blocks_pros100_0.40.inst.cfg +++ b/resources/variants/blocks_pros100_0.40.inst.cfg @@ -4,9 +4,9 @@ version = 4 definition = blocks_pros100 [metadata] -setting_version = 19 +setting_version = 20 type = variant hardware_type = nozzle [values] -machine_nozzle_size = 0.4 +machine_nozzle_size = 0.4 \ No newline at end of file diff --git a/resources/variants/blocks_pros100_0.50.inst.cfg b/resources/variants/blocks_pros100_0.50.inst.cfg index fcd96aa462..2b7bfb4cce 100644 --- a/resources/variants/blocks_pros100_0.50.inst.cfg +++ b/resources/variants/blocks_pros100_0.50.inst.cfg @@ -4,9 +4,9 @@ version = 4 definition = blocks_pros100 [metadata] -setting_version = 19 +setting_version = 20 type = variant hardware_type = nozzle [values] -machine_nozzle_size = 0.5 +machine_nozzle_size = 0.5 \ No newline at end of file diff --git a/resources/variants/blocks_pros100_0.60.inst.cfg b/resources/variants/blocks_pros100_0.60.inst.cfg index dd08199b92..94e28f8088 100644 --- a/resources/variants/blocks_pros100_0.60.inst.cfg +++ b/resources/variants/blocks_pros100_0.60.inst.cfg @@ -4,9 +4,9 @@ version = 4 definition = blocks_pros100 [metadata] -setting_version = 19 +setting_version = 20 type = variant hardware_type = nozzle [values] -machine_nozzle_size = 0.6 +machine_nozzle_size = 0.6 \ No newline at end of file diff --git a/resources/variants/blocks_pros100_0.80.inst.cfg b/resources/variants/blocks_pros100_0.80.inst.cfg index 96e151aeab..3db83758f8 100644 --- a/resources/variants/blocks_pros100_0.80.inst.cfg +++ b/resources/variants/blocks_pros100_0.80.inst.cfg @@ -4,9 +4,9 @@ version = 4 definition = blocks_pros100 [metadata] -setting_version = 19 +setting_version = 20 type = variant hardware_type = nozzle [values] -machine_nozzle_size = 0.8 +machine_nozzle_size = 0.8 \ No newline at end of file diff --git a/resources/variants/blocks_pros100_1.0.inst.cfg b/resources/variants/blocks_pros100_1.0.inst.cfg index 45d40ad8ef..978ff8bc3e 100644 --- a/resources/variants/blocks_pros100_1.0.inst.cfg +++ b/resources/variants/blocks_pros100_1.0.inst.cfg @@ -4,9 +4,9 @@ version = 4 definition = blocks_pros100 [metadata] -setting_version = 19 +setting_version = 20 type = variant hardware_type = nozzle [values] -machine_nozzle_size = 1.0 +machine_nozzle_size = 1.0 \ No newline at end of file diff --git a/resources/variants/blocks_pros100_1.2.inst.cfg b/resources/variants/blocks_pros100_1.2.inst.cfg index 74a462bb6c..28aca4b400 100644 --- a/resources/variants/blocks_pros100_1.2.inst.cfg +++ b/resources/variants/blocks_pros100_1.2.inst.cfg @@ -4,9 +4,9 @@ version = 4 definition = blocks_pros100 [metadata] -setting_version = 19 +setting_version = 20 type = variant hardware_type = nozzle [values] -machine_nozzle_size = 1.2 +machine_nozzle_size = 1.2 \ No newline at end of file diff --git a/resources/variants/blocks_pros30_0.40.inst.cfg b/resources/variants/blocks_pros30_0.40.inst.cfg index d4384a5107..0d85637b52 100644 --- a/resources/variants/blocks_pros30_0.40.inst.cfg +++ b/resources/variants/blocks_pros30_0.40.inst.cfg @@ -4,9 +4,9 @@ version = 4 definition = blocks_pros30 [metadata] -setting_version = 19 +setting_version = 20 type = variant hardware_type = nozzle [values] -machine_nozzle_size = 0.4 +machine_nozzle_size = 0.4 \ No newline at end of file diff --git a/resources/variants/blocks_pros30_0.50.inst.cfg b/resources/variants/blocks_pros30_0.50.inst.cfg index 8be7129e2c..c359ac0e9e 100644 --- a/resources/variants/blocks_pros30_0.50.inst.cfg +++ b/resources/variants/blocks_pros30_0.50.inst.cfg @@ -4,9 +4,9 @@ version = 4 definition = blocks_pros30 [metadata] -setting_version = 19 +setting_version = 20 type = variant hardware_type = nozzle [values] -machine_nozzle_size = 0.5 +machine_nozzle_size = 0.5 \ No newline at end of file diff --git a/resources/variants/blocks_pros30_0.60.inst.cfg b/resources/variants/blocks_pros30_0.60.inst.cfg index 8316e794cf..e2950d60d1 100644 --- a/resources/variants/blocks_pros30_0.60.inst.cfg +++ b/resources/variants/blocks_pros30_0.60.inst.cfg @@ -4,9 +4,9 @@ version = 4 definition = blocks_pros30 [metadata] -setting_version = 19 +setting_version = 20 type = variant hardware_type = nozzle [values] -machine_nozzle_size = 0.6 +machine_nozzle_size = 0.6 \ No newline at end of file diff --git a/resources/variants/blocks_pros30_0.80.inst.cfg b/resources/variants/blocks_pros30_0.80.inst.cfg index e8d6da52cd..2bdc66de9e 100644 --- a/resources/variants/blocks_pros30_0.80.inst.cfg +++ b/resources/variants/blocks_pros30_0.80.inst.cfg @@ -4,9 +4,9 @@ version = 4 definition = blocks_pros30 [metadata] -setting_version = 19 +setting_version = 20 type = variant hardware_type = nozzle [values] -machine_nozzle_size = 0.8 +machine_nozzle_size = 0.8 \ No newline at end of file diff --git a/resources/variants/blocks_pros30_1.0.inst.cfg b/resources/variants/blocks_pros30_1.0.inst.cfg index 8a48605029..5453389869 100644 --- a/resources/variants/blocks_pros30_1.0.inst.cfg +++ b/resources/variants/blocks_pros30_1.0.inst.cfg @@ -4,9 +4,9 @@ version = 4 definition = blocks_pros30 [metadata] -setting_version = 19 +setting_version = 20 type = variant hardware_type = nozzle [values] -machine_nozzle_size = 1.0 +machine_nozzle_size = 1.0 \ No newline at end of file diff --git a/resources/variants/blocks_pros30_1.2.inst.cfg b/resources/variants/blocks_pros30_1.2.inst.cfg index 5c1855ff5e..63d7b9066a 100644 --- a/resources/variants/blocks_pros30_1.2.inst.cfg +++ b/resources/variants/blocks_pros30_1.2.inst.cfg @@ -4,9 +4,9 @@ version = 4 definition = blocks_pros30 [metadata] -setting_version = 19 +setting_version = 20 type = variant hardware_type = nozzle [values] -machine_nozzle_size = 1.2 +machine_nozzle_size = 1.2 \ No newline at end of file diff --git a/resources/variants/blocks_r21_ht_0.3.inst.cfg b/resources/variants/blocks_r21_ht_0.3.inst.cfg index d25624541e..00a2c1e7b1 100644 --- a/resources/variants/blocks_r21_ht_0.3.inst.cfg +++ b/resources/variants/blocks_r21_ht_0.3.inst.cfg @@ -4,9 +4,9 @@ version = 4 definition = blocks_r21 [metadata] -setting_version = 19 +setting_version = 20 type = variant hardware_type = nozzle [values] -machine_nozzle_size = 0.3 +machine_nozzle_size = 0.3 \ No newline at end of file diff --git a/resources/variants/blocks_r21_ht_0.4.inst.cfg b/resources/variants/blocks_r21_ht_0.4.inst.cfg index b10b7c1334..9c307cc4db 100644 --- a/resources/variants/blocks_r21_ht_0.4.inst.cfg +++ b/resources/variants/blocks_r21_ht_0.4.inst.cfg @@ -4,9 +4,9 @@ version = 4 definition = blocks_r21 [metadata] -setting_version = 19 +setting_version = 20 type = variant hardware_type = nozzle [values] -machine_nozzle_size = 0.4 +machine_nozzle_size = 0.4 \ No newline at end of file diff --git a/resources/variants/blocks_r21_ht_0.5.inst.cfg b/resources/variants/blocks_r21_ht_0.5.inst.cfg index a7df883e71..ec9d85cab2 100644 --- a/resources/variants/blocks_r21_ht_0.5.inst.cfg +++ b/resources/variants/blocks_r21_ht_0.5.inst.cfg @@ -4,9 +4,9 @@ version = 4 definition = blocks_r21 [metadata] -setting_version = 19 +setting_version = 20 type = variant hardware_type = nozzle [values] -machine_nozzle_size = 0.5 +machine_nozzle_size = 0.5 \ No newline at end of file diff --git a/resources/variants/blocks_r21_ht_0.6.inst.cfg b/resources/variants/blocks_r21_ht_0.6.inst.cfg index 5bf116d57b..bad84330d9 100644 --- a/resources/variants/blocks_r21_ht_0.6.inst.cfg +++ b/resources/variants/blocks_r21_ht_0.6.inst.cfg @@ -3,9 +3,9 @@ name = HT - 0.6mm version = 4 definition = blocks_r21 [metadata] -setting_version = 19 +setting_version = 20 type = variant hardware_type = nozzle [values] -machine_nozzle_size = 0.6 +machine_nozzle_size = 0.6 \ No newline at end of file diff --git a/resources/variants/blocks_r21_ht_0.8.inst.cfg b/resources/variants/blocks_r21_ht_0.8.inst.cfg index 28693e96eb..722f91bc10 100644 --- a/resources/variants/blocks_r21_ht_0.8.inst.cfg +++ b/resources/variants/blocks_r21_ht_0.8.inst.cfg @@ -4,9 +4,9 @@ version = 4 definition = blocks_r21 [metadata] -setting_version = 19 +setting_version = 20 type = variant hardware_type = nozzle [values] -machine_nozzle_size = 0.8 +machine_nozzle_size = 0.8 \ No newline at end of file diff --git a/resources/variants/blocks_r21_st_0.20.inst.cfg b/resources/variants/blocks_r21_st_0.20.inst.cfg index 827b08fd0d..5f1be21be2 100644 --- a/resources/variants/blocks_r21_st_0.20.inst.cfg +++ b/resources/variants/blocks_r21_st_0.20.inst.cfg @@ -4,9 +4,9 @@ version = 4 definition = blocks_r21 [metadata] -setting_version = 19 +setting_version = 20 type = variant hardware_type = nozzle [values] -machine_nozzle_size = 0.2 +machine_nozzle_size = 0.2 \ No newline at end of file diff --git a/resources/variants/blocks_r21_st_0.30.inst.cfg b/resources/variants/blocks_r21_st_0.30.inst.cfg index 48ad6166cb..a6325a2adc 100644 --- a/resources/variants/blocks_r21_st_0.30.inst.cfg +++ b/resources/variants/blocks_r21_st_0.30.inst.cfg @@ -3,9 +3,9 @@ name = ST - 0.3mm version = 4 definition = blocks_r21 [metadata] -setting_version = 19 +setting_version = 20 type = variant hardware_type = nozzle [values] -machine_nozzle_size = 0.3 +machine_nozzle_size = 0.3 \ No newline at end of file diff --git a/resources/variants/blocks_r21_st_0.40.inst.cfg b/resources/variants/blocks_r21_st_0.40.inst.cfg index c67f5a6439..09ee82acdd 100644 --- a/resources/variants/blocks_r21_st_0.40.inst.cfg +++ b/resources/variants/blocks_r21_st_0.40.inst.cfg @@ -4,9 +4,9 @@ version = 4 definition = blocks_r21 [metadata] -setting_version = 19 +setting_version = 20 type = variant hardware_type = nozzle [values] -machine_nozzle_size = 0.4 +machine_nozzle_size = 0.4 \ No newline at end of file diff --git a/resources/variants/blocks_r21_st_0.50.inst.cfg b/resources/variants/blocks_r21_st_0.50.inst.cfg index fdd5e78677..398c4bcd3f 100644 --- a/resources/variants/blocks_r21_st_0.50.inst.cfg +++ b/resources/variants/blocks_r21_st_0.50.inst.cfg @@ -4,9 +4,9 @@ version = 4 definition = blocks_r21 [metadata] -setting_version = 19 +setting_version = 20 type = variant hardware_type = nozzle [values] -machine_nozzle_size = 0.5 +machine_nozzle_size = 0.5 \ No newline at end of file diff --git a/resources/variants/blocks_r21_st_0.60.inst.cfg b/resources/variants/blocks_r21_st_0.60.inst.cfg index 01ecebc3ad..9321253354 100644 --- a/resources/variants/blocks_r21_st_0.60.inst.cfg +++ b/resources/variants/blocks_r21_st_0.60.inst.cfg @@ -4,9 +4,9 @@ version = 4 definition = blocks_r21 [metadata] -setting_version = 19 +setting_version = 20 type = variant hardware_type = nozzle [values] -machine_nozzle_size = 0.6 +machine_nozzle_size = 0.6 \ No newline at end of file diff --git a/resources/variants/blocks_r21_st_0.80.inst.cfg b/resources/variants/blocks_r21_st_0.80.inst.cfg index fa7d8ee0d8..f734e26b2f 100644 --- a/resources/variants/blocks_r21_st_0.80.inst.cfg +++ b/resources/variants/blocks_r21_st_0.80.inst.cfg @@ -4,9 +4,9 @@ version = 4 definition = blocks_r21 [metadata] -setting_version = 19 +setting_version = 20 type = variant hardware_type = nozzle [values] -machine_nozzle_size = 0.8 +machine_nozzle_size = 0.8 \ No newline at end of file diff --git a/resources/variants/blocks_r21_st_1.0.inst.cfg b/resources/variants/blocks_r21_st_1.0.inst.cfg index 1875921c0b..2466fd21b3 100644 --- a/resources/variants/blocks_r21_st_1.0.inst.cfg +++ b/resources/variants/blocks_r21_st_1.0.inst.cfg @@ -4,9 +4,9 @@ version = 4 definition = blocks_r21 [metadata] -setting_version = 19 +setting_version = 20 type = variant hardware_type = nozzle [values] -machine_nozzle_size = 1.0 +machine_nozzle_size = 1.0 \ No newline at end of file diff --git a/resources/variants/blocks_r21_st_1.2.inst.cfg b/resources/variants/blocks_r21_st_1.2.inst.cfg index 7f22089628..adb39c0a67 100644 --- a/resources/variants/blocks_r21_st_1.2.inst.cfg +++ b/resources/variants/blocks_r21_st_1.2.inst.cfg @@ -4,9 +4,9 @@ version = 4 definition = blocks_r21 [metadata] -setting_version = 19 +setting_version = 20 type = variant hardware_type = nozzle [values] -machine_nozzle_size = 1.20 +machine_nozzle_size = 1.20 \ No newline at end of file diff --git a/resources/variants/blocks_rd50_ht_0.3.inst.cfg b/resources/variants/blocks_rd50_ht_0.3.inst.cfg new file mode 100644 index 0000000000..3aead62554 --- /dev/null +++ b/resources/variants/blocks_rd50_ht_0.3.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = HT - 0.3mm +version = 4 +definition = blocks_rd50 + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.3 \ No newline at end of file diff --git a/resources/variants/blocks_rd50_ht_0.4.inst.cfg b/resources/variants/blocks_rd50_ht_0.4.inst.cfg new file mode 100644 index 0000000000..f34a045811 --- /dev/null +++ b/resources/variants/blocks_rd50_ht_0.4.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = HT - 0.4mm +version = 4 +definition = blocks_rd50 + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.4 \ No newline at end of file diff --git a/resources/variants/blocks_rd50_ht_0.5.inst.cfg b/resources/variants/blocks_rd50_ht_0.5.inst.cfg new file mode 100644 index 0000000000..faa9097b94 --- /dev/null +++ b/resources/variants/blocks_rd50_ht_0.5.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = HT - 0.5mm +version = 4 +definition = blocks_rd50 + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.5 \ No newline at end of file diff --git a/resources/variants/blocks_rd50_ht_0.6.inst.cfg b/resources/variants/blocks_rd50_ht_0.6.inst.cfg new file mode 100644 index 0000000000..6ed0ecdf07 --- /dev/null +++ b/resources/variants/blocks_rd50_ht_0.6.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = HT - 0.6mm +version = 4 +definition = blocks_rd50 + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.6 \ No newline at end of file diff --git a/resources/variants/blocks_rd50_ht_0.8.inst.cfg b/resources/variants/blocks_rd50_ht_0.8.inst.cfg new file mode 100644 index 0000000000..7ad237f0f6 --- /dev/null +++ b/resources/variants/blocks_rd50_ht_0.8.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = HT - 0.8mm +version = 4 +definition = blocks_rd50 + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.8 \ No newline at end of file diff --git a/resources/variants/blocks_rd50_st_0.20.inst.cfg b/resources/variants/blocks_rd50_st_0.20.inst.cfg new file mode 100644 index 0000000000..547388ccc3 --- /dev/null +++ b/resources/variants/blocks_rd50_st_0.20.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = ST - 0.2mm +version = 4 +definition = blocks_rd50 + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.2 \ No newline at end of file diff --git a/resources/variants/blocks_rd50_st_0.30.inst.cfg b/resources/variants/blocks_rd50_st_0.30.inst.cfg new file mode 100644 index 0000000000..d3086e9b55 --- /dev/null +++ b/resources/variants/blocks_rd50_st_0.30.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = ST - 0.3mm +version = 4 +definition = blocks_rd50 + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.3 \ No newline at end of file diff --git a/resources/variants/blocks_rd50_st_0.40.inst.cfg b/resources/variants/blocks_rd50_st_0.40.inst.cfg new file mode 100644 index 0000000000..354d97cfc6 --- /dev/null +++ b/resources/variants/blocks_rd50_st_0.40.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = ST - 0.4mm +version = 4 +definition = blocks_rd50 + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.4 \ No newline at end of file diff --git a/resources/variants/blocks_rd50_st_0.50.inst.cfg b/resources/variants/blocks_rd50_st_0.50.inst.cfg new file mode 100644 index 0000000000..5542f60e69 --- /dev/null +++ b/resources/variants/blocks_rd50_st_0.50.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = ST - 0.5mm +version = 4 +definition = blocks_rd50 + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.5 \ No newline at end of file diff --git a/resources/variants/blocks_rd50_st_0.60.inst.cfg b/resources/variants/blocks_rd50_st_0.60.inst.cfg new file mode 100644 index 0000000000..4c850f93ad --- /dev/null +++ b/resources/variants/blocks_rd50_st_0.60.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = ST - 0.6mm +version = 4 +definition = blocks_rd50 + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.6 \ No newline at end of file diff --git a/resources/variants/blocks_rd50_st_0.80.inst.cfg b/resources/variants/blocks_rd50_st_0.80.inst.cfg new file mode 100644 index 0000000000..1cf6978f27 --- /dev/null +++ b/resources/variants/blocks_rd50_st_0.80.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = ST - 0.8mm +version = 4 +definition = blocks_rd50 + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.8 \ No newline at end of file diff --git a/resources/variants/blocks_rd50_st_1.0.inst.cfg b/resources/variants/blocks_rd50_st_1.0.inst.cfg new file mode 100644 index 0000000000..c5e38ac2c0 --- /dev/null +++ b/resources/variants/blocks_rd50_st_1.0.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = ST - 1.0mm +version = 4 +definition = blocks_rd50 + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 1.0 \ No newline at end of file diff --git a/resources/variants/blocks_rd50_st_1.2.inst.cfg b/resources/variants/blocks_rd50_st_1.2.inst.cfg new file mode 100644 index 0000000000..8446ff577f --- /dev/null +++ b/resources/variants/blocks_rd50_st_1.2.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = ST - 1.2mm +version = 4 +definition = blocks_rd50 + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 1.20 \ No newline at end of file diff --git a/resources/variants/blocks_rd50duplicate_ht_0.3.inst.cfg b/resources/variants/blocks_rd50duplicate_ht_0.3.inst.cfg new file mode 100644 index 0000000000..ccc6788796 --- /dev/null +++ b/resources/variants/blocks_rd50duplicate_ht_0.3.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = HT - 0.3mm +version = 4 +definition = blocks_rd50duplicate + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.3 \ No newline at end of file diff --git a/resources/variants/blocks_rd50duplicate_ht_0.4.inst.cfg b/resources/variants/blocks_rd50duplicate_ht_0.4.inst.cfg new file mode 100644 index 0000000000..51796cb2e7 --- /dev/null +++ b/resources/variants/blocks_rd50duplicate_ht_0.4.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = HT - 0.4mm +version = 4 +definition = blocks_rd50duplicate + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.4 \ No newline at end of file diff --git a/resources/variants/blocks_rd50duplicate_ht_0.5.inst.cfg b/resources/variants/blocks_rd50duplicate_ht_0.5.inst.cfg new file mode 100644 index 0000000000..4b8df627d5 --- /dev/null +++ b/resources/variants/blocks_rd50duplicate_ht_0.5.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = HT - 0.5mm +version = 4 +definition = blocks_rd50duplicate + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.5 \ No newline at end of file diff --git a/resources/variants/blocks_rd50duplicate_ht_0.6.inst.cfg b/resources/variants/blocks_rd50duplicate_ht_0.6.inst.cfg new file mode 100644 index 0000000000..8935f20533 --- /dev/null +++ b/resources/variants/blocks_rd50duplicate_ht_0.6.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = HT - 0.6mm +version = 4 +definition = blocks_rd50duplicate + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.6 \ No newline at end of file diff --git a/resources/variants/blocks_rd50duplicate_ht_0.8.inst.cfg b/resources/variants/blocks_rd50duplicate_ht_0.8.inst.cfg new file mode 100644 index 0000000000..d1b72c822c --- /dev/null +++ b/resources/variants/blocks_rd50duplicate_ht_0.8.inst.cfg @@ -0,0 +1,13 @@ + +[general] +name = HT - 0.8mm +version = 4 +definition = blocks_rd50duplicate + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.8 \ No newline at end of file diff --git a/resources/variants/blocks_rd50duplicate_st_0.20.inst.cfg b/resources/variants/blocks_rd50duplicate_st_0.20.inst.cfg new file mode 100644 index 0000000000..3ca733f1a0 --- /dev/null +++ b/resources/variants/blocks_rd50duplicate_st_0.20.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = ST - 0.2mm +version = 4 +definition = blocks_rd50duplicate + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.2 \ No newline at end of file diff --git a/resources/variants/blocks_rd50duplicate_st_0.30.inst.cfg b/resources/variants/blocks_rd50duplicate_st_0.30.inst.cfg new file mode 100644 index 0000000000..13fcf1c5bd --- /dev/null +++ b/resources/variants/blocks_rd50duplicate_st_0.30.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = ST - 0.3mm +version = 4 +definition = blocks_rd50duplicate + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.3 \ No newline at end of file diff --git a/resources/variants/blocks_rd50duplicate_st_0.40.inst.cfg b/resources/variants/blocks_rd50duplicate_st_0.40.inst.cfg new file mode 100644 index 0000000000..bd6675065f --- /dev/null +++ b/resources/variants/blocks_rd50duplicate_st_0.40.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = ST - 0.4mm +version = 4 +definition = blocks_rd50duplicate + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.4 \ No newline at end of file diff --git a/resources/variants/blocks_rd50duplicate_st_0.50.inst.cfg b/resources/variants/blocks_rd50duplicate_st_0.50.inst.cfg new file mode 100644 index 0000000000..d86402e7b3 --- /dev/null +++ b/resources/variants/blocks_rd50duplicate_st_0.50.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = ST - 0.5mm +version = 4 +definition = blocks_rd50duplicate + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.5 \ No newline at end of file diff --git a/resources/variants/blocks_rd50duplicate_st_0.60.inst.cfg b/resources/variants/blocks_rd50duplicate_st_0.60.inst.cfg new file mode 100644 index 0000000000..137e885542 --- /dev/null +++ b/resources/variants/blocks_rd50duplicate_st_0.60.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = ST - 0.6mm +version = 4 +definition = blocks_rd50duplicate + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.6 \ No newline at end of file diff --git a/resources/variants/blocks_rd50duplicate_st_0.80.inst.cfg b/resources/variants/blocks_rd50duplicate_st_0.80.inst.cfg new file mode 100644 index 0000000000..6a024e2d31 --- /dev/null +++ b/resources/variants/blocks_rd50duplicate_st_0.80.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = ST - 0.8mm +version = 4 +definition = blocks_rd50duplicate + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.8 \ No newline at end of file diff --git a/resources/variants/blocks_rd50duplicate_st_1.0.inst.cfg b/resources/variants/blocks_rd50duplicate_st_1.0.inst.cfg new file mode 100644 index 0000000000..4392859d55 --- /dev/null +++ b/resources/variants/blocks_rd50duplicate_st_1.0.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = ST - 1.0mm +version = 4 +definition = blocks_rd50duplicate + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 1.0 \ No newline at end of file diff --git a/resources/variants/blocks_rd50duplicate_st_1.2.inst.cfg b/resources/variants/blocks_rd50duplicate_st_1.2.inst.cfg new file mode 100644 index 0000000000..dad4b37f11 --- /dev/null +++ b/resources/variants/blocks_rd50duplicate_st_1.2.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = ST - 1.2mm +version = 4 +definition = blocks_rd50duplicate + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 1.20 \ No newline at end of file diff --git a/resources/variants/blocks_rd50mirror_ht_0.3.inst.cfg b/resources/variants/blocks_rd50mirror_ht_0.3.inst.cfg new file mode 100644 index 0000000000..97d34e80a5 --- /dev/null +++ b/resources/variants/blocks_rd50mirror_ht_0.3.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = HT - 0.3mm +version = 4 +definition = blocks_rd50mirror + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.3 \ No newline at end of file diff --git a/resources/variants/blocks_rd50mirror_ht_0.4.inst.cfg b/resources/variants/blocks_rd50mirror_ht_0.4.inst.cfg new file mode 100644 index 0000000000..401de2b2dd --- /dev/null +++ b/resources/variants/blocks_rd50mirror_ht_0.4.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = HT - 0.4mm +version = 4 +definition = blocks_rd50mirror + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.4 \ No newline at end of file diff --git a/resources/variants/blocks_rd50mirror_ht_0.5.inst.cfg b/resources/variants/blocks_rd50mirror_ht_0.5.inst.cfg new file mode 100644 index 0000000000..105b964833 --- /dev/null +++ b/resources/variants/blocks_rd50mirror_ht_0.5.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = HT - 0.5mm +version = 4 +definition = blocks_rd50mirror + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.5 \ No newline at end of file diff --git a/resources/variants/blocks_rd50mirror_ht_0.6.inst.cfg b/resources/variants/blocks_rd50mirror_ht_0.6.inst.cfg new file mode 100644 index 0000000000..aa8b7a4b4a --- /dev/null +++ b/resources/variants/blocks_rd50mirror_ht_0.6.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = HT - 0.6mm +version = 4 +definition = blocks_rd50mirror + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.6 \ No newline at end of file diff --git a/resources/variants/blocks_rd50mirror_ht_0.8.inst.cfg b/resources/variants/blocks_rd50mirror_ht_0.8.inst.cfg new file mode 100644 index 0000000000..a74bf35bc9 --- /dev/null +++ b/resources/variants/blocks_rd50mirror_ht_0.8.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = HT - 0.8mm +version = 4 +definition = blocks_rd50mirror + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.8 \ No newline at end of file diff --git a/resources/variants/blocks_rd50mirror_st_0.20.inst.cfg b/resources/variants/blocks_rd50mirror_st_0.20.inst.cfg new file mode 100644 index 0000000000..d5f553fc70 --- /dev/null +++ b/resources/variants/blocks_rd50mirror_st_0.20.inst.cfg @@ -0,0 +1,13 @@ + +[general] +name = ST - 0.2mm +version = 4 +definition = blocks_rd50mirror + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.2 \ No newline at end of file diff --git a/resources/variants/blocks_rd50mirror_st_0.30.inst.cfg b/resources/variants/blocks_rd50mirror_st_0.30.inst.cfg new file mode 100644 index 0000000000..8c9f82bfc2 --- /dev/null +++ b/resources/variants/blocks_rd50mirror_st_0.30.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = ST - 0.3mm +version = 4 +definition = blocks_rd50mirror + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.3 \ No newline at end of file diff --git a/resources/variants/blocks_rd50mirror_st_0.40.inst.cfg b/resources/variants/blocks_rd50mirror_st_0.40.inst.cfg new file mode 100644 index 0000000000..7ae6f68492 --- /dev/null +++ b/resources/variants/blocks_rd50mirror_st_0.40.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = ST - 0.4mm +version = 4 +definition = blocks_rd50mirror + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.4 \ No newline at end of file diff --git a/resources/variants/blocks_rd50mirror_st_0.50.inst.cfg b/resources/variants/blocks_rd50mirror_st_0.50.inst.cfg new file mode 100644 index 0000000000..6800f7423a --- /dev/null +++ b/resources/variants/blocks_rd50mirror_st_0.50.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = ST - 0.5mm +version = 4 +definition = blocks_rd50mirror + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.5 \ No newline at end of file diff --git a/resources/variants/blocks_rd50mirror_st_0.60.inst.cfg b/resources/variants/blocks_rd50mirror_st_0.60.inst.cfg new file mode 100644 index 0000000000..66c0bfd483 --- /dev/null +++ b/resources/variants/blocks_rd50mirror_st_0.60.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = ST - 0.6mm +version = 4 +definition = blocks_rd50mirror + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.6 \ No newline at end of file diff --git a/resources/variants/blocks_rd50mirror_st_0.80.inst.cfg b/resources/variants/blocks_rd50mirror_st_0.80.inst.cfg new file mode 100644 index 0000000000..0cee227cf5 --- /dev/null +++ b/resources/variants/blocks_rd50mirror_st_0.80.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = ST - 0.8mm +version = 4 +definition = blocks_rd50mirror + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.8 \ No newline at end of file diff --git a/resources/variants/blocks_rd50mirror_st_1.0.inst.cfg b/resources/variants/blocks_rd50mirror_st_1.0.inst.cfg new file mode 100644 index 0000000000..d10f723aad --- /dev/null +++ b/resources/variants/blocks_rd50mirror_st_1.0.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = ST - 1.0mm +version = 4 +definition = blocks_rd50mirror + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 1.0 \ No newline at end of file diff --git a/resources/variants/blocks_rd50mirror_st_1.2.inst.cfg b/resources/variants/blocks_rd50mirror_st_1.2.inst.cfg new file mode 100644 index 0000000000..8446ff577f --- /dev/null +++ b/resources/variants/blocks_rd50mirror_st_1.2.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = ST - 1.2mm +version = 4 +definition = blocks_rd50 + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 1.20 \ No newline at end of file diff --git a/resources/variants/blocks_zero_0.20.inst.cfg b/resources/variants/blocks_zero_0.20.inst.cfg index 29d3f1f252..89b6c7564f 100644 --- a/resources/variants/blocks_zero_0.20.inst.cfg +++ b/resources/variants/blocks_zero_0.20.inst.cfg @@ -4,9 +4,9 @@ version = 4 definition = blocks_zero [metadata] -setting_version = 19 +setting_version = 20 type = variant hardware_type = nozzle [values] -machine_nozzle_size = 0.2 +machine_nozzle_size = 0.2 \ No newline at end of file diff --git a/resources/variants/blocks_zero_0.30.inst.cfg b/resources/variants/blocks_zero_0.30.inst.cfg index c3828ce3c5..53939f6d47 100644 --- a/resources/variants/blocks_zero_0.30.inst.cfg +++ b/resources/variants/blocks_zero_0.30.inst.cfg @@ -4,9 +4,9 @@ version = 4 definition = blocks_zero [metadata] -setting_version = 19 +setting_version = 20 type = variant hardware_type = nozzle [values] -machine_nozzle_size = 0.3 +machine_nozzle_size = 0.3 \ No newline at end of file diff --git a/resources/variants/blocks_zero_0.40.inst.cfg b/resources/variants/blocks_zero_0.40.inst.cfg index a6ed04f4f8..5aa1091771 100644 --- a/resources/variants/blocks_zero_0.40.inst.cfg +++ b/resources/variants/blocks_zero_0.40.inst.cfg @@ -4,9 +4,9 @@ version = 4 definition = blocks_zero [metadata] -setting_version = 19 +setting_version = 20 type = variant hardware_type = nozzle [values] -machine_nozzle_size = 0.4 +machine_nozzle_size = 0.4 \ No newline at end of file diff --git a/resources/variants/blocks_zero_0.50.inst.cfg b/resources/variants/blocks_zero_0.50.inst.cfg index 7981301923..e46af1047d 100644 --- a/resources/variants/blocks_zero_0.50.inst.cfg +++ b/resources/variants/blocks_zero_0.50.inst.cfg @@ -4,9 +4,9 @@ version = 4 definition = blocks_zero [metadata] -setting_version = 19 +setting_version = 20 type = variant hardware_type = nozzle [values] -machine_nozzle_size = 0.5 +machine_nozzle_size = 0.5 \ No newline at end of file diff --git a/resources/variants/blocks_zero_0.60.inst.cfg b/resources/variants/blocks_zero_0.60.inst.cfg index 4bdc1ad915..5496876331 100644 --- a/resources/variants/blocks_zero_0.60.inst.cfg +++ b/resources/variants/blocks_zero_0.60.inst.cfg @@ -4,9 +4,9 @@ version = 4 definition = blocks_zero [metadata] -setting_version = 19 +setting_version = 20 type = variant hardware_type = nozzle [values] -machine_nozzle_size = 0.6 +machine_nozzle_size = 0.6 \ No newline at end of file diff --git a/resources/variants/blocks_zero_0.80.inst.cfg b/resources/variants/blocks_zero_0.80.inst.cfg index 6c599c66ee..7d4a1d1cc9 100644 --- a/resources/variants/blocks_zero_0.80.inst.cfg +++ b/resources/variants/blocks_zero_0.80.inst.cfg @@ -4,9 +4,9 @@ version = 4 definition = blocks_zero [metadata] -setting_version = 19 +setting_version = 20 type = variant hardware_type = nozzle [values] -machine_nozzle_size = 0.8 +machine_nozzle_size = 0.8 \ No newline at end of file