diff --git a/resources/definitions/longer_base.def.json b/resources/definitions/longer_base.def.json new file mode 100644 index 0000000000..08e2818801 --- /dev/null +++ b/resources/definitions/longer_base.def.json @@ -0,0 +1,267 @@ +{ + "name": "LONGER Base Printer", + "version": 2, + "inherits": "fdmprinter", + "metadata": { + "visible": false, + "author": "LONGER", + "manufacturer": "LONGER", + "file_formats": "text/x-gcode", + "first_start_actions": ["MachineSettingsAction"], + + "machine_extruder_trains": { + "0": "longer_base_extruder_0" + }, + + "has_materials": true, + "has_variants": true, + "has_machine_quality": true, + "variants_name": "Nozzle Size", + + "preferred_variant_name": "0.4mm Nozzle", + "preferred_quality_type": "standard", + "preferred_material": "generic_pla", + "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_bam", + "generic_cffcpe", + "generic_cffpa", + "generic_cpe", + "generic_cpe_plus", + "generic_gffcpe", + "generic_gffpa", + "generic_hips", + "generic_nylon", + "generic_pc", + "generic_pp", + "generic_pva", + "generic_tough_pla", + "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", + "ultimaker_abs_black", + "ultimaker_abs_blue", + "ultimaker_abs_green", + "ultimaker_abs_grey", + "ultimaker_abs_orange", + "ultimaker_abs_pearl-gold", + "ultimaker_abs_red", + "ultimaker_abs_silver-metallic", + "ultimaker_abs_white", + "ultimaker_abs_yellow", + "ultimaker_bam", + "ultimaker_cpe_black", + "ultimaker_cpe_blue", + "ultimaker_cpe_dark-grey", + "ultimaker_cpe_green", + "ultimaker_cpe_light-grey", + "ultimaker_cpe_plus_black", + "ultimaker_cpe_plus_transparent", + "ultimaker_cpe_plus_white", + "ultimaker_cpe_red", + "ultimaker_cpe_transparent", + "ultimaker_cpe_white", + "ultimaker_cpe_yellow", + "ultimaker_nylon_black", + "ultimaker_nylon_transparent", + "ultimaker_pc_black", + "ultimaker_pc_transparent", + "ultimaker_pc_white", + "ultimaker_pla_black", + "ultimaker_pla_blue", + "ultimaker_pla_green", + "ultimaker_pla_magenta", + "ultimaker_pla_orange", + "ultimaker_pla_pearl-white", + "ultimaker_pla_red", + "ultimaker_pla_silver-metallic", + "ultimaker_pla_transparent", + "ultimaker_pla_white", + "ultimaker_pla_yellow", + "ultimaker_pp_transparent", + "ultimaker_pva", + "ultimaker_tough_pla_black", + "ultimaker_tough_pla_green", + "ultimaker_tough_pla_red", + "ultimaker_tough_pla_white", + "ultimaker_tpu_black", + "ultimaker_tpu_blue", + "ultimaker_tpu_red", + "ultimaker_tpu_white", + "verbatim_bvoh_175", + "zyyx_pro_flex", + "zyyx_pro_pla" + ] + }, + "overrides": { + "machine_name": { "default_value": "LONGER Base Printer" }, + "machine_start_gcode": { "default_value": "; LONGER Start G-code\nG21 ; metric values\nG90 ; absolute positioning\nM82 ; set extruder to absolute mode\nM107 ; start with the fan off\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position\nG1 X0.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line\nG1 X0.4 Y200.0 Z0.3 F5000.0 ; Move to side a little\nG1 X0.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish\n" }, + "machine_end_gcode": { "default_value": "; LONGER End G-code\nG91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 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_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 } , + "speed_infill": { "value": "speed_print" }, + "speed_wall": { "value": "speed_print / 2" }, + "speed_wall_0": { "value": "speed_wall" }, + "speed_wall_x": { "value": "speed_wall" }, + "speed_topbottom": { "value": "speed_print / 2" }, + "speed_roofing": { "value": "speed_topbottom" }, + "speed_travel": { "value": "150.0 if speed_print < 60 else 250.0 if speed_print > 100 else speed_print * 2.5" }, + "speed_layer_0": { "value": 20.0 }, + "speed_print_layer_0": { "value": "speed_layer_0" }, + "speed_travel_layer_0": { "value": "100 if speed_layer_0 < 20 else 150 if speed_layer_0 > 30 else speed_layer_0 * 5" }, + "speed_prime_tower": { "value": "speed_topbottom" }, + "speed_support": { "value": "speed_wall_0" }, + "speed_support_interface": { "value": "speed_topbottom" }, + "speed_z_hop": { "value": 5 }, + + "skirt_brim_speed": { "value": "speed_layer_0" }, + + "line_width": { "value": "machine_nozzle_size" }, + + "optimize_wall_printing_order": { "value": "True" }, + + "material_initial_print_temperature": { "value": "material_print_temperature" }, + "material_final_print_temperature": { "value": "material_print_temperature" }, + "material_flow": { "value": 100 }, + "travel_compensate_overlapping_walls_0_enabled": { "value": "False" }, + + "z_seam_type": { "value": "'back'" }, + "z_seam_corner": { "value": "'z_seam_corner_weighted'" }, + + "infill_sparse_density": { "value": "20" }, + "infill_pattern": { "value": "'lines' if infill_sparse_density > 50 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 }, + + "fill_perimeter_gaps": { "value": "'everywhere'" }, + "fill_outline_gaps": { "value": false }, + "filter_out_tiny_gaps": { "value": false }, + + "retraction_amount": { "default_value": 5 }, + "retraction_speed": { + "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')", + "maximum_value": 200, + "default_value": 45 + }, + "retraction_retract_speed": { + "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')", + "maximum_value": 200, + "default_value": 45 + }, + "retraction_prime_speed": { + "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')", + "maximum_value": 200, + "default_value": 45 + }, + + "retraction_hop_enabled": { "value": "False" }, + "retraction_hop": { "value": 0.2 }, + "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" }, + "retraction_combing_max_distance": { "value": 30 }, + "travel_avoid_other_parts": { "value": true }, + "travel_avoid_supports": { "value": true }, + "travel_retract_before_outer_wall": { "value": true }, + + "retraction_enable": { "value": true }, + "retraction_count_max": { "value": 100 }, + "retraction_extrusion_window": { "value": 10 }, + "retraction_min_travel": { "value": 1.5 }, + + "cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" }, + "cool_fan_enabled": { "value": true }, + "cool_min_layer_time": { "value": 10 }, + + "adhesion_type": { "value": "'skirt'" }, + "brim_replaces_support": { "value": false }, + "skirt_gap": { "value": 10.0 }, + "skirt_line_count": { "value": 3 }, + + "adaptive_layer_height_variation": { "value": 0.04 }, + "adaptive_layer_height_variation_step": { "value": 0.04 }, + + "meshfix_maximum_resolution": { "value": "0.25" }, + "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, + + "support_angle": { "value": "math.floor(math.degrees(math.atan(line_width/2.0/layer_height)))" }, + "support_pattern": { "value": "'zigzag'" }, + "support_infill_rate": { "value": "0 if support_enable and support_structure == 'tree' else 20" }, + "support_use_towers": { "value": false }, + "support_xy_distance": { "value": "wall_line_width_0 * 2" }, + "support_xy_distance_overhang": { "value": "wall_line_width_0" }, + "support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height*2" }, + "support_xy_overrides_z": { "value": "'xy_overrides_z'" }, + "support_wall_count": { "value": 1 }, + "support_brim_enable": { "value": true }, + "support_brim_width": { "value": 4 }, + + "support_interface_enable": { "value": true }, + "support_interface_height": { "value": "layer_height * 4" }, + "support_interface_density": { "value": 33.333 }, + "support_interface_pattern": { "value": "'grid'" }, + "support_interface_skip_height": { "value": 0.2 }, + "minimum_support_area": { "value": 2 }, + "minimum_interface_area": { "value": 10 }, + "top_bottom_thickness": {"value": "layer_height_0 + layer_height * 3" }, + "wall_thickness": {"value": "line_width * 2" } + + } +} diff --git a/resources/definitions/longer_cube2.def.json b/resources/definitions/longer_cube2.def.json new file mode 100644 index 0000000000..53d8b74598 --- /dev/null +++ b/resources/definitions/longer_cube2.def.json @@ -0,0 +1,28 @@ +{ + "name": "LONGER Cube2", + "version": 2, + "inherits": "longer_base", + "metadata": { + "quality_definition": "longer_base", + "visible": true, + "platform": "longer_cube2_platform.stl", + "platform_offset": [-60, -3 ,70] + }, + "overrides": { + "machine_name": { "default_value": "LONGER Cube2" }, + "machine_start_gcode": { "default_value": "; LONGER Cube2 Start G-code\nG21 ; metric values\nG90 ; absolute positioning\nM82 ; set extruder to absolute mode\nM107 ; start with the fan off\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position\nG1 X0.1 Y120.0 Z0.3 F1500.0 E15 ; Draw the first line\nG1 X0.4 Y120.0 Z0.3 F5000.0 ; Move to side a little\nG1 X0.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish\n" }, + "machine_width": { "default_value": 120 }, + "machine_depth": { "default_value": 140 }, + "machine_height": { "default_value": 105 }, + + "machine_head_with_fans_polygon": { "default_value": [ + [-22, 31], + [-22, -21], + [14, -21], + [14, 31] + ] + }, + + "gantry_height": { "value": 18 } + } +} diff --git a/resources/definitions/longer_lk1.def.json b/resources/definitions/longer_lk1.def.json new file mode 100644 index 0000000000..bfe4245891 --- /dev/null +++ b/resources/definitions/longer_lk1.def.json @@ -0,0 +1,27 @@ +{ + "name": "LONGER LK1", + "version": 2, + "inherits": "longer_base", + "metadata": { + "quality_definition": "longer_base", + "visible": true, + "platform": "longer_310mm_platform.stl", + "platform_offset": [-155, -3 ,155] + }, + "overrides": { + "machine_name": { "default_value": "LONGER LK1" }, + "machine_width": { "default_value": 300 }, + "machine_depth": { "default_value": 300 }, + "machine_height": { "default_value": 400 }, + + "machine_head_with_fans_polygon": { "default_value": [ + [-22, 39], + [-22, -34], + [58, -34], + [58, 39] + ] + }, + + "gantry_height": { "value": 33 } + } +} diff --git a/resources/definitions/longer_lk1plus.def.json b/resources/definitions/longer_lk1plus.def.json new file mode 100644 index 0000000000..83840faf87 --- /dev/null +++ b/resources/definitions/longer_lk1plus.def.json @@ -0,0 +1,27 @@ +{ + "name": "LONGER LK1 Plus", + "version": 2, + "inherits": "longer_base", + "metadata": { + "quality_definition": "longer_base", + "visible": true, + "platform": "longer_415mm_platform.stl", + "platform_offset": [-207.5, -3 ,207.5] + }, + "overrides": { + "machine_name": { "default_value": "LONGER LK1 Plus" }, + "machine_width": { "default_value": 400 }, + "machine_depth": { "default_value": 400 }, + "machine_height": { "default_value": 500 }, + + "machine_head_with_fans_polygon": { "default_value": [ + [-22, 39], + [-22, -34], + [58, -34], + [58, 39] + ] + }, + + "gantry_height": { "value": 33 } + } +} diff --git a/resources/definitions/longer_lk1pro.def.json b/resources/definitions/longer_lk1pro.def.json new file mode 100644 index 0000000000..58027f72a6 --- /dev/null +++ b/resources/definitions/longer_lk1pro.def.json @@ -0,0 +1,27 @@ +{ + "name": "LONGER LK1 Pro", + "version": 2, + "inherits": "longer_base", + "metadata": { + "quality_definition": "longer_base", + "visible": true, + "platform": "longer_310mm_platform.stl", + "platform_offset": [-155, -3 ,155] + }, + "overrides": { + "machine_name": { "default_value": "LONGER LK1 Pro" }, + "machine_width": { "default_value": 300 }, + "machine_depth": { "default_value": 300 }, + "machine_height": { "default_value": 400 }, + + "machine_head_with_fans_polygon": { "default_value": [ + [-22, 39], + [-22, -34], + [58, -34], + [58, 39] + ] + }, + + "gantry_height": { "value": 33 } + } +} diff --git a/resources/definitions/longer_lk4.def.json b/resources/definitions/longer_lk4.def.json new file mode 100644 index 0000000000..c691f6ded7 --- /dev/null +++ b/resources/definitions/longer_lk4.def.json @@ -0,0 +1,27 @@ +{ + "name": "LONGER LK4", + "version": 2, + "inherits": "longer_base", + "metadata": { + "quality_definition": "longer_base", + "visible": true, + "platform": "longer_235mm_platform.stl", + "platform_offset": [-117.5, -3 ,117.5] + }, + "overrides": { + "machine_name": { "default_value": "LONGER LK4" }, + "machine_width": { "default_value": 220 }, + "machine_depth": { "default_value": 220 }, + "machine_height": { "default_value": 250 }, + + "machine_head_with_fans_polygon": { "default_value": [ + [-22, 39], + [-22, -34], + [58, -34], + [58, 39] + ] + }, + + "gantry_height": { "value": 33 } + } +} diff --git a/resources/definitions/longer_lk4pro.def.json b/resources/definitions/longer_lk4pro.def.json new file mode 100644 index 0000000000..c3cca26941 --- /dev/null +++ b/resources/definitions/longer_lk4pro.def.json @@ -0,0 +1,27 @@ +{ + "name": "LONGER LK4 Pro", + "version": 2, + "inherits": "longer_base", + "metadata": { + "quality_definition": "longer_base", + "visible": true, + "platform": "longer_235mm_platform.stl", + "platform_offset": [-117.5, -3 ,117.5] + }, + "overrides": { + "machine_name": { "default_value": "LONGER LK4 Pro" }, + "machine_width": { "default_value": 220 }, + "machine_depth": { "default_value": 220 }, + "machine_height": { "default_value": 250 }, + + "machine_head_with_fans_polygon": { "default_value": [ + [-22, 39], + [-22, -34], + [58, -34], + [58, 39] + ] + }, + + "gantry_height": { "value": 33 } + } +} diff --git a/resources/definitions/longer_lk5.def.json b/resources/definitions/longer_lk5.def.json new file mode 100644 index 0000000000..f34219ccae --- /dev/null +++ b/resources/definitions/longer_lk5.def.json @@ -0,0 +1,27 @@ +{ + "name": "LONGER LK5", + "version": 2, + "inherits": "longer_base", + "metadata": { + "quality_definition": "longer_base", + "visible": true, + "platform": "longer_310mm_platform.stl", + "platform_offset": [-155, -3 ,155] + }, + "overrides": { + "machine_name": { "default_value": "LONGER LK5" }, + "machine_width": { "default_value": 300 }, + "machine_depth": { "default_value": 300 }, + "machine_height": { "default_value": 400 }, + + "machine_head_with_fans_polygon": { "default_value": [ + [-22, 39], + [-22, -34], + [58, -34], + [58, 39] + ] + }, + + "gantry_height": { "value": 33 } + } +} diff --git a/resources/definitions/longer_lk5pro.def.json b/resources/definitions/longer_lk5pro.def.json new file mode 100644 index 0000000000..96ff7bcbe0 --- /dev/null +++ b/resources/definitions/longer_lk5pro.def.json @@ -0,0 +1,27 @@ +{ + "name": "LONGER LK5 Pro", + "version": 2, + "inherits": "longer_base", + "metadata": { + "quality_definition": "longer_base", + "visible": true, + "platform": "longer_310mm_platform.stl", + "platform_offset": [-155, -3 ,155] + }, + "overrides": { + "machine_name": { "default_value": "LONGER LK5 Pro" }, + "machine_width": { "default_value": 300 }, + "machine_depth": { "default_value": 300 }, + "machine_height": { "default_value": 400 }, + + "machine_head_with_fans_polygon": { "default_value": [ + [-22, 39], + [-22, -34], + [58, -34], + [58, 39] + ] + }, + + "gantry_height": { "value": 33 } + } +} diff --git a/resources/extruders/longer_base_extruder_0.def.json b/resources/extruders/longer_base_extruder_0.def.json new file mode 100644 index 0000000000..f4b144ec87 --- /dev/null +++ b/resources/extruders/longer_base_extruder_0.def.json @@ -0,0 +1,16 @@ +{ + "version": 2, + "name": "Extruder 1", + "inherits": "fdmextruder", + "metadata": { + "machine": "longer_base", + "position": "0" + }, + + "overrides": { + "extruder_nr": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } + + } +} diff --git a/resources/meshes/longer_235mm_platform.stl b/resources/meshes/longer_235mm_platform.stl new file mode 100644 index 0000000000..1066268133 Binary files /dev/null and b/resources/meshes/longer_235mm_platform.stl differ diff --git a/resources/meshes/longer_310mm_platform.stl b/resources/meshes/longer_310mm_platform.stl new file mode 100644 index 0000000000..6090b86b3f Binary files /dev/null and b/resources/meshes/longer_310mm_platform.stl differ diff --git a/resources/meshes/longer_415mm_platform.stl b/resources/meshes/longer_415mm_platform.stl new file mode 100644 index 0000000000..c925e994b3 Binary files /dev/null and b/resources/meshes/longer_415mm_platform.stl differ diff --git a/resources/meshes/longer_cube2_platform.stl b/resources/meshes/longer_cube2_platform.stl new file mode 100644 index 0000000000..d9385aa340 Binary files /dev/null and b/resources/meshes/longer_cube2_platform.stl differ diff --git a/resources/quality/longer/ABS/longer_0.2_ABS_super.inst.cfg b/resources/quality/longer/ABS/longer_0.2_ABS_super.inst.cfg new file mode 100644 index 0000000000..6e7e9af467 --- /dev/null +++ b/resources/quality/longer/ABS/longer_0.2_ABS_super.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Super Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = super +material = generic_abs +variant = 0.2mm Nozzle + +[values] +wall_thickness = =line_width*8 diff --git a/resources/quality/longer/ABS/longer_0.2_ABS_ultra.inst.cfg b/resources/quality/longer/ABS/longer_0.2_ABS_ultra.inst.cfg new file mode 100644 index 0000000000..7daf986f58 --- /dev/null +++ b/resources/quality/longer/ABS/longer_0.2_ABS_ultra.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Ultra Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = ultra +material = generic_abs +variant = 0.2mm Nozzle + +[values] +wall_thickness = =line_width*8 diff --git a/resources/quality/longer/ABS/longer_0.3_ABS_adaptive.inst.cfg b/resources/quality/longer/ABS/longer_0.3_ABS_adaptive.inst.cfg new file mode 100644 index 0000000000..8dabf84b6b --- /dev/null +++ b/resources/quality/longer/ABS/longer_0.3_ABS_adaptive.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Dynamic Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = adaptive +material = generic_abs +variant = 0.3mm Nozzle + +[values] +wall_thickness = =line_width*4 diff --git a/resources/quality/longer/ABS/longer_0.3_ABS_low.inst.cfg b/resources/quality/longer/ABS/longer_0.3_ABS_low.inst.cfg new file mode 100644 index 0000000000..12626939de --- /dev/null +++ b/resources/quality/longer/ABS/longer_0.3_ABS_low.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Low Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = low +material = generic_abs +variant = 0.3mm Nozzle + +[values] +wall_thickness = =line_width*4 diff --git a/resources/quality/longer/ABS/longer_0.3_ABS_standard.inst.cfg b/resources/quality/longer/ABS/longer_0.3_ABS_standard.inst.cfg new file mode 100644 index 0000000000..43ff520c47 --- /dev/null +++ b/resources/quality/longer/ABS/longer_0.3_ABS_standard.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Standard Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = standard +material = generic_abs +variant = 0.3mm Nozzle + +[values] +wall_thickness = =line_width*4 diff --git a/resources/quality/longer/ABS/longer_0.3_ABS_super.inst.cfg b/resources/quality/longer/ABS/longer_0.3_ABS_super.inst.cfg new file mode 100644 index 0000000000..f5b311a918 --- /dev/null +++ b/resources/quality/longer/ABS/longer_0.3_ABS_super.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Super Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = super +material = generic_abs +variant = 0.3mm Nozzle + +[values] +wall_thickness = =line_width*4 diff --git a/resources/quality/longer/ABS/longer_0.4_ABS_adaptive.inst.cfg b/resources/quality/longer/ABS/longer_0.4_ABS_adaptive.inst.cfg new file mode 100644 index 0000000000..4eeb7b2e7c --- /dev/null +++ b/resources/quality/longer/ABS/longer_0.4_ABS_adaptive.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Dynamic Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = adaptive +material = generic_abs +variant = 0.4mm Nozzle + +[values] +wall_thickness = =line_width*4 diff --git a/resources/quality/longer/ABS/longer_0.4_ABS_low.inst.cfg b/resources/quality/longer/ABS/longer_0.4_ABS_low.inst.cfg new file mode 100644 index 0000000000..3bda7d8b31 --- /dev/null +++ b/resources/quality/longer/ABS/longer_0.4_ABS_low.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Low Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = low +material = generic_abs +variant = 0.4mm Nozzle + +[values] +wall_thickness = =line_width*4 diff --git a/resources/quality/longer/ABS/longer_0.4_ABS_standard.inst.cfg b/resources/quality/longer/ABS/longer_0.4_ABS_standard.inst.cfg new file mode 100644 index 0000000000..ccdaf5a530 --- /dev/null +++ b/resources/quality/longer/ABS/longer_0.4_ABS_standard.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Standard Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = standard +material = generic_abs +variant = 0.4mm Nozzle + +[values] +wall_thickness = =line_width*4 diff --git a/resources/quality/longer/ABS/longer_0.4_ABS_super.inst.cfg b/resources/quality/longer/ABS/longer_0.4_ABS_super.inst.cfg new file mode 100644 index 0000000000..a1b9291ec7 --- /dev/null +++ b/resources/quality/longer/ABS/longer_0.4_ABS_super.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Super Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = super +material = generic_abs +variant = 0.4mm Nozzle + +[values] +wall_thickness = =line_width*4 diff --git a/resources/quality/longer/ABS/longer_0.5_ABS_adaptive.inst.cfg b/resources/quality/longer/ABS/longer_0.5_ABS_adaptive.inst.cfg new file mode 100644 index 0000000000..aa2675264a --- /dev/null +++ b/resources/quality/longer/ABS/longer_0.5_ABS_adaptive.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Dynamic Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = adaptive +material = generic_abs +variant = 0.5mm Nozzle + +[values] +wall_thickness = =line_width*4 diff --git a/resources/quality/longer/ABS/longer_0.5_ABS_low.inst.cfg b/resources/quality/longer/ABS/longer_0.5_ABS_low.inst.cfg new file mode 100644 index 0000000000..a5148262db --- /dev/null +++ b/resources/quality/longer/ABS/longer_0.5_ABS_low.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Low Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = low +material = generic_abs +variant = 0.5mm Nozzle + +[values] +wall_thickness = =line_width*4 diff --git a/resources/quality/longer/ABS/longer_0.5_ABS_standard.inst.cfg b/resources/quality/longer/ABS/longer_0.5_ABS_standard.inst.cfg new file mode 100644 index 0000000000..8d1b2fa382 --- /dev/null +++ b/resources/quality/longer/ABS/longer_0.5_ABS_standard.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Standard Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = standard +material = generic_abs +variant = 0.5mm Nozzle + +[values] +wall_thickness = =line_width*4 diff --git a/resources/quality/longer/ABS/longer_0.5_ABS_super.inst.cfg b/resources/quality/longer/ABS/longer_0.5_ABS_super.inst.cfg new file mode 100644 index 0000000000..79e7054e50 --- /dev/null +++ b/resources/quality/longer/ABS/longer_0.5_ABS_super.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Super Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = super +material = generic_abs +variant = 0.5mm Nozzle + +[values] +wall_thickness = =line_width*4 diff --git a/resources/quality/longer/ABS/longer_0.6_ABS_standard.inst.cfg b/resources/quality/longer/ABS/longer_0.6_ABS_standard.inst.cfg new file mode 100644 index 0000000000..7bcfeb7ce2 --- /dev/null +++ b/resources/quality/longer/ABS/longer_0.6_ABS_standard.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Standard Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = standard +material = generic_abs +variant = 0.6mm Nozzle + +[values] +wall_thickness = =line_width*3 diff --git a/resources/quality/longer/ABS/longer_0.8_ABS_draft.inst.cfg b/resources/quality/longer/ABS/longer_0.8_ABS_draft.inst.cfg new file mode 100644 index 0000000000..3d748db331 --- /dev/null +++ b/resources/quality/longer/ABS/longer_0.8_ABS_draft.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Draft Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = draft +material = generic_abs +variant = 0.8mm Nozzle + +[values] +wall_thickness = =line_width*3 diff --git a/resources/quality/longer/ABS/longer_1.0_ABS_draft.inst.cfg b/resources/quality/longer/ABS/longer_1.0_ABS_draft.inst.cfg new file mode 100644 index 0000000000..5af8f969e5 --- /dev/null +++ b/resources/quality/longer/ABS/longer_1.0_ABS_draft.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Draft Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = draft +material = generic_abs +variant = 1.0mm Nozzle + +[values] +wall_thickness = =line_width*3 diff --git a/resources/quality/longer/PETG/longer_0.2_PETG_super.inst.cfg b/resources/quality/longer/PETG/longer_0.2_PETG_super.inst.cfg new file mode 100644 index 0000000000..d35b119c17 --- /dev/null +++ b/resources/quality/longer/PETG/longer_0.2_PETG_super.inst.cfg @@ -0,0 +1,17 @@ +[general] +version = 4 +name = Super Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = super +material = generic_petg +variant = 0.2mm Nozzle + +[values] +speed_layer_0 = 15 +wall_thickness = =line_width*8 +#retraction_extra_prime_amount = 0.5 + diff --git a/resources/quality/longer/PETG/longer_0.2_PETG_ultra.inst.cfg b/resources/quality/longer/PETG/longer_0.2_PETG_ultra.inst.cfg new file mode 100644 index 0000000000..62c2d85376 --- /dev/null +++ b/resources/quality/longer/PETG/longer_0.2_PETG_ultra.inst.cfg @@ -0,0 +1,16 @@ +[general] +version = 4 +name = Ultra Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = ultra +material = generic_petg +variant = 0.2mm Nozzle + +[values] +speed_layer_0 = 15 +wall_thickness = =line_width*8 +#retraction_extra_prime_amount = 0.5 diff --git a/resources/quality/longer/PETG/longer_0.3_PETG_adaptive.inst.cfg b/resources/quality/longer/PETG/longer_0.3_PETG_adaptive.inst.cfg new file mode 100644 index 0000000000..0f890c50f5 --- /dev/null +++ b/resources/quality/longer/PETG/longer_0.3_PETG_adaptive.inst.cfg @@ -0,0 +1,16 @@ +[general] +version = 4 +name = Dynamic Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = adaptive +material = generic_petg +variant = 0.3mm Nozzle + +[values] +speed_layer_0 = 15 +wall_thickness = =line_width*4 +#retraction_extra_prime_amount = 0.5 diff --git a/resources/quality/longer/PETG/longer_0.3_PETG_low.inst.cfg b/resources/quality/longer/PETG/longer_0.3_PETG_low.inst.cfg new file mode 100644 index 0000000000..11f3197345 --- /dev/null +++ b/resources/quality/longer/PETG/longer_0.3_PETG_low.inst.cfg @@ -0,0 +1,16 @@ +[general] +version = 4 +name = Low Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = low +material = generic_petg +variant = 0.3mm Nozzle + +[values] +speed_layer_0 = 15 +wall_thickness = =line_width*4 +#retraction_extra_prime_amount = 0.5 diff --git a/resources/quality/longer/PETG/longer_0.3_PETG_standard.inst.cfg b/resources/quality/longer/PETG/longer_0.3_PETG_standard.inst.cfg new file mode 100644 index 0000000000..400b530f06 --- /dev/null +++ b/resources/quality/longer/PETG/longer_0.3_PETG_standard.inst.cfg @@ -0,0 +1,16 @@ +[general] +version = 4 +name = Standard Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = standard +material = generic_petg +variant = 0.3mm Nozzle + +[values] +speed_layer_0 = 15 +wall_thickness = =line_width*4 +#retraction_extra_prime_amount = 0.5 diff --git a/resources/quality/longer/PETG/longer_0.3_PETG_super.inst.cfg b/resources/quality/longer/PETG/longer_0.3_PETG_super.inst.cfg new file mode 100644 index 0000000000..6d300272f2 --- /dev/null +++ b/resources/quality/longer/PETG/longer_0.3_PETG_super.inst.cfg @@ -0,0 +1,16 @@ +[general] +version = 4 +name = Super Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = super +material = generic_petg +variant = 0.3mm Nozzle + +[values] +speed_layer_0 = 15 +wall_thickness = =line_width*4 +#retraction_extra_prime_amount = 0.5 diff --git a/resources/quality/longer/PETG/longer_0.4_PETG_adaptive.inst.cfg b/resources/quality/longer/PETG/longer_0.4_PETG_adaptive.inst.cfg new file mode 100644 index 0000000000..913e23df28 --- /dev/null +++ b/resources/quality/longer/PETG/longer_0.4_PETG_adaptive.inst.cfg @@ -0,0 +1,16 @@ +[general] +version = 4 +name = Dynamic Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = adaptive +material = generic_petg +variant = 0.4mm Nozzle + +[values] +speed_layer_0 = 15 +wall_thickness = =line_width*4 +#retraction_extra_prime_amount = 0.5 diff --git a/resources/quality/longer/PETG/longer_0.4_PETG_low.inst.cfg b/resources/quality/longer/PETG/longer_0.4_PETG_low.inst.cfg new file mode 100644 index 0000000000..e14a203623 --- /dev/null +++ b/resources/quality/longer/PETG/longer_0.4_PETG_low.inst.cfg @@ -0,0 +1,16 @@ +[general] +version = 4 +name = Low Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = low +material = generic_petg +variant = 0.4mm Nozzle + +[values] +speed_layer_0 = 15 +wall_thickness = =line_width*4 +#retraction_extra_prime_amount = 0.5 diff --git a/resources/quality/longer/PETG/longer_0.4_PETG_standard.inst.cfg b/resources/quality/longer/PETG/longer_0.4_PETG_standard.inst.cfg new file mode 100644 index 0000000000..c91e9f064e --- /dev/null +++ b/resources/quality/longer/PETG/longer_0.4_PETG_standard.inst.cfg @@ -0,0 +1,16 @@ +[general] +version = 4 +name = Standard Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = standard +material = generic_petg +variant = 0.4mm Nozzle + +[values] +speed_layer_0 = 15 +wall_thickness = =line_width*4 +#retraction_extra_prime_amount = 0.5 diff --git a/resources/quality/longer/PETG/longer_0.4_PETG_super.inst.cfg b/resources/quality/longer/PETG/longer_0.4_PETG_super.inst.cfg new file mode 100644 index 0000000000..c3a3ffae6d --- /dev/null +++ b/resources/quality/longer/PETG/longer_0.4_PETG_super.inst.cfg @@ -0,0 +1,16 @@ +[general] +version = 4 +name = Super Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = super +material = generic_petg +variant = 0.4mm Nozzle + +[values] +speed_layer_0 = 15 +wall_thickness = =line_width*4 +#retraction_extra_prime_amount = 0.5 diff --git a/resources/quality/longer/PETG/longer_0.5_PETG_adaptive.inst.cfg b/resources/quality/longer/PETG/longer_0.5_PETG_adaptive.inst.cfg new file mode 100644 index 0000000000..00ae7f9e5b --- /dev/null +++ b/resources/quality/longer/PETG/longer_0.5_PETG_adaptive.inst.cfg @@ -0,0 +1,16 @@ +[general] +version = 4 +name = Dynamic Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = adaptive +material = generic_petg +variant = 0.5mm Nozzle + +[values] +speed_layer_0 = 15 +wall_thickness = =line_width*4 +#retraction_extra_prime_amount = 0.5 diff --git a/resources/quality/longer/PETG/longer_0.5_PETG_low.inst.cfg b/resources/quality/longer/PETG/longer_0.5_PETG_low.inst.cfg new file mode 100644 index 0000000000..332416863a --- /dev/null +++ b/resources/quality/longer/PETG/longer_0.5_PETG_low.inst.cfg @@ -0,0 +1,16 @@ +[general] +version = 4 +name = Low Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = low +material = generic_petg +variant = 0.5mm Nozzle + +[values] +speed_layer_0 = 15 +wall_thickness = =line_width*4 +#retraction_extra_prime_amount = 0.5 diff --git a/resources/quality/longer/PETG/longer_0.5_PETG_standard.inst.cfg b/resources/quality/longer/PETG/longer_0.5_PETG_standard.inst.cfg new file mode 100644 index 0000000000..25a62f43b1 --- /dev/null +++ b/resources/quality/longer/PETG/longer_0.5_PETG_standard.inst.cfg @@ -0,0 +1,16 @@ +[general] +version = 4 +name = Standard Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = standard +material = generic_petg +variant = 0.5mm Nozzle + +[values] +speed_layer_0 = 15 +wall_thickness = =line_width*4 +#retraction_extra_prime_amount = 0.5 diff --git a/resources/quality/longer/PETG/longer_0.5_PETG_super.inst.cfg b/resources/quality/longer/PETG/longer_0.5_PETG_super.inst.cfg new file mode 100644 index 0000000000..3ee758baea --- /dev/null +++ b/resources/quality/longer/PETG/longer_0.5_PETG_super.inst.cfg @@ -0,0 +1,16 @@ +[general] +version = 4 +name = Super Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = super +material = generic_petg +variant = 0.5mm Nozzle + +[values] +speed_layer_0 = 15 +wall_thickness = =line_width*4 +#retraction_extra_prime_amount = 0.5 diff --git a/resources/quality/longer/PETG/longer_0.6_PETG_standard.inst.cfg b/resources/quality/longer/PETG/longer_0.6_PETG_standard.inst.cfg new file mode 100644 index 0000000000..51847f0e8f --- /dev/null +++ b/resources/quality/longer/PETG/longer_0.6_PETG_standard.inst.cfg @@ -0,0 +1,16 @@ +[general] +version = 4 +name = Standard Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = standard +material = generic_petg +variant = 0.6mm Nozzle + +[values] +speed_layer_0 = 15 +wall_thickness = =line_width*3 +#retraction_extra_prime_amount = 0.5 diff --git a/resources/quality/longer/PETG/longer_0.8_PETG_draft.inst.cfg b/resources/quality/longer/PETG/longer_0.8_PETG_draft.inst.cfg new file mode 100644 index 0000000000..042127f292 --- /dev/null +++ b/resources/quality/longer/PETG/longer_0.8_PETG_draft.inst.cfg @@ -0,0 +1,16 @@ +[general] +version = 4 +name = Draft Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = draft +material = generic_petg +variant = 0.8mm Nozzle + +[values] +speed_layer_0 = 15 +wall_thickness = =line_width*3 +#retraction_extra_prime_amount = 0.5 diff --git a/resources/quality/longer/PETG/longer_1.0_PETG_draft.inst.cfg b/resources/quality/longer/PETG/longer_1.0_PETG_draft.inst.cfg new file mode 100644 index 0000000000..da5fb37ed2 --- /dev/null +++ b/resources/quality/longer/PETG/longer_1.0_PETG_draft.inst.cfg @@ -0,0 +1,16 @@ +[general] +version = 4 +name = Draft Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = draft +material = generic_petg +variant = 1.0mm Nozzle + +[values] +speed_layer_0 = 15 +wall_thickness = =line_width*3 +#retraction_extra_prime_amount = 0.5 diff --git a/resources/quality/longer/PLA/longer_0.2_PLA_super.inst.cfg b/resources/quality/longer/PLA/longer_0.2_PLA_super.inst.cfg new file mode 100644 index 0000000000..5daebaae2f --- /dev/null +++ b/resources/quality/longer/PLA/longer_0.2_PLA_super.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Super Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = super +material = generic_pla +variant = 0.2mm Nozzle + +[values] diff --git a/resources/quality/longer/PLA/longer_0.2_PLA_ultra.inst.cfg b/resources/quality/longer/PLA/longer_0.2_PLA_ultra.inst.cfg new file mode 100644 index 0000000000..cd5520dbeb --- /dev/null +++ b/resources/quality/longer/PLA/longer_0.2_PLA_ultra.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Ultra Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = ultra +material = generic_pla +variant = 0.2mm Nozzle + +[values] diff --git a/resources/quality/longer/PLA/longer_0.3_PLA_adaptive.inst.cfg b/resources/quality/longer/PLA/longer_0.3_PLA_adaptive.inst.cfg new file mode 100644 index 0000000000..f948e8cbe9 --- /dev/null +++ b/resources/quality/longer/PLA/longer_0.3_PLA_adaptive.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Dynamic Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = adaptive +material = generic_pla +variant = 0.3mm Nozzle + +[values] diff --git a/resources/quality/longer/PLA/longer_0.3_PLA_low.inst.cfg b/resources/quality/longer/PLA/longer_0.3_PLA_low.inst.cfg new file mode 100644 index 0000000000..328632c749 --- /dev/null +++ b/resources/quality/longer/PLA/longer_0.3_PLA_low.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Low Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = low +material = generic_pla +variant = 0.3mm Nozzle + +[values] diff --git a/resources/quality/longer/PLA/longer_0.3_PLA_standard.inst.cfg b/resources/quality/longer/PLA/longer_0.3_PLA_standard.inst.cfg new file mode 100644 index 0000000000..30e24fb790 --- /dev/null +++ b/resources/quality/longer/PLA/longer_0.3_PLA_standard.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Standard Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = standard +material = generic_pla +variant = 0.3mm Nozzle + +[values] diff --git a/resources/quality/longer/PLA/longer_0.3_PLA_super.inst.cfg b/resources/quality/longer/PLA/longer_0.3_PLA_super.inst.cfg new file mode 100644 index 0000000000..c6e1b861e1 --- /dev/null +++ b/resources/quality/longer/PLA/longer_0.3_PLA_super.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Super Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = super +material = generic_pla +variant = 0.3mm Nozzle + +[values] diff --git a/resources/quality/longer/PLA/longer_0.4_PLA_adaptive.inst.cfg b/resources/quality/longer/PLA/longer_0.4_PLA_adaptive.inst.cfg new file mode 100644 index 0000000000..47dced1633 --- /dev/null +++ b/resources/quality/longer/PLA/longer_0.4_PLA_adaptive.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Dynamic Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = adaptive +material = generic_pla +variant = 0.4mm Nozzle + +[values] diff --git a/resources/quality/longer/PLA/longer_0.4_PLA_low.inst.cfg b/resources/quality/longer/PLA/longer_0.4_PLA_low.inst.cfg new file mode 100644 index 0000000000..3898024792 --- /dev/null +++ b/resources/quality/longer/PLA/longer_0.4_PLA_low.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Low Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = low +material = generic_pla +variant = 0.4mm Nozzle + +[values] diff --git a/resources/quality/longer/PLA/longer_0.4_PLA_standard.inst.cfg b/resources/quality/longer/PLA/longer_0.4_PLA_standard.inst.cfg new file mode 100644 index 0000000000..b05cf0a1ae --- /dev/null +++ b/resources/quality/longer/PLA/longer_0.4_PLA_standard.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Standard Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = standard +material = generic_pla +variant = 0.4mm Nozzle + +[values] diff --git a/resources/quality/longer/PLA/longer_0.4_PLA_super.inst.cfg b/resources/quality/longer/PLA/longer_0.4_PLA_super.inst.cfg new file mode 100644 index 0000000000..34e1d17e76 --- /dev/null +++ b/resources/quality/longer/PLA/longer_0.4_PLA_super.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Super Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = super +material = generic_pla +variant = 0.4mm Nozzle + +[values] diff --git a/resources/quality/longer/PLA/longer_0.5_PLA_adaptive.inst.cfg b/resources/quality/longer/PLA/longer_0.5_PLA_adaptive.inst.cfg new file mode 100644 index 0000000000..6c18edf5e3 --- /dev/null +++ b/resources/quality/longer/PLA/longer_0.5_PLA_adaptive.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Dynamic Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = adaptive +material = generic_pla +variant = 0.5mm Nozzle + +[values] diff --git a/resources/quality/longer/PLA/longer_0.5_PLA_low.inst.cfg b/resources/quality/longer/PLA/longer_0.5_PLA_low.inst.cfg new file mode 100644 index 0000000000..98aa5a5008 --- /dev/null +++ b/resources/quality/longer/PLA/longer_0.5_PLA_low.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Low Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = low +material = generic_pla +variant = 0.5mm Nozzle + +[values] diff --git a/resources/quality/longer/PLA/longer_0.5_PLA_standard.inst.cfg b/resources/quality/longer/PLA/longer_0.5_PLA_standard.inst.cfg new file mode 100644 index 0000000000..acb1d53ce9 --- /dev/null +++ b/resources/quality/longer/PLA/longer_0.5_PLA_standard.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Standard Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = standard +material = generic_pla +variant = 0.5mm Nozzle + +[values] diff --git a/resources/quality/longer/PLA/longer_0.5_PLA_super.inst.cfg b/resources/quality/longer/PLA/longer_0.5_PLA_super.inst.cfg new file mode 100644 index 0000000000..d57a7dd913 --- /dev/null +++ b/resources/quality/longer/PLA/longer_0.5_PLA_super.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Super Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = super +material = generic_pla +variant = 0.5mm Nozzle + +[values] diff --git a/resources/quality/longer/PLA/longer_0.6_PLA_draft.inst.cfg b/resources/quality/longer/PLA/longer_0.6_PLA_draft.inst.cfg new file mode 100644 index 0000000000..291f96f7ba --- /dev/null +++ b/resources/quality/longer/PLA/longer_0.6_PLA_draft.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Draft Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = draft +material = generic_pla +variant = 0.6mm Nozzle + +[values] diff --git a/resources/quality/longer/PLA/longer_0.6_PLA_low.inst.cfg b/resources/quality/longer/PLA/longer_0.6_PLA_low.inst.cfg new file mode 100644 index 0000000000..265efc4bf9 --- /dev/null +++ b/resources/quality/longer/PLA/longer_0.6_PLA_low.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Low Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = low +material = generic_pla +variant = 0.6mm Nozzle + +[values] diff --git a/resources/quality/longer/PLA/longer_0.6_PLA_standard.inst.cfg b/resources/quality/longer/PLA/longer_0.6_PLA_standard.inst.cfg new file mode 100644 index 0000000000..92a7edde85 --- /dev/null +++ b/resources/quality/longer/PLA/longer_0.6_PLA_standard.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Standard Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = standard +material = generic_pla +variant = 0.6mm Nozzle + +[values] diff --git a/resources/quality/longer/PLA/longer_0.8_PLA_draft.inst.cfg b/resources/quality/longer/PLA/longer_0.8_PLA_draft.inst.cfg new file mode 100644 index 0000000000..80c7c57a5e --- /dev/null +++ b/resources/quality/longer/PLA/longer_0.8_PLA_draft.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Draft Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = draft +material = generic_pla +variant = 0.8mm Nozzle + +[values] diff --git a/resources/quality/longer/PLA/longer_1.0_PLA_draft.inst.cfg b/resources/quality/longer/PLA/longer_1.0_PLA_draft.inst.cfg new file mode 100644 index 0000000000..60e20ed40d --- /dev/null +++ b/resources/quality/longer/PLA/longer_1.0_PLA_draft.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Draft Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = draft +material = generic_pla +variant = 1.0mm Nozzle + +[values] diff --git a/resources/quality/longer/TPU/longer_0.3_TPU_adaptive.inst.cfg b/resources/quality/longer/TPU/longer_0.3_TPU_adaptive.inst.cfg new file mode 100644 index 0000000000..ba56ec87fd --- /dev/null +++ b/resources/quality/longer/TPU/longer_0.3_TPU_adaptive.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Dynamic Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = adaptive +material = generic_tpu +variant = 0.3mm Nozzle + +[values] diff --git a/resources/quality/longer/TPU/longer_0.3_TPU_standard.inst.cfg b/resources/quality/longer/TPU/longer_0.3_TPU_standard.inst.cfg new file mode 100644 index 0000000000..90c34bef3d --- /dev/null +++ b/resources/quality/longer/TPU/longer_0.3_TPU_standard.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Standard Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = standard +material = generic_tpu +variant = 0.3mm Nozzle + +[values] diff --git a/resources/quality/longer/TPU/longer_0.3_TPU_super.inst.cfg b/resources/quality/longer/TPU/longer_0.3_TPU_super.inst.cfg new file mode 100644 index 0000000000..1ed0570c86 --- /dev/null +++ b/resources/quality/longer/TPU/longer_0.3_TPU_super.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Super Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = super +material = generic_tpu +variant = 0.3mm Nozzle + +[values] diff --git a/resources/quality/longer/TPU/longer_0.4_TPU_adaptive.inst.cfg b/resources/quality/longer/TPU/longer_0.4_TPU_adaptive.inst.cfg new file mode 100644 index 0000000000..8efd36fbcb --- /dev/null +++ b/resources/quality/longer/TPU/longer_0.4_TPU_adaptive.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Dynamic Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = adaptive +material = generic_tpu +variant = 0.4mm Nozzle + +[values] diff --git a/resources/quality/longer/TPU/longer_0.4_TPU_standard.inst.cfg b/resources/quality/longer/TPU/longer_0.4_TPU_standard.inst.cfg new file mode 100644 index 0000000000..da3a26d39f --- /dev/null +++ b/resources/quality/longer/TPU/longer_0.4_TPU_standard.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Standard Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = standard +material = generic_tpu +variant = 0.4mm Nozzle + +[values] diff --git a/resources/quality/longer/TPU/longer_0.4_TPU_super.inst.cfg b/resources/quality/longer/TPU/longer_0.4_TPU_super.inst.cfg new file mode 100644 index 0000000000..9643ef8e65 --- /dev/null +++ b/resources/quality/longer/TPU/longer_0.4_TPU_super.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Super Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = super +material = generic_tpu +variant = 0.4mm Nozzle + +[values] diff --git a/resources/quality/longer/TPU/longer_0.5_TPU_adaptive.inst.cfg b/resources/quality/longer/TPU/longer_0.5_TPU_adaptive.inst.cfg new file mode 100644 index 0000000000..88a23faa44 --- /dev/null +++ b/resources/quality/longer/TPU/longer_0.5_TPU_adaptive.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Dynamic Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = adaptive +material = generic_tpu +variant = 0.5mm Nozzle + +[values] diff --git a/resources/quality/longer/TPU/longer_0.5_TPU_standard.inst.cfg b/resources/quality/longer/TPU/longer_0.5_TPU_standard.inst.cfg new file mode 100644 index 0000000000..d3583fcc69 --- /dev/null +++ b/resources/quality/longer/TPU/longer_0.5_TPU_standard.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Standard Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = standard +material = generic_tpu +variant = 0.5mm Nozzle + +[values] diff --git a/resources/quality/longer/TPU/longer_0.5_TPU_super.inst.cfg b/resources/quality/longer/TPU/longer_0.5_TPU_super.inst.cfg new file mode 100644 index 0000000000..25522221dd --- /dev/null +++ b/resources/quality/longer/TPU/longer_0.5_TPU_super.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Super Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = super +material = generic_tpu +variant = 0.5mm Nozzle + +[values] diff --git a/resources/quality/longer/TPU/longer_0.6_TPU_standard.inst.cfg b/resources/quality/longer/TPU/longer_0.6_TPU_standard.inst.cfg new file mode 100644 index 0000000000..64a208f6a4 --- /dev/null +++ b/resources/quality/longer/TPU/longer_0.6_TPU_standard.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Standard Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = standard +material = generic_tpu +variant = 0.6mm Nozzle + +[values] diff --git a/resources/quality/longer/TPU/longer_0.8_TPU_draft.inst.cfg b/resources/quality/longer/TPU/longer_0.8_TPU_draft.inst.cfg new file mode 100644 index 0000000000..5a3dfeb795 --- /dev/null +++ b/resources/quality/longer/TPU/longer_0.8_TPU_draft.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Draft Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = draft +material = generic_tpu +variant = 0.8mm Nozzle + +[values] diff --git a/resources/quality/longer/TPU/longer_1.0_TPU_draft.inst.cfg b/resources/quality/longer/TPU/longer_1.0_TPU_draft.inst.cfg new file mode 100644 index 0000000000..fbe9ed9ac8 --- /dev/null +++ b/resources/quality/longer/TPU/longer_1.0_TPU_draft.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Draft Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = draft +material = generic_tpu +variant = 1.0mm Nozzle + +[values] diff --git a/resources/quality/longer/longer_global_adaptive.inst.cfg b/resources/quality/longer/longer_global_adaptive.inst.cfg new file mode 100644 index 0000000000..310692c601 --- /dev/null +++ b/resources/quality/longer/longer_global_adaptive.inst.cfg @@ -0,0 +1,19 @@ +[general] +version = 4 +name = Dynamic Quality +definition = longer_base + +[metadata] +setting_version = 16 +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*4 +wall_thickness = =line_width*3 +support_interface_height = =layer_height*6 +adaptive_layer_height_enabled = true diff --git a/resources/quality/longer/longer_global_draft.inst.cfg b/resources/quality/longer/longer_global_draft.inst.cfg new file mode 100644 index 0000000000..1a0f8a4e7a --- /dev/null +++ b/resources/quality/longer/longer_global_draft.inst.cfg @@ -0,0 +1,18 @@ +[general] +version = 4 +name = Draft Quality +definition = longer_base + +[metadata] +setting_version = 16 +type = quality +quality_type = draft +weight = -5 +global_quality = True + +[values] +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 diff --git a/resources/quality/longer/longer_global_low.inst.cfg b/resources/quality/longer/longer_global_low.inst.cfg new file mode 100644 index 0000000000..f43406b238 --- /dev/null +++ b/resources/quality/longer/longer_global_low.inst.cfg @@ -0,0 +1,18 @@ +[general] +version = 4 +name = Low Quality +definition = longer_base + +[metadata] +setting_version = 16 +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 diff --git a/resources/quality/longer/longer_global_standard.inst.cfg b/resources/quality/longer/longer_global_standard.inst.cfg new file mode 100644 index 0000000000..65d3f2c16e --- /dev/null +++ b/resources/quality/longer/longer_global_standard.inst.cfg @@ -0,0 +1,18 @@ +[general] +version = 4 +name = Standard Quality +definition = longer_base + +[metadata] +setting_version = 16 +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*3 +wall_thickness = =line_width*2 +support_interface_height = =layer_height*4 diff --git a/resources/quality/longer/longer_global_super.inst.cfg b/resources/quality/longer/longer_global_super.inst.cfg new file mode 100644 index 0000000000..2394efa5a4 --- /dev/null +++ b/resources/quality/longer/longer_global_super.inst.cfg @@ -0,0 +1,18 @@ +[general] +version = 4 +name = Super Quality +definition = longer_base + +[metadata] +setting_version = 16 +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 +wall_thickness = =line_width*3 +support_interface_height = =layer_height*8 diff --git a/resources/quality/longer/longer_global_ultra.inst.cfg b/resources/quality/longer/longer_global_ultra.inst.cfg new file mode 100644 index 0000000000..d82098a0c7 --- /dev/null +++ b/resources/quality/longer/longer_global_ultra.inst.cfg @@ -0,0 +1,18 @@ +[general] +version = 4 +name = Ultra Quality +definition = longer_base + +[metadata] +setting_version = 16 +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 +wall_thickness = =line_width*3 +support_interface_height = =layer_height*12 diff --git a/resources/variants/longer/longer_base_0.2.inst.cfg b/resources/variants/longer/longer_base_0.2.inst.cfg new file mode 100644 index 0000000000..06d2b75625 --- /dev/null +++ b/resources/variants/longer/longer_base_0.2.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.2mm Nozzle +version = 4 +definition = longer_base + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.2 diff --git a/resources/variants/longer/longer_base_0.3.inst.cfg b/resources/variants/longer/longer_base_0.3.inst.cfg new file mode 100644 index 0000000000..1cfa2b5660 --- /dev/null +++ b/resources/variants/longer/longer_base_0.3.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.3mm Nozzle +version = 4 +definition = longer_base + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.3 diff --git a/resources/variants/longer/longer_base_0.4.inst.cfg b/resources/variants/longer/longer_base_0.4.inst.cfg new file mode 100644 index 0000000000..8c9f6f7da3 --- /dev/null +++ b/resources/variants/longer/longer_base_0.4.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.4mm Nozzle +version = 4 +definition = longer_base + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.4 diff --git a/resources/variants/longer/longer_base_0.5.inst.cfg b/resources/variants/longer/longer_base_0.5.inst.cfg new file mode 100644 index 0000000000..a10fa00d85 --- /dev/null +++ b/resources/variants/longer/longer_base_0.5.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.5mm Nozzle +version = 4 +definition = longer_base + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.5 diff --git a/resources/variants/longer/longer_base_0.6.inst.cfg b/resources/variants/longer/longer_base_0.6.inst.cfg new file mode 100644 index 0000000000..224a2d0760 --- /dev/null +++ b/resources/variants/longer/longer_base_0.6.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.6mm Nozzle +version = 4 +definition = longer_base + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.6 diff --git a/resources/variants/longer/longer_base_0.8.inst.cfg b/resources/variants/longer/longer_base_0.8.inst.cfg new file mode 100644 index 0000000000..4d2bdfe0f4 --- /dev/null +++ b/resources/variants/longer/longer_base_0.8.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.8mm Nozzle +version = 4 +definition = longer_base + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.8 diff --git a/resources/variants/longer/longer_base_1.0.inst.cfg b/resources/variants/longer/longer_base_1.0.inst.cfg new file mode 100644 index 0000000000..716295cb3c --- /dev/null +++ b/resources/variants/longer/longer_base_1.0.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 1.0mm Nozzle +version = 4 +definition = longer_base + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 1.0 diff --git a/resources/variants/longer/longer_cube2_0.2.inst.cfg b/resources/variants/longer/longer_cube2_0.2.inst.cfg new file mode 100644 index 0000000000..b5bdefa824 --- /dev/null +++ b/resources/variants/longer/longer_cube2_0.2.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.2mm Nozzle +version = 4 +definition = longer_cube2 + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.2 diff --git a/resources/variants/longer/longer_cube2_0.3.inst.cfg b/resources/variants/longer/longer_cube2_0.3.inst.cfg new file mode 100644 index 0000000000..5e456f8464 --- /dev/null +++ b/resources/variants/longer/longer_cube2_0.3.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.3mm Nozzle +version = 4 +definition = longer_cube2 + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.3 diff --git a/resources/variants/longer/longer_cube2_0.4.inst.cfg b/resources/variants/longer/longer_cube2_0.4.inst.cfg new file mode 100644 index 0000000000..ee6ff4b22d --- /dev/null +++ b/resources/variants/longer/longer_cube2_0.4.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.4mm Nozzle +version = 4 +definition = longer_cube2 + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.4 diff --git a/resources/variants/longer/longer_cube2_0.5.inst.cfg b/resources/variants/longer/longer_cube2_0.5.inst.cfg new file mode 100644 index 0000000000..1ae9bccbb4 --- /dev/null +++ b/resources/variants/longer/longer_cube2_0.5.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.5mm Nozzle +version = 4 +definition = longer_cube2 + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.5 diff --git a/resources/variants/longer/longer_cube2_0.6.inst.cfg b/resources/variants/longer/longer_cube2_0.6.inst.cfg new file mode 100644 index 0000000000..de25a1eebb --- /dev/null +++ b/resources/variants/longer/longer_cube2_0.6.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.6mm Nozzle +version = 4 +definition = longer_cube2 + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.6 diff --git a/resources/variants/longer/longer_cube2_0.8.inst.cfg b/resources/variants/longer/longer_cube2_0.8.inst.cfg new file mode 100644 index 0000000000..7258fedb50 --- /dev/null +++ b/resources/variants/longer/longer_cube2_0.8.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.8mm Nozzle +version = 4 +definition = longer_cube2 + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.8 diff --git a/resources/variants/longer/longer_cube2_1.0.inst.cfg b/resources/variants/longer/longer_cube2_1.0.inst.cfg new file mode 100644 index 0000000000..93cd6adaca --- /dev/null +++ b/resources/variants/longer/longer_cube2_1.0.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 1.0mm Nozzle +version = 4 +definition = longer_cube2 + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 1.0 diff --git a/resources/variants/longer/longer_lk1_0.2.inst.cfg b/resources/variants/longer/longer_lk1_0.2.inst.cfg new file mode 100644 index 0000000000..e8cc04a642 --- /dev/null +++ b/resources/variants/longer/longer_lk1_0.2.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.2mm Nozzle +version = 4 +definition = longer_lk1 + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.2 diff --git a/resources/variants/longer/longer_lk1_0.3.inst.cfg b/resources/variants/longer/longer_lk1_0.3.inst.cfg new file mode 100644 index 0000000000..90a6011d78 --- /dev/null +++ b/resources/variants/longer/longer_lk1_0.3.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.3mm Nozzle +version = 4 +definition = longer_lk1 + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.3 diff --git a/resources/variants/longer/longer_lk1_0.4.inst.cfg b/resources/variants/longer/longer_lk1_0.4.inst.cfg new file mode 100644 index 0000000000..fc24a71dd6 --- /dev/null +++ b/resources/variants/longer/longer_lk1_0.4.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.4mm Nozzle +version = 4 +definition = longer_lk1 + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.4 diff --git a/resources/variants/longer/longer_lk1_0.5.inst.cfg b/resources/variants/longer/longer_lk1_0.5.inst.cfg new file mode 100644 index 0000000000..c4e9c081a2 --- /dev/null +++ b/resources/variants/longer/longer_lk1_0.5.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.5mm Nozzle +version = 4 +definition = longer_lk1 + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.5 diff --git a/resources/variants/longer/longer_lk1_0.6.inst.cfg b/resources/variants/longer/longer_lk1_0.6.inst.cfg new file mode 100644 index 0000000000..4b0c446531 --- /dev/null +++ b/resources/variants/longer/longer_lk1_0.6.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.6mm Nozzle +version = 4 +definition = longer_lk1 + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.6 diff --git a/resources/variants/longer/longer_lk1_0.8.inst.cfg b/resources/variants/longer/longer_lk1_0.8.inst.cfg new file mode 100644 index 0000000000..9248cd9ff1 --- /dev/null +++ b/resources/variants/longer/longer_lk1_0.8.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.8mm Nozzle +version = 4 +definition = longer_lk1 + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.8 diff --git a/resources/variants/longer/longer_lk1_1.0.inst.cfg b/resources/variants/longer/longer_lk1_1.0.inst.cfg new file mode 100644 index 0000000000..2ed04c6c2d --- /dev/null +++ b/resources/variants/longer/longer_lk1_1.0.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 1.0mm Nozzle +version = 4 +definition = longer_lk1 + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 1.0 diff --git a/resources/variants/longer/longer_lk1plus_0.2.inst.cfg b/resources/variants/longer/longer_lk1plus_0.2.inst.cfg new file mode 100644 index 0000000000..527f03495e --- /dev/null +++ b/resources/variants/longer/longer_lk1plus_0.2.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.2mm Nozzle +version = 4 +definition = longer_lk1plus + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.2 diff --git a/resources/variants/longer/longer_lk1plus_0.3.inst.cfg b/resources/variants/longer/longer_lk1plus_0.3.inst.cfg new file mode 100644 index 0000000000..9fe1539d60 --- /dev/null +++ b/resources/variants/longer/longer_lk1plus_0.3.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.3mm Nozzle +version = 4 +definition = longer_lk1plus + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.3 diff --git a/resources/variants/longer/longer_lk1plus_0.4.inst.cfg b/resources/variants/longer/longer_lk1plus_0.4.inst.cfg new file mode 100644 index 0000000000..6845ccf434 --- /dev/null +++ b/resources/variants/longer/longer_lk1plus_0.4.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.4mm Nozzle +version = 4 +definition = longer_lk1plus + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.4 diff --git a/resources/variants/longer/longer_lk1plus_0.5.inst.cfg b/resources/variants/longer/longer_lk1plus_0.5.inst.cfg new file mode 100644 index 0000000000..7cafcf5f89 --- /dev/null +++ b/resources/variants/longer/longer_lk1plus_0.5.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.5mm Nozzle +version = 4 +definition = longer_lk1plus + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.5 diff --git a/resources/variants/longer/longer_lk1plus_0.6.inst.cfg b/resources/variants/longer/longer_lk1plus_0.6.inst.cfg new file mode 100644 index 0000000000..2b3ff284f3 --- /dev/null +++ b/resources/variants/longer/longer_lk1plus_0.6.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.6mm Nozzle +version = 4 +definition = longer_lk1plus + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.6 diff --git a/resources/variants/longer/longer_lk1plus_0.8.inst.cfg b/resources/variants/longer/longer_lk1plus_0.8.inst.cfg new file mode 100644 index 0000000000..6f8238ebeb --- /dev/null +++ b/resources/variants/longer/longer_lk1plus_0.8.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.8mm Nozzle +version = 4 +definition = longer_lk1plus + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.8 diff --git a/resources/variants/longer/longer_lk1plus_1.0.inst.cfg b/resources/variants/longer/longer_lk1plus_1.0.inst.cfg new file mode 100644 index 0000000000..1859724ac5 --- /dev/null +++ b/resources/variants/longer/longer_lk1plus_1.0.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 1.0mm Nozzle +version = 4 +definition = longer_lk1plus + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 1.0 diff --git a/resources/variants/longer/longer_lk1pro_0.2.inst.cfg b/resources/variants/longer/longer_lk1pro_0.2.inst.cfg new file mode 100644 index 0000000000..185638d783 --- /dev/null +++ b/resources/variants/longer/longer_lk1pro_0.2.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.2mm Nozzle +version = 4 +definition = longer_lk1pro + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.2 diff --git a/resources/variants/longer/longer_lk1pro_0.3.inst.cfg b/resources/variants/longer/longer_lk1pro_0.3.inst.cfg new file mode 100644 index 0000000000..2f83bb47d3 --- /dev/null +++ b/resources/variants/longer/longer_lk1pro_0.3.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.3mm Nozzle +version = 4 +definition = longer_lk1pro + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.3 diff --git a/resources/variants/longer/longer_lk1pro_0.4.inst.cfg b/resources/variants/longer/longer_lk1pro_0.4.inst.cfg new file mode 100644 index 0000000000..820b50b7d1 --- /dev/null +++ b/resources/variants/longer/longer_lk1pro_0.4.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.4mm Nozzle +version = 4 +definition = longer_lk1pro + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.4 diff --git a/resources/variants/longer/longer_lk1pro_0.5.inst.cfg b/resources/variants/longer/longer_lk1pro_0.5.inst.cfg new file mode 100644 index 0000000000..90f8bdbeb7 --- /dev/null +++ b/resources/variants/longer/longer_lk1pro_0.5.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.5mm Nozzle +version = 4 +definition = longer_lk1pro + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.5 diff --git a/resources/variants/longer/longer_lk1pro_0.6.inst.cfg b/resources/variants/longer/longer_lk1pro_0.6.inst.cfg new file mode 100644 index 0000000000..0255b13fea --- /dev/null +++ b/resources/variants/longer/longer_lk1pro_0.6.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.6mm Nozzle +version = 4 +definition = longer_lk1pro + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.6 diff --git a/resources/variants/longer/longer_lk1pro_0.8.inst.cfg b/resources/variants/longer/longer_lk1pro_0.8.inst.cfg new file mode 100644 index 0000000000..ff1f171210 --- /dev/null +++ b/resources/variants/longer/longer_lk1pro_0.8.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.8mm Nozzle +version = 4 +definition = longer_lk1pro + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.8 diff --git a/resources/variants/longer/longer_lk1pro_1.0.inst.cfg b/resources/variants/longer/longer_lk1pro_1.0.inst.cfg new file mode 100644 index 0000000000..a86fa8777e --- /dev/null +++ b/resources/variants/longer/longer_lk1pro_1.0.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 1.0mm Nozzle +version = 4 +definition = longer_lk1pro + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 1.0 diff --git a/resources/variants/longer/longer_lk4_0.2.inst.cfg b/resources/variants/longer/longer_lk4_0.2.inst.cfg new file mode 100644 index 0000000000..1b118851e5 --- /dev/null +++ b/resources/variants/longer/longer_lk4_0.2.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.2mm Nozzle +version = 4 +definition = longer_lk4 + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.2 diff --git a/resources/variants/longer/longer_lk4_0.3.inst.cfg b/resources/variants/longer/longer_lk4_0.3.inst.cfg new file mode 100644 index 0000000000..dbab1bf910 --- /dev/null +++ b/resources/variants/longer/longer_lk4_0.3.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.3mm Nozzle +version = 4 +definition = longer_lk4 + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.3 diff --git a/resources/variants/longer/longer_lk4_0.4.inst.cfg b/resources/variants/longer/longer_lk4_0.4.inst.cfg new file mode 100644 index 0000000000..50acf46da4 --- /dev/null +++ b/resources/variants/longer/longer_lk4_0.4.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.4mm Nozzle +version = 4 +definition = longer_lk4 + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.4 diff --git a/resources/variants/longer/longer_lk4_0.5.inst.cfg b/resources/variants/longer/longer_lk4_0.5.inst.cfg new file mode 100644 index 0000000000..5012697a1d --- /dev/null +++ b/resources/variants/longer/longer_lk4_0.5.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.5mm Nozzle +version = 4 +definition = longer_lk4 + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.5 diff --git a/resources/variants/longer/longer_lk4_0.6.inst.cfg b/resources/variants/longer/longer_lk4_0.6.inst.cfg new file mode 100644 index 0000000000..7660acc8d0 --- /dev/null +++ b/resources/variants/longer/longer_lk4_0.6.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.6mm Nozzle +version = 4 +definition = longer_lk4 + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.6 diff --git a/resources/variants/longer/longer_lk4_0.8.inst.cfg b/resources/variants/longer/longer_lk4_0.8.inst.cfg new file mode 100644 index 0000000000..37f78ce41e --- /dev/null +++ b/resources/variants/longer/longer_lk4_0.8.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.8mm Nozzle +version = 4 +definition = longer_lk4 + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.8 diff --git a/resources/variants/longer/longer_lk4_1.0.inst.cfg b/resources/variants/longer/longer_lk4_1.0.inst.cfg new file mode 100644 index 0000000000..807eec831e --- /dev/null +++ b/resources/variants/longer/longer_lk4_1.0.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 1.0mm Nozzle +version = 4 +definition = longer_lk4 + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 1.0 diff --git a/resources/variants/longer/longer_lk4pro_0.2.inst.cfg b/resources/variants/longer/longer_lk4pro_0.2.inst.cfg new file mode 100644 index 0000000000..9e6d2ec8ee --- /dev/null +++ b/resources/variants/longer/longer_lk4pro_0.2.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.2mm Nozzle +version = 4 +definition = longer_lk4pro + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.2 diff --git a/resources/variants/longer/longer_lk4pro_0.3.inst.cfg b/resources/variants/longer/longer_lk4pro_0.3.inst.cfg new file mode 100644 index 0000000000..36b0ecbcb0 --- /dev/null +++ b/resources/variants/longer/longer_lk4pro_0.3.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.3mm Nozzle +version = 4 +definition = longer_lk4pro + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.3 diff --git a/resources/variants/longer/longer_lk4pro_0.4.inst.cfg b/resources/variants/longer/longer_lk4pro_0.4.inst.cfg new file mode 100644 index 0000000000..6afc74d4f8 --- /dev/null +++ b/resources/variants/longer/longer_lk4pro_0.4.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.4mm Nozzle +version = 4 +definition = longer_lk4pro + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.4 diff --git a/resources/variants/longer/longer_lk4pro_0.5.inst.cfg b/resources/variants/longer/longer_lk4pro_0.5.inst.cfg new file mode 100644 index 0000000000..019bacd848 --- /dev/null +++ b/resources/variants/longer/longer_lk4pro_0.5.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.5mm Nozzle +version = 4 +definition = longer_lk4pro + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.5 diff --git a/resources/variants/longer/longer_lk4pro_0.6.inst.cfg b/resources/variants/longer/longer_lk4pro_0.6.inst.cfg new file mode 100644 index 0000000000..9aa143631b --- /dev/null +++ b/resources/variants/longer/longer_lk4pro_0.6.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.6mm Nozzle +version = 4 +definition = longer_lk4pro + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.6 diff --git a/resources/variants/longer/longer_lk4pro_0.8.inst.cfg b/resources/variants/longer/longer_lk4pro_0.8.inst.cfg new file mode 100644 index 0000000000..0ed4587039 --- /dev/null +++ b/resources/variants/longer/longer_lk4pro_0.8.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.8mm Nozzle +version = 4 +definition = longer_lk4pro + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.8 diff --git a/resources/variants/longer/longer_lk4pro_1.0.inst.cfg b/resources/variants/longer/longer_lk4pro_1.0.inst.cfg new file mode 100644 index 0000000000..8156e41922 --- /dev/null +++ b/resources/variants/longer/longer_lk4pro_1.0.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 1.0mm Nozzle +version = 4 +definition = longer_lk4pro + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 1.0 diff --git a/resources/variants/longer/longer_lk5_0.2.inst.cfg b/resources/variants/longer/longer_lk5_0.2.inst.cfg new file mode 100644 index 0000000000..43dcce8901 --- /dev/null +++ b/resources/variants/longer/longer_lk5_0.2.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.2mm Nozzle +version = 4 +definition = longer_lk5 + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.2 diff --git a/resources/variants/longer/longer_lk5_0.3.inst.cfg b/resources/variants/longer/longer_lk5_0.3.inst.cfg new file mode 100644 index 0000000000..829be14a7d --- /dev/null +++ b/resources/variants/longer/longer_lk5_0.3.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.3mm Nozzle +version = 4 +definition = longer_lk5 + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.3 diff --git a/resources/variants/longer/longer_lk5_0.4.inst.cfg b/resources/variants/longer/longer_lk5_0.4.inst.cfg new file mode 100644 index 0000000000..f594f78ee3 --- /dev/null +++ b/resources/variants/longer/longer_lk5_0.4.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.4mm Nozzle +version = 4 +definition = longer_lk5 + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.4 diff --git a/resources/variants/longer/longer_lk5_0.5.inst.cfg b/resources/variants/longer/longer_lk5_0.5.inst.cfg new file mode 100644 index 0000000000..a6618efba7 --- /dev/null +++ b/resources/variants/longer/longer_lk5_0.5.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.5mm Nozzle +version = 4 +definition = longer_lk5 + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.5 diff --git a/resources/variants/longer/longer_lk5_0.6.inst.cfg b/resources/variants/longer/longer_lk5_0.6.inst.cfg new file mode 100644 index 0000000000..3c07a8520e --- /dev/null +++ b/resources/variants/longer/longer_lk5_0.6.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.6mm Nozzle +version = 4 +definition = longer_lk5 + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.6 diff --git a/resources/variants/longer/longer_lk5_0.8.inst.cfg b/resources/variants/longer/longer_lk5_0.8.inst.cfg new file mode 100644 index 0000000000..af785a63c9 --- /dev/null +++ b/resources/variants/longer/longer_lk5_0.8.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.8mm Nozzle +version = 4 +definition = longer_lk5 + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.8 diff --git a/resources/variants/longer/longer_lk5_1.0.inst.cfg b/resources/variants/longer/longer_lk5_1.0.inst.cfg new file mode 100644 index 0000000000..d2b90b135c --- /dev/null +++ b/resources/variants/longer/longer_lk5_1.0.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 1.0mm Nozzle +version = 4 +definition = longer_lk5 + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 1.0 diff --git a/resources/variants/longer/longer_lk5pro_0.2.inst.cfg b/resources/variants/longer/longer_lk5pro_0.2.inst.cfg new file mode 100644 index 0000000000..82de20b1ac --- /dev/null +++ b/resources/variants/longer/longer_lk5pro_0.2.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.2mm Nozzle +version = 4 +definition = longer_lk5pro + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.2 diff --git a/resources/variants/longer/longer_lk5pro_0.3.inst.cfg b/resources/variants/longer/longer_lk5pro_0.3.inst.cfg new file mode 100644 index 0000000000..c3f013f426 --- /dev/null +++ b/resources/variants/longer/longer_lk5pro_0.3.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.3mm Nozzle +version = 4 +definition = longer_lk5pro + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.3 diff --git a/resources/variants/longer/longer_lk5pro_0.4.inst.cfg b/resources/variants/longer/longer_lk5pro_0.4.inst.cfg new file mode 100644 index 0000000000..43ebeced99 --- /dev/null +++ b/resources/variants/longer/longer_lk5pro_0.4.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.4mm Nozzle +version = 4 +definition = longer_lk5pro + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.4 diff --git a/resources/variants/longer/longer_lk5pro_0.5.inst.cfg b/resources/variants/longer/longer_lk5pro_0.5.inst.cfg new file mode 100644 index 0000000000..3000341207 --- /dev/null +++ b/resources/variants/longer/longer_lk5pro_0.5.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.5mm Nozzle +version = 4 +definition = longer_lk5pro + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.5 diff --git a/resources/variants/longer/longer_lk5pro_0.6.inst.cfg b/resources/variants/longer/longer_lk5pro_0.6.inst.cfg new file mode 100644 index 0000000000..b39af3576f --- /dev/null +++ b/resources/variants/longer/longer_lk5pro_0.6.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.6mm Nozzle +version = 4 +definition = longer_lk5pro + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.6 diff --git a/resources/variants/longer/longer_lk5pro_0.8.inst.cfg b/resources/variants/longer/longer_lk5pro_0.8.inst.cfg new file mode 100644 index 0000000000..41ae5ed69b --- /dev/null +++ b/resources/variants/longer/longer_lk5pro_0.8.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.8mm Nozzle +version = 4 +definition = longer_lk5pro + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.8 diff --git a/resources/variants/longer/longer_lk5pro_1.0.inst.cfg b/resources/variants/longer/longer_lk5pro_1.0.inst.cfg new file mode 100644 index 0000000000..0f682cd91a --- /dev/null +++ b/resources/variants/longer/longer_lk5pro_1.0.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 1.0mm Nozzle +version = 4 +definition = longer_lk5pro + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 1.0