diff --git a/resources/definitions/voron2_250.def.json b/resources/definitions/voron2_250.def.json new file mode 100644 index 0000000000..7f0c8fa36c --- /dev/null +++ b/resources/definitions/voron2_250.def.json @@ -0,0 +1,18 @@ +{ + "name": "VORON2 250", + "version": 2, + "inherits": "voron2_base", + "metadata": + { + "visible": true, + "platform": "voron2_250_bed.stl", + "quality_definition": "voron2_base" + }, + "overrides": + { + "machine_name": { "default_value": "VORON2 250" }, + "machine_width": { "default_value": 250 }, + "machine_depth": { "default_value": 250 }, + "machine_height": { "default_value": 250 } + } +} diff --git a/resources/definitions/voron2_300.def.json b/resources/definitions/voron2_300.def.json new file mode 100644 index 0000000000..35dafe04ab --- /dev/null +++ b/resources/definitions/voron2_300.def.json @@ -0,0 +1,18 @@ +{ + "name": "VORON2 300", + "version": 2, + "inherits": "voron2_base", + "metadata": + { + "visible": true, + "platform": "voron2_300_bed.stl", + "quality_definition": "voron2_base" + }, + "overrides": + { + "machine_name": { "default_value": "VORON2 300" }, + "machine_width": { "default_value": 300 }, + "machine_depth": { "default_value": 300 }, + "machine_height": { "default_value": 300 } + } +} diff --git a/resources/definitions/voron2_350.def.json b/resources/definitions/voron2_350.def.json new file mode 100644 index 0000000000..fef4982117 --- /dev/null +++ b/resources/definitions/voron2_350.def.json @@ -0,0 +1,18 @@ +{ + "name": "VORON2 350", + "version": 2, + "inherits": "voron2_base", + "metadata": + { + "visible": true, + "platform": "voron2_350_bed.stl", + "quality_definition": "voron2_base" + }, + "overrides": + { + "machine_name": { "default_value": "VORON2 350" }, + "machine_width": { "default_value": 350 }, + "machine_depth": { "default_value": 350 }, + "machine_height": { "default_value": 350 } + } +} diff --git a/resources/definitions/voron2_base.def.json b/resources/definitions/voron2_base.def.json new file mode 100644 index 0000000000..7a9a6ee8aa --- /dev/null +++ b/resources/definitions/voron2_base.def.json @@ -0,0 +1,155 @@ +{ + "name": "VORON2 Base", + "version": 2, + "inherits": "fdmprinter", + "metadata": + { + "visible": false, + "author": "Fulg, Maglin, pizzle_Dizzle", + "manufacturer": "VORONDesign", + "file_formats": "text/x-gcode", + "first_start_actions": ["MachineSettingsAction"], + "preferred_quality_type": "fast", + "has_machine_quality": true, + "has_materials": true, + "has_variants": true, + "variants_name": "Toolhead", + "preferred_variant_name": "V6 0.40mm", + "machine_extruder_trains": { "0": "voron2_extruder_0" }, + "preferred_material": "generic_abs", + "exclude_materials": [ + "ultimaker_abs_black", + "ultimaker_abs_blue", + "ultimaker_abs_green", + "ultimaker_abs_grey", + "ultimaker_abs_orange", + "ultimaker_abs_pearl-gold", + "ultimaker_abs_red", + "ultimaker_abs_silver-metallic", + "ultimaker_abs_white", + "ultimaker_abs_yellow", + "ultimaker_bam", + "ultimaker_cpe_black", + "ultimaker_cpe_blue", + "ultimaker_cpe_dark-grey", + "ultimaker_cpe_green", + "ultimaker_cpe_light-grey", + "ultimaker_cpe_plus_black", + "ultimaker_cpe_plus_transparent", + "ultimaker_cpe_plus_white", + "ultimaker_cpe_red", + "ultimaker_cpe_transparent", + "ultimaker_cpe_white", + "ultimaker_cpe_yellow", + "ultimaker_nylon_black", + "ultimaker_nylon_transparent", + "ultimaker_pc_black", + "ultimaker_pc_transparent", + "ultimaker_pc_white", + "ultimaker_pla_black", + "ultimaker_pla_blue", + "ultimaker_pla_green", + "ultimaker_pla_magenta", + "ultimaker_pla_orange", + "ultimaker_pla_pearl-white", + "ultimaker_pla_red", + "ultimaker_pla_silver-metallic", + "ultimaker_pla_transparent", + "ultimaker_pla_white", + "ultimaker_pla_yellow", + "ultimaker_pp_transparent", + "ultimaker_pva", + "ultimaker_tough_pla_black", + "ultimaker_tough_pla_green", + "ultimaker_tough_pla_red", + "ultimaker_tough_pla_white", + "ultimaker_tpu_black", + "ultimaker_tpu_blue", + "ultimaker_tpu_red", + "ultimaker_tpu_white" + ] + }, + "overrides": + { + "machine_name": { "default_value": "VORON2" }, + "machine_width": { "default_value": 250 }, + "machine_depth": { "default_value": 250 }, + "machine_height": { "default_value": 250 }, + "gantry_height": { "value": 30 }, + "machine_heated_bed": { "default_value": true }, + "machine_max_acceleration_x": { "default_value": 1500 }, + "machine_max_acceleration_y": { "default_value": 1500 }, + "machine_max_acceleration_z": { "default_value": 250 }, + "machine_acceleration": { "default_value": 1500 }, + "machine_max_jerk_xy": { "default_value": 20 }, + "machine_max_jerk_z": { "default_value": 1 }, + "machine_max_jerk_e": { "default_value": 60 }, + "machine_steps_per_mm_x": { "default_value": 80 }, + "machine_steps_per_mm_y": { "default_value": 80 }, + "machine_steps_per_mm_z": { "default_value": 400 }, + "machine_endstop_positive_direction_x": { "default_value": true }, + "machine_endstop_positive_direction_y": { "default_value": true }, + "machine_endstop_positive_direction_z": { "default_value": false }, + "machine_feeder_wheel_diameter": { "default_value": 7.5 }, + "machine_head_with_fans_polygon": { "default_value": [ [-35, 65], [-35, -50], [35, -50], [35, 65] ] }, + "machine_max_feedrate_z": { "default_value": 40 }, + "machine_max_feedrate_e": { "default_value": 120 }, + "machine_gcode_flavor": { "default_value": "RepRap (RepRap)" }, + "machine_start_gcode": { "default_value": "print_start" }, + "machine_end_gcode": { "default_value": "print_end" }, + "adhesion_type": { "default_value": "skirt" }, + "skirt_brim_minimal_length": { "default_value": 550 }, + "retraction_speed": { "default_value": 80, "maximum_value_warning": 130 }, + "retraction_retract_speed": { "maximum_value_warning": 130 }, + "retraction_prime_speed": { "value": "math.ceil(retraction_speed * 0.4)", "maximum_value_warning": 130 }, + "retraction_hop_enabled": { "default_value": true }, + "retraction_hop": { "default_value": 0.2 }, + "retraction_combing": { "default_value": "noskin" }, + "retraction_combing_max_distance": { "default_value": 10 }, + "travel_avoid_other_parts": { "default_value": false }, + "speed_travel": { "maximum_value": 300, "value": 300, "maximum_value_warning": 501 }, + "speed_travel_layer_0": { "value": "math.ceil(speed_travel * 0.4)" }, + "speed_layer_0": { "value": "math.ceil(speed_print * 0.25)" }, + "speed_wall": { "value": "math.ceil(speed_print * 0.33)" }, + "speed_wall_0": { "value": "math.ceil(speed_print * 0.33)" }, + "speed_wall_x": { "value": "math.ceil(speed_print * 0.66)" }, + "speed_topbottom": { "value": "math.ceil(speed_print * 0.33)" }, + "speed_roofing": { "value": "math.ceil(speed_print * 0.33)" }, + "speed_slowdown_layers": { "default_value": 4 }, + "roofing_layer_count": { "value": 1 }, + "optimize_wall_printing_order": { "default_value": true }, + "infill_enable_travel_optimization": { "default_value": true }, + "minimum_polygon_circumference": { "default_value": 0.2 }, + "wall_overhang_angle": { "default_value": 75 }, + "wall_overhang_speed_factor": { "default_value": 50 }, + "bridge_settings_enabled": { "default_value": true }, + "bridge_wall_coast": { "default_value": 10 }, + "bridge_fan_speed": { "default_value": 100 }, + "bridge_fan_speed_2": { "resolve": "max(cool_fan_speed, 50)" }, + "bridge_fan_speed_3": { "resolve": "max(cool_fan_speed, 20)" }, + "alternate_extra_perimeter": { "default_value": true }, + "cool_min_layer_time_fan_speed_max": { "default_value": 20 }, + "cool_min_layer_time": { "default_value": 15 }, + "cool_fan_speed_min": { "value": "cool_fan_speed" }, + "cool_fan_full_at_height": { "value": "resolveOrValue('layer_height_0') + resolveOrValue('layer_height') * max(1, cool_fan_full_layer - 1)" }, + "cool_fan_full_layer": { "value": 4 }, + "layer_height_0": { "resolve": "max(0.2, min(extruderValues('layer_height')))" }, + "line_width": { "value": "machine_nozzle_size * 1.125" }, + "wall_line_width": { "value": "machine_nozzle_size" }, + "fill_perimeter_gaps": { "default_value": "nowhere" }, + "fill_outline_gaps": { "default_value": true }, + "meshfix_maximum_resolution": { "default_value": 0.01 }, + "infill_before_walls": { "default_value": false }, + "zig_zaggify_infill": { "value": true }, + "min_infill_area": { "default_value": 5.0 }, + "acceleration_enabled": { "default_value": false }, + "acceleration_print": { "default_value": 2200 }, + "acceleration_wall_0": { "value": 1800 }, + "acceleration_layer_0": { "value": 1800 }, + "acceleration_travel_layer_0": { "value": 1800 }, + "acceleration_roofing": { "value": 1800 }, + "jerk_enabled": { "default_value": false }, + "jerk_wall_0": { "value": 10 }, + "jerk_roofing": { "value": 10 } + } +} \ No newline at end of file diff --git a/resources/definitions/voron2_custom.def.json b/resources/definitions/voron2_custom.def.json new file mode 100644 index 0000000000..2fc5c2305d --- /dev/null +++ b/resources/definitions/voron2_custom.def.json @@ -0,0 +1,14 @@ +{ + "name": "VORON2 Custom", + "version": 2, + "inherits": "voron2_base", + "metadata": + { + "visible": true, + "quality_definition": "voron2_base" + }, + "overrides": + { + "machine_name": { "default_value": "VORON2 Custom" } + } +} diff --git a/resources/extruders/voron2_extruder_0.def.json b/resources/extruders/voron2_extruder_0.def.json new file mode 100644 index 0000000000..5559cdf620 --- /dev/null +++ b/resources/extruders/voron2_extruder_0.def.json @@ -0,0 +1,16 @@ +{ + "version": 2, + "name": "Toolhead", + "inherits": "fdmextruder", + "metadata": + { + "machine": "voron2_base", + "position": "0" + }, + + "overrides": + { + "extruder_nr": { "default_value": 0, "maximum_value": 1 }, + "material_diameter": { "default_value": 1.75 } + } +} diff --git a/resources/meshes/voron2_250_bed.stl b/resources/meshes/voron2_250_bed.stl new file mode 100644 index 0000000000..b35e8ebc7b Binary files /dev/null and b/resources/meshes/voron2_250_bed.stl differ diff --git a/resources/meshes/voron2_300_bed.stl b/resources/meshes/voron2_300_bed.stl new file mode 100644 index 0000000000..b6a1a58edb Binary files /dev/null and b/resources/meshes/voron2_300_bed.stl differ diff --git a/resources/meshes/voron2_350_bed.stl b/resources/meshes/voron2_350_bed.stl new file mode 100644 index 0000000000..2859ce1aa7 Binary files /dev/null and b/resources/meshes/voron2_350_bed.stl differ diff --git a/resources/quality/voron2/voron2_global_extrafast_quality.inst.cfg b/resources/quality/voron2/voron2_global_extrafast_quality.inst.cfg new file mode 100644 index 0000000000..b73778be17 --- /dev/null +++ b/resources/quality/voron2/voron2_global_extrafast_quality.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Extra Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = extrafast +global_quality = True + +[values] +layer_height = 0.3 + diff --git a/resources/quality/voron2/voron2_global_extrafine_quality.inst.cfg b/resources/quality/voron2/voron2_global_extrafine_quality.inst.cfg new file mode 100644 index 0000000000..63d72bce0b --- /dev/null +++ b/resources/quality/voron2/voron2_global_extrafine_quality.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Extra Fine +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = extrafine +global_quality = True + +[values] +layer_height = 0.06 + diff --git a/resources/quality/voron2/voron2_global_fast_quality.inst.cfg b/resources/quality/voron2/voron2_global_fast_quality.inst.cfg new file mode 100644 index 0000000000..9e803d332a --- /dev/null +++ b/resources/quality/voron2/voron2_global_fast_quality.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fast +global_quality = True + +[values] +layer_height = 0.2 + diff --git a/resources/quality/voron2/voron2_global_fine_quality.inst.cfg b/resources/quality/voron2/voron2_global_fine_quality.inst.cfg new file mode 100644 index 0000000000..4bf05d1f0e --- /dev/null +++ b/resources/quality/voron2/voron2_global_fine_quality.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Fine +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fine +global_quality = True + +[values] +layer_height = 0.1 + diff --git a/resources/quality/voron2/voron2_global_normal_quality.inst.cfg b/resources/quality/voron2/voron2_global_normal_quality.inst.cfg new file mode 100644 index 0000000000..f3dc9c957b --- /dev/null +++ b/resources/quality/voron2/voron2_global_normal_quality.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Normal +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = normal +global_quality = True + +[values] +layer_height = 0.15 + diff --git a/resources/quality/voron2/voron2_global_sprint_quality.inst.cfg b/resources/quality/voron2/voron2_global_sprint_quality.inst.cfg new file mode 100644 index 0000000000..0d82b2c884 --- /dev/null +++ b/resources/quality/voron2/voron2_global_sprint_quality.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = sprint +global_quality = True + +[values] +layer_height = 0.4 + diff --git a/resources/quality/voron2/voron2_global_supersprint_quality.inst.cfg b/resources/quality/voron2/voron2_global_supersprint_quality.inst.cfg new file mode 100644 index 0000000000..87a204af15 --- /dev/null +++ b/resources/quality/voron2/voron2_global_supersprint_quality.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Super Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = supersprint +global_quality = True + +[values] +layer_height = 0.5 + diff --git a/resources/quality/voron2/voron2_global_ultrasprint_quality.inst.cfg b/resources/quality/voron2/voron2_global_ultrasprint_quality.inst.cfg new file mode 100644 index 0000000000..939d3945fd --- /dev/null +++ b/resources/quality/voron2/voron2_global_ultrasprint_quality.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Ultra Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = ultrasprint +global_quality = True + +[values] +layer_height = 0.6 + diff --git a/resources/quality/voron2/voron2_v6_0.25_ABS_extrafine.inst.cfg b/resources/quality/voron2/voron2_v6_0.25_ABS_extrafine.inst.cfg new file mode 100644 index 0000000000..9e751bb4e4 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.25_ABS_extrafine.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Extra Fine +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = extrafine +material = generic_abs +variant = V6 0.25mm + +[values] +speed_print = 300 diff --git a/resources/quality/voron2/voron2_v6_0.25_ABS_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.25_ABS_fast.inst.cfg new file mode 100644 index 0000000000..01714fee39 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.25_ABS_fast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fast +material = generic_abs +variant = V6 0.25mm + +[values] +speed_print = 180 + diff --git a/resources/quality/voron2/voron2_v6_0.25_ABS_fine.inst.cfg b/resources/quality/voron2/voron2_v6_0.25_ABS_fine.inst.cfg new file mode 100644 index 0000000000..a83be277b4 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.25_ABS_fine.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fine +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fine +material = generic_abs +variant = V6 0.25mm + +[values] +speed_print = 300 + diff --git a/resources/quality/voron2/voron2_v6_0.25_ABS_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.25_ABS_normal.inst.cfg new file mode 100644 index 0000000000..81e5d01984 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.25_ABS_normal.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Normal +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = normal +material = generic_abs +variant = V6 0.25mm + +[values] +speed_print = 240 + diff --git a/resources/quality/voron2/voron2_v6_0.25_Nylon_extrafine.inst.cfg b/resources/quality/voron2/voron2_v6_0.25_Nylon_extrafine.inst.cfg new file mode 100644 index 0000000000..098f6e0357 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.25_Nylon_extrafine.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Extra Fine +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = extrafine +material = generic_nylon +variant = V6 0.25mm + +[values] +speed_print = 300 diff --git a/resources/quality/voron2/voron2_v6_0.25_Nylon_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.25_Nylon_fast.inst.cfg new file mode 100644 index 0000000000..982f3b1d7c --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.25_Nylon_fast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fast +material = generic_nylon +variant = V6 0.25mm + +[values] +speed_print = 180 + diff --git a/resources/quality/voron2/voron2_v6_0.25_Nylon_fine.inst.cfg b/resources/quality/voron2/voron2_v6_0.25_Nylon_fine.inst.cfg new file mode 100644 index 0000000000..0291522686 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.25_Nylon_fine.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fine +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fine +material = generic_nylon +variant = V6 0.25mm + +[values] +speed_print = 300 + diff --git a/resources/quality/voron2/voron2_v6_0.25_Nylon_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.25_Nylon_normal.inst.cfg new file mode 100644 index 0000000000..ec0da5cee9 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.25_Nylon_normal.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Normal +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = normal +material = generic_nylon +variant = V6 0.25mm + +[values] +speed_print = 240 + diff --git a/resources/quality/voron2/voron2_v6_0.25_PC_extrafine.inst.cfg b/resources/quality/voron2/voron2_v6_0.25_PC_extrafine.inst.cfg new file mode 100644 index 0000000000..3c477a8d69 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.25_PC_extrafine.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Extra Fine +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = extrafine +material = generic_pc +variant = V6 0.25mm + +[values] +speed_print = 300 diff --git a/resources/quality/voron2/voron2_v6_0.25_PC_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.25_PC_fast.inst.cfg new file mode 100644 index 0000000000..db41a79b5f --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.25_PC_fast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fast +material = generic_pc +variant = V6 0.25mm + +[values] +speed_print = 180 + diff --git a/resources/quality/voron2/voron2_v6_0.25_PC_fine.inst.cfg b/resources/quality/voron2/voron2_v6_0.25_PC_fine.inst.cfg new file mode 100644 index 0000000000..771085cd78 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.25_PC_fine.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fine +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fine +material = generic_pc +variant = V6 0.25mm + +[values] +speed_print = 300 + diff --git a/resources/quality/voron2/voron2_v6_0.25_PC_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.25_PC_normal.inst.cfg new file mode 100644 index 0000000000..bd3bd1efa8 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.25_PC_normal.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Normal +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = normal +material = generic_pc +variant = V6 0.25mm + +[values] +speed_print = 240 + diff --git a/resources/quality/voron2/voron2_v6_0.25_PETG_extrafine.inst.cfg b/resources/quality/voron2/voron2_v6_0.25_PETG_extrafine.inst.cfg new file mode 100644 index 0000000000..704c96aee7 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.25_PETG_extrafine.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Extra Fine +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = extrafine +material = generic_petg +variant = V6 0.25mm + +[values] +speed_print = 300 diff --git a/resources/quality/voron2/voron2_v6_0.25_PETG_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.25_PETG_fast.inst.cfg new file mode 100644 index 0000000000..c892269cdd --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.25_PETG_fast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fast +material = generic_petg +variant = V6 0.25mm + +[values] +speed_print = 180 + diff --git a/resources/quality/voron2/voron2_v6_0.25_PETG_fine.inst.cfg b/resources/quality/voron2/voron2_v6_0.25_PETG_fine.inst.cfg new file mode 100644 index 0000000000..e452a1f125 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.25_PETG_fine.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fine +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fine +material = generic_petg +variant = V6 0.25mm + +[values] +speed_print = 300 + diff --git a/resources/quality/voron2/voron2_v6_0.25_PETG_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.25_PETG_normal.inst.cfg new file mode 100644 index 0000000000..332f8a1ba0 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.25_PETG_normal.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Normal +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = normal +material = generic_petg +variant = V6 0.25mm + +[values] +speed_print = 240 + diff --git a/resources/quality/voron2/voron2_v6_0.25_PLA_extrafine.inst.cfg b/resources/quality/voron2/voron2_v6_0.25_PLA_extrafine.inst.cfg new file mode 100644 index 0000000000..5a18f5afb0 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.25_PLA_extrafine.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Extra Fine +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = extrafine +material = generic_pla +variant = V6 0.25mm + +[values] +speed_print = 300 diff --git a/resources/quality/voron2/voron2_v6_0.25_PLA_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.25_PLA_fast.inst.cfg new file mode 100644 index 0000000000..aeb762470d --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.25_PLA_fast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fast +material = generic_pla +variant = V6 0.25mm + +[values] +speed_print = 180 + diff --git a/resources/quality/voron2/voron2_v6_0.25_PLA_fine.inst.cfg b/resources/quality/voron2/voron2_v6_0.25_PLA_fine.inst.cfg new file mode 100644 index 0000000000..eea33161e2 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.25_PLA_fine.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fine +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fine +material = generic_pla +variant = V6 0.25mm + +[values] +speed_print = 300 + diff --git a/resources/quality/voron2/voron2_v6_0.25_PLA_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.25_PLA_normal.inst.cfg new file mode 100644 index 0000000000..6a69bec9ba --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.25_PLA_normal.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Normal +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = normal +material = generic_pla +variant = V6 0.25mm + +[values] +speed_print = 240 + diff --git a/resources/quality/voron2/voron2_v6_0.30_ABS_extrafine.inst.cfg b/resources/quality/voron2/voron2_v6_0.30_ABS_extrafine.inst.cfg new file mode 100644 index 0000000000..250b0f159b --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.30_ABS_extrafine.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Extra Fine +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = extrafine +material = generic_abs +variant = V6 0.30mm + +[values] +speed_print = 300 + diff --git a/resources/quality/voron2/voron2_v6_0.30_ABS_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.30_ABS_fast.inst.cfg new file mode 100644 index 0000000000..e5c2981d83 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.30_ABS_fast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fast +material = generic_abs +variant = V6 0.30mm + +[values] +speed_print = 160 + diff --git a/resources/quality/voron2/voron2_v6_0.30_ABS_fine.inst.cfg b/resources/quality/voron2/voron2_v6_0.30_ABS_fine.inst.cfg new file mode 100644 index 0000000000..3e029b851c --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.30_ABS_fine.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fine +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fine +material = generic_abs +variant = V6 0.30mm + +[values] +speed_print = 300 + diff --git a/resources/quality/voron2/voron2_v6_0.30_ABS_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.30_ABS_normal.inst.cfg new file mode 100644 index 0000000000..a4272ac24d --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.30_ABS_normal.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Normal +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = normal +material = generic_abs +variant = V6 0.30mm + +[values] +speed_print = 200 + diff --git a/resources/quality/voron2/voron2_v6_0.30_Nylon_extrafine.inst.cfg b/resources/quality/voron2/voron2_v6_0.30_Nylon_extrafine.inst.cfg new file mode 100644 index 0000000000..486a799287 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.30_Nylon_extrafine.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Extra Fine +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = extrafine +material = generic_nylon +variant = V6 0.30mm + +[values] +speed_print = 300 + diff --git a/resources/quality/voron2/voron2_v6_0.30_Nylon_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.30_Nylon_fast.inst.cfg new file mode 100644 index 0000000000..e7bd5219b1 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.30_Nylon_fast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fast +material = generic_nylon +variant = V6 0.30mm + +[values] +speed_print = 160 + diff --git a/resources/quality/voron2/voron2_v6_0.30_Nylon_fine.inst.cfg b/resources/quality/voron2/voron2_v6_0.30_Nylon_fine.inst.cfg new file mode 100644 index 0000000000..3ceee3c939 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.30_Nylon_fine.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fine +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fine +material = generic_nylon +variant = V6 0.30mm + +[values] +speed_print = 300 + diff --git a/resources/quality/voron2/voron2_v6_0.30_Nylon_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.30_Nylon_normal.inst.cfg new file mode 100644 index 0000000000..367b3d18b3 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.30_Nylon_normal.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Normal +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = normal +material = generic_nylon +variant = V6 0.30mm + +[values] +speed_print = 200 + diff --git a/resources/quality/voron2/voron2_v6_0.30_PC_extrafine.inst.cfg b/resources/quality/voron2/voron2_v6_0.30_PC_extrafine.inst.cfg new file mode 100644 index 0000000000..7ddaabd41c --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.30_PC_extrafine.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Extra Fine +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = extrafine +material = generic_pc +variant = V6 0.30mm + +[values] +speed_print = 300 + diff --git a/resources/quality/voron2/voron2_v6_0.30_PC_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.30_PC_fast.inst.cfg new file mode 100644 index 0000000000..0a4eb568f0 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.30_PC_fast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fast +material = generic_pc +variant = V6 0.30mm + +[values] +speed_print = 160 + diff --git a/resources/quality/voron2/voron2_v6_0.30_PC_fine.inst.cfg b/resources/quality/voron2/voron2_v6_0.30_PC_fine.inst.cfg new file mode 100644 index 0000000000..e0c9268bf0 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.30_PC_fine.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fine +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fine +material = generic_pc +variant = V6 0.30mm + +[values] +speed_print = 300 + diff --git a/resources/quality/voron2/voron2_v6_0.30_PC_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.30_PC_normal.inst.cfg new file mode 100644 index 0000000000..8cb8d818d4 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.30_PC_normal.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Normal +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = normal +material = generic_pc +variant = V6 0.30mm + +[values] +speed_print = 200 + diff --git a/resources/quality/voron2/voron2_v6_0.30_PETG_extrafine.inst.cfg b/resources/quality/voron2/voron2_v6_0.30_PETG_extrafine.inst.cfg new file mode 100644 index 0000000000..461d5a6e89 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.30_PETG_extrafine.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Extra Fine +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = extrafine +material = generic_petg +variant = V6 0.30mm + +[values] +speed_print = 300 + diff --git a/resources/quality/voron2/voron2_v6_0.30_PETG_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.30_PETG_fast.inst.cfg new file mode 100644 index 0000000000..3de1f7c712 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.30_PETG_fast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fast +material = generic_petg +variant = V6 0.30mm + +[values] +speed_print = 160 + diff --git a/resources/quality/voron2/voron2_v6_0.30_PETG_fine.inst.cfg b/resources/quality/voron2/voron2_v6_0.30_PETG_fine.inst.cfg new file mode 100644 index 0000000000..b70909e880 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.30_PETG_fine.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fine +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fine +material = generic_petg +variant = V6 0.30mm + +[values] +speed_print = 300 + diff --git a/resources/quality/voron2/voron2_v6_0.30_PETG_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.30_PETG_normal.inst.cfg new file mode 100644 index 0000000000..b0915c6e6f --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.30_PETG_normal.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Normal +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = normal +material = generic_petg +variant = V6 0.30mm + +[values] +speed_print = 200 + diff --git a/resources/quality/voron2/voron2_v6_0.30_PLA_extrafine.inst.cfg b/resources/quality/voron2/voron2_v6_0.30_PLA_extrafine.inst.cfg new file mode 100644 index 0000000000..7b5a8f5fa8 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.30_PLA_extrafine.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Extra Fine +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = extrafine +material = generic_pla +variant = V6 0.30mm + +[values] +speed_print = 300 + diff --git a/resources/quality/voron2/voron2_v6_0.30_PLA_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.30_PLA_fast.inst.cfg new file mode 100644 index 0000000000..2cd98c4f73 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.30_PLA_fast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fast +material = generic_pla +variant = V6 0.30mm + +[values] +speed_print = 160 + diff --git a/resources/quality/voron2/voron2_v6_0.30_PLA_fine.inst.cfg b/resources/quality/voron2/voron2_v6_0.30_PLA_fine.inst.cfg new file mode 100644 index 0000000000..50be85f688 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.30_PLA_fine.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fine +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fine +material = generic_pla +variant = V6 0.30mm + +[values] +speed_print = 300 + diff --git a/resources/quality/voron2/voron2_v6_0.30_PLA_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.30_PLA_normal.inst.cfg new file mode 100644 index 0000000000..774486be44 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.30_PLA_normal.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Normal +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = normal +material = generic_pla +variant = V6 0.30mm + +[values] +speed_print = 200 + diff --git a/resources/quality/voron2/voron2_v6_0.35_ABS_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.35_ABS_fast.inst.cfg new file mode 100644 index 0000000000..9d9d0e62f6 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.35_ABS_fast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fast +material = generic_abs +variant = V6 0.35mm + +[values] +speed_print = 135 + diff --git a/resources/quality/voron2/voron2_v6_0.35_ABS_fine.inst.cfg b/resources/quality/voron2/voron2_v6_0.35_ABS_fine.inst.cfg new file mode 100644 index 0000000000..b6bfe5acb1 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.35_ABS_fine.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fine +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fine +material = generic_abs +variant = V6 0.35mm + +[values] +speed_print = 270 + diff --git a/resources/quality/voron2/voron2_v6_0.35_ABS_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.35_ABS_normal.inst.cfg new file mode 100644 index 0000000000..166800e845 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.35_ABS_normal.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Normal +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = normal +material = generic_abs +variant = V6 0.35mm + +[values] +speed_print = 180 + diff --git a/resources/quality/voron2/voron2_v6_0.35_Nylon_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.35_Nylon_fast.inst.cfg new file mode 100644 index 0000000000..c1ef88f1cf --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.35_Nylon_fast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fast +material = generic_nylon +variant = V6 0.35mm + +[values] +speed_print = 135 + diff --git a/resources/quality/voron2/voron2_v6_0.35_Nylon_fine.inst.cfg b/resources/quality/voron2/voron2_v6_0.35_Nylon_fine.inst.cfg new file mode 100644 index 0000000000..9421909cec --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.35_Nylon_fine.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fine +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fine +material = generic_nylon +variant = V6 0.35mm + +[values] +speed_print = 270 + diff --git a/resources/quality/voron2/voron2_v6_0.35_Nylon_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.35_Nylon_normal.inst.cfg new file mode 100644 index 0000000000..310b27dbd8 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.35_Nylon_normal.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Normal +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = normal +material = generic_nylon +variant = V6 0.35mm + +[values] +speed_print = 180 + diff --git a/resources/quality/voron2/voron2_v6_0.35_PC_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.35_PC_fast.inst.cfg new file mode 100644 index 0000000000..b504e66b6b --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.35_PC_fast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fast +material = generic_pc +variant = V6 0.35mm + +[values] +speed_print = 135 + diff --git a/resources/quality/voron2/voron2_v6_0.35_PC_fine.inst.cfg b/resources/quality/voron2/voron2_v6_0.35_PC_fine.inst.cfg new file mode 100644 index 0000000000..6e1bb028c9 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.35_PC_fine.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fine +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fine +material = generic_pc +variant = V6 0.35mm + +[values] +speed_print = 270 + diff --git a/resources/quality/voron2/voron2_v6_0.35_PC_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.35_PC_normal.inst.cfg new file mode 100644 index 0000000000..9390361968 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.35_PC_normal.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Normal +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = normal +material = generic_pc +variant = V6 0.35mm + +[values] +speed_print = 180 + diff --git a/resources/quality/voron2/voron2_v6_0.35_PETG_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.35_PETG_fast.inst.cfg new file mode 100644 index 0000000000..422271fd02 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.35_PETG_fast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fast +material = generic_petg +variant = V6 0.35mm + +[values] +speed_print = 135 + diff --git a/resources/quality/voron2/voron2_v6_0.35_PETG_fine.inst.cfg b/resources/quality/voron2/voron2_v6_0.35_PETG_fine.inst.cfg new file mode 100644 index 0000000000..1672ef680b --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.35_PETG_fine.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fine +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fine +material = generic_petg +variant = V6 0.35mm + +[values] +speed_print = 270 + diff --git a/resources/quality/voron2/voron2_v6_0.35_PETG_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.35_PETG_normal.inst.cfg new file mode 100644 index 0000000000..007cf9aa05 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.35_PETG_normal.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Normal +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = normal +material = generic_petg +variant = V6 0.35mm + +[values] +speed_print = 180 + diff --git a/resources/quality/voron2/voron2_v6_0.35_PLA_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.35_PLA_fast.inst.cfg new file mode 100644 index 0000000000..a2a159f1aa --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.35_PLA_fast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fast +material = generic_pla +variant = V6 0.35mm + +[values] +speed_print = 135 + diff --git a/resources/quality/voron2/voron2_v6_0.35_PLA_fine.inst.cfg b/resources/quality/voron2/voron2_v6_0.35_PLA_fine.inst.cfg new file mode 100644 index 0000000000..b1ba9b0546 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.35_PLA_fine.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fine +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fine +material = generic_pla +variant = V6 0.35mm + +[values] +speed_print = 270 + diff --git a/resources/quality/voron2/voron2_v6_0.35_PLA_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.35_PLA_normal.inst.cfg new file mode 100644 index 0000000000..e09df01b50 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.35_PLA_normal.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Normal +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = normal +material = generic_pla +variant = V6 0.35mm + +[values] +speed_print = 180 + diff --git a/resources/quality/voron2/voron2_v6_0.40_ABS_extrafast.inst.cfg b/resources/quality/voron2/voron2_v6_0.40_ABS_extrafast.inst.cfg new file mode 100644 index 0000000000..c4edd5865d --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.40_ABS_extrafast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Extra Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = extrafast +material = generic_abs +variant = V6 0.40mm + +[values] +speed_print = 80 + diff --git a/resources/quality/voron2/voron2_v6_0.40_ABS_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.40_ABS_fast.inst.cfg new file mode 100644 index 0000000000..7c8094587e --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.40_ABS_fast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fast +material = generic_abs +variant = V6 0.40mm + +[values] +speed_print = 120 + diff --git a/resources/quality/voron2/voron2_v6_0.40_ABS_fine.inst.cfg b/resources/quality/voron2/voron2_v6_0.40_ABS_fine.inst.cfg new file mode 100644 index 0000000000..8242dc0f0d --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.40_ABS_fine.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fine +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fine +material = generic_abs +variant = V6 0.40mm + +[values] +speed_print = 240 + diff --git a/resources/quality/voron2/voron2_v6_0.40_ABS_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.40_ABS_normal.inst.cfg new file mode 100644 index 0000000000..067269a6c9 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.40_ABS_normal.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Normal +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = normal +material = generic_abs +variant = V6 0.40mm + +[values] +speed_print = 160 + diff --git a/resources/quality/voron2/voron2_v6_0.40_Nylon_extrafast.inst.cfg b/resources/quality/voron2/voron2_v6_0.40_Nylon_extrafast.inst.cfg new file mode 100644 index 0000000000..5d30fb81d7 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.40_Nylon_extrafast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Extra Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = extrafast +material = generic_nylon +variant = V6 0.40mm + +[values] +speed_print = 80 + diff --git a/resources/quality/voron2/voron2_v6_0.40_Nylon_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.40_Nylon_fast.inst.cfg new file mode 100644 index 0000000000..4963a04ab2 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.40_Nylon_fast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fast +material = generic_nylon +variant = V6 0.40mm + +[values] +speed_print = 120 + diff --git a/resources/quality/voron2/voron2_v6_0.40_Nylon_fine.inst.cfg b/resources/quality/voron2/voron2_v6_0.40_Nylon_fine.inst.cfg new file mode 100644 index 0000000000..6cbca24030 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.40_Nylon_fine.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fine +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fine +material = generic_nylon +variant = V6 0.40mm + +[values] +speed_print = 240 + diff --git a/resources/quality/voron2/voron2_v6_0.40_Nylon_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.40_Nylon_normal.inst.cfg new file mode 100644 index 0000000000..1a4a3eec01 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.40_Nylon_normal.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Normal +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = normal +material = generic_nylon +variant = V6 0.40mm + +[values] +speed_print = 160 + diff --git a/resources/quality/voron2/voron2_v6_0.40_PC_extrafast.inst.cfg b/resources/quality/voron2/voron2_v6_0.40_PC_extrafast.inst.cfg new file mode 100644 index 0000000000..b7a4e72575 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.40_PC_extrafast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Extra Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = extrafast +material = generic_pc +variant = V6 0.40mm + +[values] +speed_print = 80 + diff --git a/resources/quality/voron2/voron2_v6_0.40_PC_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.40_PC_fast.inst.cfg new file mode 100644 index 0000000000..6db0711d83 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.40_PC_fast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fast +material = generic_pc +variant = V6 0.40mm + +[values] +speed_print = 120 + diff --git a/resources/quality/voron2/voron2_v6_0.40_PC_fine.inst.cfg b/resources/quality/voron2/voron2_v6_0.40_PC_fine.inst.cfg new file mode 100644 index 0000000000..748a86f5fb --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.40_PC_fine.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fine +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fine +material = generic_pc +variant = V6 0.40mm + +[values] +speed_print = 240 + diff --git a/resources/quality/voron2/voron2_v6_0.40_PC_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.40_PC_normal.inst.cfg new file mode 100644 index 0000000000..36e80f19af --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.40_PC_normal.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Normal +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = normal +material = generic_pc +variant = V6 0.40mm + +[values] +speed_print = 160 + diff --git a/resources/quality/voron2/voron2_v6_0.40_PETG_extrafast.inst.cfg b/resources/quality/voron2/voron2_v6_0.40_PETG_extrafast.inst.cfg new file mode 100644 index 0000000000..5398844655 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.40_PETG_extrafast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Extra Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = extrafast +material = generic_petg +variant = V6 0.40mm + +[values] +speed_print = 80 + diff --git a/resources/quality/voron2/voron2_v6_0.40_PETG_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.40_PETG_fast.inst.cfg new file mode 100644 index 0000000000..bcbf384ea7 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.40_PETG_fast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fast +material = generic_petg +variant = V6 0.40mm + +[values] +speed_print = 120 + diff --git a/resources/quality/voron2/voron2_v6_0.40_PETG_fine.inst.cfg b/resources/quality/voron2/voron2_v6_0.40_PETG_fine.inst.cfg new file mode 100644 index 0000000000..6ffd6542d5 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.40_PETG_fine.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fine +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fine +material = generic_petg +variant = V6 0.40mm + +[values] +speed_print = 240 + diff --git a/resources/quality/voron2/voron2_v6_0.40_PETG_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.40_PETG_normal.inst.cfg new file mode 100644 index 0000000000..0508f4eebb --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.40_PETG_normal.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Normal +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = normal +material = generic_petg +variant = V6 0.40mm + +[values] +speed_print = 160 + diff --git a/resources/quality/voron2/voron2_v6_0.40_PLA_extrafast.inst.cfg b/resources/quality/voron2/voron2_v6_0.40_PLA_extrafast.inst.cfg new file mode 100644 index 0000000000..e067de65ba --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.40_PLA_extrafast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Extra Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = extrafast +material = generic_pla +variant = V6 0.40mm + +[values] +speed_print = 80 + diff --git a/resources/quality/voron2/voron2_v6_0.40_PLA_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.40_PLA_fast.inst.cfg new file mode 100644 index 0000000000..cd40e9a745 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.40_PLA_fast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fast +material = generic_pla +variant = V6 0.40mm + +[values] +speed_print = 120 + diff --git a/resources/quality/voron2/voron2_v6_0.40_PLA_fine.inst.cfg b/resources/quality/voron2/voron2_v6_0.40_PLA_fine.inst.cfg new file mode 100644 index 0000000000..f84d002bee --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.40_PLA_fine.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fine +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fine +material = generic_pla +variant = V6 0.40mm + +[values] +speed_print = 240 + diff --git a/resources/quality/voron2/voron2_v6_0.40_PLA_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.40_PLA_normal.inst.cfg new file mode 100644 index 0000000000..7673cd767c --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.40_PLA_normal.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Normal +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = normal +material = generic_pla +variant = V6 0.40mm + +[values] +speed_print = 160 + diff --git a/resources/quality/voron2/voron2_v6_0.50_ABS_extrafast.inst.cfg b/resources/quality/voron2/voron2_v6_0.50_ABS_extrafast.inst.cfg new file mode 100644 index 0000000000..9a7c68d80b --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.50_ABS_extrafast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Extra Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = extrafast +material = generic_abs +variant = V6 0.50mm + +[values] +speed_print = 60 + diff --git a/resources/quality/voron2/voron2_v6_0.50_ABS_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.50_ABS_fast.inst.cfg new file mode 100644 index 0000000000..cfb0b6f51a --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.50_ABS_fast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fast +material = generic_abs +variant = V6 0.50mm + +[values] +speed_print = 90 + diff --git a/resources/quality/voron2/voron2_v6_0.50_ABS_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.50_ABS_normal.inst.cfg new file mode 100644 index 0000000000..7d6046c619 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.50_ABS_normal.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Normal +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = normal +material = generic_abs +variant = V6 0.50mm + +[values] +speed_print = 120 + diff --git a/resources/quality/voron2/voron2_v6_0.50_ABS_sprint.inst.cfg b/resources/quality/voron2/voron2_v6_0.50_ABS_sprint.inst.cfg new file mode 100644 index 0000000000..0f6263d182 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.50_ABS_sprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = sprint +material = generic_abs +variant = V6 0.50mm + +[values] +speed_print = 45 + diff --git a/resources/quality/voron2/voron2_v6_0.50_Nylon_extrafast.inst.cfg b/resources/quality/voron2/voron2_v6_0.50_Nylon_extrafast.inst.cfg new file mode 100644 index 0000000000..749a845d2d --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.50_Nylon_extrafast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Extra Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = extrafast +material = generic_nylon +variant = V6 0.50mm + +[values] +speed_print = 60 + diff --git a/resources/quality/voron2/voron2_v6_0.50_Nylon_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.50_Nylon_fast.inst.cfg new file mode 100644 index 0000000000..2bc96423a8 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.50_Nylon_fast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fast +material = generic_nylon +variant = V6 0.50mm + +[values] +speed_print = 90 + diff --git a/resources/quality/voron2/voron2_v6_0.50_Nylon_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.50_Nylon_normal.inst.cfg new file mode 100644 index 0000000000..02f8e95db8 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.50_Nylon_normal.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Normal +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = normal +material = generic_nylon +variant = V6 0.50mm + +[values] +speed_print = 120 + diff --git a/resources/quality/voron2/voron2_v6_0.50_Nylon_sprint.inst.cfg b/resources/quality/voron2/voron2_v6_0.50_Nylon_sprint.inst.cfg new file mode 100644 index 0000000000..845ce9e130 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.50_Nylon_sprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = sprint +material = generic_nylon +variant = V6 0.50mm + +[values] +speed_print = 45 + diff --git a/resources/quality/voron2/voron2_v6_0.50_PC_extrafast.inst.cfg b/resources/quality/voron2/voron2_v6_0.50_PC_extrafast.inst.cfg new file mode 100644 index 0000000000..8984752018 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.50_PC_extrafast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Extra Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = extrafast +material = generic_pc +variant = V6 0.50mm + +[values] +speed_print = 60 + diff --git a/resources/quality/voron2/voron2_v6_0.50_PC_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.50_PC_fast.inst.cfg new file mode 100644 index 0000000000..c4fc9d7d91 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.50_PC_fast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fast +material = generic_pc +variant = V6 0.50mm + +[values] +speed_print = 90 + diff --git a/resources/quality/voron2/voron2_v6_0.50_PC_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.50_PC_normal.inst.cfg new file mode 100644 index 0000000000..f6692428c2 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.50_PC_normal.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Normal +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = normal +material = generic_pc +variant = V6 0.50mm + +[values] +speed_print = 120 + diff --git a/resources/quality/voron2/voron2_v6_0.50_PC_sprint.inst.cfg b/resources/quality/voron2/voron2_v6_0.50_PC_sprint.inst.cfg new file mode 100644 index 0000000000..850297d6e9 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.50_PC_sprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = sprint +material = generic_pc +variant = V6 0.50mm + +[values] +speed_print = 45 + diff --git a/resources/quality/voron2/voron2_v6_0.50_PETG_extrafast.inst.cfg b/resources/quality/voron2/voron2_v6_0.50_PETG_extrafast.inst.cfg new file mode 100644 index 0000000000..a902881ef8 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.50_PETG_extrafast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Extra Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = extrafast +material = generic_petg +variant = V6 0.50mm + +[values] +speed_print = 60 + diff --git a/resources/quality/voron2/voron2_v6_0.50_PETG_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.50_PETG_fast.inst.cfg new file mode 100644 index 0000000000..bb16112841 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.50_PETG_fast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fast +material = generic_petg +variant = V6 0.50mm + +[values] +speed_print = 90 + diff --git a/resources/quality/voron2/voron2_v6_0.50_PETG_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.50_PETG_normal.inst.cfg new file mode 100644 index 0000000000..1f71447051 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.50_PETG_normal.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Normal +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = normal +material = generic_petg +variant = V6 0.50mm + +[values] +speed_print = 120 + diff --git a/resources/quality/voron2/voron2_v6_0.50_PETG_sprint.inst.cfg b/resources/quality/voron2/voron2_v6_0.50_PETG_sprint.inst.cfg new file mode 100644 index 0000000000..5617d3f15e --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.50_PETG_sprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = sprint +material = generic_petg +variant = V6 0.50mm + +[values] +speed_print = 45 + diff --git a/resources/quality/voron2/voron2_v6_0.50_PLA_extrafast.inst.cfg b/resources/quality/voron2/voron2_v6_0.50_PLA_extrafast.inst.cfg new file mode 100644 index 0000000000..c12d2e39db --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.50_PLA_extrafast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Extra Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = extrafast +material = generic_pla +variant = V6 0.50mm + +[values] +speed_print = 60 + diff --git a/resources/quality/voron2/voron2_v6_0.50_PLA_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.50_PLA_fast.inst.cfg new file mode 100644 index 0000000000..de0c316f36 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.50_PLA_fast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fast +material = generic_pla +variant = V6 0.50mm + +[values] +speed_print = 90 + diff --git a/resources/quality/voron2/voron2_v6_0.50_PLA_normal.inst.cfg b/resources/quality/voron2/voron2_v6_0.50_PLA_normal.inst.cfg new file mode 100644 index 0000000000..ccd0f6b245 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.50_PLA_normal.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Normal +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = normal +material = generic_pla +variant = V6 0.50mm + +[values] +speed_print = 120 + diff --git a/resources/quality/voron2/voron2_v6_0.50_PLA_sprint.inst.cfg b/resources/quality/voron2/voron2_v6_0.50_PLA_sprint.inst.cfg new file mode 100644 index 0000000000..9dd88b1d25 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.50_PLA_sprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = sprint +material = generic_pla +variant = V6 0.50mm + +[values] +speed_print = 45 + diff --git a/resources/quality/voron2/voron2_v6_0.60_ABS_extrafast.inst.cfg b/resources/quality/voron2/voron2_v6_0.60_ABS_extrafast.inst.cfg new file mode 100644 index 0000000000..598fca1ba6 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.60_ABS_extrafast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Extra Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = extrafast +material = generic_abs +variant = V6 0.60mm + +[values] +speed_print = 50 + diff --git a/resources/quality/voron2/voron2_v6_0.60_ABS_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.60_ABS_fast.inst.cfg new file mode 100644 index 0000000000..ee12ecbd6a --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.60_ABS_fast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fast +material = generic_abs +variant = V6 0.60mm + +[values] +speed_print = 80 + diff --git a/resources/quality/voron2/voron2_v6_0.60_ABS_sprint.inst.cfg b/resources/quality/voron2/voron2_v6_0.60_ABS_sprint.inst.cfg new file mode 100644 index 0000000000..8a593643e4 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.60_ABS_sprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = sprint +material = generic_abs +variant = V6 0.60mm + +[values] +speed_print = 40 + diff --git a/resources/quality/voron2/voron2_v6_0.60_Nylon_extrafast.inst.cfg b/resources/quality/voron2/voron2_v6_0.60_Nylon_extrafast.inst.cfg new file mode 100644 index 0000000000..8675fb984a --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.60_Nylon_extrafast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Extra Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = extrafast +material = generic_nylon +variant = V6 0.60mm + +[values] +speed_print = 50 + diff --git a/resources/quality/voron2/voron2_v6_0.60_Nylon_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.60_Nylon_fast.inst.cfg new file mode 100644 index 0000000000..71ba39c132 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.60_Nylon_fast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fast +material = generic_nylon +variant = V6 0.60mm + +[values] +speed_print = 80 + diff --git a/resources/quality/voron2/voron2_v6_0.60_Nylon_sprint.inst.cfg b/resources/quality/voron2/voron2_v6_0.60_Nylon_sprint.inst.cfg new file mode 100644 index 0000000000..9ed885cbb2 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.60_Nylon_sprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = sprint +material = generic_nylon +variant = V6 0.60mm + +[values] +speed_print = 40 + diff --git a/resources/quality/voron2/voron2_v6_0.60_PC_extrafast.inst.cfg b/resources/quality/voron2/voron2_v6_0.60_PC_extrafast.inst.cfg new file mode 100644 index 0000000000..fcd00206cd --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.60_PC_extrafast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Extra Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = extrafast +material = generic_pc +variant = V6 0.60mm + +[values] +speed_print = 50 + diff --git a/resources/quality/voron2/voron2_v6_0.60_PC_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.60_PC_fast.inst.cfg new file mode 100644 index 0000000000..0ca824b1ad --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.60_PC_fast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fast +material = generic_pc +variant = V6 0.60mm + +[values] +speed_print = 80 + diff --git a/resources/quality/voron2/voron2_v6_0.60_PC_sprint.inst.cfg b/resources/quality/voron2/voron2_v6_0.60_PC_sprint.inst.cfg new file mode 100644 index 0000000000..853cdf5fb6 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.60_PC_sprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = sprint +material = generic_pc +variant = V6 0.60mm + +[values] +speed_print = 40 + diff --git a/resources/quality/voron2/voron2_v6_0.60_PETG_extrafast.inst.cfg b/resources/quality/voron2/voron2_v6_0.60_PETG_extrafast.inst.cfg new file mode 100644 index 0000000000..ed1103bc43 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.60_PETG_extrafast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Extra Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = extrafast +material = generic_petg +variant = V6 0.60mm + +[values] +speed_print = 50 + diff --git a/resources/quality/voron2/voron2_v6_0.60_PETG_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.60_PETG_fast.inst.cfg new file mode 100644 index 0000000000..c1da26998e --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.60_PETG_fast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fast +material = generic_petg +variant = V6 0.60mm + +[values] +speed_print = 80 + diff --git a/resources/quality/voron2/voron2_v6_0.60_PETG_sprint.inst.cfg b/resources/quality/voron2/voron2_v6_0.60_PETG_sprint.inst.cfg new file mode 100644 index 0000000000..bddacbb294 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.60_PETG_sprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = sprint +material = generic_petg +variant = V6 0.60mm + +[values] +speed_print = 40 + diff --git a/resources/quality/voron2/voron2_v6_0.60_PLA_extrafast.inst.cfg b/resources/quality/voron2/voron2_v6_0.60_PLA_extrafast.inst.cfg new file mode 100644 index 0000000000..42ac385657 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.60_PLA_extrafast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Extra Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = extrafast +material = generic_pla +variant = V6 0.60mm + +[values] +speed_print = 50 + diff --git a/resources/quality/voron2/voron2_v6_0.60_PLA_fast.inst.cfg b/resources/quality/voron2/voron2_v6_0.60_PLA_fast.inst.cfg new file mode 100644 index 0000000000..95cb4109d8 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.60_PLA_fast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fast +material = generic_pla +variant = V6 0.60mm + +[values] +speed_print = 80 + diff --git a/resources/quality/voron2/voron2_v6_0.60_PLA_sprint.inst.cfg b/resources/quality/voron2/voron2_v6_0.60_PLA_sprint.inst.cfg new file mode 100644 index 0000000000..22ecb6c7e1 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.60_PLA_sprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = sprint +material = generic_pla +variant = V6 0.60mm + +[values] +speed_print = 40 + diff --git a/resources/quality/voron2/voron2_v6_0.80_ABS_extrafast.inst.cfg b/resources/quality/voron2/voron2_v6_0.80_ABS_extrafast.inst.cfg new file mode 100644 index 0000000000..0013c37f64 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.80_ABS_extrafast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Extra Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = extrafast +material = generic_abs +variant = V6 0.80mm + +[values] +speed_print = 40 + diff --git a/resources/quality/voron2/voron2_v6_0.80_ABS_sprint.inst.cfg b/resources/quality/voron2/voron2_v6_0.80_ABS_sprint.inst.cfg new file mode 100644 index 0000000000..63e8b3315d --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.80_ABS_sprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = sprint +material = generic_abs +variant = V6 0.80mm + +[values] +speed_print = 30 + diff --git a/resources/quality/voron2/voron2_v6_0.80_ABS_supersprint.inst.cfg b/resources/quality/voron2/voron2_v6_0.80_ABS_supersprint.inst.cfg new file mode 100644 index 0000000000..9b8fb9f866 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.80_ABS_supersprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Super Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = supersprint +material = generic_abs +variant = V6 0.80mm + +[values] +speed_print = 24 + diff --git a/resources/quality/voron2/voron2_v6_0.80_Nylon_extrafast.inst.cfg b/resources/quality/voron2/voron2_v6_0.80_Nylon_extrafast.inst.cfg new file mode 100644 index 0000000000..730513757a --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.80_Nylon_extrafast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Extra Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = extrafast +material = generic_nylon +variant = V6 0.80mm + +[values] +speed_print = 40 + diff --git a/resources/quality/voron2/voron2_v6_0.80_Nylon_sprint.inst.cfg b/resources/quality/voron2/voron2_v6_0.80_Nylon_sprint.inst.cfg new file mode 100644 index 0000000000..3ed1383763 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.80_Nylon_sprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = sprint +material = generic_nylon +variant = V6 0.80mm + +[values] +speed_print = 30 + diff --git a/resources/quality/voron2/voron2_v6_0.80_Nylon_supersprint.inst.cfg b/resources/quality/voron2/voron2_v6_0.80_Nylon_supersprint.inst.cfg new file mode 100644 index 0000000000..c6341aa603 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.80_Nylon_supersprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Super Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = supersprint +material = generic_nylon +variant = V6 0.80mm + +[values] +speed_print = 24 + diff --git a/resources/quality/voron2/voron2_v6_0.80_PC_extrafast.inst.cfg b/resources/quality/voron2/voron2_v6_0.80_PC_extrafast.inst.cfg new file mode 100644 index 0000000000..3b2ee6b41c --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.80_PC_extrafast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Extra Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = extrafast +material = generic_pc +variant = V6 0.80mm + +[values] +speed_print = 40 + diff --git a/resources/quality/voron2/voron2_v6_0.80_PC_sprint.inst.cfg b/resources/quality/voron2/voron2_v6_0.80_PC_sprint.inst.cfg new file mode 100644 index 0000000000..1cfc5a8ce9 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.80_PC_sprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = sprint +material = generic_pc +variant = V6 0.80mm + +[values] +speed_print = 30 + diff --git a/resources/quality/voron2/voron2_v6_0.80_PC_supersprint.inst.cfg b/resources/quality/voron2/voron2_v6_0.80_PC_supersprint.inst.cfg new file mode 100644 index 0000000000..0c82d79d4e --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.80_PC_supersprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Super Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = supersprint +material = generic_pc +variant = V6 0.80mm + +[values] +speed_print = 24 + diff --git a/resources/quality/voron2/voron2_v6_0.80_PETG_extrafast.inst.cfg b/resources/quality/voron2/voron2_v6_0.80_PETG_extrafast.inst.cfg new file mode 100644 index 0000000000..901b10394b --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.80_PETG_extrafast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Extra Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = extrafast +material = generic_petg +variant = V6 0.80mm + +[values] +speed_print = 40 + diff --git a/resources/quality/voron2/voron2_v6_0.80_PETG_sprint.inst.cfg b/resources/quality/voron2/voron2_v6_0.80_PETG_sprint.inst.cfg new file mode 100644 index 0000000000..8cf2f20d93 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.80_PETG_sprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = sprint +material = generic_petg +variant = V6 0.80mm + +[values] +speed_print = 30 + diff --git a/resources/quality/voron2/voron2_v6_0.80_PETG_supersprint.inst.cfg b/resources/quality/voron2/voron2_v6_0.80_PETG_supersprint.inst.cfg new file mode 100644 index 0000000000..0f514eec14 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.80_PETG_supersprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Super Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = supersprint +material = generic_petg +variant = V6 0.80mm + +[values] +speed_print = 24 + diff --git a/resources/quality/voron2/voron2_v6_0.80_PLA_extrafast.inst.cfg b/resources/quality/voron2/voron2_v6_0.80_PLA_extrafast.inst.cfg new file mode 100644 index 0000000000..68c4dd2459 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.80_PLA_extrafast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Extra Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = extrafast +material = generic_pla +variant = V6 0.80mm + +[values] +speed_print = 40 + diff --git a/resources/quality/voron2/voron2_v6_0.80_PLA_sprint.inst.cfg b/resources/quality/voron2/voron2_v6_0.80_PLA_sprint.inst.cfg new file mode 100644 index 0000000000..5f27f7598e --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.80_PLA_sprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = sprint +material = generic_pla +variant = V6 0.80mm + +[values] +speed_print = 30 + diff --git a/resources/quality/voron2/voron2_v6_0.80_PLA_supersprint.inst.cfg b/resources/quality/voron2/voron2_v6_0.80_PLA_supersprint.inst.cfg new file mode 100644 index 0000000000..5003950259 --- /dev/null +++ b/resources/quality/voron2/voron2_v6_0.80_PLA_supersprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Super Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = supersprint +material = generic_pla +variant = V6 0.80mm + +[values] +speed_print = 24 + diff --git a/resources/quality/voron2/voron2_volcano_0.40_ABS_extrafast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.40_ABS_extrafast.inst.cfg new file mode 100644 index 0000000000..51f742307d --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_0.40_ABS_extrafast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Extra Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = extrafast +material = generic_abs +variant = Volcano 0.40mm + +[values] +speed_print = 250 + diff --git a/resources/quality/voron2/voron2_volcano_0.40_ABS_fast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.40_ABS_fast.inst.cfg new file mode 100644 index 0000000000..2acd3b3aab --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_0.40_ABS_fast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fast +material = generic_abs +variant = Volcano 0.40mm + +[values] +speed_print = 300 + diff --git a/resources/quality/voron2/voron2_volcano_0.40_ABS_normal.inst.cfg b/resources/quality/voron2/voron2_volcano_0.40_ABS_normal.inst.cfg new file mode 100644 index 0000000000..3fdd6c4334 --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_0.40_ABS_normal.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Normal +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = normal +material = generic_abs +variant = Volcano 0.40mm + +[values] +speed_print = 300 + diff --git a/resources/quality/voron2/voron2_volcano_0.40_Nylon_extrafast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.40_Nylon_extrafast.inst.cfg new file mode 100644 index 0000000000..c4ff8e776d --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_0.40_Nylon_extrafast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Extra Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = extrafast +material = generic_nylon +variant = Volcano 0.40mm + +[values] +speed_print = 250 + diff --git a/resources/quality/voron2/voron2_volcano_0.40_Nylon_fast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.40_Nylon_fast.inst.cfg new file mode 100644 index 0000000000..75a0209233 --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_0.40_Nylon_fast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fast +material = generic_nylon +variant = Volcano 0.40mm + +[values] +speed_print = 300 + diff --git a/resources/quality/voron2/voron2_volcano_0.40_Nylon_normal.inst.cfg b/resources/quality/voron2/voron2_volcano_0.40_Nylon_normal.inst.cfg new file mode 100644 index 0000000000..84581d4c15 --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_0.40_Nylon_normal.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Normal +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = normal +material = generic_nylon +variant = Volcano 0.40mm + +[values] +speed_print = 300 + diff --git a/resources/quality/voron2/voron2_volcano_0.40_PC_extrafast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.40_PC_extrafast.inst.cfg new file mode 100644 index 0000000000..3580274783 --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_0.40_PC_extrafast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Extra Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = extrafast +material = generic_pc +variant = Volcano 0.40mm + +[values] +speed_print = 250 + diff --git a/resources/quality/voron2/voron2_volcano_0.40_PC_fast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.40_PC_fast.inst.cfg new file mode 100644 index 0000000000..c738cbdee2 --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_0.40_PC_fast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fast +material = generic_pc +variant = Volcano 0.40mm + +[values] +speed_print = 300 + diff --git a/resources/quality/voron2/voron2_volcano_0.40_PC_normal.inst.cfg b/resources/quality/voron2/voron2_volcano_0.40_PC_normal.inst.cfg new file mode 100644 index 0000000000..fe30db3c56 --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_0.40_PC_normal.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Normal +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = normal +material = generic_pc +variant = Volcano 0.40mm + +[values] +speed_print = 300 + diff --git a/resources/quality/voron2/voron2_volcano_0.40_PETG_extrafast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.40_PETG_extrafast.inst.cfg new file mode 100644 index 0000000000..0e3bb10e17 --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_0.40_PETG_extrafast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Extra Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = extrafast +material = generic_petg +variant = Volcano 0.40mm + +[values] +speed_print = 250 + diff --git a/resources/quality/voron2/voron2_volcano_0.40_PETG_fast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.40_PETG_fast.inst.cfg new file mode 100644 index 0000000000..04df811f7d --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_0.40_PETG_fast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fast +material = generic_petg +variant = Volcano 0.40mm + +[values] +speed_print = 300 + diff --git a/resources/quality/voron2/voron2_volcano_0.40_PETG_normal.inst.cfg b/resources/quality/voron2/voron2_volcano_0.40_PETG_normal.inst.cfg new file mode 100644 index 0000000000..23b143b589 --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_0.40_PETG_normal.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Normal +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = normal +material = generic_petg +variant = Volcano 0.40mm + +[values] +speed_print = 300 + diff --git a/resources/quality/voron2/voron2_volcano_0.40_PLA_extrafast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.40_PLA_extrafast.inst.cfg new file mode 100644 index 0000000000..119e8798c4 --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_0.40_PLA_extrafast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Extra Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = extrafast +material = generic_pla +variant = Volcano 0.40mm + +[values] +speed_print = 250 + diff --git a/resources/quality/voron2/voron2_volcano_0.40_PLA_fast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.40_PLA_fast.inst.cfg new file mode 100644 index 0000000000..c9f3d5bcb4 --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_0.40_PLA_fast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fast +material = generic_pla +variant = Volcano 0.40mm + +[values] +speed_print = 300 + diff --git a/resources/quality/voron2/voron2_volcano_0.40_PLA_normal.inst.cfg b/resources/quality/voron2/voron2_volcano_0.40_PLA_normal.inst.cfg new file mode 100644 index 0000000000..de1a36ed60 --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_0.40_PLA_normal.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Normal +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = normal +material = generic_pla +variant = Volcano 0.40mm + +[values] +speed_print = 300 + diff --git a/resources/quality/voron2/voron2_volcano_0.60_ABS_extrafast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.60_ABS_extrafast.inst.cfg new file mode 100644 index 0000000000..2b0e8ed219 --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_0.60_ABS_extrafast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Extra Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = extrafast +material = generic_abs +variant = Volcano 0.60mm + +[values] +speed_print = 165 + diff --git a/resources/quality/voron2/voron2_volcano_0.60_ABS_fast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.60_ABS_fast.inst.cfg new file mode 100644 index 0000000000..b716f7b8af --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_0.60_ABS_fast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fast +material = generic_abs +variant = Volcano 0.60mm + +[values] +speed_print = 250 + diff --git a/resources/quality/voron2/voron2_volcano_0.60_ABS_sprint.inst.cfg b/resources/quality/voron2/voron2_volcano_0.60_ABS_sprint.inst.cfg new file mode 100644 index 0000000000..8c658faf5a --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_0.60_ABS_sprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = sprint +material = generic_abs +variant = Volcano 0.60mm + +[values] +speed_print = 125 + diff --git a/resources/quality/voron2/voron2_volcano_0.60_Nylon_extrafast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.60_Nylon_extrafast.inst.cfg new file mode 100644 index 0000000000..a90dae6871 --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_0.60_Nylon_extrafast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Extra Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = extrafast +material = generic_nylon +variant = Volcano 0.60mm + +[values] +speed_print = 165 + diff --git a/resources/quality/voron2/voron2_volcano_0.60_Nylon_fast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.60_Nylon_fast.inst.cfg new file mode 100644 index 0000000000..76d3134441 --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_0.60_Nylon_fast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fast +material = generic_nylon +variant = Volcano 0.60mm + +[values] +speed_print = 250 + diff --git a/resources/quality/voron2/voron2_volcano_0.60_Nylon_sprint.inst.cfg b/resources/quality/voron2/voron2_volcano_0.60_Nylon_sprint.inst.cfg new file mode 100644 index 0000000000..d1bd22d05a --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_0.60_Nylon_sprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = sprint +material = generic_nylon +variant = Volcano 0.60mm + +[values] +speed_print = 125 + diff --git a/resources/quality/voron2/voron2_volcano_0.60_PC_extrafast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.60_PC_extrafast.inst.cfg new file mode 100644 index 0000000000..7eb390ec7c --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_0.60_PC_extrafast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Extra Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = extrafast +material = generic_pc +variant = Volcano 0.60mm + +[values] +speed_print = 165 + diff --git a/resources/quality/voron2/voron2_volcano_0.60_PC_fast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.60_PC_fast.inst.cfg new file mode 100644 index 0000000000..4de12929d5 --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_0.60_PC_fast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fast +material = generic_pc +variant = Volcano 0.60mm + +[values] +speed_print = 250 + diff --git a/resources/quality/voron2/voron2_volcano_0.60_PC_sprint.inst.cfg b/resources/quality/voron2/voron2_volcano_0.60_PC_sprint.inst.cfg new file mode 100644 index 0000000000..78033e2fc0 --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_0.60_PC_sprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = sprint +material = generic_pc +variant = Volcano 0.60mm + +[values] +speed_print = 125 + diff --git a/resources/quality/voron2/voron2_volcano_0.60_PETG_extrafast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.60_PETG_extrafast.inst.cfg new file mode 100644 index 0000000000..239f6f2ea0 --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_0.60_PETG_extrafast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Extra Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = extrafast +material = generic_petg +variant = Volcano 0.60mm + +[values] +speed_print = 165 + diff --git a/resources/quality/voron2/voron2_volcano_0.60_PETG_fast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.60_PETG_fast.inst.cfg new file mode 100644 index 0000000000..da89d8e7bb --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_0.60_PETG_fast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fast +material = generic_petg +variant = Volcano 0.60mm + +[values] +speed_print = 250 + diff --git a/resources/quality/voron2/voron2_volcano_0.60_PETG_sprint.inst.cfg b/resources/quality/voron2/voron2_volcano_0.60_PETG_sprint.inst.cfg new file mode 100644 index 0000000000..36b66e18d3 --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_0.60_PETG_sprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = sprint +material = generic_petg +variant = Volcano 0.60mm + +[values] +speed_print = 125 + diff --git a/resources/quality/voron2/voron2_volcano_0.60_PLA_extrafast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.60_PLA_extrafast.inst.cfg new file mode 100644 index 0000000000..4e861c6aa7 --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_0.60_PLA_extrafast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Extra Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = extrafast +material = generic_pla +variant = Volcano 0.60mm + +[values] +speed_print = 165 + diff --git a/resources/quality/voron2/voron2_volcano_0.60_PLA_fast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.60_PLA_fast.inst.cfg new file mode 100644 index 0000000000..9d9447f900 --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_0.60_PLA_fast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = fast +material = generic_pla +variant = Volcano 0.60mm + +[values] +speed_print = 250 + diff --git a/resources/quality/voron2/voron2_volcano_0.60_PLA_sprint.inst.cfg b/resources/quality/voron2/voron2_volcano_0.60_PLA_sprint.inst.cfg new file mode 100644 index 0000000000..4738381e0d --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_0.60_PLA_sprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = sprint +material = generic_pla +variant = Volcano 0.60mm + +[values] +speed_print = 125 + diff --git a/resources/quality/voron2/voron2_volcano_0.80_ABS_extrafast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.80_ABS_extrafast.inst.cfg new file mode 100644 index 0000000000..8e5e5a9c7d --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_0.80_ABS_extrafast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Extra Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = extrafast +material = generic_abs +variant = Volcano 0.80mm + +[values] +speed_print = 125 + diff --git a/resources/quality/voron2/voron2_volcano_0.80_ABS_sprint.inst.cfg b/resources/quality/voron2/voron2_volcano_0.80_ABS_sprint.inst.cfg new file mode 100644 index 0000000000..d2e43fa000 --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_0.80_ABS_sprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = sprint +material = generic_abs +variant = Volcano 0.80mm + +[values] +speed_print = 90 + diff --git a/resources/quality/voron2/voron2_volcano_0.80_ABS_supersprint.inst.cfg b/resources/quality/voron2/voron2_volcano_0.80_ABS_supersprint.inst.cfg new file mode 100644 index 0000000000..4952cdb109 --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_0.80_ABS_supersprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Super Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = supersprint +material = generic_abs +variant = Volcano 0.80mm + +[values] +speed_print = 70 + diff --git a/resources/quality/voron2/voron2_volcano_0.80_Nylon_extrafast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.80_Nylon_extrafast.inst.cfg new file mode 100644 index 0000000000..4d14b15e9d --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_0.80_Nylon_extrafast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Extra Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = extrafast +material = generic_nylon +variant = Volcano 0.80mm + +[values] +speed_print = 125 + diff --git a/resources/quality/voron2/voron2_volcano_0.80_Nylon_sprint.inst.cfg b/resources/quality/voron2/voron2_volcano_0.80_Nylon_sprint.inst.cfg new file mode 100644 index 0000000000..aa56506e32 --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_0.80_Nylon_sprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = sprint +material = generic_nylon +variant = Volcano 0.80mm + +[values] +speed_print = 90 + diff --git a/resources/quality/voron2/voron2_volcano_0.80_Nylon_supersprint.inst.cfg b/resources/quality/voron2/voron2_volcano_0.80_Nylon_supersprint.inst.cfg new file mode 100644 index 0000000000..fac162ff2a --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_0.80_Nylon_supersprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Super Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = supersprint +material = generic_nylon +variant = Volcano 0.80mm + +[values] +speed_print = 70 + diff --git a/resources/quality/voron2/voron2_volcano_0.80_PC_extrafast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.80_PC_extrafast.inst.cfg new file mode 100644 index 0000000000..2101446108 --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_0.80_PC_extrafast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Extra Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = extrafast +material = generic_pc +variant = Volcano 0.80mm + +[values] +speed_print = 125 + diff --git a/resources/quality/voron2/voron2_volcano_0.80_PC_sprint.inst.cfg b/resources/quality/voron2/voron2_volcano_0.80_PC_sprint.inst.cfg new file mode 100644 index 0000000000..9219a05388 --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_0.80_PC_sprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = sprint +material = generic_pc +variant = Volcano 0.80mm + +[values] +speed_print = 90 + diff --git a/resources/quality/voron2/voron2_volcano_0.80_PC_supersprint.inst.cfg b/resources/quality/voron2/voron2_volcano_0.80_PC_supersprint.inst.cfg new file mode 100644 index 0000000000..7f604e4d7c --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_0.80_PC_supersprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Super Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = supersprint +material = generic_pc +variant = Volcano 0.80mm + +[values] +speed_print = 70 + diff --git a/resources/quality/voron2/voron2_volcano_0.80_PETG_extrafast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.80_PETG_extrafast.inst.cfg new file mode 100644 index 0000000000..9494ce2f96 --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_0.80_PETG_extrafast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Extra Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = extrafast +material = generic_petg +variant = Volcano 0.80mm + +[values] +speed_print = 125 + diff --git a/resources/quality/voron2/voron2_volcano_0.80_PETG_sprint.inst.cfg b/resources/quality/voron2/voron2_volcano_0.80_PETG_sprint.inst.cfg new file mode 100644 index 0000000000..87f2422faa --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_0.80_PETG_sprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = sprint +material = generic_petg +variant = Volcano 0.80mm + +[values] +speed_print = 90 + diff --git a/resources/quality/voron2/voron2_volcano_0.80_PETG_supersprint.inst.cfg b/resources/quality/voron2/voron2_volcano_0.80_PETG_supersprint.inst.cfg new file mode 100644 index 0000000000..b29cf1dc80 --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_0.80_PETG_supersprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Super Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = supersprint +material = generic_petg +variant = Volcano 0.80mm + +[values] +speed_print = 70 + diff --git a/resources/quality/voron2/voron2_volcano_0.80_PLA_extrafast.inst.cfg b/resources/quality/voron2/voron2_volcano_0.80_PLA_extrafast.inst.cfg new file mode 100644 index 0000000000..05769d69ae --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_0.80_PLA_extrafast.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Extra Fast +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = extrafast +material = generic_pla +variant = Volcano 0.80mm + +[values] +speed_print = 125 + diff --git a/resources/quality/voron2/voron2_volcano_0.80_PLA_sprint.inst.cfg b/resources/quality/voron2/voron2_volcano_0.80_PLA_sprint.inst.cfg new file mode 100644 index 0000000000..5c1f85f991 --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_0.80_PLA_sprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = sprint +material = generic_pla +variant = Volcano 0.80mm + +[values] +speed_print = 90 + diff --git a/resources/quality/voron2/voron2_volcano_0.80_PLA_supersprint.inst.cfg b/resources/quality/voron2/voron2_volcano_0.80_PLA_supersprint.inst.cfg new file mode 100644 index 0000000000..9705b6558c --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_0.80_PLA_supersprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Super Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = supersprint +material = generic_pla +variant = Volcano 0.80mm + +[values] +speed_print = 70 + diff --git a/resources/quality/voron2/voron2_volcano_1.00_ABS_sprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.00_ABS_sprint.inst.cfg new file mode 100644 index 0000000000..ac94dcdf95 --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_1.00_ABS_sprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = sprint +material = generic_abs +variant = Volcano 1.00mm + +[values] +speed_print = 75 + diff --git a/resources/quality/voron2/voron2_volcano_1.00_ABS_supersprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.00_ABS_supersprint.inst.cfg new file mode 100644 index 0000000000..f03ec98a2b --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_1.00_ABS_supersprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Super Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = supersprint +material = generic_abs +variant = Volcano 1.00mm + +[values] +speed_print = 60 + diff --git a/resources/quality/voron2/voron2_volcano_1.00_ABS_ultrasprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.00_ABS_ultrasprint.inst.cfg new file mode 100644 index 0000000000..f6b7522563 --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_1.00_ABS_ultrasprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Ultra Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = ultrasprint +material = generic_abs +variant = Volcano 1.00mm + +[values] +speed_print = 50 + diff --git a/resources/quality/voron2/voron2_volcano_1.00_Nylon_sprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.00_Nylon_sprint.inst.cfg new file mode 100644 index 0000000000..cd4c869603 --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_1.00_Nylon_sprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = sprint +material = generic_nylon +variant = Volcano 1.00mm + +[values] +speed_print = 75 + diff --git a/resources/quality/voron2/voron2_volcano_1.00_Nylon_supersprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.00_Nylon_supersprint.inst.cfg new file mode 100644 index 0000000000..6736ef848c --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_1.00_Nylon_supersprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Super Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = supersprint +material = generic_nylon +variant = Volcano 1.00mm + +[values] +speed_print = 60 + diff --git a/resources/quality/voron2/voron2_volcano_1.00_Nylon_ultrasprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.00_Nylon_ultrasprint.inst.cfg new file mode 100644 index 0000000000..3b9b1f8c86 --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_1.00_Nylon_ultrasprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Ultra Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = ultrasprint +material = generic_nylon +variant = Volcano 1.00mm + +[values] +speed_print = 50 + diff --git a/resources/quality/voron2/voron2_volcano_1.00_PC_sprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.00_PC_sprint.inst.cfg new file mode 100644 index 0000000000..136ef88cf8 --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_1.00_PC_sprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = sprint +material = generic_pc +variant = Volcano 1.00mm + +[values] +speed_print = 75 + diff --git a/resources/quality/voron2/voron2_volcano_1.00_PC_supersprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.00_PC_supersprint.inst.cfg new file mode 100644 index 0000000000..101e3b4f84 --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_1.00_PC_supersprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Super Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = supersprint +material = generic_pc +variant = Volcano 1.00mm + +[values] +speed_print = 60 + diff --git a/resources/quality/voron2/voron2_volcano_1.00_PC_ultrasprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.00_PC_ultrasprint.inst.cfg new file mode 100644 index 0000000000..f95ba6c295 --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_1.00_PC_ultrasprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Ultra Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = ultrasprint +material = generic_pc +variant = Volcano 1.00mm + +[values] +speed_print = 50 + diff --git a/resources/quality/voron2/voron2_volcano_1.00_PETG_sprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.00_PETG_sprint.inst.cfg new file mode 100644 index 0000000000..f494abd961 --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_1.00_PETG_sprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = sprint +material = generic_petg +variant = Volcano 1.00mm + +[values] +speed_print = 75 + diff --git a/resources/quality/voron2/voron2_volcano_1.00_PETG_supersprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.00_PETG_supersprint.inst.cfg new file mode 100644 index 0000000000..a5ab49b205 --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_1.00_PETG_supersprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Super Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = supersprint +material = generic_petg +variant = Volcano 1.00mm + +[values] +speed_print = 60 + diff --git a/resources/quality/voron2/voron2_volcano_1.00_PETG_ultrasprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.00_PETG_ultrasprint.inst.cfg new file mode 100644 index 0000000000..995789fe57 --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_1.00_PETG_ultrasprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Ultra Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = ultrasprint +material = generic_petg +variant = Volcano 1.00mm + +[values] +speed_print = 50 + diff --git a/resources/quality/voron2/voron2_volcano_1.00_PLA_sprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.00_PLA_sprint.inst.cfg new file mode 100644 index 0000000000..44f963d4f1 --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_1.00_PLA_sprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = sprint +material = generic_pla +variant = Volcano 1.00mm + +[values] +speed_print = 75 + diff --git a/resources/quality/voron2/voron2_volcano_1.00_PLA_supersprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.00_PLA_supersprint.inst.cfg new file mode 100644 index 0000000000..60196a272b --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_1.00_PLA_supersprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Super Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = supersprint +material = generic_pla +variant = Volcano 1.00mm + +[values] +speed_print = 60 + diff --git a/resources/quality/voron2/voron2_volcano_1.00_PLA_ultrasprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.00_PLA_ultrasprint.inst.cfg new file mode 100644 index 0000000000..1605cdc7bf --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_1.00_PLA_ultrasprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Ultra Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = ultrasprint +material = generic_pla +variant = Volcano 1.00mm + +[values] +speed_print = 50 + diff --git a/resources/quality/voron2/voron2_volcano_1.20_ABS_sprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.20_ABS_sprint.inst.cfg new file mode 100644 index 0000000000..1da744056f --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_1.20_ABS_sprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = sprint +material = generic_abs +variant = Volcano 1.20mm + +[values] +speed_print = 60 + diff --git a/resources/quality/voron2/voron2_volcano_1.20_ABS_supersprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.20_ABS_supersprint.inst.cfg new file mode 100644 index 0000000000..f59ee77d08 --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_1.20_ABS_supersprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Super Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = supersprint +material = generic_abs +variant = Volcano 1.20mm + +[values] +speed_print = 50 + diff --git a/resources/quality/voron2/voron2_volcano_1.20_ABS_ultrasprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.20_ABS_ultrasprint.inst.cfg new file mode 100644 index 0000000000..4a1b215bc8 --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_1.20_ABS_ultrasprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Ultra Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = ultrasprint +material = generic_abs +variant = Volcano 1.20mm + +[values] +speed_print = 40 + diff --git a/resources/quality/voron2/voron2_volcano_1.20_Nylon_sprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.20_Nylon_sprint.inst.cfg new file mode 100644 index 0000000000..efe9f1d701 --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_1.20_Nylon_sprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = sprint +material = generic_nylon +variant = Volcano 1.20mm + +[values] +speed_print = 60 + diff --git a/resources/quality/voron2/voron2_volcano_1.20_Nylon_supersprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.20_Nylon_supersprint.inst.cfg new file mode 100644 index 0000000000..cb09ac6c6f --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_1.20_Nylon_supersprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Super Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = supersprint +material = generic_nylon +variant = Volcano 1.20mm + +[values] +speed_print = 50 + diff --git a/resources/quality/voron2/voron2_volcano_1.20_Nylon_ultrasprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.20_Nylon_ultrasprint.inst.cfg new file mode 100644 index 0000000000..872a45f236 --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_1.20_Nylon_ultrasprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Ultra Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = ultrasprint +material = generic_nylon +variant = Volcano 1.20mm + +[values] +speed_print = 40 + diff --git a/resources/quality/voron2/voron2_volcano_1.20_PC_sprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.20_PC_sprint.inst.cfg new file mode 100644 index 0000000000..d8e0507cf1 --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_1.20_PC_sprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = sprint +material = generic_pc +variant = Volcano 1.20mm + +[values] +speed_print = 60 + diff --git a/resources/quality/voron2/voron2_volcano_1.20_PC_supersprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.20_PC_supersprint.inst.cfg new file mode 100644 index 0000000000..9875b53f59 --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_1.20_PC_supersprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Super Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = supersprint +material = generic_pc +variant = Volcano 1.20mm + +[values] +speed_print = 50 + diff --git a/resources/quality/voron2/voron2_volcano_1.20_PC_ultrasprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.20_PC_ultrasprint.inst.cfg new file mode 100644 index 0000000000..bf1f366ad7 --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_1.20_PC_ultrasprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Ultra Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = ultrasprint +material = generic_pc +variant = Volcano 1.20mm + +[values] +speed_print = 40 + diff --git a/resources/quality/voron2/voron2_volcano_1.20_PETG_sprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.20_PETG_sprint.inst.cfg new file mode 100644 index 0000000000..22ab4a1fbf --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_1.20_PETG_sprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = sprint +material = generic_petg +variant = Volcano 1.20mm + +[values] +speed_print = 60 + diff --git a/resources/quality/voron2/voron2_volcano_1.20_PETG_supersprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.20_PETG_supersprint.inst.cfg new file mode 100644 index 0000000000..55d1d0693e --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_1.20_PETG_supersprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Super Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = supersprint +material = generic_petg +variant = Volcano 1.20mm + +[values] +speed_print = 50 + diff --git a/resources/quality/voron2/voron2_volcano_1.20_PETG_ultrasprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.20_PETG_ultrasprint.inst.cfg new file mode 100644 index 0000000000..73608a0f16 --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_1.20_PETG_ultrasprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Ultra Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = ultrasprint +material = generic_petg +variant = Volcano 1.20mm + +[values] +speed_print = 40 + diff --git a/resources/quality/voron2/voron2_volcano_1.20_PLA_sprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.20_PLA_sprint.inst.cfg new file mode 100644 index 0000000000..37695fa405 --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_1.20_PLA_sprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = sprint +material = generic_pla +variant = Volcano 1.20mm + +[values] +speed_print = 60 + diff --git a/resources/quality/voron2/voron2_volcano_1.20_PLA_supersprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.20_PLA_supersprint.inst.cfg new file mode 100644 index 0000000000..7d2d8a0db0 --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_1.20_PLA_supersprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Super Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = supersprint +material = generic_pla +variant = Volcano 1.20mm + +[values] +speed_print = 50 + diff --git a/resources/quality/voron2/voron2_volcano_1.20_PLA_ultrasprint.inst.cfg b/resources/quality/voron2/voron2_volcano_1.20_PLA_ultrasprint.inst.cfg new file mode 100644 index 0000000000..1a3052e211 --- /dev/null +++ b/resources/quality/voron2/voron2_volcano_1.20_PLA_ultrasprint.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Ultra Sprint +definition = voron2_base + +[metadata] +setting_version = 11 +type = quality +quality_type = ultrasprint +material = generic_pla +variant = Volcano 1.20mm + +[values] +speed_print = 40 + diff --git a/resources/variants/voron2_250_v6_0.25.inst.cfg b/resources/variants/voron2_250_v6_0.25.inst.cfg new file mode 100644 index 0000000000..6cfdb9364e --- /dev/null +++ b/resources/variants/voron2_250_v6_0.25.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = V6 0.25mm +version = 4 +definition = voron2_250 + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.25 diff --git a/resources/variants/voron2_250_v6_0.30.inst.cfg b/resources/variants/voron2_250_v6_0.30.inst.cfg new file mode 100644 index 0000000000..1b0aff95f0 --- /dev/null +++ b/resources/variants/voron2_250_v6_0.30.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = V6 0.30mm +version = 4 +definition = voron2_250 + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.30 diff --git a/resources/variants/voron2_250_v6_0.35.inst.cfg b/resources/variants/voron2_250_v6_0.35.inst.cfg new file mode 100644 index 0000000000..ce1b39b922 --- /dev/null +++ b/resources/variants/voron2_250_v6_0.35.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = V6 0.35mm +version = 4 +definition = voron2_250 + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.35 diff --git a/resources/variants/voron2_250_v6_0.40.inst.cfg b/resources/variants/voron2_250_v6_0.40.inst.cfg new file mode 100644 index 0000000000..63dd674c0f --- /dev/null +++ b/resources/variants/voron2_250_v6_0.40.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = V6 0.40mm +version = 4 +definition = voron2_250 + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.4 diff --git a/resources/variants/voron2_250_v6_0.50.inst.cfg b/resources/variants/voron2_250_v6_0.50.inst.cfg new file mode 100644 index 0000000000..81763fd5d2 --- /dev/null +++ b/resources/variants/voron2_250_v6_0.50.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = V6 0.50mm +version = 4 +definition = voron2_250 + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.5 diff --git a/resources/variants/voron2_250_v6_0.60.inst.cfg b/resources/variants/voron2_250_v6_0.60.inst.cfg new file mode 100644 index 0000000000..feeafd7b2c --- /dev/null +++ b/resources/variants/voron2_250_v6_0.60.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = V6 0.60mm +version = 4 +definition = voron2_250 + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.6 diff --git a/resources/variants/voron2_250_v6_0.80.inst.cfg b/resources/variants/voron2_250_v6_0.80.inst.cfg new file mode 100644 index 0000000000..62b7ca860b --- /dev/null +++ b/resources/variants/voron2_250_v6_0.80.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = V6 0.80mm +version = 4 +definition = voron2_250 + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.8 diff --git a/resources/variants/voron2_250_volcano_0.40.inst.cfg b/resources/variants/voron2_250_volcano_0.40.inst.cfg new file mode 100644 index 0000000000..f07ce4d5c6 --- /dev/null +++ b/resources/variants/voron2_250_volcano_0.40.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = Volcano 0.40mm +version = 4 +definition = voron2_250 + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.4 diff --git a/resources/variants/voron2_250_volcano_0.60.inst.cfg b/resources/variants/voron2_250_volcano_0.60.inst.cfg new file mode 100644 index 0000000000..1b6be35b48 --- /dev/null +++ b/resources/variants/voron2_250_volcano_0.60.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = Volcano 0.60mm +version = 4 +definition = voron2_250 + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.6 diff --git a/resources/variants/voron2_250_volcano_0.80.inst.cfg b/resources/variants/voron2_250_volcano_0.80.inst.cfg new file mode 100644 index 0000000000..5685bc7aaf --- /dev/null +++ b/resources/variants/voron2_250_volcano_0.80.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = Volcano 0.80mm +version = 4 +definition = voron2_250 + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.8 diff --git a/resources/variants/voron2_250_volcano_1.00.inst.cfg b/resources/variants/voron2_250_volcano_1.00.inst.cfg new file mode 100644 index 0000000000..1b66ab6062 --- /dev/null +++ b/resources/variants/voron2_250_volcano_1.00.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = Volcano 1.00mm +version = 4 +definition = voron2_250 + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 1.0 diff --git a/resources/variants/voron2_250_volcano_1.20.inst.cfg b/resources/variants/voron2_250_volcano_1.20.inst.cfg new file mode 100644 index 0000000000..db77d8eb0a --- /dev/null +++ b/resources/variants/voron2_250_volcano_1.20.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = Volcano 1.20mm +version = 4 +definition = voron2_250 + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 1.2 diff --git a/resources/variants/voron2_300_v6_0.25.inst.cfg b/resources/variants/voron2_300_v6_0.25.inst.cfg new file mode 100644 index 0000000000..0bb6789b38 --- /dev/null +++ b/resources/variants/voron2_300_v6_0.25.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = V6 0.25mm +version = 4 +definition = voron2_300 + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.25 diff --git a/resources/variants/voron2_300_v6_0.30.inst.cfg b/resources/variants/voron2_300_v6_0.30.inst.cfg new file mode 100644 index 0000000000..6ba7ea8c23 --- /dev/null +++ b/resources/variants/voron2_300_v6_0.30.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = V6 0.30mm +version = 4 +definition = voron2_300 + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.30 diff --git a/resources/variants/voron2_300_v6_0.35.inst.cfg b/resources/variants/voron2_300_v6_0.35.inst.cfg new file mode 100644 index 0000000000..36236707ba --- /dev/null +++ b/resources/variants/voron2_300_v6_0.35.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = V6 0.35mm +version = 4 +definition = voron2_300 + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.35 diff --git a/resources/variants/voron2_300_v6_0.40.inst.cfg b/resources/variants/voron2_300_v6_0.40.inst.cfg new file mode 100644 index 0000000000..ff0e717999 --- /dev/null +++ b/resources/variants/voron2_300_v6_0.40.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = V6 0.40mm +version = 4 +definition = voron2_300 + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.4 diff --git a/resources/variants/voron2_300_v6_0.50.inst.cfg b/resources/variants/voron2_300_v6_0.50.inst.cfg new file mode 100644 index 0000000000..c73a23b2c8 --- /dev/null +++ b/resources/variants/voron2_300_v6_0.50.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = V6 0.50mm +version = 4 +definition = voron2_300 + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.5 diff --git a/resources/variants/voron2_300_v6_0.60.inst.cfg b/resources/variants/voron2_300_v6_0.60.inst.cfg new file mode 100644 index 0000000000..76db701875 --- /dev/null +++ b/resources/variants/voron2_300_v6_0.60.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = V6 0.60mm +version = 4 +definition = voron2_300 + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.6 diff --git a/resources/variants/voron2_300_v6_0.80.inst.cfg b/resources/variants/voron2_300_v6_0.80.inst.cfg new file mode 100644 index 0000000000..191bd294fc --- /dev/null +++ b/resources/variants/voron2_300_v6_0.80.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = V6 0.80mm +version = 4 +definition = voron2_300 + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.8 diff --git a/resources/variants/voron2_300_volcano_0.40.inst.cfg b/resources/variants/voron2_300_volcano_0.40.inst.cfg new file mode 100644 index 0000000000..163460d94f --- /dev/null +++ b/resources/variants/voron2_300_volcano_0.40.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = Volcano 0.40mm +version = 4 +definition = voron2_300 + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.4 diff --git a/resources/variants/voron2_300_volcano_0.60.inst.cfg b/resources/variants/voron2_300_volcano_0.60.inst.cfg new file mode 100644 index 0000000000..ee44662784 --- /dev/null +++ b/resources/variants/voron2_300_volcano_0.60.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = Volcano 0.60mm +version = 4 +definition = voron2_300 + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.6 diff --git a/resources/variants/voron2_300_volcano_0.80.inst.cfg b/resources/variants/voron2_300_volcano_0.80.inst.cfg new file mode 100644 index 0000000000..3137ee3556 --- /dev/null +++ b/resources/variants/voron2_300_volcano_0.80.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = Volcano 0.80mm +version = 4 +definition = voron2_300 + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.8 diff --git a/resources/variants/voron2_300_volcano_1.00.inst.cfg b/resources/variants/voron2_300_volcano_1.00.inst.cfg new file mode 100644 index 0000000000..6bf2a060eb --- /dev/null +++ b/resources/variants/voron2_300_volcano_1.00.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = Volcano 1.00mm +version = 4 +definition = voron2_300 + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 1.0 diff --git a/resources/variants/voron2_300_volcano_1.20.inst.cfg b/resources/variants/voron2_300_volcano_1.20.inst.cfg new file mode 100644 index 0000000000..6cdbca1960 --- /dev/null +++ b/resources/variants/voron2_300_volcano_1.20.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = Volcano 1.20mm +version = 4 +definition = voron2_300 + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 1.2 diff --git a/resources/variants/voron2_350_v6_0.25.inst.cfg b/resources/variants/voron2_350_v6_0.25.inst.cfg new file mode 100644 index 0000000000..c337515508 --- /dev/null +++ b/resources/variants/voron2_350_v6_0.25.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = V6 0.25mm +version = 4 +definition = voron2_350 + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.25 diff --git a/resources/variants/voron2_350_v6_0.30.inst.cfg b/resources/variants/voron2_350_v6_0.30.inst.cfg new file mode 100644 index 0000000000..7dcfeea4d4 --- /dev/null +++ b/resources/variants/voron2_350_v6_0.30.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = V6 0.30mm +version = 4 +definition = voron2_350 + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.30 diff --git a/resources/variants/voron2_350_v6_0.35.inst.cfg b/resources/variants/voron2_350_v6_0.35.inst.cfg new file mode 100644 index 0000000000..33747c6d2f --- /dev/null +++ b/resources/variants/voron2_350_v6_0.35.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = V6 0.35mm +version = 4 +definition = voron2_350 + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.35 diff --git a/resources/variants/voron2_350_v6_0.40.inst.cfg b/resources/variants/voron2_350_v6_0.40.inst.cfg new file mode 100644 index 0000000000..16149215dd --- /dev/null +++ b/resources/variants/voron2_350_v6_0.40.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = V6 0.40mm +version = 4 +definition = voron2_350 + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.4 diff --git a/resources/variants/voron2_350_v6_0.50.inst.cfg b/resources/variants/voron2_350_v6_0.50.inst.cfg new file mode 100644 index 0000000000..d256bca35f --- /dev/null +++ b/resources/variants/voron2_350_v6_0.50.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = V6 0.50mm +version = 4 +definition = voron2_350 + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.5 diff --git a/resources/variants/voron2_350_v6_0.60.inst.cfg b/resources/variants/voron2_350_v6_0.60.inst.cfg new file mode 100644 index 0000000000..831d8ad39c --- /dev/null +++ b/resources/variants/voron2_350_v6_0.60.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = V6 0.60mm +version = 4 +definition = voron2_350 + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.6 diff --git a/resources/variants/voron2_350_v6_0.80.inst.cfg b/resources/variants/voron2_350_v6_0.80.inst.cfg new file mode 100644 index 0000000000..2b51e08faf --- /dev/null +++ b/resources/variants/voron2_350_v6_0.80.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = V6 0.80mm +version = 4 +definition = voron2_350 + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.8 diff --git a/resources/variants/voron2_350_volcano_0.40.inst.cfg b/resources/variants/voron2_350_volcano_0.40.inst.cfg new file mode 100644 index 0000000000..2aaf2153fc --- /dev/null +++ b/resources/variants/voron2_350_volcano_0.40.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = Volcano 0.40mm +version = 4 +definition = voron2_350 + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.4 diff --git a/resources/variants/voron2_350_volcano_0.60.inst.cfg b/resources/variants/voron2_350_volcano_0.60.inst.cfg new file mode 100644 index 0000000000..7e6460a8ce --- /dev/null +++ b/resources/variants/voron2_350_volcano_0.60.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = Volcano 0.60mm +version = 4 +definition = voron2_350 + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.6 diff --git a/resources/variants/voron2_350_volcano_0.80.inst.cfg b/resources/variants/voron2_350_volcano_0.80.inst.cfg new file mode 100644 index 0000000000..5a689a1293 --- /dev/null +++ b/resources/variants/voron2_350_volcano_0.80.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = Volcano 0.80mm +version = 4 +definition = voron2_350 + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.8 diff --git a/resources/variants/voron2_350_volcano_1.00.inst.cfg b/resources/variants/voron2_350_volcano_1.00.inst.cfg new file mode 100644 index 0000000000..924843c866 --- /dev/null +++ b/resources/variants/voron2_350_volcano_1.00.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = Volcano 1.00mm +version = 4 +definition = voron2_350 + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 1.0 diff --git a/resources/variants/voron2_350_volcano_1.20.inst.cfg b/resources/variants/voron2_350_volcano_1.20.inst.cfg new file mode 100644 index 0000000000..2a724099c7 --- /dev/null +++ b/resources/variants/voron2_350_volcano_1.20.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = Volcano 1.20mm +version = 4 +definition = voron2_350 + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 1.2 diff --git a/resources/variants/voron2_custom_v6_0.25.inst.cfg b/resources/variants/voron2_custom_v6_0.25.inst.cfg new file mode 100644 index 0000000000..abed941ae0 --- /dev/null +++ b/resources/variants/voron2_custom_v6_0.25.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = V6 0.25mm +version = 4 +definition = voron2_custom + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.25 diff --git a/resources/variants/voron2_custom_v6_0.30.inst.cfg b/resources/variants/voron2_custom_v6_0.30.inst.cfg new file mode 100644 index 0000000000..e49dd17297 --- /dev/null +++ b/resources/variants/voron2_custom_v6_0.30.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = V6 0.30mm +version = 4 +definition = voron2_custom + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.30 diff --git a/resources/variants/voron2_custom_v6_0.35.inst.cfg b/resources/variants/voron2_custom_v6_0.35.inst.cfg new file mode 100644 index 0000000000..1b04ad373b --- /dev/null +++ b/resources/variants/voron2_custom_v6_0.35.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = V6 0.35mm +version = 4 +definition = voron2_custom + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.35 diff --git a/resources/variants/voron2_custom_v6_0.40.inst.cfg b/resources/variants/voron2_custom_v6_0.40.inst.cfg new file mode 100644 index 0000000000..ab955e682b --- /dev/null +++ b/resources/variants/voron2_custom_v6_0.40.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = V6 0.40mm +version = 4 +definition = voron2_custom + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.4 diff --git a/resources/variants/voron2_custom_v6_0.50.inst.cfg b/resources/variants/voron2_custom_v6_0.50.inst.cfg new file mode 100644 index 0000000000..3f5aae7333 --- /dev/null +++ b/resources/variants/voron2_custom_v6_0.50.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = V6 0.50mm +version = 4 +definition = voron2_custom + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.5 diff --git a/resources/variants/voron2_custom_v6_0.60.inst.cfg b/resources/variants/voron2_custom_v6_0.60.inst.cfg new file mode 100644 index 0000000000..1f060b536d --- /dev/null +++ b/resources/variants/voron2_custom_v6_0.60.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = V6 0.60mm +version = 4 +definition = voron2_custom + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.6 diff --git a/resources/variants/voron2_custom_v6_0.80.inst.cfg b/resources/variants/voron2_custom_v6_0.80.inst.cfg new file mode 100644 index 0000000000..3f7de62ff9 --- /dev/null +++ b/resources/variants/voron2_custom_v6_0.80.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = V6 0.80mm +version = 4 +definition = voron2_custom + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.8 diff --git a/resources/variants/voron2_custom_volcano_0.40.inst.cfg b/resources/variants/voron2_custom_volcano_0.40.inst.cfg new file mode 100644 index 0000000000..fd9fd0710b --- /dev/null +++ b/resources/variants/voron2_custom_volcano_0.40.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = Volcano 0.40mm +version = 4 +definition = voron2_custom + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.4 diff --git a/resources/variants/voron2_custom_volcano_0.60.inst.cfg b/resources/variants/voron2_custom_volcano_0.60.inst.cfg new file mode 100644 index 0000000000..b431f67698 --- /dev/null +++ b/resources/variants/voron2_custom_volcano_0.60.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = Volcano 0.60mm +version = 4 +definition = voron2_custom + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.6 diff --git a/resources/variants/voron2_custom_volcano_0.80.inst.cfg b/resources/variants/voron2_custom_volcano_0.80.inst.cfg new file mode 100644 index 0000000000..92db541439 --- /dev/null +++ b/resources/variants/voron2_custom_volcano_0.80.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = Volcano 0.80mm +version = 4 +definition = voron2_custom + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.8 diff --git a/resources/variants/voron2_custom_volcano_1.00.inst.cfg b/resources/variants/voron2_custom_volcano_1.00.inst.cfg new file mode 100644 index 0000000000..0d32537ea5 --- /dev/null +++ b/resources/variants/voron2_custom_volcano_1.00.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = Volcano 1.00mm +version = 4 +definition = voron2_custom + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 1.0 diff --git a/resources/variants/voron2_custom_volcano_1.20.inst.cfg b/resources/variants/voron2_custom_volcano_1.20.inst.cfg new file mode 100644 index 0000000000..73863370ce --- /dev/null +++ b/resources/variants/voron2_custom_volcano_1.20.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = Volcano 1.20mm +version = 4 +definition = voron2_custom + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 1.2