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..470cf11dd0 --- /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": { "default_value": "retraction_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..33ff84d3d9 --- /dev/null +++ b/resources/extruders/voron2_extruder_0.def.json @@ -0,0 +1,17 @@ +{ + "id": "voron2_extruder_0", + "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..473ff41287 --- /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 = 10 +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..526796caf2 --- /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 = 10 +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..a36eafa8f5 --- /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 = 10 +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..e8dfb4dbdc --- /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 = 10 +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..4ecaa6e399 --- /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 = 10 +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..46a34ec3af --- /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 = 10 +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..4421e7b253 --- /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 = 10 +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..64b59404c8 --- /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 = 10 +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..1e63bf3a39 --- /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 = 10 +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..e57a442720 --- /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 = 10 +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..915978fb4a --- /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 = 10 +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..8a469826d9 --- /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 = 10 +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..bffe59c443 --- /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 = 10 +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..5ad68aaed0 --- /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 = 10 +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..26c6990d5b --- /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 = 10 +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..2e7bc18e56 --- /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 = 10 +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..2f76e1911a --- /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 = 10 +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..5aba182ea1 --- /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 = 10 +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..cd8a8355b0 --- /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 = 10 +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..b042d581c0 --- /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 = 10 +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..667fd6d6c2 --- /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 = 10 +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..17ad3c0063 --- /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 = 10 +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..c9fc0b2695 --- /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 = 10 +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..758499ba35 --- /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 = 10 +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..f47c95c509 --- /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 = 10 +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..6e00f5078a --- /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 = 10 +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..625b025941 --- /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 = 10 +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..f8133cf581 --- /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 = 10 +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..f90cb9ccfd --- /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 = 10 +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..65e5d0019d --- /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 = 10 +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..155323a5c6 --- /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 = 10 +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..2c8b0baffd --- /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 = 10 +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..104a707a40 --- /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 = 10 +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..9c76b45c1b --- /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 = 10 +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..bc5662f41e --- /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 = 10 +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..43adef311f --- /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 = 10 +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..a7d4e03afc --- /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 = 10 +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..8fa8138451 --- /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 = 10 +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..9341fdc75c --- /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 = 10 +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..ea0913566e --- /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 = 10 +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..0f3a95ba67 --- /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 = 10 +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..82e55d9eb1 --- /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 = 10 +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..897b7b06b5 --- /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 = 10 +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..caf99c7308 --- /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 = 10 +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..676df0bcc9 --- /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 = 10 +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..1a503aa6d2 --- /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 = 10 +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..0711760672 --- /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 = 10 +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..78aa6737ee --- /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 = 10 +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..da7a6c5569 --- /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 = 10 +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..c557b3edb1 --- /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 = 10 +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..b51e60d8b1 --- /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 = 10 +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..778a46c65f --- /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 = 10 +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..d9bbddf1b2 --- /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 = 10 +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..a49a99ee7b --- /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 = 10 +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..3d79e82034 --- /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 = 10 +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..1db4cac16b --- /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 = 10 +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..29248572d5 --- /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 = 10 +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..3da7d57596 --- /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 = 10 +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..26fc1e4de8 --- /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 = 10 +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..bd33d03543 --- /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 = 10 +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..01e50a1861 --- /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 = 10 +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..b5856295bf --- /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 = 10 +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..ba70aa23e5 --- /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 = 10 +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..956a0931e3 --- /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 = 10 +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..2c4d3550a3 --- /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 = 10 +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..cd1c9ffc69 --- /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 = 10 +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..4c35a9b441 --- /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 = 10 +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..1cef51d9bd --- /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 = 10 +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..3a21f1e768 --- /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 = 10 +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..895f88418d --- /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 = 10 +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..85660beec4 --- /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 = 10 +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..3e4d14b268 --- /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 = 10 +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..1f88e3407a --- /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 = 10 +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..2aae68dcec --- /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 = 10 +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..4732c8327c --- /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 = 10 +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..ee14d53753 --- /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 = 10 +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..7cc977d33a --- /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 = 10 +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..7ce9909dc7 --- /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 = 10 +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..cbb8e66c9f --- /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 = 10 +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..f6add294cd --- /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 = 10 +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..6dd129a82b --- /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 = 10 +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..c695ad1c2c --- /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 = 10 +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..7a3b716081 --- /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 = 10 +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..6b1c589c3e --- /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 = 10 +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..af3a326dec --- /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 = 10 +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..1894c37e7e --- /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 = 10 +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..42a0f40bf2 --- /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 = 10 +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..00938773bd --- /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 = 10 +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..2703452516 --- /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 = 10 +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..5efca63289 --- /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 = 10 +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..3edd4ad218 --- /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 = 10 +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..6afec8e516 --- /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 = 10 +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..927cf8e84d --- /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 = 10 +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..9203ef915d --- /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 = 10 +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..a9385e8afe --- /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 = 10 +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..cd63fc2a91 --- /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 = 10 +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..6636b2e448 --- /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 = 10 +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..990fe9952d --- /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 = 10 +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..d7a22b1e46 --- /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 = 10 +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..2e5091357d --- /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 = 10 +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..8c7ea45ddf --- /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 = 10 +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..63f404a418 --- /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 = 10 +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..e951d27c0e --- /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 = 10 +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..9ed1d902b9 --- /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 = 10 +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..b058e511e2 --- /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 = 10 +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..f4ae310595 --- /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 = 10 +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..ce9f595e78 --- /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 = 10 +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..bc766fd7bd --- /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 = 10 +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..84d0ae4c08 --- /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 = 10 +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..20dd2789c0 --- /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 = 10 +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..58077a195a --- /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 = 10 +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..2b057e7001 --- /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 = 10 +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..c376c12703 --- /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 = 10 +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..5611423e1a --- /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 = 10 +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..95fc31429d --- /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 = 10 +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..204644c268 --- /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 = 10 +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..fc5018b8de --- /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 = 10 +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..1012848344 --- /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 = 10 +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..4a84efd817 --- /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 = 10 +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..db1561af1c --- /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 = 10 +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..88e08bf330 --- /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 = 10 +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..c20ba43e21 --- /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 = 10 +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..d17ec636db --- /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 = 10 +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..86c046e3d6 --- /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 = 10 +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..3ee30121e3 --- /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 = 10 +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..3975d28afc --- /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 = 10 +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..0fd4384a4a --- /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 = 10 +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..23dec4bfe8 --- /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 = 10 +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..242fdae6a0 --- /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 = 10 +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..b1c5daf74d --- /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 = 10 +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..e5a26c487e --- /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 = 10 +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..3c2b6ce1c8 --- /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 = 10 +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..4fe7d88704 --- /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 = 10 +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..8dbb9e7d1f --- /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 = 10 +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..e15b06fbf6 --- /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 = 10 +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..29ae32ba9b --- /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 = 10 +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..4776f6ce68 --- /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 = 10 +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..1558323dd1 --- /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 = 10 +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..11fcc1942e --- /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 = 10 +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..6edd2f211f --- /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 = 10 +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..64197b6930 --- /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 = 10 +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..c2a88681f6 --- /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 = 10 +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..45dc9757a6 --- /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 = 10 +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..e599aae395 --- /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 = 10 +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..934c8b0f45 --- /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 = 10 +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..6d29e70950 --- /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 = 10 +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..ed5c6dd198 --- /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 = 10 +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..4e35f3e441 --- /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 = 10 +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..9512c8965a --- /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 = 10 +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..58d8e972fa --- /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 = 10 +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..3290de3acd --- /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 = 10 +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..5bceae0bdb --- /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 = 10 +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..3b62490f59 --- /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 = 10 +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..c442b8bfd6 --- /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 = 10 +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..1511c03712 --- /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 = 10 +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..009b658dd2 --- /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 = 10 +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..3af81a0208 --- /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 = 10 +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..673a65165a --- /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 = 10 +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..731dc83da8 --- /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 = 10 +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..38a4433994 --- /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 = 10 +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..b6c2c220a6 --- /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 = 10 +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..052bde6b95 --- /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 = 10 +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..ac91c9b425 --- /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 = 10 +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..9a737e0cbc --- /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 = 10 +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..96bac73358 --- /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 = 10 +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..aa9b876e1f --- /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 = 10 +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..8d38684ad1 --- /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 = 10 +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..d642a79282 --- /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 = 10 +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..7e05dfe9b2 --- /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 = 10 +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..e44d61a962 --- /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 = 10 +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..354c4bf413 --- /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 = 10 +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..de2706e701 --- /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 = 10 +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..55d40b1e77 --- /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 = 10 +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..6418ee5bd5 --- /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 = 10 +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..8a2701787b --- /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 = 10 +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..1f7a831c78 --- /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 = 10 +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..64b1914514 --- /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 = 10 +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..78ba82434e --- /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 = 10 +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..36aa876dd9 --- /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 = 10 +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..682ecd3039 --- /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 = 10 +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..746a6f9a04 --- /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 = 10 +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..b7e89c865c --- /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 = 10 +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..219a5687c6 --- /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 = 10 +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..1097b2d93b --- /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 = 10 +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..43d24b4f7a --- /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 = 10 +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..6219de24ae --- /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 = 10 +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..47e044b780 --- /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 = 10 +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..96118153c3 --- /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 = 10 +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..b838ef1cb8 --- /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 = 10 +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..6b847a7b9a --- /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 = 10 +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..746a7818a6 --- /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 = 10 +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..6477916e83 --- /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 = 10 +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..a19f6b6008 --- /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 = 10 +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..0ac925c216 --- /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 = 10 +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..f26ab486de --- /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 = 10 +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..71a740ac59 --- /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 = 10 +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..25d46dba8b --- /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 = 10 +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..55ec72db9f --- /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 = 10 +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..214f5a71c7 --- /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 = 10 +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..a382563150 --- /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 = 10 +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..20fcdb9ba8 --- /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 = 10 +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..df057bf6a4 --- /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 = 10 +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..a15cac6207 --- /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 = 10 +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..9a6b7778ed --- /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 = 10 +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..3bc0f83735 --- /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 = 10 +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..ace8baa6ee --- /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 = 10 +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..7b2022be07 --- /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 = 10 +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..2362004a49 --- /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 = 10 +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..1ac50d237b --- /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 = 10 +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..7fbe5d4e73 --- /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 = 10 +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..ecea745c6c --- /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 = 10 +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..eb0f80b497 --- /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 = 10 +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..12f0c55565 --- /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 = 10 +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..ee7b6f6c0f --- /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 = 10 +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..6dc58abfcc --- /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 = 10 +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..7206cffdf3 --- /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 = 10 +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..4d9a518b47 --- /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 = 10 +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..fc82a4884b --- /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 = 10 +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..21109e1ec7 --- /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 = 10 +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..09b0aeb98d --- /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 = 10 +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..6c17c1f298 --- /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 = 10 +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..42a00c6ba3 --- /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 = 10 +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..01f9ab79b4 --- /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 = 10 +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..8d7da52ec3 --- /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 = 10 +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..ccae572afa --- /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 = 10 +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..08e8e257e1 --- /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 = 10 +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..91a5eb3213 --- /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 = 10 +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..bebecd73df --- /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 = 10 +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..c2637b949b --- /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 = 10 +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..3de952f75b --- /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 = 10 +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..a01e9b7568 --- /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 = 10 +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..7884d00f84 --- /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 = 10 +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..b611f75d79 --- /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 = 10 +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..282d222e94 --- /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 = 10 +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..472d2068a3 --- /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 = 10 +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..7ee8949a6c --- /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 = 10 +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..236622f82c --- /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 = 10 +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..8b65c629ad --- /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 = 10 +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..badcb51f95 --- /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 = 10 +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..27c6f0f232 --- /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 = 10 +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..bf16710775 --- /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 = 10 +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..3f1786b1f2 --- /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 = 10 +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..a043468214 --- /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 = 10 +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..1e7fb132b9 --- /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 = 10 +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..c9614e9b4c --- /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 = 10 +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..3a81df9ffe --- /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 = 10 +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..04309dcc29 --- /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 = 10 +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..f215e05645 --- /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 = 10 +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..47572b132c --- /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 = 10 +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..e6855cd621 --- /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 = 10 +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..2c0372975f --- /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 = 10 +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..d3f6213519 --- /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 = 10 +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..566077a06e --- /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 = 10 +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..6cf086a3d7 --- /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 = 10 +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..d27bc1a4bc --- /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 = 10 +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..ff164d8283 --- /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 = 10 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 1.2