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..2178be4825 --- /dev/null +++ b/resources/definitions/sovol_base.def.json @@ -0,0 +1,137 @@ +{ + "version": 2, + "name": "Sovol Base Printer", + "inherits": "fdmprinter", + "metadata": { + "visible": false, + "author": "ed3d.net", + "manufacturer": "Sovol 3D", + "file_formats": "text/x-gcode", + "first_start_actions": ["MachineSettingsAction"], + + "has_materials": true, + "has_variants": true, + "has_machine_quality": true, + "variants_name": "Nozzle Size", + + "preferred_variant_name": "0.4mm Nozzle", + "preferred_quality_type": "standard", + "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" + ] + }, + + "overrides": { + + "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_e": { "value": 5000 }, + "machine_acceleration": { "value": 500 }, + "machine_max_jerk_xy": { "value": 8 }, + + + "machine_heated_bed": { "default_value": true }, + + + "material_diameter": { "default_value": 1.75 }, + "material_initial_print_temperature": { "value": "material_print_temperature" }, + "material_final_print_temperature": { "value": "material_print_temperature" }, + + "adhesion_type": { "value": "'skirt'" }, + + "adaptive_layer_height_variation": { "value": 0.04 }, + "adaptive_layer_height_variation_step": { "value": 0.04 }, + + "retraction_amount": { "default_value": 0.5 }, + "retraction_speed": { "default_value": 40 }, + + "acceleration_enabled": { "value": true }, + "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_enabled": { "value": true }, + "jerk_print": { "value": 8 }, + "jerk_travel": { "value": "jerk_print * 2" }, + "jerk_travel_layer_0": { "value": "jerk_travel" }, + + "speed_print": { "value": 50.0 } , + "speed_layer_0": { "value": 20.0 }, + "speed_topbottom": { "value": "math.ceil(speed_print * (50 / 100))" }, + "speed_wall": { "value": "math.ceil(speed_print * (50 / 100))" }, + + + "skin_monotonic": { "value": true }, + + "z_seam_type": { "value": "'sharpest_corner'" }, + "z_seam_corner": { "value": "'z_seam_corner_inner'" }, + + "wall_thickness": { "value": "line_width * 2" }, + "optimize_wall_printing_order": { "value": "True" }, + + "infill_sparse_density": { "value": 10.0 }, + + "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_pattern": { "value": "'zigzag' if infill_sparse_density > 89 else 'cubic'" }, + "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 } + } +} \ 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..b226b568c5 --- /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": { "default_value": 70 } + } +} \ 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..7e2f427783 --- /dev/null +++ b/resources/definitions/sovol_base_planetary.def.json @@ -0,0 +1,14 @@ +{ + "version": 2, + "name": "Sovol Base Planetary Printer", + "inherits": "sovol_base", + "metadata": { + "quality_definition": "sovol_base_planetary", + "machine_extruder_trains": { + "0": "sovol_planetary_extruder_0" + } + }, + + "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..8cce75dbbe --- /dev/null +++ b/resources/definitions/sovol_base_titan.def.json @@ -0,0 +1,14 @@ +{ + "version": 2, + "name": "Sovol Base Titan Printer", + "inherits": "sovol_base", + "metadata": { + "quality_definition": "sovol_base_titan", + "machine_extruder_trains": { + "0": "sovol_titan_extruder_0" + } + }, + + "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..8047494e93 --- /dev/null +++ b/resources/definitions/sovol_sv01.def.json @@ -0,0 +1,30 @@ +{ + "version": 2, + "name": "Sovol SV01", + "inherits": "sovol_base_bowden", + "metadata": { + "visible": true, + "quality_definition": "sovol_base_bowden" + }, + + "overrides": { + "machine_name": { "default_value": "SV01" }, + + "machine_width": { "default_value": 280 }, + "machine_depth": { "default_value": 240 }, + "machine_height": { "default_value": 300 }, + "machine_head_with_fans_polygon": { + "default_value": [ + [-44, 16], + [-44, -60], + [44, -60], + [44, 16] + ] + }, + + "gantry_height": { "value": 33 }, + + "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_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" } + } +} diff --git a/resources/definitions/sovol_sv01pro.def.json b/resources/definitions/sovol_sv01pro.def.json new file mode 100644 index 0000000000..b5fed64b98 --- /dev/null +++ b/resources/definitions/sovol_sv01pro.def.json @@ -0,0 +1,30 @@ +{ + "version": 2, + "name": "Sovol SV01PRO", + "inherits": "sovol_base_titan", + "metadata": { + "visible": true, + "quality_definition": "sovol_base_titan" + }, + + "overrides": { + "machine_name": { "default_value": "SV01PRO" }, + + "machine_width": { "default_value": 280 }, + "machine_depth": { "default_value": 240 }, + "machine_height": { "default_value": 300 }, + "machine_head_with_fans_polygon": { + "default_value": [ + [-44, 16], + [-44, -60], + [44, -60], + [44, 16] + ] + }, + + "gantry_height": { "value": 33 }, + + "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_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" } + } +} diff --git a/resources/definitions/sovol_sv03.def.json b/resources/definitions/sovol_sv03.def.json new file mode 100644 index 0000000000..722372cf85 --- /dev/null +++ b/resources/definitions/sovol_sv03.def.json @@ -0,0 +1,30 @@ +{ + "version": 2, + "name": "Sovol SV03", + "inherits": "sovol_base_titan", + "metadata": { + "visible": true, + "quality_definition": "sovol_base_titan" + }, + + "overrides": { + "machine_name": { "default_value": "SV03" }, + + "machine_width": { "default_value": 350 }, + "machine_depth": { "default_value": 350 }, + "machine_height": { "default_value": 400 }, + "machine_head_with_fans_polygon": { + "default_value": [ + [-44, 16], + [-44, -60], + [44, -60], + [44, 16] + ] + }, + + "gantry_height": { "value": 33 }, + + "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_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" } + } +} diff --git a/resources/definitions/sovol_sv05.def.json b/resources/definitions/sovol_sv05.def.json new file mode 100644 index 0000000000..8ad4df93cd --- /dev/null +++ b/resources/definitions/sovol_sv05.def.json @@ -0,0 +1,30 @@ +{ + "version": 2, + "name": "Sovol SV05", + "inherits": "sovol_base_titan", + "metadata": { + "visible": true, + "quality_definition": "sovol_base_titan" + }, + + "overrides": { + "machine_name": { "default_value": "SV05" }, + + "machine_width": { "default_value": 220 }, + "machine_depth": { "default_value": 220 }, + "machine_height": { "default_value": 300 }, + "machine_head_with_fans_polygon": { + "default_value": [ + [-44, 16], + [-44, -60], + [44, -60], + [44, 16] + ] + }, + + "gantry_height": { "value": 25 }, + + "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_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" } + } +} diff --git a/resources/definitions/sovol_sv06.def.json b/resources/definitions/sovol_sv06.def.json new file mode 100644 index 0000000000..7aed9396d4 --- /dev/null +++ b/resources/definitions/sovol_sv06.def.json @@ -0,0 +1,30 @@ +{ + "version": 2, + "name": "Sovol SV06", + "inherits": "sovol_base_planetary", + "metadata": { + "visible": true, + "quality_definition": "sovol_base_planetary" + }, + + "overrides": { + "machine_name": { "default_value": "SV06" }, + + "machine_width": { "default_value": 220 }, + "machine_depth": { "default_value": 220 }, + "machine_height": { "default_value": 250 }, + "machine_head_with_fans_polygon": { + "default_value": [ + [-44, 16], + [-44, -60], + [44, -60], + [44, 16] + ] + }, + + "gantry_height": { "value": 25 }, + + "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_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" } + } +} 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..bf6cefecf9 --- /dev/null +++ b/resources/extruders/sovol_bowden_extruder_0.def.json @@ -0,0 +1,16 @@ +{ + "version": 2, + "name": "Extruder 1", + "inherits": "fdmextruder", + "metadata": { + "machine": "sovol_base", + "position": "0" + }, + + "overrides": { + "extruder_nr": { "default_value": 0 }, + + "material_diameter": { "default_value": 1.75 } + + } +} 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..bf6cefecf9 --- /dev/null +++ b/resources/extruders/sovol_planetary_extruder_0.def.json @@ -0,0 +1,16 @@ +{ + "version": 2, + "name": "Extruder 1", + "inherits": "fdmextruder", + "metadata": { + "machine": "sovol_base", + "position": "0" + }, + + "overrides": { + "extruder_nr": { "default_value": 0 }, + + "material_diameter": { "default_value": 1.75 } + + } +} 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..bf6cefecf9 --- /dev/null +++ b/resources/extruders/sovol_titan_extruder_0.def.json @@ -0,0 +1,16 @@ +{ + "version": 2, + "name": "Extruder 1", + "inherits": "fdmextruder", + "metadata": { + "machine": "sovol_base", + "position": "0" + }, + + "overrides": { + "extruder_nr": { "default_value": 0 }, + + "material_diameter": { "default_value": 1.75 } + + } +} 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..afb649beb1 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_bowden_0.2_ABS_super.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Super Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = super +material = generic_abs +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..bbdabb8170 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_bowden_0.2_ABS_ultra.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Ultra Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = ultra +material = generic_abs +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..3a1b2665f8 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_bowden_0.3_ABS_adaptive.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Dynamic Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = adaptive +material = generic_abs +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..405e0113d7 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_bowden_0.3_ABS_low.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Low Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = low +material = generic_abs +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..4a05ba3439 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_bowden_0.3_ABS_standard.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Standard Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = standard +material = generic_abs +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..8097f95d65 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_bowden_0.3_ABS_super.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Super Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = super +material = generic_abs +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..8d453de354 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_bowden_0.4_ABS_adaptive.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Dynamic Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = adaptive +material = generic_abs +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..c0f26818e7 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_bowden_0.4_ABS_low.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Low Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = low +material = generic_abs +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..5341c533e9 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_bowden_0.4_ABS_standard.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Standard Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = standard +material = generic_abs +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..16e85bd7da --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_bowden_0.4_ABS_super.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Super Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = super +material = generic_abs +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..0853a0e186 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_bowden_0.5_ABS_adaptive.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Dynamic Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = adaptive +material = generic_abs +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..d88e98de31 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_bowden_0.5_ABS_low.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Low Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = low +material = generic_abs +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..4745ef1f06 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_bowden_0.5_ABS_standard.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Standard Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = standard +material = generic_abs +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..5ffb49073c --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_bowden_0.5_ABS_super.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Super Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = super +material = generic_abs +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..c827e2f301 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_bowden_0.6_ABS_adaptive.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Dynamic Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = adaptive +material = generic_abs +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..ad8852e8c2 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_bowden_0.6_ABS_draft.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Draft Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = draft +material = generic_abs +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..d88e98de31 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_bowden_0.6_ABS_low.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Low Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = low +material = generic_abs +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..159beabec4 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_bowden_0.6_ABS_standard.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Standard Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = standard +material = generic_abs +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..049d252777 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_bowden_0.8_ABS_draft.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Draft Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = draft +material = generic_abs +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..33984068d7 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_bowden_1.0_ABS_draft.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Draft Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = draft +material = generic_abs +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..7bfe2f32fe --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_planetary_0.2_ABS_super.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Super Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = super +material = generic_abs +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..28bd3bb820 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_planetary_0.2_ABS_ultra.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Ultra Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = ultra +material = generic_abs +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..388a425afe --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_planetary_0.3_ABS_adaptive.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Dynamic Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = adaptive +material = generic_abs +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..af6806cfef --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_planetary_0.3_ABS_low.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Low Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = low +material = generic_abs +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..ec60e8b1d8 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_planetary_0.3_ABS_standard.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Standard Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = standard +material = generic_abs +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..2b825c5d39 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_planetary_0.3_ABS_super.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Super Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = super +material = generic_abs +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..73a2655285 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_planetary_0.4_ABS_adaptive.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Dynamic Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = adaptive +material = generic_abs +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..b9ce48954c --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_planetary_0.4_ABS_low.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Low Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = low +material = generic_abs +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..9c44ee5639 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_planetary_0.4_ABS_standard.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Standard Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = standard +material = generic_abs +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..df8bca726a --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_planetary_0.4_ABS_super.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Super Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = super +material = generic_abs +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..fad39d385a --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_planetary_0.5_ABS_adaptive.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Dynamic Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = adaptive +material = generic_abs +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..58030d4caa --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_planetary_0.5_ABS_low.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Low Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = low +material = generic_abs +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..0dc19b64eb --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_planetary_0.5_ABS_standard.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Standard Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = standard +material = generic_abs +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..f94e10e957 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_planetary_0.5_ABS_super.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Super Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = super +material = generic_abs +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..1cd45618cf --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_planetary_0.6_ABS_adaptive.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Dynamic Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = adaptive +material = generic_abs +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..09009a5aaa --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_planetary_0.6_ABS_draft.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Draft Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = draft +material = generic_abs +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..58030d4caa --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_planetary_0.6_ABS_low.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Low Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = low +material = generic_abs +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..2efc295b3a --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_planetary_0.6_ABS_standard.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Standard Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = standard +material = generic_abs +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..3f1e111f83 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_planetary_0.8_ABS_draft.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Draft Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = draft +material = generic_abs +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..c36a1b3960 --- /dev/null +++ b/resources/quality/sovol/ABS/sovol_planetary_1.0_ABS_draft.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Draft Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = draft +material = generic_abs +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..cbb3a9b69f --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_bowden_0.2_PETG_super.inst.cfg @@ -0,0 +1,17 @@ +[general] +version = 4 +name = Super Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = super +material = generic_petg +variant = 0.2mm Nozzle + +[values] +speed_layer_0 = 15 + +retraction_amount = 7 +retraction_speed = 25 \ No newline at end of file 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..387e43a9a0 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_bowden_0.2_PETG_ultra.inst.cfg @@ -0,0 +1,17 @@ +[general] +version = 4 +name = Ultra Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = ultra +material = generic_petg +variant = 0.2mm Nozzle + +[values] +speed_layer_0 = 15 + +retraction_amount = 7 +retraction_speed = 25 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..08a00fdb89 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_bowden_0.3_PETG_adaptive.inst.cfg @@ -0,0 +1,18 @@ +[general] +version = 4 +name = Dynamic Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = adaptive +material = generic_petg +variant = 0.3mm Nozzle + +[values] +speed_layer_0 = 15 + +retraction_amount = 7 +retraction_speed = 25 + 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..0e043310a6 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_bowden_0.3_PETG_low.inst.cfg @@ -0,0 +1,18 @@ +[general] +version = 4 +name = Low Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = low +material = generic_petg +variant = 0.3mm Nozzle + +[values] +speed_layer_0 = 15 + +retraction_amount = 7 +retraction_speed = 25 + 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..578fb8ac3d --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_bowden_0.3_PETG_standard.inst.cfg @@ -0,0 +1,18 @@ +[general] +version = 4 +name = Standard Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = standard +material = generic_petg +variant = 0.3mm Nozzle + +[values] +speed_layer_0 = 15 + +retraction_amount = 7 +retraction_speed = 25 + 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..79324f1996 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_bowden_0.3_PETG_super.inst.cfg @@ -0,0 +1,18 @@ +[general] +version = 4 +name = Super Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = super +material = generic_petg +variant = 0.3mm Nozzle + +[values] +speed_layer_0 = 15 + +retraction_amount = 7 +retraction_speed = 25 + 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..02f161c4b4 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_bowden_0.4_PETG_adaptive.inst.cfg @@ -0,0 +1,18 @@ +[general] +version = 4 +name = Dynamic Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = adaptive +material = generic_petg +variant = 0.4mm Nozzle + +[values] +speed_layer_0 = 15 + +retraction_amount = 7 +retraction_speed = 25 + 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..365aa52f6a --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_bowden_0.4_PETG_low.inst.cfg @@ -0,0 +1,18 @@ +[general] +version = 4 +name = Low Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = low +material = generic_petg +variant = 0.4mm Nozzle + +[values] +speed_layer_0 = 15 + +retraction_amount = 7 +retraction_speed = 25 + 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..fa342b3b33 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_bowden_0.4_PETG_standard.inst.cfg @@ -0,0 +1,18 @@ +[general] +version = 4 +name = Standard Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = standard +material = generic_petg +variant = 0.4mm Nozzle + +[values] +speed_layer_0 = 15 + +retraction_amount = 7 +retraction_speed = 25 + 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..e88d7ceb58 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_bowden_0.4_PETG_super.inst.cfg @@ -0,0 +1,18 @@ +[general] +version = 4 +name = Super Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = super +material = generic_petg +variant = 0.4mm Nozzle + +[values] +speed_layer_0 = 15 + +retraction_amount = 7 +retraction_speed = 25 + 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..3259fa480b --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_bowden_0.5_PETG_adaptive.inst.cfg @@ -0,0 +1,18 @@ +[general] +version = 4 +name = Dynamic Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = adaptive +material = generic_petg +variant = 0.5mm Nozzle + +[values] +speed_layer_0 = 15 + +retraction_amount = 7 +retraction_speed = 25 + 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..dbc646ec80 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_bowden_0.5_PETG_low.inst.cfg @@ -0,0 +1,18 @@ +[general] +version = 4 +name = Low Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = low +material = generic_petg +variant = 0.5mm Nozzle + +[values] +speed_layer_0 = 15 + +retraction_amount = 7 +retraction_speed = 25 + 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..eaf623d080 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_bowden_0.5_PETG_standard.inst.cfg @@ -0,0 +1,18 @@ +[general] +version = 4 +name = Standard Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = standard +material = generic_petg +variant = 0.5mm Nozzle + +[values] +speed_layer_0 = 15 + +retraction_amount = 7 +retraction_speed = 25 + 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..67cdd55908 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_bowden_0.5_PETG_super.inst.cfg @@ -0,0 +1,18 @@ +[general] +version = 4 +name = Super Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = super +material = generic_petg +variant = 0.5mm Nozzle + +[values] +speed_layer_0 = 15 + +retraction_amount = 7 +retraction_speed = 25 + 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..b293d2df34 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_bowden_0.6_PETG_adaptive.inst.cfg @@ -0,0 +1,18 @@ +[general] +version = 4 +name = Dynamic Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = adaptive +material = generic_petg +variant = 0.6mm Nozzle + +[values] +speed_layer_0 = 15 + +retraction_amount = 7 +retraction_speed = 25 + 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..c340c7b533 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_bowden_0.6_PETG_draft.inst.cfg @@ -0,0 +1,18 @@ +[general] +version = 4 +name = Draft Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = draft +material = generic_petg +variant = 0.6mm Nozzle + +[values] +speed_layer_0 = 15 + +retraction_amount = 7 +retraction_speed = 25 + 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..563a322087 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_bowden_0.6_PETG_low.inst.cfg @@ -0,0 +1,18 @@ +[general] +version = 4 +name = Low Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = low +material = generic_petg +variant = 0.6mm Nozzle + +[values] +speed_layer_0 = 15 + +retraction_amount = 7 +retraction_speed = 25 + 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..671d9c6626 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_bowden_0.6_PETG_standard.inst.cfg @@ -0,0 +1,18 @@ +[general] +version = 4 +name = Standard Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = standard +material = generic_petg +variant = 0.6mm Nozzle + +[values] +speed_layer_0 = 15 + +retraction_amount = 7 +retraction_speed = 25 + 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..59510d8483 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_bowden_0.8_PETG_draft.inst.cfg @@ -0,0 +1,17 @@ +[general] +version = 4 +name = Draft Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = draft +material = generic_petg +variant = 0.8mm Nozzle + +[values] +speed_layer_0 = 15 + +retraction_amount = 0.8 + 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..a98ba28f51 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_bowden_1.0_PETG_draft.inst.cfg @@ -0,0 +1,17 @@ +[general] +version = 4 +name = Draft Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = draft +material = generic_petg +variant = 1.0mm Nozzle + +[values] +speed_layer_0 = 15 + +retraction_amount = 0.8 + 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..84a61dc8a0 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_planetary_0.2_PETG_super.inst.cfg @@ -0,0 +1,17 @@ +[general] +version = 4 +name = Super Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = super +material = generic_petg +variant = 0.2mm Nozzle + +[values] +speed_layer_0 = 15 + +retraction_amount = 2 +retraction_speed = 40 \ No newline at end of file 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..5e9ce4578a --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_planetary_0.2_PETG_ultra.inst.cfg @@ -0,0 +1,17 @@ +[general] +version = 4 +name = Ultra Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = ultra +material = generic_petg +variant = 0.2mm Nozzle + +[values] +speed_layer_0 = 15 + +retraction_amount = 2 +retraction_speed = 40 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..40e0d8cc3e --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_planetary_0.3_PETG_adaptive.inst.cfg @@ -0,0 +1,18 @@ +[general] +version = 4 +name = Dynamic Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = adaptive +material = generic_petg +variant = 0.3mm Nozzle + +[values] +speed_layer_0 = 15 + +retraction_amount = 2 +retraction_speed = 40 + 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..c7a43b829d --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_planetary_0.3_PETG_low.inst.cfg @@ -0,0 +1,18 @@ +[general] +version = 4 +name = Low Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = low +material = generic_petg +variant = 0.3mm Nozzle + +[values] +speed_layer_0 = 15 + +retraction_amount = 2 +retraction_speed = 40 + 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..aa583cf056 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_planetary_0.3_PETG_standard.inst.cfg @@ -0,0 +1,18 @@ +[general] +version = 4 +name = Standard Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = standard +material = generic_petg +variant = 0.3mm Nozzle + +[values] +speed_layer_0 = 15 + +retraction_amount = 2 +retraction_speed = 40 + 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..ef88519322 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_planetary_0.3_PETG_super.inst.cfg @@ -0,0 +1,18 @@ +[general] +version = 4 +name = Super Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = super +material = generic_petg +variant = 0.3mm Nozzle + +[values] +speed_layer_0 = 15 + +retraction_amount = 2 +retraction_speed = 40 + 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..6226b90f27 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_planetary_0.4_PETG_adaptive.inst.cfg @@ -0,0 +1,18 @@ +[general] +version = 4 +name = Dynamic Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = adaptive +material = generic_petg +variant = 0.4mm Nozzle + +[values] +speed_layer_0 = 15 + +retraction_amount = 2 +retraction_speed = 40 + 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..099b2607b9 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_planetary_0.4_PETG_low.inst.cfg @@ -0,0 +1,18 @@ +[general] +version = 4 +name = Low Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = low +material = generic_petg +variant = 0.4mm Nozzle + +[values] +speed_layer_0 = 15 + +retraction_amount = 2 +retraction_speed = 40 + 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..819ae74a2e --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_planetary_0.4_PETG_standard.inst.cfg @@ -0,0 +1,18 @@ +[general] +version = 4 +name = Standard Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = standard +material = generic_petg +variant = 0.4mm Nozzle + +[values] +speed_layer_0 = 15 + +retraction_amount = 2 +retraction_speed = 40 + 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..45e6f189ad --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_planetary_0.4_PETG_super.inst.cfg @@ -0,0 +1,18 @@ +[general] +version = 4 +name = Super Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = super +material = generic_petg +variant = 0.4mm Nozzle + +[values] +speed_layer_0 = 15 + +retraction_amount = 2 +retraction_speed = 40 + 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..5903568e5b --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_planetary_0.5_PETG_adaptive.inst.cfg @@ -0,0 +1,18 @@ +[general] +version = 4 +name = Dynamic Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = adaptive +material = generic_petg +variant = 0.5mm Nozzle + +[values] +speed_layer_0 = 15 + +retraction_amount = 2 +retraction_speed = 40 + 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..deac46338b --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_planetary_0.5_PETG_low.inst.cfg @@ -0,0 +1,18 @@ +[general] +version = 4 +name = Low Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = low +material = generic_petg +variant = 0.5mm Nozzle + +[values] +speed_layer_0 = 15 + +retraction_amount = 2 +retraction_speed = 40 + 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..0e9b703a74 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_planetary_0.5_PETG_standard.inst.cfg @@ -0,0 +1,18 @@ +[general] +version = 4 +name = Standard Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = standard +material = generic_petg +variant = 0.5mm Nozzle + +[values] +speed_layer_0 = 15 + +retraction_amount = 2 +retraction_speed = 40 + 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..4674d68a46 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_planetary_0.5_PETG_super.inst.cfg @@ -0,0 +1,18 @@ +[general] +version = 4 +name = Super Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = super +material = generic_petg +variant = 0.5mm Nozzle + +[values] +speed_layer_0 = 15 + +retraction_amount = 2 +retraction_speed = 40 + 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..d2ef015404 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_planetary_0.6_PETG_adaptive.inst.cfg @@ -0,0 +1,18 @@ +[general] +version = 4 +name = Dynamic Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = adaptive +material = generic_petg +variant = 0.6mm Nozzle + +[values] +speed_layer_0 = 15 + +retraction_amount = 2 +retraction_speed = 40 + 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..dd1c47e6b4 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_planetary_0.6_PETG_draft.inst.cfg @@ -0,0 +1,18 @@ +[general] +version = 4 +name = Draft Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = draft +material = generic_petg +variant = 0.6mm Nozzle + +[values] +speed_layer_0 = 15 + +retraction_amount = 2 +retraction_speed = 40 + 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..0c109dee0c --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_planetary_0.6_PETG_low.inst.cfg @@ -0,0 +1,18 @@ +[general] +version = 4 +name = Low Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = low +material = generic_petg +variant = 0.6mm Nozzle + +[values] +speed_layer_0 = 15 + +retraction_amount = 2 +retraction_speed = 40 + 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..4c70bab182 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_planetary_0.6_PETG_standard.inst.cfg @@ -0,0 +1,18 @@ +[general] +version = 4 +name = Standard Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = standard +material = generic_petg +variant = 0.6mm Nozzle + +[values] +speed_layer_0 = 15 + +retraction_amount = 2 +retraction_speed = 40 + 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..5323b77773 --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_planetary_0.8_PETG_draft.inst.cfg @@ -0,0 +1,17 @@ +[general] +version = 4 +name = Draft Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = draft +material = generic_petg +variant = 0.8mm Nozzle + +[values] +speed_layer_0 = 15 + +retraction_amount = 0.8 + 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..71072a205d --- /dev/null +++ b/resources/quality/sovol/PETG/sovol_planetary_1.0_PETG_draft.inst.cfg @@ -0,0 +1,17 @@ +[general] +version = 4 +name = Draft Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = draft +material = generic_petg +variant = 1.0mm Nozzle + +[values] +speed_layer_0 = 15 + +retraction_amount = 0.8 + 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..eae8e957cd --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_bowden_0.2_PLA_super.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Super Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = super +material = generic_pla +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..97fad1cc5e --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_bowden_0.2_PLA_ultra.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Ultra Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = ultra +material = generic_pla +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..1786ced8b8 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_bowden_0.3_PLA_adaptive.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Dynamic Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = adaptive +material = generic_pla +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..39a280052c --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_bowden_0.3_PLA_low.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Low Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = low +material = generic_pla +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..14044b826d --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_bowden_0.3_PLA_standard.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Standard Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = standard +material = generic_pla +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..393b68dc71 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_bowden_0.3_PLA_super.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Super Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = super +material = generic_pla +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..1e2a0354e4 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_bowden_0.4_PLA_adaptive.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Dynamic Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = adaptive +material = generic_pla +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..b4e362e744 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_bowden_0.4_PLA_low.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Low Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = low +material = generic_pla +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..732ff9001c --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_bowden_0.4_PLA_standard.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Standard Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = standard +material = generic_pla +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..98d5e54e49 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_bowden_0.4_PLA_super.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Super Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = super +material = generic_pla +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..a0f0b1b0d8 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_bowden_0.5_PLA_adaptive.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Dynamic Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = adaptive +material = generic_pla +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..bada0e877f --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_bowden_0.5_PLA_low.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Low Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = low +material = generic_pla +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..53fc028f8e --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_bowden_0.5_PLA_standard.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Standard Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = standard +material = generic_pla +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..628514dcdd --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_bowden_0.5_PLA_super.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Super Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = super +material = generic_pla +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..856ccbb80c --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_bowden_0.6_PLA_adaptive.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Dynamic Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = adaptive +material = generic_pla +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..146347f859 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_bowden_0.6_PLA_draft.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Draft Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = draft +material = generic_pla +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..b09be594eb --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_bowden_0.6_PLA_low.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Low Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = low +material = generic_pla +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..92fe191308 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_bowden_0.6_PLA_standard.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Standard Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = standard +material = generic_pla +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..0a8117f5cc --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_bowden_0.8_PLA_draft.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Draft Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = draft +material = generic_pla +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..85190c4885 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_bowden_1.0_PLA_draft.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Draft Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = draft +material = generic_pla +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..b706593c6f --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_planetary_0.2_PLA_super.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Super Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = super +material = generic_pla +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..8a9044c6e5 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_planetary_0.2_PLA_ultra.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Ultra Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = ultra +material = generic_pla +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..f74029c5a6 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_planetary_0.3_PLA_adaptive.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Dynamic Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = adaptive +material = generic_pla +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..8e488c9208 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_planetary_0.3_PLA_low.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Low Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = low +material = generic_pla +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..abfbbd0705 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_planetary_0.3_PLA_standard.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Standard Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = standard +material = generic_pla +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..23ade8cd65 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_planetary_0.3_PLA_super.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Super Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = super +material = generic_pla +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..8b6ea28926 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_planetary_0.4_PLA_adaptive.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Dynamic Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = adaptive +material = generic_pla +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..cb3413c4f0 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_planetary_0.4_PLA_low.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Low Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = low +material = generic_pla +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..b01ebc6925 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_planetary_0.4_PLA_standard.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Standard Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = standard +material = generic_pla +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..dc4b059462 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_planetary_0.4_PLA_super.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Super Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = super +material = generic_pla +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..ac5d407c4f --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_planetary_0.5_PLA_adaptive.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Dynamic Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = adaptive +material = generic_pla +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..e7d38ef781 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_planetary_0.5_PLA_low.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Low Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = low +material = generic_pla +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..1b9c236409 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_planetary_0.5_PLA_standard.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Standard Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = standard +material = generic_pla +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..d821920170 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_planetary_0.5_PLA_super.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Super Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = super +material = generic_pla +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..6a925abd22 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_planetary_0.6_PLA_adaptive.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Dynamic Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = adaptive +material = generic_pla +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..abd81652df --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_planetary_0.6_PLA_draft.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Draft Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = draft +material = generic_pla +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..a0380db113 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_planetary_0.6_PLA_low.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Low Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = low +material = generic_pla +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..13ddb8c897 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_planetary_0.6_PLA_standard.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Standard Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = standard +material = generic_pla +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..3d13826c7d --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_planetary_0.8_PLA_draft.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Draft Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = draft +material = generic_pla +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..937d4cabf7 --- /dev/null +++ b/resources/quality/sovol/PLA/sovol_planetary_1.0_PLA_draft.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Draft Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = draft +material = generic_pla +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..2cc3ed0864 --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_bowden_0.3_TPU_adaptive.inst.cfg @@ -0,0 +1,17 @@ +[general] +version = 4 +name = Dynamic Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = adaptive +material = generic_tpu +variant = 0.3mm Nozzle + +[values] +speed_print = 20 +speed_layer_0 = 10 +retraction_amount = 1.2 +retraction_speed = 20 \ No newline at end of file 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..204aa7d72b --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_bowden_0.3_TPU_standard.inst.cfg @@ -0,0 +1,17 @@ +[general] +version = 4 +name = Standard Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = standard +material = generic_tpu +variant = 0.3mm Nozzle + +[values] +speed_print = 20 +speed_layer_0 = 10 +retraction_amount = 1.2 +retraction_speed = 20 \ No newline at end of file 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..289ff25da5 --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_bowden_0.3_TPU_super.inst.cfg @@ -0,0 +1,17 @@ +[general] +version = 4 +name = Super Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = super +material = generic_tpu +variant = 0.3mm Nozzle + +[values] +speed_print = 20 +speed_layer_0 = 10 +retraction_amount = 1.2 +retraction_speed = 20 \ No newline at end of file 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..ba3b678315 --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_bowden_0.4_TPU_adaptive.inst.cfg @@ -0,0 +1,17 @@ +[general] +version = 4 +name = Dynamic Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = adaptive +material = generic_tpu +variant = 0.4mm Nozzle + +[values] +speed_print = 20 +speed_layer_0 = 10 +retraction_amount = 1.2 +retraction_speed = 20 \ No newline at end of file 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..0f763cafc8 --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_bowden_0.4_TPU_standard.inst.cfg @@ -0,0 +1,17 @@ +[general] +version = 4 +name = Standard Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = standard +material = generic_tpu +variant = 0.4mm Nozzle + +[values] +speed_print = 20 +speed_layer_0 = 10 +retraction_amount = 1.2 +retraction_speed = 20 \ No newline at end of file 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..45b44b12aa --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_bowden_0.4_TPU_super.inst.cfg @@ -0,0 +1,17 @@ +[general] +version = 4 +name = Super Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = super +material = generic_tpu +variant = 0.4mm Nozzle + +[values] +speed_print = 20 +speed_layer_0 = 10 +retraction_amount = 1.2 +retraction_speed = 20 \ No newline at end of file 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..6d2d1135a9 --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_bowden_0.5_TPU_adaptive.inst.cfg @@ -0,0 +1,17 @@ +[general] +version = 4 +name = Dynamic Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = adaptive +material = generic_tpu +variant = 0.5mm Nozzle + +[values] +speed_print = 20 +speed_layer_0 = 10 +retraction_amount = 1.2 +retraction_speed = 20 \ No newline at end of file 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..6face90f1e --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_bowden_0.5_TPU_standard.inst.cfg @@ -0,0 +1,17 @@ +[general] +version = 4 +name = Standard Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = standard +material = generic_tpu +variant = 0.5mm Nozzle + +[values] +speed_print = 20 +speed_layer_0 = 10 +retraction_amount = 1.2 +retraction_speed = 20 \ No newline at end of file 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..bd812212dd --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_bowden_0.5_TPU_super.inst.cfg @@ -0,0 +1,17 @@ +[general] +version = 4 +name = Super Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = super +material = generic_tpu +variant = 0.5mm Nozzle + +[values] +speed_print = 20 +speed_layer_0 = 10 +retraction_amount = 1.2 +retraction_speed = 20 \ No newline at end of file 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..feb611a759 --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_bowden_0.6_TPU_standard.inst.cfg @@ -0,0 +1,17 @@ +[general] +version = 4 +name = Standard Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = standard +material = generic_tpu +variant = 0.6mm Nozzle + +[values] +speed_print = 20 +speed_layer_0 = 10 +retraction_amount = 1.2 +retraction_speed = 20 \ No newline at end of file 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..ba6cf3efef --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_bowden_0.8_TPU_draft.inst.cfg @@ -0,0 +1,17 @@ +[general] +version = 4 +name = Draft Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = draft +material = generic_tpu +variant = 0.8mm Nozzle + +[values] +speed_print = 20 +speed_layer_0 = 10 +retraction_amount = 1.2 +retraction_speed = 20 \ No newline at end of file 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..32b285d892 --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_bowden_1.0_TPU_draft.inst.cfg @@ -0,0 +1,17 @@ +[general] +version = 4 +name = Draft Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = draft +material = generic_tpu +variant = 1.0mm Nozzle + +[values] +speed_print = 20 +speed_layer_0 = 10 +retraction_amount = 1.2 +retraction_speed = 20 \ No newline at end of file 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..09586ef0a3 --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_planetary_0.3_TPU_adaptive.inst.cfg @@ -0,0 +1,17 @@ +[general] +version = 4 +name = Dynamic Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = adaptive +material = generic_tpu +variant = 0.3mm Nozzle + +[values] +speed_print = 20 +speed_layer_0 = 10 +retraction_amount = 1.2 +retraction_speed = 20 \ No newline at end of file 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..2a3a19dfc5 --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_planetary_0.3_TPU_standard.inst.cfg @@ -0,0 +1,17 @@ +[general] +version = 4 +name = Standard Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = standard +material = generic_tpu +variant = 0.3mm Nozzle + +[values] +speed_print = 20 +speed_layer_0 = 10 +retraction_amount = 1.2 +retraction_speed = 20 \ No newline at end of file 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..c95d388d39 --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_planetary_0.3_TPU_super.inst.cfg @@ -0,0 +1,17 @@ +[general] +version = 4 +name = Super Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = super +material = generic_tpu +variant = 0.3mm Nozzle + +[values] +speed_print = 20 +speed_layer_0 = 10 +retraction_amount = 1.2 +retraction_speed = 20 \ No newline at end of file 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..fe8d2276b3 --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_planetary_0.4_TPU_adaptive.inst.cfg @@ -0,0 +1,17 @@ +[general] +version = 4 +name = Dynamic Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = adaptive +material = generic_tpu +variant = 0.4mm Nozzle + +[values] +speed_print = 20 +speed_layer_0 = 10 +retraction_amount = 1.2 +retraction_speed = 20 \ No newline at end of file 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..2c951bf147 --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_planetary_0.4_TPU_standard.inst.cfg @@ -0,0 +1,17 @@ +[general] +version = 4 +name = Standard Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = standard +material = generic_tpu +variant = 0.4mm Nozzle + +[values] +speed_print = 20 +speed_layer_0 = 10 +retraction_amount = 1.2 +retraction_speed = 20 \ No newline at end of file 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..a2d6c00c09 --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_planetary_0.4_TPU_super.inst.cfg @@ -0,0 +1,17 @@ +[general] +version = 4 +name = Super Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = super +material = generic_tpu +variant = 0.4mm Nozzle + +[values] +speed_print = 20 +speed_layer_0 = 10 +retraction_amount = 1.2 +retraction_speed = 20 \ No newline at end of file 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..277e952090 --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_planetary_0.5_TPU_adaptive.inst.cfg @@ -0,0 +1,17 @@ +[general] +version = 4 +name = Dynamic Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = adaptive +material = generic_tpu +variant = 0.5mm Nozzle + +[values] +speed_print = 20 +speed_layer_0 = 10 +retraction_amount = 1.2 +retraction_speed = 20 \ No newline at end of file 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..5761a5333d --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_planetary_0.5_TPU_standard.inst.cfg @@ -0,0 +1,17 @@ +[general] +version = 4 +name = Standard Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = standard +material = generic_tpu +variant = 0.5mm Nozzle + +[values] +speed_print = 20 +speed_layer_0 = 10 +retraction_amount = 1.2 +retraction_speed = 20 \ No newline at end of file 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..587009d433 --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_planetary_0.5_TPU_super.inst.cfg @@ -0,0 +1,17 @@ +[general] +version = 4 +name = Super Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = super +material = generic_tpu +variant = 0.5mm Nozzle + +[values] +speed_print = 20 +speed_layer_0 = 10 +retraction_amount = 1.2 +retraction_speed = 20 \ No newline at end of file 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..5b46bc18a8 --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_planetary_0.6_TPU_standard.inst.cfg @@ -0,0 +1,17 @@ +[general] +version = 4 +name = Standard Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = standard +material = generic_tpu +variant = 0.6mm Nozzle + +[values] +speed_print = 20 +speed_layer_0 = 10 +retraction_amount = 1.2 +retraction_speed = 20 \ No newline at end of file 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..9968f575ea --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_planetary_0.8_TPU_draft.inst.cfg @@ -0,0 +1,17 @@ +[general] +version = 4 +name = Draft Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = draft +material = generic_tpu +variant = 0.8mm Nozzle + +[values] +speed_print = 20 +speed_layer_0 = 10 +retraction_amount = 1.2 +retraction_speed = 20 \ No newline at end of file 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..03568b20ef --- /dev/null +++ b/resources/quality/sovol/TPU/sovol_planetary_1.0_TPU_draft.inst.cfg @@ -0,0 +1,17 @@ +[general] +version = 4 +name = Draft Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = draft +material = generic_tpu +variant = 1.0mm Nozzle + +[values] +speed_print = 20 +speed_layer_0 = 10 +retraction_amount = 1.2 +retraction_speed = 20 \ No newline at end of file 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..09f6263124 --- /dev/null +++ b/resources/quality/sovol/sovol_bowden_global_adaptive.inst.cfg @@ -0,0 +1,18 @@ +[general] +version = 4 +name = Dynamic Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = adaptive +weight = -2 +global_quality = True + +[values] +layer_height = 0.16 +layer_height_0 = 0.20 +top_bottom_thickness = =layer_height_0+layer_height*5 +support_interface_height = =layer_height*6 +adaptive_layer_height_enabled = true 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..f6bc1726e5 --- /dev/null +++ b/resources/quality/sovol/sovol_bowden_global_draft.inst.cfg @@ -0,0 +1,25 @@ +[general] +version = 4 +name = Draft Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = draft +weight = -5 +global_quality = True + +[values] +adhesion_type = skirt + +layer_height = 0.32 +layer_height_0 = 0.32 +top_bottom_thickness = =layer_height_0+layer_height*3 +wall_thickness = =line_width*2 +support_interface_height = =layer_height*4 + +speed_print = 60 +speed_topbottom = =math.ceil(speed_print * (60 / 100)) +speed_wall = =math.ceil(speed_print * (60 / 100)) + 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..abf733050d --- /dev/null +++ b/resources/quality/sovol/sovol_bowden_global_low.inst.cfg @@ -0,0 +1,22 @@ +[general] +version = 4 +name = Low Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = low +weight = -4 +global_quality = True + +[values] +layer_height = 0.28 +layer_height_0 = 0.28 +top_bottom_thickness = =layer_height_0+layer_height*3 +wall_thickness = =line_width*2 +support_interface_height = =layer_height*4 + +speed_print = 60 +speed_topbottom = =math.ceil(speed_print * (60 / 100)) +speed_wall = =math.ceil(speed_print * (60 / 100)) 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..16a31bcc6b --- /dev/null +++ b/resources/quality/sovol/sovol_bowden_global_standard.inst.cfg @@ -0,0 +1,18 @@ +[general] +version = 4 +name = Standard Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = standard +weight = -3 +global_quality = True + +[values] +layer_height = 0.2 +layer_height_0 = 0.2 +top_bottom_thickness = =layer_height_0+layer_height*4 +wall_thickness = =line_width*2 +support_interface_height = =layer_height*5 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..4b2336fe6c --- /dev/null +++ b/resources/quality/sovol/sovol_bowden_global_super.inst.cfg @@ -0,0 +1,19 @@ +[general] +version = 4 +name = Super Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = super +weight = -1 +global_quality = True + +[values] +layer_height = 0.12 +layer_height_0 = 0.12 +top_bottom_thickness = =layer_height_0+layer_height*6 +support_interface_height = =layer_height*8 + +acceleration_wall = 400 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..8a1084fa77 --- /dev/null +++ b/resources/quality/sovol/sovol_bowden_global_ultra.inst.cfg @@ -0,0 +1,21 @@ +[general] +version = 4 +name = Ultra Quality +definition = sovol_base_bowden + +[metadata] +setting_version = 20 +type = quality +quality_type = ultra +weight = 0 +global_quality = True + +[values] +layer_height = 0.08 +layer_height_0 = 0.12 +top_bottom_thickness = =layer_height_0+layer_height*10 +support_interface_height = =layer_height*12 + +speed_layer_0 = 15 + +acceleration_wall = 400 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..24d68792e4 --- /dev/null +++ b/resources/quality/sovol/sovol_planetary_global_adaptive.inst.cfg @@ -0,0 +1,18 @@ +[general] +version = 4 +name = Dynamic Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = adaptive +weight = -2 +global_quality = True + +[values] +layer_height = 0.16 +layer_height_0 = 0.20 +top_bottom_thickness = =layer_height_0+layer_height*5 +support_interface_height = =layer_height*6 +adaptive_layer_height_enabled = true 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..d37e6911f8 --- /dev/null +++ b/resources/quality/sovol/sovol_planetary_global_draft.inst.cfg @@ -0,0 +1,25 @@ +[general] +version = 4 +name = Draft Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = draft +weight = -5 +global_quality = True + +[values] +adhesion_type = skirt + +layer_height = 0.32 +layer_height_0 = 0.32 +top_bottom_thickness = =layer_height_0+layer_height*3 +wall_thickness = =line_width*2 +support_interface_height = =layer_height*4 + +speed_print = 60 +speed_topbottom = =math.ceil(speed_print * (60 / 100)) +speed_wall = =math.ceil(speed_print * (60 / 100)) + 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..325f2294a1 --- /dev/null +++ b/resources/quality/sovol/sovol_planetary_global_low.inst.cfg @@ -0,0 +1,22 @@ +[general] +version = 4 +name = Low Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = low +weight = -4 +global_quality = True + +[values] +layer_height = 0.28 +layer_height_0 = 0.28 +top_bottom_thickness = =layer_height_0+layer_height*3 +wall_thickness = =line_width*2 +support_interface_height = =layer_height*4 + +speed_print = 60 +speed_topbottom = =math.ceil(speed_print * (60 / 100)) +speed_wall = =math.ceil(speed_print * (60 / 100)) 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..380da5398e --- /dev/null +++ b/resources/quality/sovol/sovol_planetary_global_standard.inst.cfg @@ -0,0 +1,18 @@ +[general] +version = 4 +name = Standard Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = standard +weight = -3 +global_quality = True + +[values] +layer_height = 0.2 +layer_height_0 = 0.2 +top_bottom_thickness = =layer_height_0+layer_height*4 +wall_thickness = =line_width*2 +support_interface_height = =layer_height*5 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..1e76059bb2 --- /dev/null +++ b/resources/quality/sovol/sovol_planetary_global_super.inst.cfg @@ -0,0 +1,19 @@ +[general] +version = 4 +name = Super Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = super +weight = -1 +global_quality = True + +[values] +layer_height = 0.12 +layer_height_0 = 0.12 +top_bottom_thickness = =layer_height_0+layer_height*6 +support_interface_height = =layer_height*8 + +acceleration_wall = 400 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..dd2b430c40 --- /dev/null +++ b/resources/quality/sovol/sovol_planetary_global_ultra.inst.cfg @@ -0,0 +1,21 @@ +[general] +version = 4 +name = Ultra Quality +definition = sovol_base_planetary + +[metadata] +setting_version = 20 +type = quality +quality_type = ultra +weight = 0 +global_quality = True + +[values] +layer_height = 0.08 +layer_height_0 = 0.12 +top_bottom_thickness = =layer_height_0+layer_height*10 +support_interface_height = =layer_height*12 + +speed_layer_0 = 15 + +acceleration_wall = 400 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_base_bowden_0.2.inst.cfg b/resources/variants/sovol_base_bowden_0.2.inst.cfg new file mode 100644 index 0000000000..1034b007d2 --- /dev/null +++ b/resources/variants/sovol_base_bowden_0.2.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.2mm Nozzle +version = 4 +definition = sovol_base + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.2 diff --git a/resources/variants/sovol_base_bowden_0.3.inst.cfg b/resources/variants/sovol_base_bowden_0.3.inst.cfg new file mode 100644 index 0000000000..47e515ceb7 --- /dev/null +++ b/resources/variants/sovol_base_bowden_0.3.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.3mm Nozzle +version = 4 +definition = sovol_base + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.3 diff --git a/resources/variants/sovol_base_bowden_0.4.inst.cfg b/resources/variants/sovol_base_bowden_0.4.inst.cfg new file mode 100644 index 0000000000..dc781c6bbc --- /dev/null +++ b/resources/variants/sovol_base_bowden_0.4.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.4mm Nozzle +version = 4 +definition = sovol_base + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.4 diff --git a/resources/variants/sovol_base_bowden_0.5.inst.cfg b/resources/variants/sovol_base_bowden_0.5.inst.cfg new file mode 100644 index 0000000000..21e776c45b --- /dev/null +++ b/resources/variants/sovol_base_bowden_0.5.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.5mm Nozzle +version = 4 +definition = sovol_base + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.5 diff --git a/resources/variants/sovol_base_bowden_0.6.inst.cfg b/resources/variants/sovol_base_bowden_0.6.inst.cfg new file mode 100644 index 0000000000..9f141d8325 --- /dev/null +++ b/resources/variants/sovol_base_bowden_0.6.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.6mm Nozzle +version = 4 +definition = sovol_base + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.6 diff --git a/resources/variants/sovol_base_bowden_0.8.inst.cfg b/resources/variants/sovol_base_bowden_0.8.inst.cfg new file mode 100644 index 0000000000..77e4143043 --- /dev/null +++ b/resources/variants/sovol_base_bowden_0.8.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.8mm Nozzle +version = 4 +definition = sovol_base + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.8 diff --git a/resources/variants/sovol_base_bowden_1.0.inst.cfg b/resources/variants/sovol_base_bowden_1.0.inst.cfg new file mode 100644 index 0000000000..e3edbda174 --- /dev/null +++ b/resources/variants/sovol_base_bowden_1.0.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 1.0mm Nozzle +version = 4 +definition = sovol_base + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 1.0 diff --git a/resources/variants/sovol_base_planetary_0.2.inst.cfg b/resources/variants/sovol_base_planetary_0.2.inst.cfg new file mode 100644 index 0000000000..1034b007d2 --- /dev/null +++ b/resources/variants/sovol_base_planetary_0.2.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.2mm Nozzle +version = 4 +definition = sovol_base + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.2 diff --git a/resources/variants/sovol_base_planetary_0.3.inst.cfg b/resources/variants/sovol_base_planetary_0.3.inst.cfg new file mode 100644 index 0000000000..47e515ceb7 --- /dev/null +++ b/resources/variants/sovol_base_planetary_0.3.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.3mm Nozzle +version = 4 +definition = sovol_base + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.3 diff --git a/resources/variants/sovol_base_planetary_0.4.inst.cfg b/resources/variants/sovol_base_planetary_0.4.inst.cfg new file mode 100644 index 0000000000..dc781c6bbc --- /dev/null +++ b/resources/variants/sovol_base_planetary_0.4.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.4mm Nozzle +version = 4 +definition = sovol_base + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.4 diff --git a/resources/variants/sovol_base_planetary_0.5.inst.cfg b/resources/variants/sovol_base_planetary_0.5.inst.cfg new file mode 100644 index 0000000000..21e776c45b --- /dev/null +++ b/resources/variants/sovol_base_planetary_0.5.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.5mm Nozzle +version = 4 +definition = sovol_base + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.5 diff --git a/resources/variants/sovol_base_planetary_0.6.inst.cfg b/resources/variants/sovol_base_planetary_0.6.inst.cfg new file mode 100644 index 0000000000..9f141d8325 --- /dev/null +++ b/resources/variants/sovol_base_planetary_0.6.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.6mm Nozzle +version = 4 +definition = sovol_base + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.6 diff --git a/resources/variants/sovol_base_planetary_0.8.inst.cfg b/resources/variants/sovol_base_planetary_0.8.inst.cfg new file mode 100644 index 0000000000..77e4143043 --- /dev/null +++ b/resources/variants/sovol_base_planetary_0.8.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.8mm Nozzle +version = 4 +definition = sovol_base + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.8 diff --git a/resources/variants/sovol_base_planetary_1.0.inst.cfg b/resources/variants/sovol_base_planetary_1.0.inst.cfg new file mode 100644 index 0000000000..e3edbda174 --- /dev/null +++ b/resources/variants/sovol_base_planetary_1.0.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 1.0mm Nozzle +version = 4 +definition = sovol_base + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 1.0 diff --git a/resources/variants/sovol_base_titan_0.2.inst.cfg b/resources/variants/sovol_base_titan_0.2.inst.cfg new file mode 100644 index 0000000000..1034b007d2 --- /dev/null +++ b/resources/variants/sovol_base_titan_0.2.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.2mm Nozzle +version = 4 +definition = sovol_base + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.2 diff --git a/resources/variants/sovol_base_titan_0.3.inst.cfg b/resources/variants/sovol_base_titan_0.3.inst.cfg new file mode 100644 index 0000000000..47e515ceb7 --- /dev/null +++ b/resources/variants/sovol_base_titan_0.3.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.3mm Nozzle +version = 4 +definition = sovol_base + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.3 diff --git a/resources/variants/sovol_base_titan_0.4.inst.cfg b/resources/variants/sovol_base_titan_0.4.inst.cfg new file mode 100644 index 0000000000..dc781c6bbc --- /dev/null +++ b/resources/variants/sovol_base_titan_0.4.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.4mm Nozzle +version = 4 +definition = sovol_base + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.4 diff --git a/resources/variants/sovol_base_titan_0.5.inst.cfg b/resources/variants/sovol_base_titan_0.5.inst.cfg new file mode 100644 index 0000000000..21e776c45b --- /dev/null +++ b/resources/variants/sovol_base_titan_0.5.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.5mm Nozzle +version = 4 +definition = sovol_base + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.5 diff --git a/resources/variants/sovol_base_titan_0.6.inst.cfg b/resources/variants/sovol_base_titan_0.6.inst.cfg new file mode 100644 index 0000000000..9f141d8325 --- /dev/null +++ b/resources/variants/sovol_base_titan_0.6.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.6mm Nozzle +version = 4 +definition = sovol_base + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.6 diff --git a/resources/variants/sovol_base_titan_0.8.inst.cfg b/resources/variants/sovol_base_titan_0.8.inst.cfg new file mode 100644 index 0000000000..77e4143043 --- /dev/null +++ b/resources/variants/sovol_base_titan_0.8.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.8mm Nozzle +version = 4 +definition = sovol_base + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.8 diff --git a/resources/variants/sovol_base_titan_1.0.inst.cfg b/resources/variants/sovol_base_titan_1.0.inst.cfg new file mode 100644 index 0000000000..e3edbda174 --- /dev/null +++ b/resources/variants/sovol_base_titan_1.0.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 1.0mm Nozzle +version = 4 +definition = sovol_base + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 1.0 diff --git a/resources/variants/sovol_sv01_0.2.inst.cfg b/resources/variants/sovol_sv01_0.2.inst.cfg new file mode 100644 index 0000000000..c88b66a876 --- /dev/null +++ b/resources/variants/sovol_sv01_0.2.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.2mm Nozzle +version = 4 +definition = sovol_sv01 + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.2 diff --git a/resources/variants/sovol_sv01_0.3.inst.cfg b/resources/variants/sovol_sv01_0.3.inst.cfg new file mode 100644 index 0000000000..70816c1aca --- /dev/null +++ b/resources/variants/sovol_sv01_0.3.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.3mm Nozzle +version = 4 +definition = sovol_sv01 + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.3 diff --git a/resources/variants/sovol_sv01_0.4.inst.cfg b/resources/variants/sovol_sv01_0.4.inst.cfg new file mode 100644 index 0000000000..f49fbc0dd2 --- /dev/null +++ b/resources/variants/sovol_sv01_0.4.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.4mm Nozzle +version = 4 +definition = sovol_sv01 + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.4 diff --git a/resources/variants/sovol_sv01_0.5.inst.cfg b/resources/variants/sovol_sv01_0.5.inst.cfg new file mode 100644 index 0000000000..fcec6926b5 --- /dev/null +++ b/resources/variants/sovol_sv01_0.5.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.5mm Nozzle +version = 4 +definition = sovol_sv01 + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.5 diff --git a/resources/variants/sovol_sv01_0.6.inst.cfg b/resources/variants/sovol_sv01_0.6.inst.cfg new file mode 100644 index 0000000000..c74ab828e9 --- /dev/null +++ b/resources/variants/sovol_sv01_0.6.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.6mm Nozzle +version = 4 +definition = sovol_sv01 + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.6 diff --git a/resources/variants/sovol_sv01_0.8.inst.cfg b/resources/variants/sovol_sv01_0.8.inst.cfg new file mode 100644 index 0000000000..f0d202d39a --- /dev/null +++ b/resources/variants/sovol_sv01_0.8.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.8mm Nozzle +version = 4 +definition = sovol_sv01 + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.8 diff --git a/resources/variants/sovol_sv01_1.0.inst.cfg b/resources/variants/sovol_sv01_1.0.inst.cfg new file mode 100644 index 0000000000..57c7f2928e --- /dev/null +++ b/resources/variants/sovol_sv01_1.0.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 1.0mm Nozzle +version = 4 +definition = sovol_sv01 + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 1.0 diff --git a/resources/variants/sovol_sv01pro_0.2.inst.cfg b/resources/variants/sovol_sv01pro_0.2.inst.cfg new file mode 100644 index 0000000000..3d53d609b7 --- /dev/null +++ b/resources/variants/sovol_sv01pro_0.2.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.2mm Nozzle +version = 4 +definition = sovol_sv01pro + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.2 diff --git a/resources/variants/sovol_sv01pro_0.3.inst.cfg b/resources/variants/sovol_sv01pro_0.3.inst.cfg new file mode 100644 index 0000000000..685e6ac16b --- /dev/null +++ b/resources/variants/sovol_sv01pro_0.3.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.3mm Nozzle +version = 4 +definition = sovol_sv01pro + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.3 diff --git a/resources/variants/sovol_sv01pro_0.4.inst.cfg b/resources/variants/sovol_sv01pro_0.4.inst.cfg new file mode 100644 index 0000000000..99a323b5c4 --- /dev/null +++ b/resources/variants/sovol_sv01pro_0.4.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.4mm Nozzle +version = 4 +definition = sovol_sv01pro + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.4 diff --git a/resources/variants/sovol_sv01pro_0.5.inst.cfg b/resources/variants/sovol_sv01pro_0.5.inst.cfg new file mode 100644 index 0000000000..c0131bad99 --- /dev/null +++ b/resources/variants/sovol_sv01pro_0.5.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.5mm Nozzle +version = 4 +definition = sovol_sv01pro + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.5 diff --git a/resources/variants/sovol_sv01pro_0.6.inst.cfg b/resources/variants/sovol_sv01pro_0.6.inst.cfg new file mode 100644 index 0000000000..0fb7e3dacf --- /dev/null +++ b/resources/variants/sovol_sv01pro_0.6.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.6mm Nozzle +version = 4 +definition = sovol_sv01pro + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.6 diff --git a/resources/variants/sovol_sv01pro_0.8.inst.cfg b/resources/variants/sovol_sv01pro_0.8.inst.cfg new file mode 100644 index 0000000000..6b8c38a126 --- /dev/null +++ b/resources/variants/sovol_sv01pro_0.8.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.8mm Nozzle +version = 4 +definition = sovol_sv01pro + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.8 diff --git a/resources/variants/sovol_sv01pro_1.0.inst.cfg b/resources/variants/sovol_sv01pro_1.0.inst.cfg new file mode 100644 index 0000000000..407987413f --- /dev/null +++ b/resources/variants/sovol_sv01pro_1.0.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 1.0mm Nozzle +version = 4 +definition = sovol_sv01pro + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 1.0 diff --git a/resources/variants/sovol_sv03_0.2.inst.cfg b/resources/variants/sovol_sv03_0.2.inst.cfg new file mode 100644 index 0000000000..cdc1a24399 --- /dev/null +++ b/resources/variants/sovol_sv03_0.2.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.2mm Nozzle +version = 4 +definition = sovol_sv03 + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.2 diff --git a/resources/variants/sovol_sv03_0.3.inst.cfg b/resources/variants/sovol_sv03_0.3.inst.cfg new file mode 100644 index 0000000000..4ead3b7d1a --- /dev/null +++ b/resources/variants/sovol_sv03_0.3.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.3mm Nozzle +version = 4 +definition = sovol_sv03 + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.3 diff --git a/resources/variants/sovol_sv03_0.4.inst.cfg b/resources/variants/sovol_sv03_0.4.inst.cfg new file mode 100644 index 0000000000..7589ca733c --- /dev/null +++ b/resources/variants/sovol_sv03_0.4.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.4mm Nozzle +version = 4 +definition = sovol_sv03 + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.4 diff --git a/resources/variants/sovol_sv03_0.5.inst.cfg b/resources/variants/sovol_sv03_0.5.inst.cfg new file mode 100644 index 0000000000..366e008f70 --- /dev/null +++ b/resources/variants/sovol_sv03_0.5.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.5mm Nozzle +version = 4 +definition = sovol_sv03 + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.5 diff --git a/resources/variants/sovol_sv03_0.6.inst.cfg b/resources/variants/sovol_sv03_0.6.inst.cfg new file mode 100644 index 0000000000..e66a616ff0 --- /dev/null +++ b/resources/variants/sovol_sv03_0.6.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.6mm Nozzle +version = 4 +definition = sovol_sv03 + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.6 diff --git a/resources/variants/sovol_sv03_0.8.inst.cfg b/resources/variants/sovol_sv03_0.8.inst.cfg new file mode 100644 index 0000000000..d1e117e8d4 --- /dev/null +++ b/resources/variants/sovol_sv03_0.8.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.8mm Nozzle +version = 4 +definition = sovol_sv03 + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.8 diff --git a/resources/variants/sovol_sv03_1.0.inst.cfg b/resources/variants/sovol_sv03_1.0.inst.cfg new file mode 100644 index 0000000000..141fe6dfff --- /dev/null +++ b/resources/variants/sovol_sv03_1.0.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 1.0mm Nozzle +version = 4 +definition = sovol_sv03 + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 1.0 diff --git a/resources/variants/sovol_sv05_0.2.inst.cfg b/resources/variants/sovol_sv05_0.2.inst.cfg new file mode 100644 index 0000000000..141f493b74 --- /dev/null +++ b/resources/variants/sovol_sv05_0.2.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.2mm Nozzle +version = 4 +definition = sovol_sv05 + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.2 diff --git a/resources/variants/sovol_sv05_0.3.inst.cfg b/resources/variants/sovol_sv05_0.3.inst.cfg new file mode 100644 index 0000000000..45ef329607 --- /dev/null +++ b/resources/variants/sovol_sv05_0.3.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.3mm Nozzle +version = 4 +definition = sovol_sv05 + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.3 diff --git a/resources/variants/sovol_sv05_0.4.inst.cfg b/resources/variants/sovol_sv05_0.4.inst.cfg new file mode 100644 index 0000000000..0ab4b0b62b --- /dev/null +++ b/resources/variants/sovol_sv05_0.4.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.4mm Nozzle +version = 4 +definition = sovol_sv05 + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.4 diff --git a/resources/variants/sovol_sv05_0.5.inst.cfg b/resources/variants/sovol_sv05_0.5.inst.cfg new file mode 100644 index 0000000000..8ca8e14a1b --- /dev/null +++ b/resources/variants/sovol_sv05_0.5.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.5mm Nozzle +version = 4 +definition = sovol_sv05 + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.5 diff --git a/resources/variants/sovol_sv05_0.6.inst.cfg b/resources/variants/sovol_sv05_0.6.inst.cfg new file mode 100644 index 0000000000..b381e7ee57 --- /dev/null +++ b/resources/variants/sovol_sv05_0.6.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.6mm Nozzle +version = 4 +definition = sovol_sv05 + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.6 diff --git a/resources/variants/sovol_sv05_0.8.inst.cfg b/resources/variants/sovol_sv05_0.8.inst.cfg new file mode 100644 index 0000000000..0ba72ea06b --- /dev/null +++ b/resources/variants/sovol_sv05_0.8.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.8mm Nozzle +version = 4 +definition = sovol_sv05 + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.8 diff --git a/resources/variants/sovol_sv05_1.0.inst.cfg b/resources/variants/sovol_sv05_1.0.inst.cfg new file mode 100644 index 0000000000..f6ac2ec82b --- /dev/null +++ b/resources/variants/sovol_sv05_1.0.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 1.0mm Nozzle +version = 4 +definition = sovol_sv05 + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 1.0 diff --git a/resources/variants/sovol_sv06_0.2.inst.cfg b/resources/variants/sovol_sv06_0.2.inst.cfg new file mode 100644 index 0000000000..df116b7f6a --- /dev/null +++ b/resources/variants/sovol_sv06_0.2.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.2mm Nozzle +version = 4 +definition = sovol_sv06 + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.2 diff --git a/resources/variants/sovol_sv06_0.3.inst.cfg b/resources/variants/sovol_sv06_0.3.inst.cfg new file mode 100644 index 0000000000..0d93c6a508 --- /dev/null +++ b/resources/variants/sovol_sv06_0.3.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.3mm Nozzle +version = 4 +definition = sovol_sv06 + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.3 diff --git a/resources/variants/sovol_sv06_0.4.inst.cfg b/resources/variants/sovol_sv06_0.4.inst.cfg new file mode 100644 index 0000000000..ed5fadd36c --- /dev/null +++ b/resources/variants/sovol_sv06_0.4.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.4mm Nozzle +version = 4 +definition = sovol_sv06 + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.4 diff --git a/resources/variants/sovol_sv06_0.5.inst.cfg b/resources/variants/sovol_sv06_0.5.inst.cfg new file mode 100644 index 0000000000..c130338ecc --- /dev/null +++ b/resources/variants/sovol_sv06_0.5.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.5mm Nozzle +version = 4 +definition = sovol_sv06 + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.5 diff --git a/resources/variants/sovol_sv06_0.6.inst.cfg b/resources/variants/sovol_sv06_0.6.inst.cfg new file mode 100644 index 0000000000..fad84ad536 --- /dev/null +++ b/resources/variants/sovol_sv06_0.6.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.6mm Nozzle +version = 4 +definition = sovol_sv06 + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.6 diff --git a/resources/variants/sovol_sv06_0.8.inst.cfg b/resources/variants/sovol_sv06_0.8.inst.cfg new file mode 100644 index 0000000000..f7ac3b38c0 --- /dev/null +++ b/resources/variants/sovol_sv06_0.8.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.8mm Nozzle +version = 4 +definition = sovol_sv06 + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.8 diff --git a/resources/variants/sovol_sv06_1.0.inst.cfg b/resources/variants/sovol_sv06_1.0.inst.cfg new file mode 100644 index 0000000000..5a1f8b8a20 --- /dev/null +++ b/resources/variants/sovol_sv06_1.0.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 1.0mm Nozzle +version = 4 +definition = sovol_sv06 + +[metadata] +setting_version = 20 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 1.0