diff --git a/resources/definitions/SV01.def.json b/resources/definitions/SV01.def.json index 81af2793dc..3a9d6522da 100644 --- a/resources/definitions/SV01.def.json +++ b/resources/definitions/SV01.def.json @@ -1,6 +1,6 @@ { "version": 2, - "name": "Sovol-SV01", + "name": "Sovol-SV01 (Legacy)", "inherits": "fdmprinter", "metadata": { @@ -15,7 +15,6 @@ }, "overrides": { - "acceleration_enabled": { "value": false }, "acceleration_print": { "value": 500 }, "acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" }, "acceleration_travel": { "value": 500 }, @@ -38,7 +37,6 @@ "machine_max_acceleration_e": { "value": 5000 }, "machine_max_acceleration_x": { "value": 500 }, "machine_max_acceleration_y": { "value": 500 }, - "machine_max_acceleration_z": { "value": 100 }, "machine_max_feedrate_e": { "value": 50 }, "machine_max_feedrate_x": { "value": 500 }, "machine_max_feedrate_y": { "value": 500 }, @@ -56,7 +54,6 @@ "retraction_amount": { "default_value": 3 }, "retraction_speed": { "default_value": 50 }, "skin_overlap": { "value": 10.0 }, - "skirt_brim_speed": { "value": "speed_layer_0" }, "speed_print": { "value": 50.0 }, "wall_0_wipe_dist": { "value": 0.0 }, "z_seam_corner": { "value": "'z_seam_corner_weighted'" }, diff --git a/resources/definitions/SV02.def.json b/resources/definitions/SV02.def.json index 57245e8e68..95b165075b 100644 --- a/resources/definitions/SV02.def.json +++ b/resources/definitions/SV02.def.json @@ -1,6 +1,6 @@ { "version": 2, - "name": "Sovol-SV02", + "name": "Sovol-SV02 (Legacy)", "inherits": "fdmprinter", "metadata": { @@ -19,7 +19,6 @@ }, "overrides": { - "acceleration_enabled": { "value": false }, "acceleration_print": { "value": 500 }, "acceleration_travel": { "value": 500 }, "acceleration_travel_layer_0": { "value": "acceleration_travel" }, @@ -40,11 +39,9 @@ "jerk_travel": { "value": "jerk_print" }, "jerk_travel_layer_0": { "value": "jerk_travel" }, "machine_acceleration": { "value": 500 }, - "machine_center_is_zero": { "default_value": false }, "machine_depth": { "default_value": 240 }, "machine_end_gcode": { "default_value": "M104 S0 ;hotend off\nM140 S0 ;bed off\nG92 E0\nG1 F2000 E-100 ;retract filament 100mm\nG92 E0\nG1 F3000 X0 Y240 ;move bed for easy part removal\nM84 ;disable steppers" }, "machine_extruder_count": { "default_value": 2 }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, "machine_heated_bed": { "default_value": true }, "machine_height": { "default_value": 300 }, "machine_max_acceleration_e": { "value": 500 }, @@ -55,16 +52,14 @@ "machine_max_feedrate_x": { "value": 500 }, "machine_max_feedrate_y": { "value": 500 }, "machine_max_feedrate_z": { "value": 10 }, - "machine_max_jerk_e": { "default_value": 5.0 }, "machine_max_jerk_xy": { "default_value": 5.0 }, "machine_max_jerk_z": { "default_value": 0.4 }, "machine_name": { "default_value": "SV02" }, "machine_start_gcode": { "default_value": "G21 ;metric values\nG28 ;home all\nG90 ;absolute positioning\nM107 ;start with the fan off\nG1 F2400 Z15.0 ;raise the nozzle 15mm\nM109 S{material_print_temperature} ;Set Extruder Temperature and Wait\nM190 S{material_bed_temperature}; Wait for bed temperature to reach target temp\nT0 ;Switch to Extruder 1\nG1 F3000 X5 Y10 Z0.2 ;move to prime start position\nG92 E0 ;reset extrusion distance\nG1 F600 X160 E5 ;prime nozzle in a line\nG1 F5000 X180 ;quick wipe\nG92 E0 ;reset extrusion distance" }, "machine_width": { "default_value": 280 }, "material_diameter": { "default_value": 1.75 }, - "material_final_print_temperature": { "value": 195 }, "material_initial_print_temperature": { "value": "material_print_temperature" }, - "prime_tower_min_volume": { "value": "((resolveOrValue('prime_tower_size') * 0.5) ** 2 * 3.14159 * resolveOrValue('layer_height'))/2" }, + "prime_tower_min_volume": { "value": "((reveOrValue('layer_height'))/2" }, "prime_tower_position_x": { "value": "240" }, "prime_tower_position_y": { "value": "190" }, "prime_tower_size": { "value": "30" }, @@ -76,7 +71,6 @@ "skirt_line_count": { "value": 3 }, "speed_print": { "default_value": 50 }, "top_bottom_thickness": { "default_value": 1 }, - "travel_retract_before_outer_wall": { "default_value": true }, "wall_0_wipe_dist": { "value": 0.0 } } } \ No newline at end of file diff --git a/resources/definitions/SV03.def.json b/resources/definitions/SV03.def.json index 9a550c1960..b3ace64f4a 100644 --- a/resources/definitions/SV03.def.json +++ b/resources/definitions/SV03.def.json @@ -1,66 +1,64 @@ -{ - "version": 2, - "name": "Sovol-SV03", - "inherits": "fdmprinter", - "metadata": { - "visible": true, - "author": "Sovol", - "manufacturer": "Sovol 3D", - "file_formats": "text/x-gcode", - "has_variants": false, - "has_machine_quality": false, - "preferred_quality_type": "draft", - "machine_extruder_trains": { - "0": "SV03_extruder_0" - } - }, - - "overrides": { - "machine_name": { "default_value": "SV03" }, - "machine_extruder_count": { "default_value": 1 }, - "machine_width": { "default_value": 350 }, - "machine_depth": { "default_value": 350 }, - "machine_height": { "default_value": 400 }, - "machine_max_feedrate_x": { "value": 500 }, - "machine_max_feedrate_y": { "value": 500 }, - "machine_max_feedrate_z": { "value": 10 }, - "machine_max_feedrate_e": { "value": 50 }, - "machine_max_acceleration_x": { "value": 500 }, - "machine_max_acceleration_y": { "value": 500 }, - "machine_max_acceleration_z": { "value": 100 }, - "machine_max_acceleration_e": { "value": 5000 }, - "machine_acceleration": { "value": 500 }, - "machine_max_jerk_xy": { "value": 10 }, - "machine_max_jerk_z": { "value": 0.4 }, - "machine_max_jerk_e": { "value": 5 }, - "machine_heated_bed": { "default_value": true }, - "material_diameter": { "default_value": 1.75 }, - "acceleration_print": { "value": 500 }, - "acceleration_travel": { "value": 500 }, - "acceleration_travel_layer_0": { "value": "acceleration_travel" }, - "acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" }, - "jerk_print": { "value": 8 }, - "jerk_travel": { "value": "jerk_print" }, - "jerk_travel_layer_0": { "value": "jerk_travel" }, - "acceleration_enabled": { "value": false }, - "jerk_enabled": { "value": false }, - "speed_print": { "value": 50.0 } , - "skirt_brim_speed": { "value": "speed_layer_0" }, - "optimize_wall_printing_order": { "value": "True" }, - "material_initial_print_temperature": { "value": "material_print_temperature" }, - "material_final_print_temperature": { "value": "material_print_temperature" }, - "z_seam_type": { "value": "'back'" }, - "z_seam_corner": { "value": "'z_seam_corner_weighted'" }, - "infill_pattern": { "value": "'lines'" }, - "infill_before_walls": { "value": false }, - "infill_overlap": { "value": 30.0 }, - "skin_overlap": { "value": 10.0 }, - "infill_wipe_dist": { "value": 0.0 }, - "wall_0_wipe_dist": { "value": 0.0 }, - "retraction_amount": { "default_value": 3}, - "retraction_speed": { "default_value": 50}, - "adhesion_type": { "value": "'skirt'" }, - "machine_start_gcode": { "default_value": "M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration\nM203 X500.00 Y500.00 Z10.00 E50.00 ;Setup machine max feedrate\nM204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration\nM205 X8.00 Y8.00 Z0.40 E5.00 ;Setup Jerk\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\n\nG28 ;Home\nG29 ;Automatic Leveling\n\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\n" }, - "machine_end_gcode": { "default_value": "G91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X0 Y240 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positioning\n\nG1 X0 Y{machine_depth} ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z\n" } - } -} +{ + "version": 2, + "name": "Sovol-SV03 (Legacy)", + "inherits": "fdmprinter", + "metadata": + { + "visible": true, + "author": "Sovol", + "manufacturer": "Sovol 3D", + "file_formats": "text/x-gcode", + "has_machine_quality": false, + "has_variants": false, + "machine_extruder_trains": { "0": "SV03_extruder_0" }, + "preferred_quality_type": "draft" + }, + "overrides": + { + "acceleration_enabled": { "value": false }, + "acceleration_print": { "value": 500 }, + "acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" }, + "acceleration_travel": { "value": 500 }, + "acceleration_travel_layer_0": { "value": "acceleration_travel" }, + "adhesion_type": { "value": "'skirt'" }, + "infill_before_walls": { "value": false }, + "infill_overlap": { "value": 30.0 }, + "infill_pattern": { "value": "'lines'" }, + "infill_wipe_dist": { "value": 0.0 }, + "jerk_enabled": { "value": false }, + "jerk_print": { "value": 8 }, + "jerk_travel": { "value": "jerk_print" }, + "jerk_travel_layer_0": { "value": "jerk_travel" }, + "machine_acceleration": { "value": 500 }, + "machine_depth": { "default_value": 350 }, + "machine_end_gcode": { "default_value": "G91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X0 Y240 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positioning\n\nG1 X0 Y{machine_depth} ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z\n" }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 400 }, + "machine_max_acceleration_e": { "value": 5000 }, + "machine_max_acceleration_x": { "value": 500 }, + "machine_max_acceleration_y": { "value": 500 }, + "machine_max_acceleration_z": { "value": 100 }, + "machine_max_feedrate_e": { "value": 50 }, + "machine_max_feedrate_x": { "value": 500 }, + "machine_max_feedrate_y": { "value": 500 }, + "machine_max_feedrate_z": { "value": 10 }, + "machine_max_jerk_e": { "value": 5 }, + "machine_max_jerk_xy": { "value": 10 }, + "machine_max_jerk_z": { "value": 0.4 }, + "machine_name": { "default_value": "SV03" }, + "machine_start_gcode": { "default_value": "M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration\nM203 X500.00 Y500.00 Z10.00 E50.00 ;Setup machine max feedrate\nM204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration\nM205 X8.00 Y8.00 Z0.40 E5.00 ;Setup Jerk\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\n\nG28 ;Home\nG29 ;Automatic Leveling\n\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\n" }, + "machine_width": { "default_value": 350 }, + "material_diameter": { "default_value": 1.75 }, + "material_final_print_temperature": { "value": "material_print_temperature" }, + "material_initial_print_temperature": { "value": "material_print_temperature" }, + "optimize_wall_printing_order": { "value": "True" }, + "retraction_amount": { "default_value": 3 }, + "retraction_speed": { "default_value": 50 }, + "skin_overlap": { "value": 10.0 }, + "skirt_brim_speed": { "value": "speed_layer_0" }, + "speed_print": { "value": 50.0 }, + "wall_0_wipe_dist": { "value": 0.0 }, + "z_seam_corner": { "value": "'z_seam_corner_weighted'" }, + "z_seam_type": { "value": "'back'" } + } +} \ No newline at end of file diff --git a/resources/definitions/sovol_base.def.json b/resources/definitions/sovol_base.def.json new file mode 100644 index 0000000000..125a3342b4 --- /dev/null +++ b/resources/definitions/sovol_base.def.json @@ -0,0 +1,117 @@ +{ + "version": 2, + "name": "Sovol Base Printer", + "inherits": "fdmprinter", + "metadata": + { + "visible": false, + "author": "ed3d.net", + "manufacturer": "Sovol 3D", + "file_formats": "text/x-gcode", + "exclude_materials": [ + "Vertex_Delta_ABS", + "Vertex_Delta_PET", + "Vertex_Delta_PLA", + "Vertex_Delta_TPU", + "chromatik_pla", + "dsm_arnitel2045_175", + "dsm_novamid1070_175", + "fabtotum_abs", + "fabtotum_nylon", + "fabtotum_pla", + "fabtotum_tpu", + "fiberlogy_hd_pla", + "filo3d_pla", + "filo3d_pla_green", + "filo3d_pla_red", + "generic_abs", + "generic_bam", + "generic_cffcpe", + "generic_cffpa", + "generic_cpe", + "generic_cpe_plus", + "generic_gffcpe", + "generic_gffpa", + "generic_hips", + "generic_nylon", + "generic_pc", + "generic_petg", + "generic_pla", + "generic_pp", + "generic_pva", + "generic_tough_pla", + "generic_tpu", + "imade3d_petg_green", + "imade3d_petg_pink", + "imade3d_pla_green", + "imade3d_pla_pink", + "innofill_innoflex60_175", + "octofiber_pla", + "polyflex_pla", + "polymax_pla", + "polyplus_pla", + "polywood_pla", + "structur3d_dap100silicone", + "tizyx_abs", + "tizyx_pla", + "tizyx_pla_bois", + "verbatim_bvoh_175", + "zyyx_pro_flex", + "zyyx_pro_pla" + ], + "first_start_actions": [ "MachineSettingsAction" ], + "has_machine_quality": true, + "has_materials": true, + "has_variants": true, + "preferred_quality_type": "standard", + "preferred_variant_name": "0.4mm Nozzle", + "variants_name": "Nozzle Size" + }, + "overrides": + { + "acceleration_enabled": { "value": true }, + "acceleration_print": { "value": 500 }, + "acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" }, + "acceleration_travel": { "value": 500 }, + "acceleration_travel_layer_0": { "value": "acceleration_travel" }, + "adaptive_layer_height_variation": { "value": 0.04 }, + "adaptive_layer_height_variation_step": { "value": 0.04 }, + "adhesion_type": { "value": "'skirt'" }, + "infill_before_walls": { "value": false }, + "infill_line_distance": { "value": "0 if infill_sparse_density == 0 else (infill_line_width * 100) / infill_sparse_density * (2 if infill_pattern == 'grid' else (3 if infill_pattern == 'triangles' or infill_pattern == 'trihexagon' or infill_pattern == 'cubic' or infill_pattern == 'cubicsubdiv' else (2 if infill_pattern == 'tetrahedral' or infill_pattern == 'quarter_cubic' else (1 if infill_pattern == 'cross' or infill_pattern == 'cross_3d' else 1))))" }, + "infill_overlap": { "value": 30.0 }, + "infill_pattern": { "value": "'zigzag' if infill_sparse_density > 89 else 'cubic'" }, + "infill_sparse_density": { "value": 10.0 }, + "infill_wipe_dist": { "value": 0.0 }, + "jerk_enabled": { "value": true }, + "jerk_print": { "value": 8 }, + "jerk_travel": { "value": "jerk_print * 2" }, + "jerk_travel_layer_0": { "value": "jerk_travel" }, + "machine_acceleration": { "value": 500 }, + "machine_heated_bed": { "default_value": true }, + "machine_max_acceleration_e": { "value": 5000 }, + "machine_max_acceleration_x": { "value": 500 }, + "machine_max_acceleration_y": { "value": 500 }, + "machine_max_feedrate_e": { "value": 50 }, + "machine_max_feedrate_x": { "value": 500 }, + "machine_max_feedrate_y": { "value": 500 }, + "machine_max_feedrate_z": { "value": 10 }, + "machine_max_jerk_xy": { "value": 8 }, + "material_diameter": { "default_value": 1.75 }, + "material_final_print_temperature": { "value": "material_print_temperature" }, + "material_initial_print_temperature": { "value": "material_print_temperature" }, + "optimize_wall_printing_order": { "value": "True" }, + "retraction_amount": { "default_value": 0.5 }, + "retraction_speed": { "default_value": 40 }, + "skin_monotonic": { "value": true }, + "skin_overlap": { "value": 10.0 }, + "speed_layer_0": { "value": 20.0 }, + "speed_print": { "value": 50.0 }, + "speed_topbottom": { "value": "math.ceil(speed_print * (50 / 100))" }, + "speed_wall": { "value": "math.ceil(speed_print * (50 / 100))" }, + "wall_0_wipe_dist": { "value": 0.0 }, + "wall_thickness": { "value": "line_width * 2" }, + "z_seam_corner": { "value": "'z_seam_corner_inner'" }, + "z_seam_type": { "value": "'sharpest_corner'" } + } +} \ No newline at end of file diff --git a/resources/definitions/sovol_base_bowden.def.json b/resources/definitions/sovol_base_bowden.def.json new file mode 100644 index 0000000000..670b24fffc --- /dev/null +++ b/resources/definitions/sovol_base_bowden.def.json @@ -0,0 +1,15 @@ +{ + "version": 2, + "name": "Sovol Base Bowden Printer", + "inherits": "sovol_base", + "metadata": + { + "machine_extruder_trains": { "0": "sovol_bowden_extruder_0" }, + "quality_definition": "sovol_base_bowden" + }, + "overrides": + { + "retraction_amount": { "default_value": 5 }, + "retraction_speed": { "value": "machine_max_feedrate_e" } + } +} \ No newline at end of file diff --git a/resources/definitions/sovol_base_planetary.def.json b/resources/definitions/sovol_base_planetary.def.json new file mode 100644 index 0000000000..2191d2d4ad --- /dev/null +++ b/resources/definitions/sovol_base_planetary.def.json @@ -0,0 +1,12 @@ +{ + "version": 2, + "name": "Sovol Base Planetary Printer", + "inherits": "sovol_base", + "metadata": + { + "machine_extruder_trains": { "0": "sovol_planetary_extruder_0" }, + "quality_definition": "sovol_base_planetary" + }, + "overrides": + {} +} \ No newline at end of file diff --git a/resources/definitions/sovol_base_titan.def.json b/resources/definitions/sovol_base_titan.def.json new file mode 100644 index 0000000000..222cec0021 --- /dev/null +++ b/resources/definitions/sovol_base_titan.def.json @@ -0,0 +1,12 @@ +{ + "version": 2, + "name": "Sovol Base Titan Printer", + "inherits": "sovol_base", + "metadata": + { + "machine_extruder_trains": { "0": "sovol_titan_extruder_0" }, + "quality_definition": "sovol_base_titan" + }, + "overrides": + {} +} \ No newline at end of file diff --git a/resources/definitions/sovol_sv01.def.json b/resources/definitions/sovol_sv01.def.json new file mode 100644 index 0000000000..9d77c1c3f6 --- /dev/null +++ b/resources/definitions/sovol_sv01.def.json @@ -0,0 +1,29 @@ +{ + "version": 2, + "name": "Sovol SV01", + "inherits": "sovol_base_bowden", + "metadata": + { + "visible": true, + "quality_definition": "sovol_base_bowden" + }, + "overrides": + { + "gantry_height": { "value": 33 }, + "machine_depth": { "default_value": 240 }, + "machine_end_gcode": { "default_value": "G91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X0 Y240 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positioning\n\nG1 X0 Y{machine_depth} ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z\n" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-44, 16], + [-44, -60], + [44, -60], + [44, 16] + ] + }, + "machine_height": { "default_value": 300 }, + "machine_name": { "default_value": "SV01" }, + "machine_start_gcode": { "default_value": "M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration\nM203 X500.00 Y500.00 Z10.00 E50.00 ;Setup machine max feedrate\nM204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration\nM205 X8.00 Y8.00 Z0.40 E5.00 ;Setup Jerk\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\n\nG28 ;Home\n\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\n" }, + "machine_width": { "default_value": 280 } + } +} \ No newline at end of file diff --git a/resources/definitions/sovol_sv01pro.def.json b/resources/definitions/sovol_sv01pro.def.json new file mode 100644 index 0000000000..346a3edc05 --- /dev/null +++ b/resources/definitions/sovol_sv01pro.def.json @@ -0,0 +1,29 @@ +{ + "version": 2, + "name": "Sovol SV01PRO", + "inherits": "sovol_base_titan", + "metadata": + { + "visible": true, + "quality_definition": "sovol_base_titan" + }, + "overrides": + { + "gantry_height": { "value": 33 }, + "machine_depth": { "default_value": 240 }, + "machine_end_gcode": { "default_value": "G91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X0 Y240 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positioning\n\nG1 X0 Y{machine_depth} ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z\n" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-44, 16], + [-44, -60], + [44, -60], + [44, 16] + ] + }, + "machine_height": { "default_value": 300 }, + "machine_name": { "default_value": "SV01PRO" }, + "machine_start_gcode": { "default_value": "M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration\nM203 X500.00 Y500.00 Z10.00 E50.00 ;Setup machine max feedrate\nM204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration\nM205 X8.00 Y8.00 Z0.40 E5.00 ;Setup Jerk\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\n\nG28 ;Home\nM420 S1 ;use bed mesh, must have used G29 previously\n\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\n" }, + "machine_width": { "default_value": 280 } + } +} \ No newline at end of file diff --git a/resources/definitions/sovol_sv03.def.json b/resources/definitions/sovol_sv03.def.json new file mode 100644 index 0000000000..ae2fcd85fd --- /dev/null +++ b/resources/definitions/sovol_sv03.def.json @@ -0,0 +1,29 @@ +{ + "version": 2, + "name": "Sovol SV03", + "inherits": "sovol_base_titan", + "metadata": + { + "visible": true, + "quality_definition": "sovol_base_titan" + }, + "overrides": + { + "gantry_height": { "value": 33 }, + "machine_depth": { "default_value": 350 }, + "machine_end_gcode": { "default_value": "G91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X0 Y240 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positioning\n\nG1 X0 Y{machine_depth} ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z\n" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-44, 16], + [-44, -60], + [44, -60], + [44, 16] + ] + }, + "machine_height": { "default_value": 400 }, + "machine_name": { "default_value": "SV03" }, + "machine_start_gcode": { "default_value": "M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration\nM203 X500.00 Y500.00 Z10.00 E50.00 ;Setup machine max feedrate\nM204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration\nM205 X8.00 Y8.00 Z0.40 E5.00 ;Setup Jerk\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\n\nG28 ;Home\nM420 S1 ;use bed mesh, must have used G29 previously\n\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\n" }, + "machine_width": { "default_value": 350 } + } +} \ No newline at end of file diff --git a/resources/definitions/sovol_sv05.def.json b/resources/definitions/sovol_sv05.def.json new file mode 100644 index 0000000000..1715a7385c --- /dev/null +++ b/resources/definitions/sovol_sv05.def.json @@ -0,0 +1,29 @@ +{ + "version": 2, + "name": "Sovol SV05", + "inherits": "sovol_base_titan", + "metadata": + { + "visible": true, + "quality_definition": "sovol_base_titan" + }, + "overrides": + { + "gantry_height": { "value": 25 }, + "machine_depth": { "default_value": 220 }, + "machine_end_gcode": { "default_value": "G91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X0 Y240 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positioning\n\nG1 X0 Y{machine_depth} ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z\n" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-44, 16], + [-44, -60], + [44, -60], + [44, 16] + ] + }, + "machine_height": { "default_value": 300 }, + "machine_name": { "default_value": "SV05" }, + "machine_start_gcode": { "default_value": "M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration\nM203 X500.00 Y500.00 Z10.00 E50.00 ;Setup machine max feedrate\nM204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration\nM205 X8.00 Y8.00 Z0.40 E5.00 ;Setup Jerk\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\n\nG28 ;Home\nM420 S1 ;use bed mesh, must have used G29 previously\n\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\n" }, + "machine_width": { "default_value": 220 } + } +} \ No newline at end of file diff --git a/resources/definitions/sovol_sv06.def.json b/resources/definitions/sovol_sv06.def.json new file mode 100644 index 0000000000..0060e2d913 --- /dev/null +++ b/resources/definitions/sovol_sv06.def.json @@ -0,0 +1,29 @@ +{ + "version": 2, + "name": "Sovol SV06", + "inherits": "sovol_base_planetary", + "metadata": + { + "visible": true, + "quality_definition": "sovol_base_planetary" + }, + "overrides": + { + "gantry_height": { "value": 25 }, + "machine_depth": { "default_value": 220 }, + "machine_end_gcode": { "default_value": "G91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X0 Y240 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positioning\n\nG1 X0 Y{machine_depth} ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z\n" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-44, 16], + [-44, -60], + [44, -60], + [44, 16] + ] + }, + "machine_height": { "default_value": 250 }, + "machine_name": { "default_value": "SV06" }, + "machine_start_gcode": { "default_value": "M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration\nM203 X500.00 Y500.00 Z10.00 E50.00 ;Setup machine max feedrate\nM204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration\nM205 X8.00 Y8.00 Z0.40 E5.00 ;Setup Jerk\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\n\nG28 ;Home\nM420 S1 ;use bed mesh, must have used G29 previously\n\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\n" }, + "machine_width": { "default_value": 220 } + } +} \ No newline at end of file diff --git a/resources/extruders/sovol_bowden_extruder_0.def.json b/resources/extruders/sovol_bowden_extruder_0.def.json new file mode 100644 index 0000000000..44f745f9eb --- /dev/null +++ b/resources/extruders/sovol_bowden_extruder_0.def.json @@ -0,0 +1,15 @@ +{ + "version": 2, + "name": "Extruder 1", + "inherits": "fdmextruder", + "metadata": + { + "machine": "sovol_base_bowden", + "position": "0" + }, + "overrides": + { + "extruder_nr": { "default_value": 0 }, + "material_diameter": { "default_value": 1.75 } + } +} \ No newline at end of file diff --git a/resources/extruders/sovol_planetary_extruder_0.def.json b/resources/extruders/sovol_planetary_extruder_0.def.json new file mode 100644 index 0000000000..b3fcf33567 --- /dev/null +++ b/resources/extruders/sovol_planetary_extruder_0.def.json @@ -0,0 +1,15 @@ +{ + "version": 2, + "name": "Extruder 1", + "inherits": "fdmextruder", + "metadata": + { + "machine": "sovol_base_planetary", + "position": "0" + }, + "overrides": + { + "extruder_nr": { "default_value": 0 }, + "material_diameter": { "default_value": 1.75 } + } +} \ No newline at end of file diff --git a/resources/extruders/sovol_titan_extruder_0.def.json b/resources/extruders/sovol_titan_extruder_0.def.json new file mode 100644 index 0000000000..8a1f76dd2e --- /dev/null +++ b/resources/extruders/sovol_titan_extruder_0.def.json @@ -0,0 +1,15 @@ +{ + "version": 2, + "name": "Extruder 1", + "inherits": "fdmextruder", + "metadata": + { + "machine": "sovol_base_titan", + "position": "0" + }, + "overrides": + { + "extruder_nr": { "default_value": 0 }, + "material_diameter": { "default_value": 1.75 } + } +} \ No newline at end of file diff --git a/resources/quality/sovol/ABS/sovol_bowden_0.2_ABS_super.inst.cfg b/resources/quality/sovol/ABS/sovol_bowden_0.2_ABS_super.inst.cfg new file mode 100644 index 0000000000..21f8d8b4fe --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_bowden_0.2_ABS_super.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_bowden +name = Super Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = super +setting_version = 20 +type = quality +variant = 0.2mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_bowden_0.2_ABS_ultra.inst.cfg b/resources/quality/sovol/ABS/sovol_bowden_0.2_ABS_ultra.inst.cfg new file mode 100644 index 0000000000..ff835ca89f --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_bowden_0.2_ABS_ultra.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_bowden +name = Ultra Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = ultra +setting_version = 20 +type = quality +variant = 0.2mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_bowden_0.3_ABS_adaptive.inst.cfg b/resources/quality/sovol/ABS/sovol_bowden_0.3_ABS_adaptive.inst.cfg new file mode 100644 index 0000000000..35afe8d20f --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_bowden_0.3_ABS_adaptive.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_bowden +name = Dynamic Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = adaptive +setting_version = 20 +type = quality +variant = 0.3mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_bowden_0.3_ABS_low.inst.cfg b/resources/quality/sovol/ABS/sovol_bowden_0.3_ABS_low.inst.cfg new file mode 100644 index 0000000000..46b47b1253 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_bowden_0.3_ABS_low.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_bowden +name = Low Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = low +setting_version = 20 +type = quality +variant = 0.3mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_bowden_0.3_ABS_standard.inst.cfg b/resources/quality/sovol/ABS/sovol_bowden_0.3_ABS_standard.inst.cfg new file mode 100644 index 0000000000..63e62f0f99 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_bowden_0.3_ABS_standard.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_bowden +name = Standard Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = standard +setting_version = 20 +type = quality +variant = 0.3mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_bowden_0.3_ABS_super.inst.cfg b/resources/quality/sovol/ABS/sovol_bowden_0.3_ABS_super.inst.cfg new file mode 100644 index 0000000000..85da59c98d --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_bowden_0.3_ABS_super.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_bowden +name = Super Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = super +setting_version = 20 +type = quality +variant = 0.3mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_bowden_0.4_ABS_adaptive.inst.cfg b/resources/quality/sovol/ABS/sovol_bowden_0.4_ABS_adaptive.inst.cfg new file mode 100644 index 0000000000..78abfdf631 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_bowden_0.4_ABS_adaptive.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_bowden +name = Dynamic Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = adaptive +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_bowden_0.4_ABS_low.inst.cfg b/resources/quality/sovol/ABS/sovol_bowden_0.4_ABS_low.inst.cfg new file mode 100644 index 0000000000..5f9224c643 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_bowden_0.4_ABS_low.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_bowden +name = Low Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = low +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_bowden_0.4_ABS_standard.inst.cfg b/resources/quality/sovol/ABS/sovol_bowden_0.4_ABS_standard.inst.cfg new file mode 100644 index 0000000000..f6116f3bd2 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_bowden_0.4_ABS_standard.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_bowden +name = Standard Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = standard +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_bowden_0.4_ABS_super.inst.cfg b/resources/quality/sovol/ABS/sovol_bowden_0.4_ABS_super.inst.cfg new file mode 100644 index 0000000000..8948f468f2 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_bowden_0.4_ABS_super.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_bowden +name = Super Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = super +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_bowden_0.5_ABS_adaptive.inst.cfg b/resources/quality/sovol/ABS/sovol_bowden_0.5_ABS_adaptive.inst.cfg new file mode 100644 index 0000000000..1a70351dc5 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_bowden_0.5_ABS_adaptive.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_bowden +name = Dynamic Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = adaptive +setting_version = 20 +type = quality +variant = 0.5mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_bowden_0.5_ABS_low.inst.cfg b/resources/quality/sovol/ABS/sovol_bowden_0.5_ABS_low.inst.cfg new file mode 100644 index 0000000000..ea39f53779 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_bowden_0.5_ABS_low.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_bowden +name = Low Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = low +setting_version = 20 +type = quality +variant = 0.5mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_bowden_0.5_ABS_standard.inst.cfg b/resources/quality/sovol/ABS/sovol_bowden_0.5_ABS_standard.inst.cfg new file mode 100644 index 0000000000..483febcacb --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_bowden_0.5_ABS_standard.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_bowden +name = Standard Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = standard +setting_version = 20 +type = quality +variant = 0.5mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_bowden_0.5_ABS_super.inst.cfg b/resources/quality/sovol/ABS/sovol_bowden_0.5_ABS_super.inst.cfg new file mode 100644 index 0000000000..6878f2d9d8 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_bowden_0.5_ABS_super.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_bowden +name = Super Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = super +setting_version = 20 +type = quality +variant = 0.5mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_bowden_0.6_ABS_adaptive.inst.cfg b/resources/quality/sovol/ABS/sovol_bowden_0.6_ABS_adaptive.inst.cfg new file mode 100644 index 0000000000..387239c0f4 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_bowden_0.6_ABS_adaptive.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_bowden +name = Dynamic Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = adaptive +setting_version = 20 +type = quality +variant = 0.6mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_bowden_0.6_ABS_draft.inst.cfg b/resources/quality/sovol/ABS/sovol_bowden_0.6_ABS_draft.inst.cfg new file mode 100644 index 0000000000..7a3b980e0a --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_bowden_0.6_ABS_draft.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_bowden +name = Draft Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = draft +setting_version = 20 +type = quality +variant = 0.6mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_bowden_0.6_ABS_low.inst.cfg b/resources/quality/sovol/ABS/sovol_bowden_0.6_ABS_low.inst.cfg new file mode 100644 index 0000000000..ea39f53779 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_bowden_0.6_ABS_low.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_bowden +name = Low Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = low +setting_version = 20 +type = quality +variant = 0.5mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_bowden_0.6_ABS_standard.inst.cfg b/resources/quality/sovol/ABS/sovol_bowden_0.6_ABS_standard.inst.cfg new file mode 100644 index 0000000000..460e2ae243 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_bowden_0.6_ABS_standard.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_bowden +name = Standard Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = standard +setting_version = 20 +type = quality +variant = 0.6mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_bowden_0.8_ABS_draft.inst.cfg b/resources/quality/sovol/ABS/sovol_bowden_0.8_ABS_draft.inst.cfg new file mode 100644 index 0000000000..d383bf27fa --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_bowden_0.8_ABS_draft.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_bowden +name = Draft Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = draft +setting_version = 20 +type = quality +variant = 0.8mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_bowden_1.0_ABS_draft.inst.cfg b/resources/quality/sovol/ABS/sovol_bowden_1.0_ABS_draft.inst.cfg new file mode 100644 index 0000000000..216a3308dc --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_bowden_1.0_ABS_draft.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_bowden +name = Draft Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = draft +setting_version = 20 +type = quality +variant = 1.0mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_planetary_0.2_ABS_super.inst.cfg b/resources/quality/sovol/ABS/sovol_planetary_0.2_ABS_super.inst.cfg new file mode 100644 index 0000000000..ebb3921413 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_planetary_0.2_ABS_super.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_planetary +name = Super Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = super +setting_version = 20 +type = quality +variant = 0.2mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_planetary_0.2_ABS_ultra.inst.cfg b/resources/quality/sovol/ABS/sovol_planetary_0.2_ABS_ultra.inst.cfg new file mode 100644 index 0000000000..af48cf0ac6 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_planetary_0.2_ABS_ultra.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_planetary +name = Ultra Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = ultra +setting_version = 20 +type = quality +variant = 0.2mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_planetary_0.3_ABS_adaptive.inst.cfg b/resources/quality/sovol/ABS/sovol_planetary_0.3_ABS_adaptive.inst.cfg new file mode 100644 index 0000000000..1b77c906d3 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_planetary_0.3_ABS_adaptive.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_planetary +name = Dynamic Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = adaptive +setting_version = 20 +type = quality +variant = 0.3mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_planetary_0.3_ABS_low.inst.cfg b/resources/quality/sovol/ABS/sovol_planetary_0.3_ABS_low.inst.cfg new file mode 100644 index 0000000000..c7ea1d39de --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_planetary_0.3_ABS_low.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_planetary +name = Low Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = low +setting_version = 20 +type = quality +variant = 0.3mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_planetary_0.3_ABS_standard.inst.cfg b/resources/quality/sovol/ABS/sovol_planetary_0.3_ABS_standard.inst.cfg new file mode 100644 index 0000000000..e354c6a9d5 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_planetary_0.3_ABS_standard.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_planetary +name = Standard Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = standard +setting_version = 20 +type = quality +variant = 0.3mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_planetary_0.3_ABS_super.inst.cfg b/resources/quality/sovol/ABS/sovol_planetary_0.3_ABS_super.inst.cfg new file mode 100644 index 0000000000..3ec447bfe9 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_planetary_0.3_ABS_super.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_planetary +name = Super Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = super +setting_version = 20 +type = quality +variant = 0.3mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_planetary_0.4_ABS_adaptive.inst.cfg b/resources/quality/sovol/ABS/sovol_planetary_0.4_ABS_adaptive.inst.cfg new file mode 100644 index 0000000000..4f8130e9ec --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_planetary_0.4_ABS_adaptive.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_planetary +name = Dynamic Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = adaptive +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_planetary_0.4_ABS_low.inst.cfg b/resources/quality/sovol/ABS/sovol_planetary_0.4_ABS_low.inst.cfg new file mode 100644 index 0000000000..1a5754d538 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_planetary_0.4_ABS_low.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_planetary +name = Low Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = low +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_planetary_0.4_ABS_standard.inst.cfg b/resources/quality/sovol/ABS/sovol_planetary_0.4_ABS_standard.inst.cfg new file mode 100644 index 0000000000..2fd0526a82 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_planetary_0.4_ABS_standard.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_planetary +name = Standard Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = standard +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_planetary_0.4_ABS_super.inst.cfg b/resources/quality/sovol/ABS/sovol_planetary_0.4_ABS_super.inst.cfg new file mode 100644 index 0000000000..5922d49fcf --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_planetary_0.4_ABS_super.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_planetary +name = Super Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = super +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_planetary_0.5_ABS_adaptive.inst.cfg b/resources/quality/sovol/ABS/sovol_planetary_0.5_ABS_adaptive.inst.cfg new file mode 100644 index 0000000000..312a7a49ef --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_planetary_0.5_ABS_adaptive.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_planetary +name = Dynamic Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = adaptive +setting_version = 20 +type = quality +variant = 0.5mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_planetary_0.5_ABS_low.inst.cfg b/resources/quality/sovol/ABS/sovol_planetary_0.5_ABS_low.inst.cfg new file mode 100644 index 0000000000..7f0ca2e0e4 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_planetary_0.5_ABS_low.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_planetary +name = Low Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = low +setting_version = 20 +type = quality +variant = 0.5mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_planetary_0.5_ABS_standard.inst.cfg b/resources/quality/sovol/ABS/sovol_planetary_0.5_ABS_standard.inst.cfg new file mode 100644 index 0000000000..3c3e023c5d --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_planetary_0.5_ABS_standard.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_planetary +name = Standard Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = standard +setting_version = 20 +type = quality +variant = 0.5mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_planetary_0.5_ABS_super.inst.cfg b/resources/quality/sovol/ABS/sovol_planetary_0.5_ABS_super.inst.cfg new file mode 100644 index 0000000000..29b318248c --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_planetary_0.5_ABS_super.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_planetary +name = Super Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = super +setting_version = 20 +type = quality +variant = 0.5mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_planetary_0.6_ABS_adaptive.inst.cfg b/resources/quality/sovol/ABS/sovol_planetary_0.6_ABS_adaptive.inst.cfg new file mode 100644 index 0000000000..7ad13d5b64 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_planetary_0.6_ABS_adaptive.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_planetary +name = Dynamic Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = adaptive +setting_version = 20 +type = quality +variant = 0.6mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_planetary_0.6_ABS_draft.inst.cfg b/resources/quality/sovol/ABS/sovol_planetary_0.6_ABS_draft.inst.cfg new file mode 100644 index 0000000000..3a69d76a67 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_planetary_0.6_ABS_draft.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_planetary +name = Draft Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = draft +setting_version = 20 +type = quality +variant = 0.6mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_planetary_0.6_ABS_low.inst.cfg b/resources/quality/sovol/ABS/sovol_planetary_0.6_ABS_low.inst.cfg new file mode 100644 index 0000000000..7f0ca2e0e4 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_planetary_0.6_ABS_low.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_planetary +name = Low Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = low +setting_version = 20 +type = quality +variant = 0.5mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_planetary_0.6_ABS_standard.inst.cfg b/resources/quality/sovol/ABS/sovol_planetary_0.6_ABS_standard.inst.cfg new file mode 100644 index 0000000000..e9909c4db1 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_planetary_0.6_ABS_standard.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_planetary +name = Standard Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = standard +setting_version = 20 +type = quality +variant = 0.6mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_planetary_0.8_ABS_draft.inst.cfg b/resources/quality/sovol/ABS/sovol_planetary_0.8_ABS_draft.inst.cfg new file mode 100644 index 0000000000..82b0935c44 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_planetary_0.8_ABS_draft.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_planetary +name = Draft Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = draft +setting_version = 20 +type = quality +variant = 0.8mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_planetary_1.0_ABS_draft.inst.cfg b/resources/quality/sovol/ABS/sovol_planetary_1.0_ABS_draft.inst.cfg new file mode 100644 index 0000000000..f80356b9c0 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_planetary_1.0_ABS_draft.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_planetary +name = Draft Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = draft +setting_version = 20 +type = quality +variant = 1.0mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_titan_0.2_ABS_super.inst.cfg b/resources/quality/sovol/ABS/sovol_titan_0.2_ABS_super.inst.cfg new file mode 100644 index 0000000000..4175475359 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_titan_0.2_ABS_super.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_titan +name = Super Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = super +setting_version = 20 +type = quality +variant = 0.2mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_titan_0.2_ABS_ultra.inst.cfg b/resources/quality/sovol/ABS/sovol_titan_0.2_ABS_ultra.inst.cfg new file mode 100644 index 0000000000..4ba1248b9b --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_titan_0.2_ABS_ultra.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_titan +name = Ultra Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = ultra +setting_version = 20 +type = quality +variant = 0.2mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_titan_0.3_ABS_adaptive.inst.cfg b/resources/quality/sovol/ABS/sovol_titan_0.3_ABS_adaptive.inst.cfg new file mode 100644 index 0000000000..9e0d9f691f --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_titan_0.3_ABS_adaptive.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_titan +name = Dynamic Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = adaptive +setting_version = 20 +type = quality +variant = 0.3mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_titan_0.3_ABS_low.inst.cfg b/resources/quality/sovol/ABS/sovol_titan_0.3_ABS_low.inst.cfg new file mode 100644 index 0000000000..89c3d90794 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_titan_0.3_ABS_low.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_titan +name = Low Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = low +setting_version = 20 +type = quality +variant = 0.3mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_titan_0.3_ABS_standard.inst.cfg b/resources/quality/sovol/ABS/sovol_titan_0.3_ABS_standard.inst.cfg new file mode 100644 index 0000000000..952976d258 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_titan_0.3_ABS_standard.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_titan +name = Standard Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = standard +setting_version = 20 +type = quality +variant = 0.3mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_titan_0.3_ABS_super.inst.cfg b/resources/quality/sovol/ABS/sovol_titan_0.3_ABS_super.inst.cfg new file mode 100644 index 0000000000..13a9432acf --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_titan_0.3_ABS_super.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_titan +name = Super Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = super +setting_version = 20 +type = quality +variant = 0.3mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_titan_0.4_ABS_adaptive.inst.cfg b/resources/quality/sovol/ABS/sovol_titan_0.4_ABS_adaptive.inst.cfg new file mode 100644 index 0000000000..b078c40652 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_titan_0.4_ABS_adaptive.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_titan +name = Dynamic Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = adaptive +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_titan_0.4_ABS_low.inst.cfg b/resources/quality/sovol/ABS/sovol_titan_0.4_ABS_low.inst.cfg new file mode 100644 index 0000000000..05574c55fc --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_titan_0.4_ABS_low.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_titan +name = Low Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = low +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_titan_0.4_ABS_standard.inst.cfg b/resources/quality/sovol/ABS/sovol_titan_0.4_ABS_standard.inst.cfg new file mode 100644 index 0000000000..f45f8f1718 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_titan_0.4_ABS_standard.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_titan +name = Standard Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = standard +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_titan_0.4_ABS_super.inst.cfg b/resources/quality/sovol/ABS/sovol_titan_0.4_ABS_super.inst.cfg new file mode 100644 index 0000000000..5da5a122a5 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_titan_0.4_ABS_super.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_titan +name = Super Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = super +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_titan_0.5_ABS_adaptive.inst.cfg b/resources/quality/sovol/ABS/sovol_titan_0.5_ABS_adaptive.inst.cfg new file mode 100644 index 0000000000..85c000424a --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_titan_0.5_ABS_adaptive.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_titan +name = Dynamic Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = adaptive +setting_version = 20 +type = quality +variant = 0.5mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_titan_0.5_ABS_low.inst.cfg b/resources/quality/sovol/ABS/sovol_titan_0.5_ABS_low.inst.cfg new file mode 100644 index 0000000000..315299a04e --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_titan_0.5_ABS_low.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_titan +name = Low Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = low +setting_version = 20 +type = quality +variant = 0.5mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_titan_0.5_ABS_standard.inst.cfg b/resources/quality/sovol/ABS/sovol_titan_0.5_ABS_standard.inst.cfg new file mode 100644 index 0000000000..1a81900d90 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_titan_0.5_ABS_standard.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_titan +name = Standard Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = standard +setting_version = 20 +type = quality +variant = 0.5mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_titan_0.5_ABS_super.inst.cfg b/resources/quality/sovol/ABS/sovol_titan_0.5_ABS_super.inst.cfg new file mode 100644 index 0000000000..97af728079 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_titan_0.5_ABS_super.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_titan +name = Super Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = super +setting_version = 20 +type = quality +variant = 0.5mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_titan_0.6_ABS_adaptive.inst.cfg b/resources/quality/sovol/ABS/sovol_titan_0.6_ABS_adaptive.inst.cfg new file mode 100644 index 0000000000..a6d1d34dcf --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_titan_0.6_ABS_adaptive.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_titan +name = Dynamic Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = adaptive +setting_version = 20 +type = quality +variant = 0.6mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_titan_0.6_ABS_draft.inst.cfg b/resources/quality/sovol/ABS/sovol_titan_0.6_ABS_draft.inst.cfg new file mode 100644 index 0000000000..8ed9ebab18 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_titan_0.6_ABS_draft.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_titan +name = Draft Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = draft +setting_version = 20 +type = quality +variant = 0.6mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_titan_0.6_ABS_low.inst.cfg b/resources/quality/sovol/ABS/sovol_titan_0.6_ABS_low.inst.cfg new file mode 100644 index 0000000000..315299a04e --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_titan_0.6_ABS_low.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_titan +name = Low Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = low +setting_version = 20 +type = quality +variant = 0.5mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_titan_0.6_ABS_standard.inst.cfg b/resources/quality/sovol/ABS/sovol_titan_0.6_ABS_standard.inst.cfg new file mode 100644 index 0000000000..d5021990c1 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_titan_0.6_ABS_standard.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_titan +name = Standard Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = standard +setting_version = 20 +type = quality +variant = 0.6mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_titan_0.8_ABS_draft.inst.cfg b/resources/quality/sovol/ABS/sovol_titan_0.8_ABS_draft.inst.cfg new file mode 100644 index 0000000000..5a1096f368 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_titan_0.8_ABS_draft.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_titan +name = Draft Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = draft +setting_version = 20 +type = quality +variant = 0.8mm Nozzle + +[values] + diff --git a/resources/quality/sovol/ABS/sovol_titan_1.0_ABS_draft.inst.cfg b/resources/quality/sovol/ABS/sovol_titan_1.0_ABS_draft.inst.cfg new file mode 100644 index 0000000000..bce6a465eb --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_titan_1.0_ABS_draft.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_titan +name = Draft Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = draft +setting_version = 20 +type = quality +variant = 1.0mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PETG/sovol_bowden_0.2_PETG_super.inst.cfg b/resources/quality/sovol/PETG/sovol_bowden_0.2_PETG_super.inst.cfg new file mode 100644 index 0000000000..175793e1cf --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_bowden_0.2_PETG_super.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_bowden +name = Super Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = super +setting_version = 20 +type = quality +variant = 0.2mm Nozzle + +[values] +retraction_amount = 7 +retraction_speed = 25 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_bowden_0.2_PETG_ultra.inst.cfg b/resources/quality/sovol/PETG/sovol_bowden_0.2_PETG_ultra.inst.cfg new file mode 100644 index 0000000000..ea5ec2cfe1 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_bowden_0.2_PETG_ultra.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_bowden +name = Ultra Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = ultra +setting_version = 20 +type = quality +variant = 0.2mm Nozzle + +[values] +retraction_amount = 7 +retraction_speed = 25 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_bowden_0.3_PETG_adaptive.inst.cfg b/resources/quality/sovol/PETG/sovol_bowden_0.3_PETG_adaptive.inst.cfg new file mode 100644 index 0000000000..9c252a4e42 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_bowden_0.3_PETG_adaptive.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_bowden +name = Dynamic Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = adaptive +setting_version = 20 +type = quality +variant = 0.3mm Nozzle + +[values] +retraction_amount = 7 +retraction_speed = 25 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_bowden_0.3_PETG_low.inst.cfg b/resources/quality/sovol/PETG/sovol_bowden_0.3_PETG_low.inst.cfg new file mode 100644 index 0000000000..77f1a7a8b8 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_bowden_0.3_PETG_low.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_bowden +name = Low Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = low +setting_version = 20 +type = quality +variant = 0.3mm Nozzle + +[values] +retraction_amount = 7 +retraction_speed = 25 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_bowden_0.3_PETG_standard.inst.cfg b/resources/quality/sovol/PETG/sovol_bowden_0.3_PETG_standard.inst.cfg new file mode 100644 index 0000000000..c5c36d51de --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_bowden_0.3_PETG_standard.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_bowden +name = Standard Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = standard +setting_version = 20 +type = quality +variant = 0.3mm Nozzle + +[values] +retraction_amount = 7 +retraction_speed = 25 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_bowden_0.3_PETG_super.inst.cfg b/resources/quality/sovol/PETG/sovol_bowden_0.3_PETG_super.inst.cfg new file mode 100644 index 0000000000..5ef1e650de --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_bowden_0.3_PETG_super.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_bowden +name = Super Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = super +setting_version = 20 +type = quality +variant = 0.3mm Nozzle + +[values] +retraction_amount = 7 +retraction_speed = 25 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_bowden_0.4_PETG_adaptive.inst.cfg b/resources/quality/sovol/PETG/sovol_bowden_0.4_PETG_adaptive.inst.cfg new file mode 100644 index 0000000000..d26ff8d108 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_bowden_0.4_PETG_adaptive.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_bowden +name = Dynamic Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = adaptive +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] +retraction_amount = 7 +retraction_speed = 25 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_bowden_0.4_PETG_low.inst.cfg b/resources/quality/sovol/PETG/sovol_bowden_0.4_PETG_low.inst.cfg new file mode 100644 index 0000000000..aff106826b --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_bowden_0.4_PETG_low.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_bowden +name = Low Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = low +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] +retraction_amount = 7 +retraction_speed = 25 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_bowden_0.4_PETG_standard.inst.cfg b/resources/quality/sovol/PETG/sovol_bowden_0.4_PETG_standard.inst.cfg new file mode 100644 index 0000000000..ec2e7beb0a --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_bowden_0.4_PETG_standard.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_bowden +name = Standard Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = standard +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] +retraction_amount = 7 +retraction_speed = 25 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_bowden_0.4_PETG_super.inst.cfg b/resources/quality/sovol/PETG/sovol_bowden_0.4_PETG_super.inst.cfg new file mode 100644 index 0000000000..7d34bc700a --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_bowden_0.4_PETG_super.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_bowden +name = Super Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = super +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] +retraction_amount = 7 +retraction_speed = 25 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_bowden_0.5_PETG_adaptive.inst.cfg b/resources/quality/sovol/PETG/sovol_bowden_0.5_PETG_adaptive.inst.cfg new file mode 100644 index 0000000000..0c998682cf --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_bowden_0.5_PETG_adaptive.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_bowden +name = Dynamic Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = adaptive +setting_version = 20 +type = quality +variant = 0.5mm Nozzle + +[values] +retraction_amount = 7 +retraction_speed = 25 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_bowden_0.5_PETG_low.inst.cfg b/resources/quality/sovol/PETG/sovol_bowden_0.5_PETG_low.inst.cfg new file mode 100644 index 0000000000..01e71efc8e --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_bowden_0.5_PETG_low.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_bowden +name = Low Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = low +setting_version = 20 +type = quality +variant = 0.5mm Nozzle + +[values] +retraction_amount = 7 +retraction_speed = 25 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_bowden_0.5_PETG_standard.inst.cfg b/resources/quality/sovol/PETG/sovol_bowden_0.5_PETG_standard.inst.cfg new file mode 100644 index 0000000000..1deba83381 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_bowden_0.5_PETG_standard.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_bowden +name = Standard Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = standard +setting_version = 20 +type = quality +variant = 0.5mm Nozzle + +[values] +retraction_amount = 7 +retraction_speed = 25 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_bowden_0.5_PETG_super.inst.cfg b/resources/quality/sovol/PETG/sovol_bowden_0.5_PETG_super.inst.cfg new file mode 100644 index 0000000000..2ef15d48a6 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_bowden_0.5_PETG_super.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_bowden +name = Super Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = super +setting_version = 20 +type = quality +variant = 0.5mm Nozzle + +[values] +retraction_amount = 7 +retraction_speed = 25 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_bowden_0.6_PETG_adaptive.inst.cfg b/resources/quality/sovol/PETG/sovol_bowden_0.6_PETG_adaptive.inst.cfg new file mode 100644 index 0000000000..8a30e3e4ed --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_bowden_0.6_PETG_adaptive.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_bowden +name = Dynamic Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = adaptive +setting_version = 20 +type = quality +variant = 0.6mm Nozzle + +[values] +retraction_amount = 7 +retraction_speed = 25 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_bowden_0.6_PETG_draft.inst.cfg b/resources/quality/sovol/PETG/sovol_bowden_0.6_PETG_draft.inst.cfg new file mode 100644 index 0000000000..4e8edf0dc4 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_bowden_0.6_PETG_draft.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_bowden +name = Draft Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = draft +setting_version = 20 +type = quality +variant = 0.6mm Nozzle + +[values] +retraction_amount = 7 +retraction_speed = 25 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_bowden_0.6_PETG_low.inst.cfg b/resources/quality/sovol/PETG/sovol_bowden_0.6_PETG_low.inst.cfg new file mode 100644 index 0000000000..e7b4bc136e --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_bowden_0.6_PETG_low.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_bowden +name = Low Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = low +setting_version = 20 +type = quality +variant = 0.6mm Nozzle + +[values] +retraction_amount = 7 +retraction_speed = 25 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_bowden_0.6_PETG_standard.inst.cfg b/resources/quality/sovol/PETG/sovol_bowden_0.6_PETG_standard.inst.cfg new file mode 100644 index 0000000000..2ff12abb50 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_bowden_0.6_PETG_standard.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_bowden +name = Standard Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = standard +setting_version = 20 +type = quality +variant = 0.6mm Nozzle + +[values] +retraction_amount = 7 +retraction_speed = 25 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_bowden_0.8_PETG_draft.inst.cfg b/resources/quality/sovol/PETG/sovol_bowden_0.8_PETG_draft.inst.cfg new file mode 100644 index 0000000000..67a628d3ca --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_bowden_0.8_PETG_draft.inst.cfg @@ -0,0 +1,16 @@ +[general] +definition = sovol_base_bowden +name = Draft Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = draft +setting_version = 20 +type = quality +variant = 0.8mm Nozzle + +[values] +retraction_amount = 0.8 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_bowden_1.0_PETG_draft.inst.cfg b/resources/quality/sovol/PETG/sovol_bowden_1.0_PETG_draft.inst.cfg new file mode 100644 index 0000000000..4ace4cc5dc --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_bowden_1.0_PETG_draft.inst.cfg @@ -0,0 +1,16 @@ +[general] +definition = sovol_base_bowden +name = Draft Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = draft +setting_version = 20 +type = quality +variant = 1.0mm Nozzle + +[values] +retraction_amount = 0.8 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_planetary_0.2_PETG_super.inst.cfg b/resources/quality/sovol/PETG/sovol_planetary_0.2_PETG_super.inst.cfg new file mode 100644 index 0000000000..a0202e69a0 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_planetary_0.2_PETG_super.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_planetary +name = Super Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = super +setting_version = 20 +type = quality +variant = 0.2mm Nozzle + +[values] +retraction_amount = 2 +retraction_speed = 40 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_planetary_0.2_PETG_ultra.inst.cfg b/resources/quality/sovol/PETG/sovol_planetary_0.2_PETG_ultra.inst.cfg new file mode 100644 index 0000000000..11d91c8fe7 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_planetary_0.2_PETG_ultra.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_planetary +name = Ultra Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = ultra +setting_version = 20 +type = quality +variant = 0.2mm Nozzle + +[values] +retraction_amount = 2 +retraction_speed = 40 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_planetary_0.3_PETG_adaptive.inst.cfg b/resources/quality/sovol/PETG/sovol_planetary_0.3_PETG_adaptive.inst.cfg new file mode 100644 index 0000000000..cf4a50ce2a --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_planetary_0.3_PETG_adaptive.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_planetary +name = Dynamic Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = adaptive +setting_version = 20 +type = quality +variant = 0.3mm Nozzle + +[values] +retraction_amount = 2 +retraction_speed = 40 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_planetary_0.3_PETG_low.inst.cfg b/resources/quality/sovol/PETG/sovol_planetary_0.3_PETG_low.inst.cfg new file mode 100644 index 0000000000..577349db7d --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_planetary_0.3_PETG_low.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_planetary +name = Low Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = low +setting_version = 20 +type = quality +variant = 0.3mm Nozzle + +[values] +retraction_amount = 2 +retraction_speed = 40 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_planetary_0.3_PETG_standard.inst.cfg b/resources/quality/sovol/PETG/sovol_planetary_0.3_PETG_standard.inst.cfg new file mode 100644 index 0000000000..3d740bf1b0 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_planetary_0.3_PETG_standard.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_planetary +name = Standard Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = standard +setting_version = 20 +type = quality +variant = 0.3mm Nozzle + +[values] +retraction_amount = 2 +retraction_speed = 40 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_planetary_0.3_PETG_super.inst.cfg b/resources/quality/sovol/PETG/sovol_planetary_0.3_PETG_super.inst.cfg new file mode 100644 index 0000000000..dcc7dba414 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_planetary_0.3_PETG_super.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_planetary +name = Super Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = super +setting_version = 20 +type = quality +variant = 0.3mm Nozzle + +[values] +retraction_amount = 2 +retraction_speed = 40 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_planetary_0.4_PETG_adaptive.inst.cfg b/resources/quality/sovol/PETG/sovol_planetary_0.4_PETG_adaptive.inst.cfg new file mode 100644 index 0000000000..48f3ee16c3 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_planetary_0.4_PETG_adaptive.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_planetary +name = Dynamic Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = adaptive +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] +retraction_amount = 2 +retraction_speed = 40 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_planetary_0.4_PETG_low.inst.cfg b/resources/quality/sovol/PETG/sovol_planetary_0.4_PETG_low.inst.cfg new file mode 100644 index 0000000000..8012409386 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_planetary_0.4_PETG_low.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_planetary +name = Low Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = low +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] +retraction_amount = 2 +retraction_speed = 40 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_planetary_0.4_PETG_standard.inst.cfg b/resources/quality/sovol/PETG/sovol_planetary_0.4_PETG_standard.inst.cfg new file mode 100644 index 0000000000..bffd21112a --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_planetary_0.4_PETG_standard.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_planetary +name = Standard Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = standard +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] +retraction_amount = 2 +retraction_speed = 40 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_planetary_0.4_PETG_super.inst.cfg b/resources/quality/sovol/PETG/sovol_planetary_0.4_PETG_super.inst.cfg new file mode 100644 index 0000000000..2a63535eae --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_planetary_0.4_PETG_super.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_planetary +name = Super Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = super +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] +retraction_amount = 2 +retraction_speed = 40 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_planetary_0.5_PETG_adaptive.inst.cfg b/resources/quality/sovol/PETG/sovol_planetary_0.5_PETG_adaptive.inst.cfg new file mode 100644 index 0000000000..126db5c0f3 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_planetary_0.5_PETG_adaptive.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_planetary +name = Dynamic Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = adaptive +setting_version = 20 +type = quality +variant = 0.5mm Nozzle + +[values] +retraction_amount = 2 +retraction_speed = 40 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_planetary_0.5_PETG_low.inst.cfg b/resources/quality/sovol/PETG/sovol_planetary_0.5_PETG_low.inst.cfg new file mode 100644 index 0000000000..0a21849f95 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_planetary_0.5_PETG_low.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_planetary +name = Low Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = low +setting_version = 20 +type = quality +variant = 0.5mm Nozzle + +[values] +retraction_amount = 2 +retraction_speed = 40 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_planetary_0.5_PETG_standard.inst.cfg b/resources/quality/sovol/PETG/sovol_planetary_0.5_PETG_standard.inst.cfg new file mode 100644 index 0000000000..72f252b6de --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_planetary_0.5_PETG_standard.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_planetary +name = Standard Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = standard +setting_version = 20 +type = quality +variant = 0.5mm Nozzle + +[values] +retraction_amount = 2 +retraction_speed = 40 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_planetary_0.5_PETG_super.inst.cfg b/resources/quality/sovol/PETG/sovol_planetary_0.5_PETG_super.inst.cfg new file mode 100644 index 0000000000..e364cbe269 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_planetary_0.5_PETG_super.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_planetary +name = Super Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = super +setting_version = 20 +type = quality +variant = 0.5mm Nozzle + +[values] +retraction_amount = 2 +retraction_speed = 40 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_planetary_0.6_PETG_adaptive.inst.cfg b/resources/quality/sovol/PETG/sovol_planetary_0.6_PETG_adaptive.inst.cfg new file mode 100644 index 0000000000..8e2c6832ff --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_planetary_0.6_PETG_adaptive.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_planetary +name = Dynamic Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = adaptive +setting_version = 20 +type = quality +variant = 0.6mm Nozzle + +[values] +retraction_amount = 2 +retraction_speed = 40 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_planetary_0.6_PETG_draft.inst.cfg b/resources/quality/sovol/PETG/sovol_planetary_0.6_PETG_draft.inst.cfg new file mode 100644 index 0000000000..da1c4c1ce1 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_planetary_0.6_PETG_draft.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_planetary +name = Draft Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = draft +setting_version = 20 +type = quality +variant = 0.6mm Nozzle + +[values] +retraction_amount = 2 +retraction_speed = 40 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_planetary_0.6_PETG_low.inst.cfg b/resources/quality/sovol/PETG/sovol_planetary_0.6_PETG_low.inst.cfg new file mode 100644 index 0000000000..0efff47b80 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_planetary_0.6_PETG_low.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_planetary +name = Low Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = low +setting_version = 20 +type = quality +variant = 0.6mm Nozzle + +[values] +retraction_amount = 2 +retraction_speed = 40 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_planetary_0.6_PETG_standard.inst.cfg b/resources/quality/sovol/PETG/sovol_planetary_0.6_PETG_standard.inst.cfg new file mode 100644 index 0000000000..b121668f02 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_planetary_0.6_PETG_standard.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_planetary +name = Standard Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = standard +setting_version = 20 +type = quality +variant = 0.6mm Nozzle + +[values] +retraction_amount = 2 +retraction_speed = 40 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_planetary_0.8_PETG_draft.inst.cfg b/resources/quality/sovol/PETG/sovol_planetary_0.8_PETG_draft.inst.cfg new file mode 100644 index 0000000000..184e6b84e3 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_planetary_0.8_PETG_draft.inst.cfg @@ -0,0 +1,16 @@ +[general] +definition = sovol_base_planetary +name = Draft Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = draft +setting_version = 20 +type = quality +variant = 0.8mm Nozzle + +[values] +retraction_amount = 0.8 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_planetary_1.0_PETG_draft.inst.cfg b/resources/quality/sovol/PETG/sovol_planetary_1.0_PETG_draft.inst.cfg new file mode 100644 index 0000000000..58bec790c5 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_planetary_1.0_PETG_draft.inst.cfg @@ -0,0 +1,16 @@ +[general] +definition = sovol_base_planetary +name = Draft Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = draft +setting_version = 20 +type = quality +variant = 1.0mm Nozzle + +[values] +retraction_amount = 0.8 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_titan_0.2_PETG_super.inst.cfg b/resources/quality/sovol/PETG/sovol_titan_0.2_PETG_super.inst.cfg new file mode 100644 index 0000000000..3a0125c5e6 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_titan_0.2_PETG_super.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_titan +name = Super Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = super +setting_version = 20 +type = quality +variant = 0.2mm Nozzle + +[values] +retraction_amount = 2 +retraction_speed = 40 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_titan_0.2_PETG_ultra.inst.cfg b/resources/quality/sovol/PETG/sovol_titan_0.2_PETG_ultra.inst.cfg new file mode 100644 index 0000000000..c9a6e99261 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_titan_0.2_PETG_ultra.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_titan +name = Ultra Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = ultra +setting_version = 20 +type = quality +variant = 0.2mm Nozzle + +[values] +retraction_amount = 2 +retraction_speed = 40 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_titan_0.3_PETG_adaptive.inst.cfg b/resources/quality/sovol/PETG/sovol_titan_0.3_PETG_adaptive.inst.cfg new file mode 100644 index 0000000000..0b11fc77ea --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_titan_0.3_PETG_adaptive.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_titan +name = Dynamic Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = adaptive +setting_version = 20 +type = quality +variant = 0.3mm Nozzle + +[values] +retraction_amount = 2 +retraction_speed = 40 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_titan_0.3_PETG_low.inst.cfg b/resources/quality/sovol/PETG/sovol_titan_0.3_PETG_low.inst.cfg new file mode 100644 index 0000000000..150af7e15d --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_titan_0.3_PETG_low.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_titan +name = Low Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = low +setting_version = 20 +type = quality +variant = 0.3mm Nozzle + +[values] +retraction_amount = 2 +retraction_speed = 40 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_titan_0.3_PETG_standard.inst.cfg b/resources/quality/sovol/PETG/sovol_titan_0.3_PETG_standard.inst.cfg new file mode 100644 index 0000000000..adab6d27a6 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_titan_0.3_PETG_standard.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_titan +name = Standard Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = standard +setting_version = 20 +type = quality +variant = 0.3mm Nozzle + +[values] +retraction_amount = 2 +retraction_speed = 40 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_titan_0.3_PETG_super.inst.cfg b/resources/quality/sovol/PETG/sovol_titan_0.3_PETG_super.inst.cfg new file mode 100644 index 0000000000..2371c07f91 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_titan_0.3_PETG_super.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_titan +name = Super Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = super +setting_version = 20 +type = quality +variant = 0.3mm Nozzle + +[values] +retraction_amount = 2 +retraction_speed = 40 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_titan_0.4_PETG_adaptive.inst.cfg b/resources/quality/sovol/PETG/sovol_titan_0.4_PETG_adaptive.inst.cfg new file mode 100644 index 0000000000..32e7bf0c13 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_titan_0.4_PETG_adaptive.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_titan +name = Dynamic Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = adaptive +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] +retraction_amount = 2 +retraction_speed = 40 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_titan_0.4_PETG_low.inst.cfg b/resources/quality/sovol/PETG/sovol_titan_0.4_PETG_low.inst.cfg new file mode 100644 index 0000000000..ba76774250 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_titan_0.4_PETG_low.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_titan +name = Low Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = low +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] +retraction_amount = 2 +retraction_speed = 40 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_titan_0.4_PETG_standard.inst.cfg b/resources/quality/sovol/PETG/sovol_titan_0.4_PETG_standard.inst.cfg new file mode 100644 index 0000000000..35cb2ae4ca --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_titan_0.4_PETG_standard.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_titan +name = Standard Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = standard +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] +retraction_amount = 2 +retraction_speed = 40 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_titan_0.4_PETG_super.inst.cfg b/resources/quality/sovol/PETG/sovol_titan_0.4_PETG_super.inst.cfg new file mode 100644 index 0000000000..657cf74cc1 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_titan_0.4_PETG_super.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_titan +name = Super Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = super +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] +retraction_amount = 2 +retraction_speed = 40 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_titan_0.5_PETG_adaptive.inst.cfg b/resources/quality/sovol/PETG/sovol_titan_0.5_PETG_adaptive.inst.cfg new file mode 100644 index 0000000000..a2f965354a --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_titan_0.5_PETG_adaptive.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_titan +name = Dynamic Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = adaptive +setting_version = 20 +type = quality +variant = 0.5mm Nozzle + +[values] +retraction_amount = 2 +retraction_speed = 40 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_titan_0.5_PETG_low.inst.cfg b/resources/quality/sovol/PETG/sovol_titan_0.5_PETG_low.inst.cfg new file mode 100644 index 0000000000..9058957658 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_titan_0.5_PETG_low.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_titan +name = Low Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = low +setting_version = 20 +type = quality +variant = 0.5mm Nozzle + +[values] +retraction_amount = 2 +retraction_speed = 40 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_titan_0.5_PETG_standard.inst.cfg b/resources/quality/sovol/PETG/sovol_titan_0.5_PETG_standard.inst.cfg new file mode 100644 index 0000000000..2196ba722a --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_titan_0.5_PETG_standard.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_titan +name = Standard Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = standard +setting_version = 20 +type = quality +variant = 0.5mm Nozzle + +[values] +retraction_amount = 2 +retraction_speed = 40 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_titan_0.5_PETG_super.inst.cfg b/resources/quality/sovol/PETG/sovol_titan_0.5_PETG_super.inst.cfg new file mode 100644 index 0000000000..3f1b2a27d6 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_titan_0.5_PETG_super.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_titan +name = Super Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = super +setting_version = 20 +type = quality +variant = 0.5mm Nozzle + +[values] +retraction_amount = 2 +retraction_speed = 40 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_titan_0.6_PETG_adaptive.inst.cfg b/resources/quality/sovol/PETG/sovol_titan_0.6_PETG_adaptive.inst.cfg new file mode 100644 index 0000000000..9b6451e612 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_titan_0.6_PETG_adaptive.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_titan +name = Dynamic Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = adaptive +setting_version = 20 +type = quality +variant = 0.6mm Nozzle + +[values] +retraction_amount = 2 +retraction_speed = 40 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_titan_0.6_PETG_draft.inst.cfg b/resources/quality/sovol/PETG/sovol_titan_0.6_PETG_draft.inst.cfg new file mode 100644 index 0000000000..48ed8600c8 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_titan_0.6_PETG_draft.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_titan +name = Draft Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = draft +setting_version = 20 +type = quality +variant = 0.6mm Nozzle + +[values] +retraction_amount = 2 +retraction_speed = 40 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_titan_0.6_PETG_low.inst.cfg b/resources/quality/sovol/PETG/sovol_titan_0.6_PETG_low.inst.cfg new file mode 100644 index 0000000000..49fbe34e3c --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_titan_0.6_PETG_low.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_titan +name = Low Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = low +setting_version = 20 +type = quality +variant = 0.6mm Nozzle + +[values] +retraction_amount = 2 +retraction_speed = 40 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_titan_0.6_PETG_standard.inst.cfg b/resources/quality/sovol/PETG/sovol_titan_0.6_PETG_standard.inst.cfg new file mode 100644 index 0000000000..5c422df316 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_titan_0.6_PETG_standard.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = sovol_base_titan +name = Standard Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = standard +setting_version = 20 +type = quality +variant = 0.6mm Nozzle + +[values] +retraction_amount = 2 +retraction_speed = 40 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_titan_0.8_PETG_draft.inst.cfg b/resources/quality/sovol/PETG/sovol_titan_0.8_PETG_draft.inst.cfg new file mode 100644 index 0000000000..1783686472 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_titan_0.8_PETG_draft.inst.cfg @@ -0,0 +1,16 @@ +[general] +definition = sovol_base_titan +name = Draft Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = draft +setting_version = 20 +type = quality +variant = 0.8mm Nozzle + +[values] +retraction_amount = 0.8 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PETG/sovol_titan_1.0_PETG_draft.inst.cfg b/resources/quality/sovol/PETG/sovol_titan_1.0_PETG_draft.inst.cfg new file mode 100644 index 0000000000..7d2fda3219 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_titan_1.0_PETG_draft.inst.cfg @@ -0,0 +1,16 @@ +[general] +definition = sovol_base_titan +name = Draft Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = draft +setting_version = 20 +type = quality +variant = 1.0mm Nozzle + +[values] +retraction_amount = 0.8 +speed_layer_0 = 15 + diff --git a/resources/quality/sovol/PLA/sovol_bowden_0.2_PLA_super.inst.cfg b/resources/quality/sovol/PLA/sovol_bowden_0.2_PLA_super.inst.cfg new file mode 100644 index 0000000000..192a16ef7a --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_bowden_0.2_PLA_super.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_bowden +name = Super Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = super +setting_version = 20 +type = quality +variant = 0.2mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_bowden_0.2_PLA_ultra.inst.cfg b/resources/quality/sovol/PLA/sovol_bowden_0.2_PLA_ultra.inst.cfg new file mode 100644 index 0000000000..c86299ba15 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_bowden_0.2_PLA_ultra.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_bowden +name = Ultra Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = ultra +setting_version = 20 +type = quality +variant = 0.2mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_bowden_0.3_PLA_adaptive.inst.cfg b/resources/quality/sovol/PLA/sovol_bowden_0.3_PLA_adaptive.inst.cfg new file mode 100644 index 0000000000..b03e88d92d --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_bowden_0.3_PLA_adaptive.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_bowden +name = Dynamic Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = adaptive +setting_version = 20 +type = quality +variant = 0.3mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_bowden_0.3_PLA_low.inst.cfg b/resources/quality/sovol/PLA/sovol_bowden_0.3_PLA_low.inst.cfg new file mode 100644 index 0000000000..9cadc1433f --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_bowden_0.3_PLA_low.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_bowden +name = Low Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = low +setting_version = 20 +type = quality +variant = 0.3mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_bowden_0.3_PLA_standard.inst.cfg b/resources/quality/sovol/PLA/sovol_bowden_0.3_PLA_standard.inst.cfg new file mode 100644 index 0000000000..1b02fc72a6 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_bowden_0.3_PLA_standard.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_bowden +name = Standard Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = standard +setting_version = 20 +type = quality +variant = 0.3mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_bowden_0.3_PLA_super.inst.cfg b/resources/quality/sovol/PLA/sovol_bowden_0.3_PLA_super.inst.cfg new file mode 100644 index 0000000000..9705879088 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_bowden_0.3_PLA_super.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_bowden +name = Super Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = super +setting_version = 20 +type = quality +variant = 0.3mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_bowden_0.4_PLA_adaptive.inst.cfg b/resources/quality/sovol/PLA/sovol_bowden_0.4_PLA_adaptive.inst.cfg new file mode 100644 index 0000000000..ff1bbaa3c9 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_bowden_0.4_PLA_adaptive.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_bowden +name = Dynamic Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = adaptive +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_bowden_0.4_PLA_low.inst.cfg b/resources/quality/sovol/PLA/sovol_bowden_0.4_PLA_low.inst.cfg new file mode 100644 index 0000000000..fd47e92b86 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_bowden_0.4_PLA_low.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_bowden +name = Low Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = low +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_bowden_0.4_PLA_standard.inst.cfg b/resources/quality/sovol/PLA/sovol_bowden_0.4_PLA_standard.inst.cfg new file mode 100644 index 0000000000..b6e742bedb --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_bowden_0.4_PLA_standard.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_bowden +name = Standard Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = standard +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_bowden_0.4_PLA_super.inst.cfg b/resources/quality/sovol/PLA/sovol_bowden_0.4_PLA_super.inst.cfg new file mode 100644 index 0000000000..590b7771ee --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_bowden_0.4_PLA_super.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_bowden +name = Super Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = super +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_bowden_0.5_PLA_adaptive.inst.cfg b/resources/quality/sovol/PLA/sovol_bowden_0.5_PLA_adaptive.inst.cfg new file mode 100644 index 0000000000..93bbdd31be --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_bowden_0.5_PLA_adaptive.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_bowden +name = Dynamic Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = adaptive +setting_version = 20 +type = quality +variant = 0.5mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_bowden_0.5_PLA_low.inst.cfg b/resources/quality/sovol/PLA/sovol_bowden_0.5_PLA_low.inst.cfg new file mode 100644 index 0000000000..e9d9a7bf59 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_bowden_0.5_PLA_low.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_bowden +name = Low Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = low +setting_version = 20 +type = quality +variant = 0.5mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_bowden_0.5_PLA_standard.inst.cfg b/resources/quality/sovol/PLA/sovol_bowden_0.5_PLA_standard.inst.cfg new file mode 100644 index 0000000000..c69671fa83 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_bowden_0.5_PLA_standard.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_bowden +name = Standard Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = standard +setting_version = 20 +type = quality +variant = 0.5mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_bowden_0.5_PLA_super.inst.cfg b/resources/quality/sovol/PLA/sovol_bowden_0.5_PLA_super.inst.cfg new file mode 100644 index 0000000000..3af5041d57 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_bowden_0.5_PLA_super.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_bowden +name = Super Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = super +setting_version = 20 +type = quality +variant = 0.5mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_bowden_0.6_PLA_adaptive.inst.cfg b/resources/quality/sovol/PLA/sovol_bowden_0.6_PLA_adaptive.inst.cfg new file mode 100644 index 0000000000..848f7d799e --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_bowden_0.6_PLA_adaptive.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_bowden +name = Dynamic Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = adaptive +setting_version = 20 +type = quality +variant = 0.6mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_bowden_0.6_PLA_draft.inst.cfg b/resources/quality/sovol/PLA/sovol_bowden_0.6_PLA_draft.inst.cfg new file mode 100644 index 0000000000..a482ddcc22 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_bowden_0.6_PLA_draft.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_bowden +name = Draft Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = draft +setting_version = 20 +type = quality +variant = 0.6mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_bowden_0.6_PLA_low.inst.cfg b/resources/quality/sovol/PLA/sovol_bowden_0.6_PLA_low.inst.cfg new file mode 100644 index 0000000000..d19ab316cb --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_bowden_0.6_PLA_low.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_bowden +name = Low Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = low +setting_version = 20 +type = quality +variant = 0.6mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_bowden_0.6_PLA_standard.inst.cfg b/resources/quality/sovol/PLA/sovol_bowden_0.6_PLA_standard.inst.cfg new file mode 100644 index 0000000000..ccbc6b66dd --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_bowden_0.6_PLA_standard.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_bowden +name = Standard Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = standard +setting_version = 20 +type = quality +variant = 0.6mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_bowden_0.8_PLA_draft.inst.cfg b/resources/quality/sovol/PLA/sovol_bowden_0.8_PLA_draft.inst.cfg new file mode 100644 index 0000000000..102f807d83 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_bowden_0.8_PLA_draft.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_bowden +name = Draft Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = draft +setting_version = 20 +type = quality +variant = 0.8mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_bowden_1.0_PLA_draft.inst.cfg b/resources/quality/sovol/PLA/sovol_bowden_1.0_PLA_draft.inst.cfg new file mode 100644 index 0000000000..59dd022052 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_bowden_1.0_PLA_draft.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_bowden +name = Draft Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = draft +setting_version = 20 +type = quality +variant = 1.0mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_planetary_0.2_PLA_super.inst.cfg b/resources/quality/sovol/PLA/sovol_planetary_0.2_PLA_super.inst.cfg new file mode 100644 index 0000000000..b1de3d7760 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_planetary_0.2_PLA_super.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_planetary +name = Super Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = super +setting_version = 20 +type = quality +variant = 0.2mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_planetary_0.2_PLA_ultra.inst.cfg b/resources/quality/sovol/PLA/sovol_planetary_0.2_PLA_ultra.inst.cfg new file mode 100644 index 0000000000..19b58ab72d --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_planetary_0.2_PLA_ultra.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_planetary +name = Ultra Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = ultra +setting_version = 20 +type = quality +variant = 0.2mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_planetary_0.3_PLA_adaptive.inst.cfg b/resources/quality/sovol/PLA/sovol_planetary_0.3_PLA_adaptive.inst.cfg new file mode 100644 index 0000000000..d25200ce5c --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_planetary_0.3_PLA_adaptive.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_planetary +name = Dynamic Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = adaptive +setting_version = 20 +type = quality +variant = 0.3mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_planetary_0.3_PLA_low.inst.cfg b/resources/quality/sovol/PLA/sovol_planetary_0.3_PLA_low.inst.cfg new file mode 100644 index 0000000000..26df1f11dc --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_planetary_0.3_PLA_low.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_planetary +name = Low Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = low +setting_version = 20 +type = quality +variant = 0.3mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_planetary_0.3_PLA_standard.inst.cfg b/resources/quality/sovol/PLA/sovol_planetary_0.3_PLA_standard.inst.cfg new file mode 100644 index 0000000000..e26b88ed5b --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_planetary_0.3_PLA_standard.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_planetary +name = Standard Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = standard +setting_version = 20 +type = quality +variant = 0.3mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_planetary_0.3_PLA_super.inst.cfg b/resources/quality/sovol/PLA/sovol_planetary_0.3_PLA_super.inst.cfg new file mode 100644 index 0000000000..675114778e --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_planetary_0.3_PLA_super.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_planetary +name = Super Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = super +setting_version = 20 +type = quality +variant = 0.3mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_planetary_0.4_PLA_adaptive.inst.cfg b/resources/quality/sovol/PLA/sovol_planetary_0.4_PLA_adaptive.inst.cfg new file mode 100644 index 0000000000..37f96b6f55 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_planetary_0.4_PLA_adaptive.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_planetary +name = Dynamic Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = adaptive +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_planetary_0.4_PLA_low.inst.cfg b/resources/quality/sovol/PLA/sovol_planetary_0.4_PLA_low.inst.cfg new file mode 100644 index 0000000000..74cc140680 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_planetary_0.4_PLA_low.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_planetary +name = Low Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = low +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_planetary_0.4_PLA_standard.inst.cfg b/resources/quality/sovol/PLA/sovol_planetary_0.4_PLA_standard.inst.cfg new file mode 100644 index 0000000000..ac647f24b6 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_planetary_0.4_PLA_standard.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_planetary +name = Standard Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = standard +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_planetary_0.4_PLA_super.inst.cfg b/resources/quality/sovol/PLA/sovol_planetary_0.4_PLA_super.inst.cfg new file mode 100644 index 0000000000..48bc0ebede --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_planetary_0.4_PLA_super.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_planetary +name = Super Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = super +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_planetary_0.5_PLA_adaptive.inst.cfg b/resources/quality/sovol/PLA/sovol_planetary_0.5_PLA_adaptive.inst.cfg new file mode 100644 index 0000000000..1f3e93badd --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_planetary_0.5_PLA_adaptive.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_planetary +name = Dynamic Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = adaptive +setting_version = 20 +type = quality +variant = 0.5mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_planetary_0.5_PLA_low.inst.cfg b/resources/quality/sovol/PLA/sovol_planetary_0.5_PLA_low.inst.cfg new file mode 100644 index 0000000000..f7cfb41a33 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_planetary_0.5_PLA_low.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_planetary +name = Low Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = low +setting_version = 20 +type = quality +variant = 0.5mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_planetary_0.5_PLA_standard.inst.cfg b/resources/quality/sovol/PLA/sovol_planetary_0.5_PLA_standard.inst.cfg new file mode 100644 index 0000000000..d0b581a33c --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_planetary_0.5_PLA_standard.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_planetary +name = Standard Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = standard +setting_version = 20 +type = quality +variant = 0.5mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_planetary_0.5_PLA_super.inst.cfg b/resources/quality/sovol/PLA/sovol_planetary_0.5_PLA_super.inst.cfg new file mode 100644 index 0000000000..c96d99430b --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_planetary_0.5_PLA_super.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_planetary +name = Super Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = super +setting_version = 20 +type = quality +variant = 0.5mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_planetary_0.6_PLA_adaptive.inst.cfg b/resources/quality/sovol/PLA/sovol_planetary_0.6_PLA_adaptive.inst.cfg new file mode 100644 index 0000000000..d88f8c1b96 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_planetary_0.6_PLA_adaptive.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_planetary +name = Dynamic Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = adaptive +setting_version = 20 +type = quality +variant = 0.6mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_planetary_0.6_PLA_draft.inst.cfg b/resources/quality/sovol/PLA/sovol_planetary_0.6_PLA_draft.inst.cfg new file mode 100644 index 0000000000..4d55c230ce --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_planetary_0.6_PLA_draft.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_planetary +name = Draft Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = draft +setting_version = 20 +type = quality +variant = 0.6mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_planetary_0.6_PLA_low.inst.cfg b/resources/quality/sovol/PLA/sovol_planetary_0.6_PLA_low.inst.cfg new file mode 100644 index 0000000000..143f66eaa4 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_planetary_0.6_PLA_low.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_planetary +name = Low Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = low +setting_version = 20 +type = quality +variant = 0.6mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_planetary_0.6_PLA_standard.inst.cfg b/resources/quality/sovol/PLA/sovol_planetary_0.6_PLA_standard.inst.cfg new file mode 100644 index 0000000000..60c1c7b087 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_planetary_0.6_PLA_standard.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_planetary +name = Standard Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = standard +setting_version = 20 +type = quality +variant = 0.6mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_planetary_0.8_PLA_draft.inst.cfg b/resources/quality/sovol/PLA/sovol_planetary_0.8_PLA_draft.inst.cfg new file mode 100644 index 0000000000..d3022933ee --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_planetary_0.8_PLA_draft.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_planetary +name = Draft Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = draft +setting_version = 20 +type = quality +variant = 0.8mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_planetary_1.0_PLA_draft.inst.cfg b/resources/quality/sovol/PLA/sovol_planetary_1.0_PLA_draft.inst.cfg new file mode 100644 index 0000000000..53ddcf4e95 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_planetary_1.0_PLA_draft.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_planetary +name = Draft Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = draft +setting_version = 20 +type = quality +variant = 1.0mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_titan_0.2_PLA_super.inst.cfg b/resources/quality/sovol/PLA/sovol_titan_0.2_PLA_super.inst.cfg new file mode 100644 index 0000000000..7f6ce596b5 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_titan_0.2_PLA_super.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_titan +name = Super Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = super +setting_version = 20 +type = quality +variant = 0.2mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_titan_0.2_PLA_ultra.inst.cfg b/resources/quality/sovol/PLA/sovol_titan_0.2_PLA_ultra.inst.cfg new file mode 100644 index 0000000000..2ce381dd64 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_titan_0.2_PLA_ultra.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_titan +name = Ultra Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = ultra +setting_version = 20 +type = quality +variant = 0.2mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_titan_0.3_PLA_adaptive.inst.cfg b/resources/quality/sovol/PLA/sovol_titan_0.3_PLA_adaptive.inst.cfg new file mode 100644 index 0000000000..61078ffd70 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_titan_0.3_PLA_adaptive.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_titan +name = Dynamic Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = adaptive +setting_version = 20 +type = quality +variant = 0.3mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_titan_0.3_PLA_low.inst.cfg b/resources/quality/sovol/PLA/sovol_titan_0.3_PLA_low.inst.cfg new file mode 100644 index 0000000000..18848596b1 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_titan_0.3_PLA_low.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_titan +name = Low Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = low +setting_version = 20 +type = quality +variant = 0.3mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_titan_0.3_PLA_standard.inst.cfg b/resources/quality/sovol/PLA/sovol_titan_0.3_PLA_standard.inst.cfg new file mode 100644 index 0000000000..2b9fe2dbfb --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_titan_0.3_PLA_standard.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_titan +name = Standard Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = standard +setting_version = 20 +type = quality +variant = 0.3mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_titan_0.3_PLA_super.inst.cfg b/resources/quality/sovol/PLA/sovol_titan_0.3_PLA_super.inst.cfg new file mode 100644 index 0000000000..555a5ba868 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_titan_0.3_PLA_super.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_titan +name = Super Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = super +setting_version = 20 +type = quality +variant = 0.3mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_titan_0.4_PLA_adaptive.inst.cfg b/resources/quality/sovol/PLA/sovol_titan_0.4_PLA_adaptive.inst.cfg new file mode 100644 index 0000000000..6780f5381a --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_titan_0.4_PLA_adaptive.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_titan +name = Dynamic Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = adaptive +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_titan_0.4_PLA_low.inst.cfg b/resources/quality/sovol/PLA/sovol_titan_0.4_PLA_low.inst.cfg new file mode 100644 index 0000000000..dce09e4f6c --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_titan_0.4_PLA_low.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_titan +name = Low Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = low +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_titan_0.4_PLA_standard.inst.cfg b/resources/quality/sovol/PLA/sovol_titan_0.4_PLA_standard.inst.cfg new file mode 100644 index 0000000000..673a6292ed --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_titan_0.4_PLA_standard.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_titan +name = Standard Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = standard +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_titan_0.4_PLA_super.inst.cfg b/resources/quality/sovol/PLA/sovol_titan_0.4_PLA_super.inst.cfg new file mode 100644 index 0000000000..a239533cdb --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_titan_0.4_PLA_super.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_titan +name = Super Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = super +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_titan_0.5_PLA_adaptive.inst.cfg b/resources/quality/sovol/PLA/sovol_titan_0.5_PLA_adaptive.inst.cfg new file mode 100644 index 0000000000..cba32ea038 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_titan_0.5_PLA_adaptive.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_titan +name = Dynamic Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = adaptive +setting_version = 20 +type = quality +variant = 0.5mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_titan_0.5_PLA_low.inst.cfg b/resources/quality/sovol/PLA/sovol_titan_0.5_PLA_low.inst.cfg new file mode 100644 index 0000000000..460f5d554f --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_titan_0.5_PLA_low.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_titan +name = Low Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = low +setting_version = 20 +type = quality +variant = 0.5mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_titan_0.5_PLA_standard.inst.cfg b/resources/quality/sovol/PLA/sovol_titan_0.5_PLA_standard.inst.cfg new file mode 100644 index 0000000000..91d046e54a --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_titan_0.5_PLA_standard.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_titan +name = Standard Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = standard +setting_version = 20 +type = quality +variant = 0.5mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_titan_0.5_PLA_super.inst.cfg b/resources/quality/sovol/PLA/sovol_titan_0.5_PLA_super.inst.cfg new file mode 100644 index 0000000000..a33d7b5f67 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_titan_0.5_PLA_super.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_titan +name = Super Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = super +setting_version = 20 +type = quality +variant = 0.5mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_titan_0.6_PLA_adaptive.inst.cfg b/resources/quality/sovol/PLA/sovol_titan_0.6_PLA_adaptive.inst.cfg new file mode 100644 index 0000000000..22a6ef3590 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_titan_0.6_PLA_adaptive.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_titan +name = Dynamic Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = adaptive +setting_version = 20 +type = quality +variant = 0.6mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_titan_0.6_PLA_draft.inst.cfg b/resources/quality/sovol/PLA/sovol_titan_0.6_PLA_draft.inst.cfg new file mode 100644 index 0000000000..c58b7bb296 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_titan_0.6_PLA_draft.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_titan +name = Draft Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = draft +setting_version = 20 +type = quality +variant = 0.6mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_titan_0.6_PLA_low.inst.cfg b/resources/quality/sovol/PLA/sovol_titan_0.6_PLA_low.inst.cfg new file mode 100644 index 0000000000..91a704ec08 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_titan_0.6_PLA_low.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_titan +name = Low Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = low +setting_version = 20 +type = quality +variant = 0.6mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_titan_0.6_PLA_standard.inst.cfg b/resources/quality/sovol/PLA/sovol_titan_0.6_PLA_standard.inst.cfg new file mode 100644 index 0000000000..ca66dd6a91 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_titan_0.6_PLA_standard.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_titan +name = Standard Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = standard +setting_version = 20 +type = quality +variant = 0.6mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_titan_0.8_PLA_draft.inst.cfg b/resources/quality/sovol/PLA/sovol_titan_0.8_PLA_draft.inst.cfg new file mode 100644 index 0000000000..8332bb9916 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_titan_0.8_PLA_draft.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_titan +name = Draft Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = draft +setting_version = 20 +type = quality +variant = 0.8mm Nozzle + +[values] + diff --git a/resources/quality/sovol/PLA/sovol_titan_1.0_PLA_draft.inst.cfg b/resources/quality/sovol/PLA/sovol_titan_1.0_PLA_draft.inst.cfg new file mode 100644 index 0000000000..62d22d9451 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_titan_1.0_PLA_draft.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = sovol_base_titan +name = Draft Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = draft +setting_version = 20 +type = quality +variant = 1.0mm Nozzle + +[values] + diff --git a/resources/quality/sovol/TPU/sovol_bowden_0.3_TPU_adaptive.inst.cfg b/resources/quality/sovol/TPU/sovol_bowden_0.3_TPU_adaptive.inst.cfg new file mode 100644 index 0000000000..468337be8a --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_bowden_0.3_TPU_adaptive.inst.cfg @@ -0,0 +1,18 @@ +[general] +definition = sovol_base_bowden +name = Dynamic Quality +version = 4 + +[metadata] +material = generic_tpu +quality_type = adaptive +setting_version = 20 +type = quality +variant = 0.3mm Nozzle + +[values] +retraction_amount = 1.2 +retraction_speed = 20 +speed_layer_0 = 10 +speed_print = 20 + diff --git a/resources/quality/sovol/TPU/sovol_bowden_0.3_TPU_standard.inst.cfg b/resources/quality/sovol/TPU/sovol_bowden_0.3_TPU_standard.inst.cfg new file mode 100644 index 0000000000..8e1754b8bf --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_bowden_0.3_TPU_standard.inst.cfg @@ -0,0 +1,18 @@ +[general] +definition = sovol_base_bowden +name = Standard Quality +version = 4 + +[metadata] +material = generic_tpu +quality_type = standard +setting_version = 20 +type = quality +variant = 0.3mm Nozzle + +[values] +retraction_amount = 1.2 +retraction_speed = 20 +speed_layer_0 = 10 +speed_print = 20 + diff --git a/resources/quality/sovol/TPU/sovol_bowden_0.3_TPU_super.inst.cfg b/resources/quality/sovol/TPU/sovol_bowden_0.3_TPU_super.inst.cfg new file mode 100644 index 0000000000..a20c55e4dc --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_bowden_0.3_TPU_super.inst.cfg @@ -0,0 +1,18 @@ +[general] +definition = sovol_base_bowden +name = Super Quality +version = 4 + +[metadata] +material = generic_tpu +quality_type = super +setting_version = 20 +type = quality +variant = 0.3mm Nozzle + +[values] +retraction_amount = 1.2 +retraction_speed = 20 +speed_layer_0 = 10 +speed_print = 20 + diff --git a/resources/quality/sovol/TPU/sovol_bowden_0.4_TPU_adaptive.inst.cfg b/resources/quality/sovol/TPU/sovol_bowden_0.4_TPU_adaptive.inst.cfg new file mode 100644 index 0000000000..5faf50db35 --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_bowden_0.4_TPU_adaptive.inst.cfg @@ -0,0 +1,18 @@ +[general] +definition = sovol_base_bowden +name = Dynamic Quality +version = 4 + +[metadata] +material = generic_tpu +quality_type = adaptive +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] +retraction_amount = 1.2 +retraction_speed = 20 +speed_layer_0 = 10 +speed_print = 20 + diff --git a/resources/quality/sovol/TPU/sovol_bowden_0.4_TPU_standard.inst.cfg b/resources/quality/sovol/TPU/sovol_bowden_0.4_TPU_standard.inst.cfg new file mode 100644 index 0000000000..b0322f1797 --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_bowden_0.4_TPU_standard.inst.cfg @@ -0,0 +1,18 @@ +[general] +definition = sovol_base_bowden +name = Standard Quality +version = 4 + +[metadata] +material = generic_tpu +quality_type = standard +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] +retraction_amount = 1.2 +retraction_speed = 20 +speed_layer_0 = 10 +speed_print = 20 + diff --git a/resources/quality/sovol/TPU/sovol_bowden_0.4_TPU_super.inst.cfg b/resources/quality/sovol/TPU/sovol_bowden_0.4_TPU_super.inst.cfg new file mode 100644 index 0000000000..67937ecf6f --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_bowden_0.4_TPU_super.inst.cfg @@ -0,0 +1,18 @@ +[general] +definition = sovol_base_bowden +name = Super Quality +version = 4 + +[metadata] +material = generic_tpu +quality_type = super +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] +retraction_amount = 1.2 +retraction_speed = 20 +speed_layer_0 = 10 +speed_print = 20 + diff --git a/resources/quality/sovol/TPU/sovol_bowden_0.5_TPU_adaptive.inst.cfg b/resources/quality/sovol/TPU/sovol_bowden_0.5_TPU_adaptive.inst.cfg new file mode 100644 index 0000000000..edb2ca8820 --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_bowden_0.5_TPU_adaptive.inst.cfg @@ -0,0 +1,18 @@ +[general] +definition = sovol_base_bowden +name = Dynamic Quality +version = 4 + +[metadata] +material = generic_tpu +quality_type = adaptive +setting_version = 20 +type = quality +variant = 0.5mm Nozzle + +[values] +retraction_amount = 1.2 +retraction_speed = 20 +speed_layer_0 = 10 +speed_print = 20 + diff --git a/resources/quality/sovol/TPU/sovol_bowden_0.5_TPU_standard.inst.cfg b/resources/quality/sovol/TPU/sovol_bowden_0.5_TPU_standard.inst.cfg new file mode 100644 index 0000000000..5170ffb368 --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_bowden_0.5_TPU_standard.inst.cfg @@ -0,0 +1,18 @@ +[general] +definition = sovol_base_bowden +name = Standard Quality +version = 4 + +[metadata] +material = generic_tpu +quality_type = standard +setting_version = 20 +type = quality +variant = 0.5mm Nozzle + +[values] +retraction_amount = 1.2 +retraction_speed = 20 +speed_layer_0 = 10 +speed_print = 20 + diff --git a/resources/quality/sovol/TPU/sovol_bowden_0.5_TPU_super.inst.cfg b/resources/quality/sovol/TPU/sovol_bowden_0.5_TPU_super.inst.cfg new file mode 100644 index 0000000000..bf28b37bf6 --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_bowden_0.5_TPU_super.inst.cfg @@ -0,0 +1,18 @@ +[general] +definition = sovol_base_bowden +name = Super Quality +version = 4 + +[metadata] +material = generic_tpu +quality_type = super +setting_version = 20 +type = quality +variant = 0.5mm Nozzle + +[values] +retraction_amount = 1.2 +retraction_speed = 20 +speed_layer_0 = 10 +speed_print = 20 + diff --git a/resources/quality/sovol/TPU/sovol_bowden_0.6_TPU_standard.inst.cfg b/resources/quality/sovol/TPU/sovol_bowden_0.6_TPU_standard.inst.cfg new file mode 100644 index 0000000000..32ebb4711a --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_bowden_0.6_TPU_standard.inst.cfg @@ -0,0 +1,18 @@ +[general] +definition = sovol_base_bowden +name = Standard Quality +version = 4 + +[metadata] +material = generic_tpu +quality_type = standard +setting_version = 20 +type = quality +variant = 0.6mm Nozzle + +[values] +retraction_amount = 1.2 +retraction_speed = 20 +speed_layer_0 = 10 +speed_print = 20 + diff --git a/resources/quality/sovol/TPU/sovol_bowden_0.8_TPU_draft.inst.cfg b/resources/quality/sovol/TPU/sovol_bowden_0.8_TPU_draft.inst.cfg new file mode 100644 index 0000000000..a4284e0a07 --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_bowden_0.8_TPU_draft.inst.cfg @@ -0,0 +1,18 @@ +[general] +definition = sovol_base_bowden +name = Draft Quality +version = 4 + +[metadata] +material = generic_tpu +quality_type = draft +setting_version = 20 +type = quality +variant = 0.8mm Nozzle + +[values] +retraction_amount = 1.2 +retraction_speed = 20 +speed_layer_0 = 10 +speed_print = 20 + diff --git a/resources/quality/sovol/TPU/sovol_bowden_1.0_TPU_draft.inst.cfg b/resources/quality/sovol/TPU/sovol_bowden_1.0_TPU_draft.inst.cfg new file mode 100644 index 0000000000..868fad3b71 --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_bowden_1.0_TPU_draft.inst.cfg @@ -0,0 +1,18 @@ +[general] +definition = sovol_base_bowden +name = Draft Quality +version = 4 + +[metadata] +material = generic_tpu +quality_type = draft +setting_version = 20 +type = quality +variant = 1.0mm Nozzle + +[values] +retraction_amount = 1.2 +retraction_speed = 20 +speed_layer_0 = 10 +speed_print = 20 + diff --git a/resources/quality/sovol/TPU/sovol_planetary_0.3_TPU_adaptive.inst.cfg b/resources/quality/sovol/TPU/sovol_planetary_0.3_TPU_adaptive.inst.cfg new file mode 100644 index 0000000000..0a4b9abff9 --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_planetary_0.3_TPU_adaptive.inst.cfg @@ -0,0 +1,18 @@ +[general] +definition = sovol_base_planetary +name = Dynamic Quality +version = 4 + +[metadata] +material = generic_tpu +quality_type = adaptive +setting_version = 20 +type = quality +variant = 0.3mm Nozzle + +[values] +retraction_amount = 1.2 +retraction_speed = 20 +speed_layer_0 = 10 +speed_print = 20 + diff --git a/resources/quality/sovol/TPU/sovol_planetary_0.3_TPU_standard.inst.cfg b/resources/quality/sovol/TPU/sovol_planetary_0.3_TPU_standard.inst.cfg new file mode 100644 index 0000000000..bee23ec807 --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_planetary_0.3_TPU_standard.inst.cfg @@ -0,0 +1,18 @@ +[general] +definition = sovol_base_planetary +name = Standard Quality +version = 4 + +[metadata] +material = generic_tpu +quality_type = standard +setting_version = 20 +type = quality +variant = 0.3mm Nozzle + +[values] +retraction_amount = 1.2 +retraction_speed = 20 +speed_layer_0 = 10 +speed_print = 20 + diff --git a/resources/quality/sovol/TPU/sovol_planetary_0.3_TPU_super.inst.cfg b/resources/quality/sovol/TPU/sovol_planetary_0.3_TPU_super.inst.cfg new file mode 100644 index 0000000000..04aa4f72a2 --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_planetary_0.3_TPU_super.inst.cfg @@ -0,0 +1,18 @@ +[general] +definition = sovol_base_planetary +name = Super Quality +version = 4 + +[metadata] +material = generic_tpu +quality_type = super +setting_version = 20 +type = quality +variant = 0.3mm Nozzle + +[values] +retraction_amount = 1.2 +retraction_speed = 20 +speed_layer_0 = 10 +speed_print = 20 + diff --git a/resources/quality/sovol/TPU/sovol_planetary_0.4_TPU_adaptive.inst.cfg b/resources/quality/sovol/TPU/sovol_planetary_0.4_TPU_adaptive.inst.cfg new file mode 100644 index 0000000000..0350f18ca1 --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_planetary_0.4_TPU_adaptive.inst.cfg @@ -0,0 +1,18 @@ +[general] +definition = sovol_base_planetary +name = Dynamic Quality +version = 4 + +[metadata] +material = generic_tpu +quality_type = adaptive +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] +retraction_amount = 1.2 +retraction_speed = 20 +speed_layer_0 = 10 +speed_print = 20 + diff --git a/resources/quality/sovol/TPU/sovol_planetary_0.4_TPU_standard.inst.cfg b/resources/quality/sovol/TPU/sovol_planetary_0.4_TPU_standard.inst.cfg new file mode 100644 index 0000000000..3429a1202d --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_planetary_0.4_TPU_standard.inst.cfg @@ -0,0 +1,18 @@ +[general] +definition = sovol_base_planetary +name = Standard Quality +version = 4 + +[metadata] +material = generic_tpu +quality_type = standard +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] +retraction_amount = 1.2 +retraction_speed = 20 +speed_layer_0 = 10 +speed_print = 20 + diff --git a/resources/quality/sovol/TPU/sovol_planetary_0.4_TPU_super.inst.cfg b/resources/quality/sovol/TPU/sovol_planetary_0.4_TPU_super.inst.cfg new file mode 100644 index 0000000000..f29b9cb1d7 --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_planetary_0.4_TPU_super.inst.cfg @@ -0,0 +1,18 @@ +[general] +definition = sovol_base_planetary +name = Super Quality +version = 4 + +[metadata] +material = generic_tpu +quality_type = super +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] +retraction_amount = 1.2 +retraction_speed = 20 +speed_layer_0 = 10 +speed_print = 20 + diff --git a/resources/quality/sovol/TPU/sovol_planetary_0.5_TPU_adaptive.inst.cfg b/resources/quality/sovol/TPU/sovol_planetary_0.5_TPU_adaptive.inst.cfg new file mode 100644 index 0000000000..28c835b682 --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_planetary_0.5_TPU_adaptive.inst.cfg @@ -0,0 +1,18 @@ +[general] +definition = sovol_base_planetary +name = Dynamic Quality +version = 4 + +[metadata] +material = generic_tpu +quality_type = adaptive +setting_version = 20 +type = quality +variant = 0.5mm Nozzle + +[values] +retraction_amount = 1.2 +retraction_speed = 20 +speed_layer_0 = 10 +speed_print = 20 + diff --git a/resources/quality/sovol/TPU/sovol_planetary_0.5_TPU_standard.inst.cfg b/resources/quality/sovol/TPU/sovol_planetary_0.5_TPU_standard.inst.cfg new file mode 100644 index 0000000000..b75f650796 --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_planetary_0.5_TPU_standard.inst.cfg @@ -0,0 +1,18 @@ +[general] +definition = sovol_base_planetary +name = Standard Quality +version = 4 + +[metadata] +material = generic_tpu +quality_type = standard +setting_version = 20 +type = quality +variant = 0.5mm Nozzle + +[values] +retraction_amount = 1.2 +retraction_speed = 20 +speed_layer_0 = 10 +speed_print = 20 + diff --git a/resources/quality/sovol/TPU/sovol_planetary_0.5_TPU_super.inst.cfg b/resources/quality/sovol/TPU/sovol_planetary_0.5_TPU_super.inst.cfg new file mode 100644 index 0000000000..fedef590f4 --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_planetary_0.5_TPU_super.inst.cfg @@ -0,0 +1,18 @@ +[general] +definition = sovol_base_planetary +name = Super Quality +version = 4 + +[metadata] +material = generic_tpu +quality_type = super +setting_version = 20 +type = quality +variant = 0.5mm Nozzle + +[values] +retraction_amount = 1.2 +retraction_speed = 20 +speed_layer_0 = 10 +speed_print = 20 + diff --git a/resources/quality/sovol/TPU/sovol_planetary_0.6_TPU_standard.inst.cfg b/resources/quality/sovol/TPU/sovol_planetary_0.6_TPU_standard.inst.cfg new file mode 100644 index 0000000000..1b47329bc6 --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_planetary_0.6_TPU_standard.inst.cfg @@ -0,0 +1,18 @@ +[general] +definition = sovol_base_planetary +name = Standard Quality +version = 4 + +[metadata] +material = generic_tpu +quality_type = standard +setting_version = 20 +type = quality +variant = 0.6mm Nozzle + +[values] +retraction_amount = 1.2 +retraction_speed = 20 +speed_layer_0 = 10 +speed_print = 20 + diff --git a/resources/quality/sovol/TPU/sovol_planetary_0.8_TPU_draft.inst.cfg b/resources/quality/sovol/TPU/sovol_planetary_0.8_TPU_draft.inst.cfg new file mode 100644 index 0000000000..60c0ec6339 --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_planetary_0.8_TPU_draft.inst.cfg @@ -0,0 +1,18 @@ +[general] +definition = sovol_base_planetary +name = Draft Quality +version = 4 + +[metadata] +material = generic_tpu +quality_type = draft +setting_version = 20 +type = quality +variant = 0.8mm Nozzle + +[values] +retraction_amount = 1.2 +retraction_speed = 20 +speed_layer_0 = 10 +speed_print = 20 + diff --git a/resources/quality/sovol/TPU/sovol_planetary_1.0_TPU_draft.inst.cfg b/resources/quality/sovol/TPU/sovol_planetary_1.0_TPU_draft.inst.cfg new file mode 100644 index 0000000000..e8ef223926 --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_planetary_1.0_TPU_draft.inst.cfg @@ -0,0 +1,18 @@ +[general] +definition = sovol_base_planetary +name = Draft Quality +version = 4 + +[metadata] +material = generic_tpu +quality_type = draft +setting_version = 20 +type = quality +variant = 1.0mm Nozzle + +[values] +retraction_amount = 1.2 +retraction_speed = 20 +speed_layer_0 = 10 +speed_print = 20 + diff --git a/resources/quality/sovol/TPU/sovol_titan_0.3_TPU_adaptive.inst.cfg b/resources/quality/sovol/TPU/sovol_titan_0.3_TPU_adaptive.inst.cfg new file mode 100644 index 0000000000..ab63df4e0e --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_titan_0.3_TPU_adaptive.inst.cfg @@ -0,0 +1,18 @@ +[general] +definition = sovol_base_titan +name = Dynamic Quality +version = 4 + +[metadata] +material = generic_tpu +quality_type = adaptive +setting_version = 20 +type = quality +variant = 0.3mm Nozzle + +[values] +retraction_amount = 1.2 +retraction_speed = 20 +speed_layer_0 = 10 +speed_print = 20 + diff --git a/resources/quality/sovol/TPU/sovol_titan_0.3_TPU_standard.inst.cfg b/resources/quality/sovol/TPU/sovol_titan_0.3_TPU_standard.inst.cfg new file mode 100644 index 0000000000..00fc36b696 --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_titan_0.3_TPU_standard.inst.cfg @@ -0,0 +1,18 @@ +[general] +definition = sovol_base_titan +name = Standard Quality +version = 4 + +[metadata] +material = generic_tpu +quality_type = standard +setting_version = 20 +type = quality +variant = 0.3mm Nozzle + +[values] +retraction_amount = 1.2 +retraction_speed = 20 +speed_layer_0 = 10 +speed_print = 20 + diff --git a/resources/quality/sovol/TPU/sovol_titan_0.3_TPU_super.inst.cfg b/resources/quality/sovol/TPU/sovol_titan_0.3_TPU_super.inst.cfg new file mode 100644 index 0000000000..54dec6742a --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_titan_0.3_TPU_super.inst.cfg @@ -0,0 +1,18 @@ +[general] +definition = sovol_base_titan +name = Super Quality +version = 4 + +[metadata] +material = generic_tpu +quality_type = super +setting_version = 20 +type = quality +variant = 0.3mm Nozzle + +[values] +retraction_amount = 1.2 +retraction_speed = 20 +speed_layer_0 = 10 +speed_print = 20 + diff --git a/resources/quality/sovol/TPU/sovol_titan_0.4_TPU_adaptive.inst.cfg b/resources/quality/sovol/TPU/sovol_titan_0.4_TPU_adaptive.inst.cfg new file mode 100644 index 0000000000..bc54e889ff --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_titan_0.4_TPU_adaptive.inst.cfg @@ -0,0 +1,18 @@ +[general] +definition = sovol_base_titan +name = Dynamic Quality +version = 4 + +[metadata] +material = generic_tpu +quality_type = adaptive +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] +retraction_amount = 1.2 +retraction_speed = 20 +speed_layer_0 = 10 +speed_print = 20 + diff --git a/resources/quality/sovol/TPU/sovol_titan_0.4_TPU_standard.inst.cfg b/resources/quality/sovol/TPU/sovol_titan_0.4_TPU_standard.inst.cfg new file mode 100644 index 0000000000..6fc8e959cb --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_titan_0.4_TPU_standard.inst.cfg @@ -0,0 +1,18 @@ +[general] +definition = sovol_base_titan +name = Standard Quality +version = 4 + +[metadata] +material = generic_tpu +quality_type = standard +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] +retraction_amount = 1.2 +retraction_speed = 20 +speed_layer_0 = 10 +speed_print = 20 + diff --git a/resources/quality/sovol/TPU/sovol_titan_0.4_TPU_super.inst.cfg b/resources/quality/sovol/TPU/sovol_titan_0.4_TPU_super.inst.cfg new file mode 100644 index 0000000000..49ba9607ee --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_titan_0.4_TPU_super.inst.cfg @@ -0,0 +1,18 @@ +[general] +definition = sovol_base_titan +name = Super Quality +version = 4 + +[metadata] +material = generic_tpu +quality_type = super +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] +retraction_amount = 1.2 +retraction_speed = 20 +speed_layer_0 = 10 +speed_print = 20 + diff --git a/resources/quality/sovol/TPU/sovol_titan_0.5_TPU_adaptive.inst.cfg b/resources/quality/sovol/TPU/sovol_titan_0.5_TPU_adaptive.inst.cfg new file mode 100644 index 0000000000..e23c8d2940 --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_titan_0.5_TPU_adaptive.inst.cfg @@ -0,0 +1,18 @@ +[general] +definition = sovol_base_titan +name = Dynamic Quality +version = 4 + +[metadata] +material = generic_tpu +quality_type = adaptive +setting_version = 20 +type = quality +variant = 0.5mm Nozzle + +[values] +retraction_amount = 1.2 +retraction_speed = 20 +speed_layer_0 = 10 +speed_print = 20 + diff --git a/resources/quality/sovol/TPU/sovol_titan_0.5_TPU_standard.inst.cfg b/resources/quality/sovol/TPU/sovol_titan_0.5_TPU_standard.inst.cfg new file mode 100644 index 0000000000..4db71883e8 --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_titan_0.5_TPU_standard.inst.cfg @@ -0,0 +1,18 @@ +[general] +definition = sovol_base_titan +name = Standard Quality +version = 4 + +[metadata] +material = generic_tpu +quality_type = standard +setting_version = 20 +type = quality +variant = 0.5mm Nozzle + +[values] +retraction_amount = 1.2 +retraction_speed = 20 +speed_layer_0 = 10 +speed_print = 20 + diff --git a/resources/quality/sovol/TPU/sovol_titan_0.5_TPU_super.inst.cfg b/resources/quality/sovol/TPU/sovol_titan_0.5_TPU_super.inst.cfg new file mode 100644 index 0000000000..0e47a9cc50 --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_titan_0.5_TPU_super.inst.cfg @@ -0,0 +1,18 @@ +[general] +definition = sovol_base_titan +name = Super Quality +version = 4 + +[metadata] +material = generic_tpu +quality_type = super +setting_version = 20 +type = quality +variant = 0.5mm Nozzle + +[values] +retraction_amount = 1.2 +retraction_speed = 20 +speed_layer_0 = 10 +speed_print = 20 + diff --git a/resources/quality/sovol/TPU/sovol_titan_0.6_TPU_standard.inst.cfg b/resources/quality/sovol/TPU/sovol_titan_0.6_TPU_standard.inst.cfg new file mode 100644 index 0000000000..b18553f818 --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_titan_0.6_TPU_standard.inst.cfg @@ -0,0 +1,18 @@ +[general] +definition = sovol_base_titan +name = Standard Quality +version = 4 + +[metadata] +material = generic_tpu +quality_type = standard +setting_version = 20 +type = quality +variant = 0.6mm Nozzle + +[values] +retraction_amount = 1.2 +retraction_speed = 20 +speed_layer_0 = 10 +speed_print = 20 + diff --git a/resources/quality/sovol/TPU/sovol_titan_0.8_TPU_draft.inst.cfg b/resources/quality/sovol/TPU/sovol_titan_0.8_TPU_draft.inst.cfg new file mode 100644 index 0000000000..09b2737826 --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_titan_0.8_TPU_draft.inst.cfg @@ -0,0 +1,18 @@ +[general] +definition = sovol_base_titan +name = Draft Quality +version = 4 + +[metadata] +material = generic_tpu +quality_type = draft +setting_version = 20 +type = quality +variant = 0.8mm Nozzle + +[values] +retraction_amount = 1.2 +retraction_speed = 20 +speed_layer_0 = 10 +speed_print = 20 + diff --git a/resources/quality/sovol/TPU/sovol_titan_1.0_TPU_draft.inst.cfg b/resources/quality/sovol/TPU/sovol_titan_1.0_TPU_draft.inst.cfg new file mode 100644 index 0000000000..e0b25c2d1e --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_titan_1.0_TPU_draft.inst.cfg @@ -0,0 +1,18 @@ +[general] +definition = sovol_base_titan +name = Draft Quality +version = 4 + +[metadata] +material = generic_tpu +quality_type = draft +setting_version = 20 +type = quality +variant = 1.0mm Nozzle + +[values] +retraction_amount = 1.2 +retraction_speed = 20 +speed_layer_0 = 10 +speed_print = 20 + diff --git a/resources/quality/sovol/sovol_bowden_global_adaptive.inst.cfg b/resources/quality/sovol/sovol_bowden_global_adaptive.inst.cfg new file mode 100644 index 0000000000..1a7e22b65c --- /dev/null +++ b/resources/quality/sovol/sovol_bowden_global_adaptive.inst.cfg @@ -0,0 +1,19 @@ +[general] +definition = sovol_base_bowden +name = Dynamic Quality +version = 4 + +[metadata] +global_quality = True +quality_type = adaptive +setting_version = 20 +type = quality +weight = -2 + +[values] +adaptive_layer_height_enabled = true +layer_height = 0.16 +layer_height_0 = 0.20 +support_interface_height = =layer_height*6 +top_bottom_thickness = =layer_height_0+layer_height*5 + diff --git a/resources/quality/sovol/sovol_bowden_global_draft.inst.cfg b/resources/quality/sovol/sovol_bowden_global_draft.inst.cfg new file mode 100644 index 0000000000..7c7c03076f --- /dev/null +++ b/resources/quality/sovol/sovol_bowden_global_draft.inst.cfg @@ -0,0 +1,23 @@ +[general] +definition = sovol_base_bowden +name = Draft Quality +version = 4 + +[metadata] +global_quality = True +quality_type = draft +setting_version = 20 +type = quality +weight = -5 + +[values] +adhesion_type = skirt +layer_height = 0.32 +layer_height_0 = 0.32 +speed_print = 60 +speed_topbottom = =math.ceil(speed_print * (60 / 100)) +speed_wall = =math.ceil(speed_print * (60 / 100)) +support_interface_height = =layer_height*4 +top_bottom_thickness = =layer_height_0+layer_height*3 +wall_thickness = =line_width*2 + diff --git a/resources/quality/sovol/sovol_bowden_global_low.inst.cfg b/resources/quality/sovol/sovol_bowden_global_low.inst.cfg new file mode 100644 index 0000000000..a8957eaeb1 --- /dev/null +++ b/resources/quality/sovol/sovol_bowden_global_low.inst.cfg @@ -0,0 +1,22 @@ +[general] +definition = sovol_base_bowden +name = Low Quality +version = 4 + +[metadata] +global_quality = True +quality_type = low +setting_version = 20 +type = quality +weight = -4 + +[values] +layer_height = 0.28 +layer_height_0 = 0.28 +speed_print = 60 +speed_topbottom = =math.ceil(speed_print * (60 / 100)) +speed_wall = =math.ceil(speed_print * (60 / 100)) +support_interface_height = =layer_height*4 +top_bottom_thickness = =layer_height_0+layer_height*3 +wall_thickness = =line_width*2 + diff --git a/resources/quality/sovol/sovol_bowden_global_standard.inst.cfg b/resources/quality/sovol/sovol_bowden_global_standard.inst.cfg new file mode 100644 index 0000000000..0a4dc9a988 --- /dev/null +++ b/resources/quality/sovol/sovol_bowden_global_standard.inst.cfg @@ -0,0 +1,19 @@ +[general] +definition = sovol_base_bowden +name = Standard Quality +version = 4 + +[metadata] +global_quality = True +quality_type = standard +setting_version = 20 +type = quality +weight = -3 + +[values] +layer_height = 0.2 +layer_height_0 = 0.2 +support_interface_height = =layer_height*5 +top_bottom_thickness = =layer_height_0+layer_height*4 +wall_thickness = =line_width*2 + diff --git a/resources/quality/sovol/sovol_bowden_global_super.inst.cfg b/resources/quality/sovol/sovol_bowden_global_super.inst.cfg new file mode 100644 index 0000000000..ca0884839a --- /dev/null +++ b/resources/quality/sovol/sovol_bowden_global_super.inst.cfg @@ -0,0 +1,19 @@ +[general] +definition = sovol_base_bowden +name = Super Quality +version = 4 + +[metadata] +global_quality = True +quality_type = super +setting_version = 20 +type = quality +weight = -1 + +[values] +acceleration_wall = 400 +layer_height = 0.12 +layer_height_0 = 0.12 +support_interface_height = =layer_height*8 +top_bottom_thickness = =layer_height_0+layer_height*6 + diff --git a/resources/quality/sovol/sovol_bowden_global_ultra.inst.cfg b/resources/quality/sovol/sovol_bowden_global_ultra.inst.cfg new file mode 100644 index 0000000000..270e5199bc --- /dev/null +++ b/resources/quality/sovol/sovol_bowden_global_ultra.inst.cfg @@ -0,0 +1,20 @@ +[general] +definition = sovol_base_bowden +name = Ultra Quality +version = 4 + +[metadata] +global_quality = True +quality_type = ultra +setting_version = 20 +type = quality +weight = 0 + +[values] +acceleration_wall = 400 +layer_height = 0.08 +layer_height_0 = 0.12 +speed_layer_0 = 15 +support_interface_height = =layer_height*12 +top_bottom_thickness = =layer_height_0+layer_height*10 + diff --git a/resources/quality/sovol/sovol_planetary_global_adaptive.inst.cfg b/resources/quality/sovol/sovol_planetary_global_adaptive.inst.cfg new file mode 100644 index 0000000000..013abda834 --- /dev/null +++ b/resources/quality/sovol/sovol_planetary_global_adaptive.inst.cfg @@ -0,0 +1,19 @@ +[general] +definition = sovol_base_planetary +name = Dynamic Quality +version = 4 + +[metadata] +global_quality = True +quality_type = adaptive +setting_version = 20 +type = quality +weight = -2 + +[values] +adaptive_layer_height_enabled = true +layer_height = 0.16 +layer_height_0 = 0.20 +support_interface_height = =layer_height*6 +top_bottom_thickness = =layer_height_0+layer_height*5 + diff --git a/resources/quality/sovol/sovol_planetary_global_draft.inst.cfg b/resources/quality/sovol/sovol_planetary_global_draft.inst.cfg new file mode 100644 index 0000000000..5ede71ce3d --- /dev/null +++ b/resources/quality/sovol/sovol_planetary_global_draft.inst.cfg @@ -0,0 +1,23 @@ +[general] +definition = sovol_base_planetary +name = Draft Quality +version = 4 + +[metadata] +global_quality = True +quality_type = draft +setting_version = 20 +type = quality +weight = -5 + +[values] +adhesion_type = skirt +layer_height = 0.32 +layer_height_0 = 0.32 +speed_print = 60 +speed_topbottom = =math.ceil(speed_print * (60 / 100)) +speed_wall = =math.ceil(speed_print * (60 / 100)) +support_interface_height = =layer_height*4 +top_bottom_thickness = =layer_height_0+layer_height*3 +wall_thickness = =line_width*2 + diff --git a/resources/quality/sovol/sovol_planetary_global_low.inst.cfg b/resources/quality/sovol/sovol_planetary_global_low.inst.cfg new file mode 100644 index 0000000000..60a46f9773 --- /dev/null +++ b/resources/quality/sovol/sovol_planetary_global_low.inst.cfg @@ -0,0 +1,22 @@ +[general] +definition = sovol_base_planetary +name = Low Quality +version = 4 + +[metadata] +global_quality = True +quality_type = low +setting_version = 20 +type = quality +weight = -4 + +[values] +layer_height = 0.28 +layer_height_0 = 0.28 +speed_print = 60 +speed_topbottom = =math.ceil(speed_print * (60 / 100)) +speed_wall = =math.ceil(speed_print * (60 / 100)) +support_interface_height = =layer_height*4 +top_bottom_thickness = =layer_height_0+layer_height*3 +wall_thickness = =line_width*2 + diff --git a/resources/quality/sovol/sovol_planetary_global_standard.inst.cfg b/resources/quality/sovol/sovol_planetary_global_standard.inst.cfg new file mode 100644 index 0000000000..00a7d1342b --- /dev/null +++ b/resources/quality/sovol/sovol_planetary_global_standard.inst.cfg @@ -0,0 +1,19 @@ +[general] +definition = sovol_base_planetary +name = Standard Quality +version = 4 + +[metadata] +global_quality = True +quality_type = standard +setting_version = 20 +type = quality +weight = -3 + +[values] +layer_height = 0.2 +layer_height_0 = 0.2 +support_interface_height = =layer_height*5 +top_bottom_thickness = =layer_height_0+layer_height*4 +wall_thickness = =line_width*2 + diff --git a/resources/quality/sovol/sovol_planetary_global_super.inst.cfg b/resources/quality/sovol/sovol_planetary_global_super.inst.cfg new file mode 100644 index 0000000000..8204fb00f8 --- /dev/null +++ b/resources/quality/sovol/sovol_planetary_global_super.inst.cfg @@ -0,0 +1,19 @@ +[general] +definition = sovol_base_planetary +name = Super Quality +version = 4 + +[metadata] +global_quality = True +quality_type = super +setting_version = 20 +type = quality +weight = -1 + +[values] +acceleration_wall = 400 +layer_height = 0.12 +layer_height_0 = 0.12 +support_interface_height = =layer_height*8 +top_bottom_thickness = =layer_height_0+layer_height*6 + diff --git a/resources/quality/sovol/sovol_planetary_global_ultra.inst.cfg b/resources/quality/sovol/sovol_planetary_global_ultra.inst.cfg new file mode 100644 index 0000000000..90d03b27eb --- /dev/null +++ b/resources/quality/sovol/sovol_planetary_global_ultra.inst.cfg @@ -0,0 +1,20 @@ +[general] +definition = sovol_base_planetary +name = Ultra Quality +version = 4 + +[metadata] +global_quality = True +quality_type = ultra +setting_version = 20 +type = quality +weight = 0 + +[values] +acceleration_wall = 400 +layer_height = 0.08 +layer_height_0 = 0.12 +speed_layer_0 = 15 +support_interface_height = =layer_height*12 +top_bottom_thickness = =layer_height_0+layer_height*10 + diff --git a/resources/quality/sovol/sovol_titan_global_adaptive.inst.cfg b/resources/quality/sovol/sovol_titan_global_adaptive.inst.cfg new file mode 100644 index 0000000000..cfa8db17b3 --- /dev/null +++ b/resources/quality/sovol/sovol_titan_global_adaptive.inst.cfg @@ -0,0 +1,19 @@ +[general] +definition = sovol_base_titan +name = Dynamic Quality +version = 4 + +[metadata] +global_quality = True +quality_type = adaptive +setting_version = 20 +type = quality +weight = -2 + +[values] +adaptive_layer_height_enabled = true +layer_height = 0.16 +layer_height_0 = 0.20 +support_interface_height = =layer_height*6 +top_bottom_thickness = =layer_height_0+layer_height*5 + diff --git a/resources/quality/sovol/sovol_titan_global_draft.inst.cfg b/resources/quality/sovol/sovol_titan_global_draft.inst.cfg new file mode 100644 index 0000000000..dcb335b3cc --- /dev/null +++ b/resources/quality/sovol/sovol_titan_global_draft.inst.cfg @@ -0,0 +1,23 @@ +[general] +definition = sovol_base_titan +name = Draft Quality +version = 4 + +[metadata] +global_quality = True +quality_type = draft +setting_version = 20 +type = quality +weight = -5 + +[values] +adhesion_type = skirt +layer_height = 0.32 +layer_height_0 = 0.32 +speed_print = 60 +speed_topbottom = =math.ceil(speed_print * (60 / 100)) +speed_wall = =math.ceil(speed_print * (60 / 100)) +support_interface_height = =layer_height*4 +top_bottom_thickness = =layer_height_0+layer_height*3 +wall_thickness = =line_width*2 + diff --git a/resources/quality/sovol/sovol_titan_global_low.inst.cfg b/resources/quality/sovol/sovol_titan_global_low.inst.cfg new file mode 100644 index 0000000000..202fa154f7 --- /dev/null +++ b/resources/quality/sovol/sovol_titan_global_low.inst.cfg @@ -0,0 +1,22 @@ +[general] +definition = sovol_base_titan +name = Low Quality +version = 4 + +[metadata] +global_quality = True +quality_type = low +setting_version = 20 +type = quality +weight = -4 + +[values] +layer_height = 0.28 +layer_height_0 = 0.28 +speed_print = 60 +speed_topbottom = =math.ceil(speed_print * (60 / 100)) +speed_wall = =math.ceil(speed_print * (60 / 100)) +support_interface_height = =layer_height*4 +top_bottom_thickness = =layer_height_0+layer_height*3 +wall_thickness = =line_width*2 + diff --git a/resources/quality/sovol/sovol_titan_global_standard.inst.cfg b/resources/quality/sovol/sovol_titan_global_standard.inst.cfg new file mode 100644 index 0000000000..bcb73248c0 --- /dev/null +++ b/resources/quality/sovol/sovol_titan_global_standard.inst.cfg @@ -0,0 +1,19 @@ +[general] +definition = sovol_base_titan +name = Standard Quality +version = 4 + +[metadata] +global_quality = True +quality_type = standard +setting_version = 20 +type = quality +weight = -3 + +[values] +layer_height = 0.2 +layer_height_0 = 0.2 +support_interface_height = =layer_height*5 +top_bottom_thickness = =layer_height_0+layer_height*4 +wall_thickness = =line_width*2 + diff --git a/resources/quality/sovol/sovol_titan_global_super.inst.cfg b/resources/quality/sovol/sovol_titan_global_super.inst.cfg new file mode 100644 index 0000000000..80afacf289 --- /dev/null +++ b/resources/quality/sovol/sovol_titan_global_super.inst.cfg @@ -0,0 +1,19 @@ +[general] +definition = sovol_base_titan +name = Super Quality +version = 4 + +[metadata] +global_quality = True +quality_type = super +setting_version = 20 +type = quality +weight = -1 + +[values] +acceleration_wall = 400 +layer_height = 0.12 +layer_height_0 = 0.12 +support_interface_height = =layer_height*8 +top_bottom_thickness = =layer_height_0+layer_height*6 + diff --git a/resources/quality/sovol/sovol_titan_global_ultra.inst.cfg b/resources/quality/sovol/sovol_titan_global_ultra.inst.cfg new file mode 100644 index 0000000000..f45b59ad3c --- /dev/null +++ b/resources/quality/sovol/sovol_titan_global_ultra.inst.cfg @@ -0,0 +1,20 @@ +[general] +definition = sovol_base_titan +name = Ultra Quality +version = 4 + +[metadata] +global_quality = True +quality_type = ultra +setting_version = 20 +type = quality +weight = 0 + +[values] +acceleration_wall = 400 +layer_height = 0.08 +layer_height_0 = 0.12 +speed_layer_0 = 15 +support_interface_height = =layer_height*12 +top_bottom_thickness = =layer_height_0+layer_height*10 + diff --git a/resources/variants/sovol/sovol_base_bowden_0.2.inst.cfg b/resources/variants/sovol/sovol_base_bowden_0.2.inst.cfg new file mode 100644 index 0000000000..9ef9061185 --- /dev/null +++ b/resources/variants/sovol/sovol_base_bowden_0.2.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_base +name = 0.2mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.2 + diff --git a/resources/variants/sovol/sovol_base_bowden_0.3.inst.cfg b/resources/variants/sovol/sovol_base_bowden_0.3.inst.cfg new file mode 100644 index 0000000000..837c9463c2 --- /dev/null +++ b/resources/variants/sovol/sovol_base_bowden_0.3.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_base +name = 0.3mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.3 + diff --git a/resources/variants/sovol/sovol_base_bowden_0.4.inst.cfg b/resources/variants/sovol/sovol_base_bowden_0.4.inst.cfg new file mode 100644 index 0000000000..bfaf784982 --- /dev/null +++ b/resources/variants/sovol/sovol_base_bowden_0.4.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_base +name = 0.4mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.4 + diff --git a/resources/variants/sovol/sovol_base_bowden_0.5.inst.cfg b/resources/variants/sovol/sovol_base_bowden_0.5.inst.cfg new file mode 100644 index 0000000000..d613026fb9 --- /dev/null +++ b/resources/variants/sovol/sovol_base_bowden_0.5.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_base +name = 0.5mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.5 + diff --git a/resources/variants/sovol/sovol_base_bowden_0.6.inst.cfg b/resources/variants/sovol/sovol_base_bowden_0.6.inst.cfg new file mode 100644 index 0000000000..42c7257b5c --- /dev/null +++ b/resources/variants/sovol/sovol_base_bowden_0.6.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_base +name = 0.6mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.6 + diff --git a/resources/variants/sovol/sovol_base_bowden_0.8.inst.cfg b/resources/variants/sovol/sovol_base_bowden_0.8.inst.cfg new file mode 100644 index 0000000000..8ba6cc1c57 --- /dev/null +++ b/resources/variants/sovol/sovol_base_bowden_0.8.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_base +name = 0.8mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.8 + diff --git a/resources/variants/sovol/sovol_base_bowden_1.0.inst.cfg b/resources/variants/sovol/sovol_base_bowden_1.0.inst.cfg new file mode 100644 index 0000000000..0cc58cba51 --- /dev/null +++ b/resources/variants/sovol/sovol_base_bowden_1.0.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_base +name = 1.0mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 1.0 + diff --git a/resources/variants/sovol/sovol_base_planetary_0.2.inst.cfg b/resources/variants/sovol/sovol_base_planetary_0.2.inst.cfg new file mode 100644 index 0000000000..9ef9061185 --- /dev/null +++ b/resources/variants/sovol/sovol_base_planetary_0.2.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_base +name = 0.2mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.2 + diff --git a/resources/variants/sovol/sovol_base_planetary_0.3.inst.cfg b/resources/variants/sovol/sovol_base_planetary_0.3.inst.cfg new file mode 100644 index 0000000000..837c9463c2 --- /dev/null +++ b/resources/variants/sovol/sovol_base_planetary_0.3.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_base +name = 0.3mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.3 + diff --git a/resources/variants/sovol/sovol_base_planetary_0.4.inst.cfg b/resources/variants/sovol/sovol_base_planetary_0.4.inst.cfg new file mode 100644 index 0000000000..bfaf784982 --- /dev/null +++ b/resources/variants/sovol/sovol_base_planetary_0.4.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_base +name = 0.4mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.4 + diff --git a/resources/variants/sovol/sovol_base_planetary_0.5.inst.cfg b/resources/variants/sovol/sovol_base_planetary_0.5.inst.cfg new file mode 100644 index 0000000000..d613026fb9 --- /dev/null +++ b/resources/variants/sovol/sovol_base_planetary_0.5.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_base +name = 0.5mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.5 + diff --git a/resources/variants/sovol/sovol_base_planetary_0.6.inst.cfg b/resources/variants/sovol/sovol_base_planetary_0.6.inst.cfg new file mode 100644 index 0000000000..42c7257b5c --- /dev/null +++ b/resources/variants/sovol/sovol_base_planetary_0.6.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_base +name = 0.6mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.6 + diff --git a/resources/variants/sovol/sovol_base_planetary_0.8.inst.cfg b/resources/variants/sovol/sovol_base_planetary_0.8.inst.cfg new file mode 100644 index 0000000000..8ba6cc1c57 --- /dev/null +++ b/resources/variants/sovol/sovol_base_planetary_0.8.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_base +name = 0.8mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.8 + diff --git a/resources/variants/sovol/sovol_base_planetary_1.0.inst.cfg b/resources/variants/sovol/sovol_base_planetary_1.0.inst.cfg new file mode 100644 index 0000000000..0cc58cba51 --- /dev/null +++ b/resources/variants/sovol/sovol_base_planetary_1.0.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_base +name = 1.0mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 1.0 + diff --git a/resources/variants/sovol/sovol_base_titan_0.2.inst.cfg b/resources/variants/sovol/sovol_base_titan_0.2.inst.cfg new file mode 100644 index 0000000000..9ef9061185 --- /dev/null +++ b/resources/variants/sovol/sovol_base_titan_0.2.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_base +name = 0.2mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.2 + diff --git a/resources/variants/sovol/sovol_base_titan_0.3.inst.cfg b/resources/variants/sovol/sovol_base_titan_0.3.inst.cfg new file mode 100644 index 0000000000..837c9463c2 --- /dev/null +++ b/resources/variants/sovol/sovol_base_titan_0.3.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_base +name = 0.3mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.3 + diff --git a/resources/variants/sovol/sovol_base_titan_0.4.inst.cfg b/resources/variants/sovol/sovol_base_titan_0.4.inst.cfg new file mode 100644 index 0000000000..bfaf784982 --- /dev/null +++ b/resources/variants/sovol/sovol_base_titan_0.4.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_base +name = 0.4mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.4 + diff --git a/resources/variants/sovol/sovol_base_titan_0.5.inst.cfg b/resources/variants/sovol/sovol_base_titan_0.5.inst.cfg new file mode 100644 index 0000000000..d613026fb9 --- /dev/null +++ b/resources/variants/sovol/sovol_base_titan_0.5.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_base +name = 0.5mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.5 + diff --git a/resources/variants/sovol/sovol_base_titan_0.6.inst.cfg b/resources/variants/sovol/sovol_base_titan_0.6.inst.cfg new file mode 100644 index 0000000000..42c7257b5c --- /dev/null +++ b/resources/variants/sovol/sovol_base_titan_0.6.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_base +name = 0.6mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.6 + diff --git a/resources/variants/sovol/sovol_base_titan_0.8.inst.cfg b/resources/variants/sovol/sovol_base_titan_0.8.inst.cfg new file mode 100644 index 0000000000..8ba6cc1c57 --- /dev/null +++ b/resources/variants/sovol/sovol_base_titan_0.8.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_base +name = 0.8mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.8 + diff --git a/resources/variants/sovol/sovol_base_titan_1.0.inst.cfg b/resources/variants/sovol/sovol_base_titan_1.0.inst.cfg new file mode 100644 index 0000000000..0cc58cba51 --- /dev/null +++ b/resources/variants/sovol/sovol_base_titan_1.0.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_base +name = 1.0mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 1.0 + diff --git a/resources/variants/sovol/sovol_sv01_0.2.inst.cfg b/resources/variants/sovol/sovol_sv01_0.2.inst.cfg new file mode 100644 index 0000000000..0a8fcdebe6 --- /dev/null +++ b/resources/variants/sovol/sovol_sv01_0.2.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_sv01 +name = 0.2mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.2 + diff --git a/resources/variants/sovol/sovol_sv01_0.3.inst.cfg b/resources/variants/sovol/sovol_sv01_0.3.inst.cfg new file mode 100644 index 0000000000..eb7d781a6d --- /dev/null +++ b/resources/variants/sovol/sovol_sv01_0.3.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_sv01 +name = 0.3mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.3 + diff --git a/resources/variants/sovol/sovol_sv01_0.4.inst.cfg b/resources/variants/sovol/sovol_sv01_0.4.inst.cfg new file mode 100644 index 0000000000..657df97f4c --- /dev/null +++ b/resources/variants/sovol/sovol_sv01_0.4.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_sv01 +name = 0.4mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.4 + diff --git a/resources/variants/sovol/sovol_sv01_0.5.inst.cfg b/resources/variants/sovol/sovol_sv01_0.5.inst.cfg new file mode 100644 index 0000000000..93ae22458c --- /dev/null +++ b/resources/variants/sovol/sovol_sv01_0.5.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_sv01 +name = 0.5mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.5 + diff --git a/resources/variants/sovol/sovol_sv01_0.6.inst.cfg b/resources/variants/sovol/sovol_sv01_0.6.inst.cfg new file mode 100644 index 0000000000..e758c196b8 --- /dev/null +++ b/resources/variants/sovol/sovol_sv01_0.6.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_sv01 +name = 0.6mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.6 + diff --git a/resources/variants/sovol/sovol_sv01_0.8.inst.cfg b/resources/variants/sovol/sovol_sv01_0.8.inst.cfg new file mode 100644 index 0000000000..61aac389e0 --- /dev/null +++ b/resources/variants/sovol/sovol_sv01_0.8.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_sv01 +name = 0.8mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.8 + diff --git a/resources/variants/sovol/sovol_sv01_1.0.inst.cfg b/resources/variants/sovol/sovol_sv01_1.0.inst.cfg new file mode 100644 index 0000000000..3a2988791e --- /dev/null +++ b/resources/variants/sovol/sovol_sv01_1.0.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_sv01 +name = 1.0mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 1.0 + diff --git a/resources/variants/sovol/sovol_sv01pro_0.2.inst.cfg b/resources/variants/sovol/sovol_sv01pro_0.2.inst.cfg new file mode 100644 index 0000000000..9b0b4b2f24 --- /dev/null +++ b/resources/variants/sovol/sovol_sv01pro_0.2.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_sv01pro +name = 0.2mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.2 + diff --git a/resources/variants/sovol/sovol_sv01pro_0.3.inst.cfg b/resources/variants/sovol/sovol_sv01pro_0.3.inst.cfg new file mode 100644 index 0000000000..f015217453 --- /dev/null +++ b/resources/variants/sovol/sovol_sv01pro_0.3.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_sv01pro +name = 0.3mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.3 + diff --git a/resources/variants/sovol/sovol_sv01pro_0.4.inst.cfg b/resources/variants/sovol/sovol_sv01pro_0.4.inst.cfg new file mode 100644 index 0000000000..518e7893cf --- /dev/null +++ b/resources/variants/sovol/sovol_sv01pro_0.4.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_sv01pro +name = 0.4mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.4 + diff --git a/resources/variants/sovol/sovol_sv01pro_0.5.inst.cfg b/resources/variants/sovol/sovol_sv01pro_0.5.inst.cfg new file mode 100644 index 0000000000..8e89f94bf0 --- /dev/null +++ b/resources/variants/sovol/sovol_sv01pro_0.5.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_sv01pro +name = 0.5mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.5 + diff --git a/resources/variants/sovol/sovol_sv01pro_0.6.inst.cfg b/resources/variants/sovol/sovol_sv01pro_0.6.inst.cfg new file mode 100644 index 0000000000..068b989ce0 --- /dev/null +++ b/resources/variants/sovol/sovol_sv01pro_0.6.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_sv01pro +name = 0.6mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.6 + diff --git a/resources/variants/sovol/sovol_sv01pro_0.8.inst.cfg b/resources/variants/sovol/sovol_sv01pro_0.8.inst.cfg new file mode 100644 index 0000000000..eb575c0047 --- /dev/null +++ b/resources/variants/sovol/sovol_sv01pro_0.8.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_sv01pro +name = 0.8mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.8 + diff --git a/resources/variants/sovol/sovol_sv01pro_1.0.inst.cfg b/resources/variants/sovol/sovol_sv01pro_1.0.inst.cfg new file mode 100644 index 0000000000..2bb5e6fb7b --- /dev/null +++ b/resources/variants/sovol/sovol_sv01pro_1.0.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_sv01pro +name = 1.0mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 1.0 + diff --git a/resources/variants/sovol/sovol_sv03_0.2.inst.cfg b/resources/variants/sovol/sovol_sv03_0.2.inst.cfg new file mode 100644 index 0000000000..5cdcac3a26 --- /dev/null +++ b/resources/variants/sovol/sovol_sv03_0.2.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_sv03 +name = 0.2mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.2 + diff --git a/resources/variants/sovol/sovol_sv03_0.3.inst.cfg b/resources/variants/sovol/sovol_sv03_0.3.inst.cfg new file mode 100644 index 0000000000..67b9799127 --- /dev/null +++ b/resources/variants/sovol/sovol_sv03_0.3.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_sv03 +name = 0.3mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.3 + diff --git a/resources/variants/sovol/sovol_sv03_0.4.inst.cfg b/resources/variants/sovol/sovol_sv03_0.4.inst.cfg new file mode 100644 index 0000000000..9e54f8e94c --- /dev/null +++ b/resources/variants/sovol/sovol_sv03_0.4.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_sv03 +name = 0.4mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.4 + diff --git a/resources/variants/sovol/sovol_sv03_0.5.inst.cfg b/resources/variants/sovol/sovol_sv03_0.5.inst.cfg new file mode 100644 index 0000000000..ec66a3dae0 --- /dev/null +++ b/resources/variants/sovol/sovol_sv03_0.5.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_sv03 +name = 0.5mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.5 + diff --git a/resources/variants/sovol/sovol_sv03_0.6.inst.cfg b/resources/variants/sovol/sovol_sv03_0.6.inst.cfg new file mode 100644 index 0000000000..979ee73f03 --- /dev/null +++ b/resources/variants/sovol/sovol_sv03_0.6.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_sv03 +name = 0.6mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.6 + diff --git a/resources/variants/sovol/sovol_sv03_0.8.inst.cfg b/resources/variants/sovol/sovol_sv03_0.8.inst.cfg new file mode 100644 index 0000000000..a5284986c8 --- /dev/null +++ b/resources/variants/sovol/sovol_sv03_0.8.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_sv03 +name = 0.8mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.8 + diff --git a/resources/variants/sovol/sovol_sv03_1.0.inst.cfg b/resources/variants/sovol/sovol_sv03_1.0.inst.cfg new file mode 100644 index 0000000000..3832ecce71 --- /dev/null +++ b/resources/variants/sovol/sovol_sv03_1.0.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_sv03 +name = 1.0mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 1.0 + diff --git a/resources/variants/sovol/sovol_sv05_0.2.inst.cfg b/resources/variants/sovol/sovol_sv05_0.2.inst.cfg new file mode 100644 index 0000000000..588111316e --- /dev/null +++ b/resources/variants/sovol/sovol_sv05_0.2.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_sv05 +name = 0.2mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.2 + diff --git a/resources/variants/sovol/sovol_sv05_0.3.inst.cfg b/resources/variants/sovol/sovol_sv05_0.3.inst.cfg new file mode 100644 index 0000000000..805ab52058 --- /dev/null +++ b/resources/variants/sovol/sovol_sv05_0.3.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_sv05 +name = 0.3mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.3 + diff --git a/resources/variants/sovol/sovol_sv05_0.4.inst.cfg b/resources/variants/sovol/sovol_sv05_0.4.inst.cfg new file mode 100644 index 0000000000..87ace420fb --- /dev/null +++ b/resources/variants/sovol/sovol_sv05_0.4.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_sv05 +name = 0.4mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.4 + diff --git a/resources/variants/sovol/sovol_sv05_0.5.inst.cfg b/resources/variants/sovol/sovol_sv05_0.5.inst.cfg new file mode 100644 index 0000000000..6b4b6e794b --- /dev/null +++ b/resources/variants/sovol/sovol_sv05_0.5.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_sv05 +name = 0.5mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.5 + diff --git a/resources/variants/sovol/sovol_sv05_0.6.inst.cfg b/resources/variants/sovol/sovol_sv05_0.6.inst.cfg new file mode 100644 index 0000000000..3ba33c5bcc --- /dev/null +++ b/resources/variants/sovol/sovol_sv05_0.6.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_sv05 +name = 0.6mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.6 + diff --git a/resources/variants/sovol/sovol_sv05_0.8.inst.cfg b/resources/variants/sovol/sovol_sv05_0.8.inst.cfg new file mode 100644 index 0000000000..85e19a9d58 --- /dev/null +++ b/resources/variants/sovol/sovol_sv05_0.8.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_sv05 +name = 0.8mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.8 + diff --git a/resources/variants/sovol/sovol_sv05_1.0.inst.cfg b/resources/variants/sovol/sovol_sv05_1.0.inst.cfg new file mode 100644 index 0000000000..aba098b75f --- /dev/null +++ b/resources/variants/sovol/sovol_sv05_1.0.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_sv05 +name = 1.0mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 1.0 + diff --git a/resources/variants/sovol/sovol_sv06_0.2.inst.cfg b/resources/variants/sovol/sovol_sv06_0.2.inst.cfg new file mode 100644 index 0000000000..5e8c811282 --- /dev/null +++ b/resources/variants/sovol/sovol_sv06_0.2.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_sv06 +name = 0.2mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.2 + diff --git a/resources/variants/sovol/sovol_sv06_0.3.inst.cfg b/resources/variants/sovol/sovol_sv06_0.3.inst.cfg new file mode 100644 index 0000000000..920e395cbc --- /dev/null +++ b/resources/variants/sovol/sovol_sv06_0.3.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_sv06 +name = 0.3mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.3 + diff --git a/resources/variants/sovol/sovol_sv06_0.4.inst.cfg b/resources/variants/sovol/sovol_sv06_0.4.inst.cfg new file mode 100644 index 0000000000..9f4d4bb7af --- /dev/null +++ b/resources/variants/sovol/sovol_sv06_0.4.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_sv06 +name = 0.4mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.4 + diff --git a/resources/variants/sovol/sovol_sv06_0.5.inst.cfg b/resources/variants/sovol/sovol_sv06_0.5.inst.cfg new file mode 100644 index 0000000000..086005f2b6 --- /dev/null +++ b/resources/variants/sovol/sovol_sv06_0.5.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_sv06 +name = 0.5mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.5 + diff --git a/resources/variants/sovol/sovol_sv06_0.6.inst.cfg b/resources/variants/sovol/sovol_sv06_0.6.inst.cfg new file mode 100644 index 0000000000..70ebbced38 --- /dev/null +++ b/resources/variants/sovol/sovol_sv06_0.6.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_sv06 +name = 0.6mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.6 + diff --git a/resources/variants/sovol/sovol_sv06_0.8.inst.cfg b/resources/variants/sovol/sovol_sv06_0.8.inst.cfg new file mode 100644 index 0000000000..b27e562832 --- /dev/null +++ b/resources/variants/sovol/sovol_sv06_0.8.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_sv06 +name = 0.8mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.8 + diff --git a/resources/variants/sovol/sovol_sv06_1.0.inst.cfg b/resources/variants/sovol/sovol_sv06_1.0.inst.cfg new file mode 100644 index 0000000000..c8f43c0a26 --- /dev/null +++ b/resources/variants/sovol/sovol_sv06_1.0.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_sv06 +name = 1.0mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 1.0 +