diff --git a/resources/definitions/flyingbear_base.def.json b/resources/definitions/flyingbear_base.def.json new file mode 100644 index 0000000000..3a008fab5e --- /dev/null +++ b/resources/definitions/flyingbear_base.def.json @@ -0,0 +1,134 @@ +{ + "name": "Flying Bear Base Printer", + "version": 2, + "inherits": "fdmprinter", + "metadata": { + "visible": false, + "author": "oducceu", + "manufacturer": "Flying Bear", + "file_formats": "text/x-gcode", + "first_start_actions": ["MachineSettingsAction"], + + "machine_extruder_trains": { "0": "flyingbear_base_extruder_0" }, + + "has_materials": true, + "preferred_material": "generic_pla", + + "has_variants": true, + "variants_name": "Nozzle Size", + "preferred_variant_name": "0.4mm Nozzle", + + "has_machine_quality": true, + "preferred_quality_type": "normal", + + "exclude_materials": ["Vertex_Delta_ABS", "Vertex_Delta_PET", "Vertex_Delta_PLA", "Vertex_Delta_PLA_Glitter", "Vertex_Delta_PLA_Mat", "Vertex_Delta_PLA_Satin", "Vertex_Delta_PLA_Wood", "Vertex_Delta_TPU", "chromatik_pla", "dsm_arnitel2045_175", "dsm_novamid1070_175", "emotiontech_abs", "emotiontech_asax", "emotiontech_hips", "emotiontech_petg", "emotiontech_pla", "emotiontech_pva-m", "emotiontech_pva-oks", "emotiontech_pva-s", "emotiontech_tpu98a", "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", "imade3d_petg_175", "imade3d_pla_175", "innofill_innoflex60_175", "leapfrog_abs_natural", "leapfrog_epla_natural", "leapfrog_pva_natural", "octofiber_pla", "polyflex_pla", "polymax_pla", "polyplus_pla", "polywood_pla", "structur3d_dap100silicone", "tizyx_abs", "tizyx_flex", "tizyx_petg", "tizyx_pla", "tizyx_pla_bois", "tizyx_pva", "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": "Flying Bear Base Printer" }, + + "machine_start_gcode": { "default_value": "M220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\n\nG28 ;Home\n\n;Code for nozzle cleaning and flow normalization\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X10.4 Y20 Z0.28 F5000.0\nG1 X10.4 Y170.0 Z0.28 F1500.0 E15\nG1 X10.1 Y170.0 Z0.28 F5000.0\nG1 X10.1 Y40 Z0.28 F1500.0 E30\n\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up" }, + + "machine_end_gcode": { "default_value": "G91 ;Relative positioning\nG1 E-2 F2700 ;Retract the filament\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positionning\n\nG28 X0 Y0 ;Home X and Y\n\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" }, + + "machine_heated_bed": { "default_value": true }, + "machine_shape": { "default_value": "rectangular" }, + "machine_buildplate_type": { "value": "glass" }, + "machine_center_is_zero": { "default_value": false }, + + "material_diameter": { "default_value": 1.75 }, + + "layer_height_0": { "value": 0.2 }, + "line_width": { "value": "machine_nozzle_size" }, + "skin_line_width": { "value": "machine_nozzle_size" }, + "infill_line_width": { "value": "line_width + 0.1" }, + "skirt_brim_line_width": { "value": "line_width + 0.1" }, + "support_interface_line_width": { "value": "line_width - 0.1" }, + + "wall_thickness": { "value": "line_width * 3" }, + "wall_0_wipe_dist": { "value": 0.0 }, + "top_bottom_thickness": { "value": "layer_height_0 + layer_height * 3 if layer_height > 0.15 else 0.8" }, + "optimize_wall_printing_order": { "value": true }, + "travel_compensate_overlapping_walls_0_enabled": { "value": false }, + "fill_perimeter_gaps": { "value": "'everywhere'" }, + "filter_out_tiny_gaps": { "value": false }, + "fill_outline_gaps": { "value": false }, + "z_seam_type": { "value": "'sharpest_corner'" }, + "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_overlap": { "value": 30 }, + "skin_overlap": { "value": 10 }, + "infill_wipe_dist": { "value": 0.0 }, + "infill_before_walls": { "value": false }, + "infill_enable_travel_optimization": { "value": true }, + + "material_initial_print_temperature": { "value": "material_print_temperature" }, + "material_final_print_temperature": { "value": "material_print_temperature" }, + "material_flow": { "value": 100 }, + "retraction_enable": { "value": true }, + "retraction_min_travel": { "value": 1.5 }, + "retraction_count_max": { "value": 100 }, + "retraction_extrusion_window": { "value": 10 }, + + "speed_print": { "value": 60 } , + "speed_infill": { "value": "speed_print" }, + "speed_wall": { "value": "speed_print / 2" }, + "speed_wall_0": { "value": "speed_wall" }, + "speed_wall_x": { "value": "speed_print" }, + "speed_roofing": { "value": "speed_topbottom" }, + "speed_topbottom": { "value": "speed_print / 2" }, + "speed_support": { "value": "speed_print" }, + "speed_support_interface": { "value": "speed_topbottom" }, + "speed_prime_tower": { "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 }, + "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" }, + "skirt_brim_speed": { "value": "speed_layer_0" }, + "speed_z_hop": { "value": 5 }, + + "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" }, + "travel_retract_before_outer_wall": { "value": true }, + "retraction_combing_max_distance": { "value": 30 }, + "travel_avoid_other_parts": { "value": true }, + "travel_avoid_supports": { "value": true }, + "retraction_hop_enabled": { "value": false }, + "retraction_hop": { "value": 0.2 }, + + "cool_fan_enabled": { "value": true }, + "cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" }, + "cool_min_layer_time": { "value": 10 }, + + "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_tree_enable else 20" }, + "support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height*2" }, + "support_xy_distance": { "value": "wall_line_width_0 * 2" }, + "support_xy_overrides_z": { "value": "'xy_overrides_z'" }, + "support_xy_distance_overhang": { "value": "wall_line_width_0" }, + "minimum_support_area": { "value": 5 }, + "minimum_interface_area": { "value": 10 }, + "support_interface_enable": { "value": true }, + "support_interface_height": { "value": "layer_height * 4" }, + "support_interface_skip_height": { "value": 0.2 }, + "support_interface_density": { "value": 33 }, + "support_interface_pattern": { "value": "'grid'" }, + "support_wall_count": { "value": 1 }, + "support_brim_enable": { "value": true }, + "support_brim_width": { "value": 4 }, + "support_use_towers": { "value": false }, + + "adhesion_type": { "value": "'skirt'" }, + "skirt_line_count": { "value": 3 }, + "skirt_gap": { "value": 10 }, + "skirt_brim_minimal_length": { "value": 50 }, + "brim_replaces_support": { "value": false }, + + "meshfix_maximum_resolution": { "value": 0.05 }, + "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, + + "adaptive_layer_height_variation": { "value": 0.04 }, + "adaptive_layer_height_variation_step": { "value": 0.04 } + } +} \ No newline at end of file diff --git a/resources/definitions/flyingbear_ghost_4s.def.json b/resources/definitions/flyingbear_ghost_4s.def.json new file mode 100644 index 0000000000..17f3578c16 --- /dev/null +++ b/resources/definitions/flyingbear_ghost_4s.def.json @@ -0,0 +1,54 @@ +{ + "name": "Flying Bear Ghost 4S", + "version": 2, + "inherits": "flyingbear_base", + "metadata": { + "visible": true, + "author": "oducceu", + + "platform": "flyingbear_platform.obj", + "platform_texture": "flyingbear_platform.png", + + "quality_definition": "flyingbear_base" + + }, + + "overrides": { + "machine_name": { "default_value": "Flying Bear Ghost 4S" }, + "machine_width": { "default_value": 255 }, + "machine_depth": { "default_value": 210 }, + "machine_height": { "default_value": 210 }, + + "machine_steps_per_mm_x": { "default_value": 80 }, + "machine_steps_per_mm_y": { "default_value": 80 }, + "machine_steps_per_mm_z": { "default_value": 400 }, + "machine_steps_per_mm_e": { "default_value": 400 }, + + "machine_max_feedrate_x": { "value": 200 }, + "machine_max_feedrate_y": { "value": 200 }, + "machine_max_feedrate_z": { "value": 20 }, + "machine_max_feedrate_e": { "value": 70 }, + + "acceleration_enabled": { "value": false }, + "jerk_enabled": { "value": false }, + + "machine_max_acceleration_x": { "value": 1000 }, + "machine_max_acceleration_y": { "value": 1000 }, + "machine_max_acceleration_z": { "value": 100 }, + "machine_max_acceleration_e": { "value": 1000 }, + "machine_acceleration": { "value": 1000 }, + + "machine_max_jerk_xy": { "value": 20 }, + "machine_max_jerk_z": { "value": 0.4 }, + "machine_max_jerk_e": { "value": 5.0 }, + + "acceleration_print": { "value": 1000 }, + "acceleration_travel": { "value": 1000 }, + "acceleration_travel_layer_0": { "value": "acceleration_travel" }, + "acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" }, + + "jerk_print": { "value": 20 }, + "jerk_travel": { "value": "jerk_print" }, + "jerk_travel_layer_0": { "value": "jerk_travel" } + } +} \ No newline at end of file diff --git a/resources/extruders/flyingbear_base_extruder_0.def.json b/resources/extruders/flyingbear_base_extruder_0.def.json new file mode 100644 index 0000000000..a792b373ff --- /dev/null +++ b/resources/extruders/flyingbear_base_extruder_0.def.json @@ -0,0 +1,16 @@ +{ + "version": 2, + "name": "Extruder 1", + "inherits": "fdmextruder", + "metadata": { + "machine": "flyingbear_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/images/flyingbear_platform.png b/resources/images/flyingbear_platform.png new file mode 100644 index 0000000000..a77c790922 Binary files /dev/null and b/resources/images/flyingbear_platform.png differ diff --git a/resources/meshes/flyingbear_platform.obj b/resources/meshes/flyingbear_platform.obj new file mode 100644 index 0000000000..e46163f1e0 --- /dev/null +++ b/resources/meshes/flyingbear_platform.obj @@ -0,0 +1,110 @@ +# WaveFront *.obj file (generated by CINEMA 4D) + +v -136.15419006347656 -105 -6.8942437171936 +v -136.15419006347656 -105 -1.10575640201569 +v 136.15419006347656 -105 -1.10575640201569 +v 136.15419006347656 -105 -6.8942437171936 +v -137.5 -103.67865753173828 -6.8942437171936 +v -137.5 103.67865753173828 -6.8942437171936 +v -137.5 103.67865753173828 -1.10575640201569 +v -137.5 -103.67865753173828 -1.10575640201569 +v -136.15419006347656 -103.67865753173828 0 +v -136.15419006347656 103.67865753173828 0 +v 136.15419006347656 103.67865753173828 0 +v 136.15419006347656 -103.67865753173828 0 +v -136.15419006347656 105 -1.10575640201569 +v -136.15419006347656 105 -6.8942437171936 +v 136.15419006347656 105 -6.8942437171936 +v 136.15419006347656 105 -1.10575640201569 +v 137.5 -103.67865753173828 -1.10575640201569 +v 137.5 103.67865753173828 -1.10575640201569 +v 137.5 103.67865753173828 -6.8942437171936 +v 137.5 -103.67865753173828 -6.8942437171936 +v 136.15419006347656 -103.67865753173828 -8 +v 136.15419006347656 103.67865753173828 -8 +v -136.15419006347656 103.67865753173828 -8 +v -136.15419006347656 -103.67865753173828 -8 +# 24 vertices + +vn 0 0 1 +vn 1 0 0 +vn 0.27744194865227 0.61657708883286 -0.73678940534592 +vn 0.42486584186554 0.43098142743111 -0.7960804104805 +vn 0.60886806249619 0.28306290507317 -0.74105000495911 +vn 0 0 0 +vn -1 0 0 +vn 0 1 0 +vn 0 -1 0 +vn -0.60886812210083 0.28306290507317 0.74104994535446 +vn -0.42486593127251 0.43098148703575 0.79608035087585 +vn -0.42486596107483 -0.43098145723343 0.79608029127121 +vn -0.60886812210083 -0.28306293487549 0.74104994535446 +vn -0.27744197845459 0.6165771484375 0.73678934574127 +vn 0.27744141221046 0.61657696962357 0.73678976297379 +vn 0.42486551403999 0.43098136782646 0.79608064889908 +vn 0.60886812210083 -0.28306290507317 0.74104994535446 +vn 0.42486593127251 -0.43098148703575 0.79608035087585 +vn 0.60886752605438 0.28306278586388 0.74105048179626 +vn 0.27744197845459 -0.6165771484375 0.73678934574127 +vn -0.27744200825691 -0.6165771484375 0.73678940534592 +vn 0.70059055089951 0.71356350183487 0 +vn 0.42486587166786 -0.43098139762878 -0.7960804104805 +vn 0.60886806249619 -0.28306287527084 -0.74105000495911 +vn 0.70059055089951 -0.71356350183487 0 +vn -0.27744194865227 0.61657708883286 -0.73678940534592 +vn -0.42486587166786 0.43098139762878 -0.7960804104805 +vn -0.60886806249619 -0.28306290507317 -0.74105000495911 +vn -0.42486584186554 -0.43098142743111 -0.7960804104805 +vn -0.60886806249619 0.28306287527084 -0.74105000495911 +vn -0.27744194865227 -0.61657708883286 -0.73678940534592 +vn 0.27744194865227 -0.61657708883286 -0.73678940534592 +vn -0.70059055089951 0.71356350183487 0 +vn -0.70059055089951 -0.71356350183487 0 +# 34 normals + +vt 0.00542090367526 0.00542092323303 0 +vt 0.00542090367526 0.99457907676697 0 +vt 0.99457907676697 0.99457907676697 0 +vt 0.99457907676697 0.00542092323303 0 +vt 0.12081129848957 0.89372777938843 0 +vt 0.12081129848957 0.97731846570969 0 +vt 0.12039698660374 0.97785115242004 0 +vt 0.12039699405432 0.97731846570969 0 +vt 0.03615518659353 0.89372777938843 0 +vt 0.03615518659353 0.97731846570969 0 +vt 0.03656949847937 0.97785115242004 0 +vt 0.03656949847937 0.89319515228271 0 +vt 0.12039698660374 0.89319515228271 0 +vt 0.03656949847937 0.97731846570969 0 +vt 0.03656949847937 0.89372777938843 0 +vt 0.12039699405432 0.89372777938843 0 +# 16 texture coordinates + +o Cube +usemtl Mat +f 12/4/1 11/3/1 10/2/1 9/1/1 +f 20/5/2 19/6/2 18/6/2 17/5/2 +f 19/6/5 22/8/4 15/7/3 +f 8/9/7 7/10/7 6/10/7 5/9/7 +f 16/7/8 15/7/8 14/11/8 13/11/8 +f 4/13/9 3/13/9 2/12/9 1/12/9 +f 8/9/13 9/15/12 10/14/11 7/10/10 +f 11/8/16 16/7/15 13/11/14 10/14/11 +f 18/6/19 11/8/16 12/16/18 17/5/17 +f 9/15/12 2/12/21 3/13/20 12/16/18 +f 16/7/22 18/6/22 19/6/22 15/7/22 +f 20/5/24 21/16/23 22/8/4 19/6/5 +f 4/13/25 20/5/25 17/5/25 3/13/25 +f 23/14/27 14/11/26 15/7/3 22/8/4 +f 6/10/30 23/14/27 24/15/29 5/9/28 +f 21/16/23 4/13/32 1/12/31 24/15/29 +f 14/11/33 6/10/33 7/10/33 13/11/33 +f 2/12/34 8/9/34 5/9/34 1/12/34 +f 5/9/28 24/15/29 1/12/31 +f 9/15/12 8/9/13 2/12/21 +f 17/5/17 12/16/18 3/13/20 +f 21/16/23 20/5/24 4/13/32 +f 14/11/26 23/14/27 6/10/30 +f 10/14/11 13/11/14 7/10/10 +f 18/6/19 16/7/15 11/8/16 + diff --git a/resources/quality/flyingbear/abs/nozzle_0.2/ABS_w0.2_h0.08_ultra.inst.cfg b/resources/quality/flyingbear/abs/nozzle_0.2/ABS_w0.2_h0.08_ultra.inst.cfg new file mode 100644 index 0000000000..75008bda47 --- /dev/null +++ b/resources/quality/flyingbear/abs/nozzle_0.2/ABS_w0.2_h0.08_ultra.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Ultra Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = ultra +material = generic_abs +variant = 0.2mm Nozzle + +[values] +wall_thickness = =line_width*8 diff --git a/resources/quality/flyingbear/abs/nozzle_0.2/ABS_w0.2_h0.12_super.inst.cfg b/resources/quality/flyingbear/abs/nozzle_0.2/ABS_w0.2_h0.12_super.inst.cfg new file mode 100644 index 0000000000..cabf6cd166 --- /dev/null +++ b/resources/quality/flyingbear/abs/nozzle_0.2/ABS_w0.2_h0.12_super.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Super Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = super +material = generic_abs +variant = 0.2mm Nozzle + +[values] +wall_thickness = =line_width*8 diff --git a/resources/quality/flyingbear/abs/nozzle_0.3/ABS_w0.3_h0.12_super.inst.cfg b/resources/quality/flyingbear/abs/nozzle_0.3/ABS_w0.3_h0.12_super.inst.cfg new file mode 100644 index 0000000000..4083d7abdb --- /dev/null +++ b/resources/quality/flyingbear/abs/nozzle_0.3/ABS_w0.3_h0.12_super.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Super Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = super +material = generic_abs +variant = 0.3mm Nozzle + +[values] +wall_thickness = =line_width*4 diff --git a/resources/quality/flyingbear/abs/nozzle_0.3/ABS_w0.3_h0.16_adaptive.inst.cfg b/resources/quality/flyingbear/abs/nozzle_0.3/ABS_w0.3_h0.16_adaptive.inst.cfg new file mode 100644 index 0000000000..1c6e652f36 --- /dev/null +++ b/resources/quality/flyingbear/abs/nozzle_0.3/ABS_w0.3_h0.16_adaptive.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Dynamic Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = adaptive +material = generic_abs +variant = 0.3mm Nozzle + +[values] +wall_thickness = =line_width*4 diff --git a/resources/quality/flyingbear/abs/nozzle_0.3/ABS_w0.3_h0.20_standard.inst.cfg b/resources/quality/flyingbear/abs/nozzle_0.3/ABS_w0.3_h0.20_standard.inst.cfg new file mode 100644 index 0000000000..f1453784b8 --- /dev/null +++ b/resources/quality/flyingbear/abs/nozzle_0.3/ABS_w0.3_h0.20_standard.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Standard Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = normal +material = generic_abs +variant = 0.3mm Nozzle + +[values] +wall_thickness = =line_width*4 diff --git a/resources/quality/flyingbear/abs/nozzle_0.3/ABS_w0.3_h0.28_low.inst.cfg b/resources/quality/flyingbear/abs/nozzle_0.3/ABS_w0.3_h0.28_low.inst.cfg new file mode 100644 index 0000000000..2876d7f049 --- /dev/null +++ b/resources/quality/flyingbear/abs/nozzle_0.3/ABS_w0.3_h0.28_low.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Low Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = low +material = generic_abs +variant = 0.3mm Nozzle + +[values] +wall_thickness = =line_width*4 diff --git a/resources/quality/flyingbear/abs/nozzle_0.4/ABS_w0.4_h0.12_super.inst.cfg b/resources/quality/flyingbear/abs/nozzle_0.4/ABS_w0.4_h0.12_super.inst.cfg new file mode 100644 index 0000000000..f4811e2208 --- /dev/null +++ b/resources/quality/flyingbear/abs/nozzle_0.4/ABS_w0.4_h0.12_super.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Super Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = super +material = generic_abs +variant = 0.4mm Nozzle + +[values] +wall_thickness = =line_width*4 diff --git a/resources/quality/flyingbear/abs/nozzle_0.4/ABS_w0.4_h0.16_adaptive.inst.cfg b/resources/quality/flyingbear/abs/nozzle_0.4/ABS_w0.4_h0.16_adaptive.inst.cfg new file mode 100644 index 0000000000..325206fa9f --- /dev/null +++ b/resources/quality/flyingbear/abs/nozzle_0.4/ABS_w0.4_h0.16_adaptive.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Dynamic Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = adaptive +material = generic_abs +variant = 0.4mm Nozzle + +[values] +wall_thickness = =line_width*4 diff --git a/resources/quality/flyingbear/abs/nozzle_0.4/ABS_w0.4_h0.20_standard.inst.cfg b/resources/quality/flyingbear/abs/nozzle_0.4/ABS_w0.4_h0.20_standard.inst.cfg new file mode 100644 index 0000000000..da57e1fe48 --- /dev/null +++ b/resources/quality/flyingbear/abs/nozzle_0.4/ABS_w0.4_h0.20_standard.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Standard Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = normal +material = generic_abs +variant = 0.4mm Nozzle + +[values] +wall_thickness = =line_width*4 diff --git a/resources/quality/flyingbear/abs/nozzle_0.4/ABS_w0.4_h0.28_low.inst.cfg b/resources/quality/flyingbear/abs/nozzle_0.4/ABS_w0.4_h0.28_low.inst.cfg new file mode 100644 index 0000000000..c806bbae18 --- /dev/null +++ b/resources/quality/flyingbear/abs/nozzle_0.4/ABS_w0.4_h0.28_low.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Low Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = low +material = generic_abs +variant = 0.4mm Nozzle + +[values] +wall_thickness = =line_width*4 diff --git a/resources/quality/flyingbear/abs/nozzle_0.5/ABS_w0.5_h0.12_super.inst.cfg b/resources/quality/flyingbear/abs/nozzle_0.5/ABS_w0.5_h0.12_super.inst.cfg new file mode 100644 index 0000000000..39d54b4200 --- /dev/null +++ b/resources/quality/flyingbear/abs/nozzle_0.5/ABS_w0.5_h0.12_super.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Super Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = super +material = generic_abs +variant = 0.5mm Nozzle + +[values] +wall_thickness = =line_width*4 diff --git a/resources/quality/flyingbear/abs/nozzle_0.5/ABS_w0.5_h0.16_adaptive.inst.cfg b/resources/quality/flyingbear/abs/nozzle_0.5/ABS_w0.5_h0.16_adaptive.inst.cfg new file mode 100644 index 0000000000..191167c31f --- /dev/null +++ b/resources/quality/flyingbear/abs/nozzle_0.5/ABS_w0.5_h0.16_adaptive.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Dynamic Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = adaptive +material = generic_abs +variant = 0.5mm Nozzle + +[values] +wall_thickness = =line_width*4 diff --git a/resources/quality/flyingbear/abs/nozzle_0.5/ABS_w0.5_h0.20_standard.inst.cfg b/resources/quality/flyingbear/abs/nozzle_0.5/ABS_w0.5_h0.20_standard.inst.cfg new file mode 100644 index 0000000000..6fa8072589 --- /dev/null +++ b/resources/quality/flyingbear/abs/nozzle_0.5/ABS_w0.5_h0.20_standard.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Standard Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = normal +material = generic_abs +variant = 0.5mm Nozzle + +[values] +wall_thickness = =line_width*4 diff --git a/resources/quality/flyingbear/abs/nozzle_0.5/ABS_w0.5_h0.28_low.inst.cfg b/resources/quality/flyingbear/abs/nozzle_0.5/ABS_w0.5_h0.28_low.inst.cfg new file mode 100644 index 0000000000..0598b99310 --- /dev/null +++ b/resources/quality/flyingbear/abs/nozzle_0.5/ABS_w0.5_h0.28_low.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Low Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = low +material = generic_abs +variant = 0.5mm Nozzle + +[values] +wall_thickness = =line_width*4 diff --git a/resources/quality/flyingbear/abs/nozzle_0.6/ABS_w0.6_h0.20_standard.inst.cfg b/resources/quality/flyingbear/abs/nozzle_0.6/ABS_w0.6_h0.20_standard.inst.cfg new file mode 100644 index 0000000000..2b0dd9d035 --- /dev/null +++ b/resources/quality/flyingbear/abs/nozzle_0.6/ABS_w0.6_h0.20_standard.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Standard Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = normal +material = generic_abs +variant = 0.6mm Nozzle + +[values] +wall_thickness = =line_width*3 diff --git a/resources/quality/flyingbear/abs/nozzle_0.8/ABS_w0.8_h0.32_draft.inst.cfg b/resources/quality/flyingbear/abs/nozzle_0.8/ABS_w0.8_h0.32_draft.inst.cfg new file mode 100644 index 0000000000..7adcf9628b --- /dev/null +++ b/resources/quality/flyingbear/abs/nozzle_0.8/ABS_w0.8_h0.32_draft.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Draft Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = draft +material = generic_abs +variant = 0.8mm Nozzle + +[values] +wall_thickness = =line_width*3 diff --git a/resources/quality/flyingbear/abs/nozzle_1.0/ABS_w1.0_h0.32_draft.inst.cfg b/resources/quality/flyingbear/abs/nozzle_1.0/ABS_w1.0_h0.32_draft.inst.cfg new file mode 100644 index 0000000000..8dd0f71809 --- /dev/null +++ b/resources/quality/flyingbear/abs/nozzle_1.0/ABS_w1.0_h0.32_draft.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Draft Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = draft +material = generic_abs +variant = 1.0mm Nozzle + +[values] +wall_thickness = =line_width*3 diff --git a/resources/quality/flyingbear/flyingbear_global_0.08_ultra.inst.cfg b/resources/quality/flyingbear/flyingbear_global_0.08_ultra.inst.cfg new file mode 100644 index 0000000000..aabd40b07a --- /dev/null +++ b/resources/quality/flyingbear/flyingbear_global_0.08_ultra.inst.cfg @@ -0,0 +1,18 @@ +[general] +version = 4 +name = Ultra Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +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/quality/flyingbear/flyingbear_global_0.12_super.inst.cfg b/resources/quality/flyingbear/flyingbear_global_0.12_super.inst.cfg new file mode 100644 index 0000000000..21b290861f --- /dev/null +++ b/resources/quality/flyingbear/flyingbear_global_0.12_super.inst.cfg @@ -0,0 +1,18 @@ +[general] +version = 4 +name = Super Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +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/flyingbear/flyingbear_global_0.16_adaptive.inst.cfg b/resources/quality/flyingbear/flyingbear_global_0.16_adaptive.inst.cfg new file mode 100644 index 0000000000..949b9521d4 --- /dev/null +++ b/resources/quality/flyingbear/flyingbear_global_0.16_adaptive.inst.cfg @@ -0,0 +1,19 @@ +[general] +version = 4 +name = Dynamic Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +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/flyingbear/flyingbear_global_0.20_standard.inst.cfg b/resources/quality/flyingbear/flyingbear_global_0.20_standard.inst.cfg new file mode 100644 index 0000000000..7020812bcc --- /dev/null +++ b/resources/quality/flyingbear/flyingbear_global_0.20_standard.inst.cfg @@ -0,0 +1,18 @@ +[general] +version = 4 +name = Standard Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = normal +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*3 +support_interface_height = =layer_height*5 diff --git a/resources/quality/flyingbear/flyingbear_global_0.28_low.inst.cfg b/resources/quality/flyingbear/flyingbear_global_0.28_low.inst.cfg new file mode 100644 index 0000000000..4291c05414 --- /dev/null +++ b/resources/quality/flyingbear/flyingbear_global_0.28_low.inst.cfg @@ -0,0 +1,18 @@ +[general] +version = 4 +name = Low Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +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/flyingbear/flyingbear_global_0.32_draft.inst.cfg b/resources/quality/flyingbear/flyingbear_global_0.32_draft.inst.cfg new file mode 100644 index 0000000000..2760524e59 --- /dev/null +++ b/resources/quality/flyingbear/flyingbear_global_0.32_draft.inst.cfg @@ -0,0 +1,18 @@ +[general] +version = 4 +name = Draft Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +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/flyingbear/hips/nozzle_0.2/HIPS_w0.2_h0.08_ultra.inst.cfg b/resources/quality/flyingbear/hips/nozzle_0.2/HIPS_w0.2_h0.08_ultra.inst.cfg new file mode 100644 index 0000000000..5f4a0f9d5d --- /dev/null +++ b/resources/quality/flyingbear/hips/nozzle_0.2/HIPS_w0.2_h0.08_ultra.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Ultra Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = ultra +material = generic_hips +variant = 0.2mm Nozzle + +[values] +wall_thickness = =line_width*8 diff --git a/resources/quality/flyingbear/hips/nozzle_0.2/HIPS_w0.2_h0.12_super.inst.cfg b/resources/quality/flyingbear/hips/nozzle_0.2/HIPS_w0.2_h0.12_super.inst.cfg new file mode 100644 index 0000000000..9e3df835ca --- /dev/null +++ b/resources/quality/flyingbear/hips/nozzle_0.2/HIPS_w0.2_h0.12_super.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Super Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = super +material = generic_hips +variant = 0.2mm Nozzle + +[values] +wall_thickness = =line_width*8 diff --git a/resources/quality/flyingbear/hips/nozzle_0.3/HIPS_w0.3_h0.12_super.inst.cfg b/resources/quality/flyingbear/hips/nozzle_0.3/HIPS_w0.3_h0.12_super.inst.cfg new file mode 100644 index 0000000000..9cca88f0d8 --- /dev/null +++ b/resources/quality/flyingbear/hips/nozzle_0.3/HIPS_w0.3_h0.12_super.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Super Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = super +material = generic_hips +variant = 0.3mm Nozzle + +[values] +wall_thickness = =line_width*4 diff --git a/resources/quality/flyingbear/hips/nozzle_0.3/HIPS_w0.3_h0.16_adaptive.inst.cfg b/resources/quality/flyingbear/hips/nozzle_0.3/HIPS_w0.3_h0.16_adaptive.inst.cfg new file mode 100644 index 0000000000..14080b5613 --- /dev/null +++ b/resources/quality/flyingbear/hips/nozzle_0.3/HIPS_w0.3_h0.16_adaptive.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Dynamic Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = adaptive +material = generic_hips +variant = 0.3mm Nozzle + +[values] +wall_thickness = =line_width*4 diff --git a/resources/quality/flyingbear/hips/nozzle_0.3/HIPS_w0.3_h0.20_standard.inst.cfg b/resources/quality/flyingbear/hips/nozzle_0.3/HIPS_w0.3_h0.20_standard.inst.cfg new file mode 100644 index 0000000000..adf9430314 --- /dev/null +++ b/resources/quality/flyingbear/hips/nozzle_0.3/HIPS_w0.3_h0.20_standard.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Standard Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = normal +material = generic_hips +variant = 0.3mm Nozzle + +[values] +wall_thickness = =line_width*4 diff --git a/resources/quality/flyingbear/hips/nozzle_0.3/HIPS_w0.3_h0.28_low.inst.cfg b/resources/quality/flyingbear/hips/nozzle_0.3/HIPS_w0.3_h0.28_low.inst.cfg new file mode 100644 index 0000000000..9451f94734 --- /dev/null +++ b/resources/quality/flyingbear/hips/nozzle_0.3/HIPS_w0.3_h0.28_low.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Low Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = low +material = generic_hips +variant = 0.3mm Nozzle + +[values] +wall_thickness = =line_width*4 diff --git a/resources/quality/flyingbear/hips/nozzle_0.4/HIPS_w0.4_h0.12_super.inst.cfg b/resources/quality/flyingbear/hips/nozzle_0.4/HIPS_w0.4_h0.12_super.inst.cfg new file mode 100644 index 0000000000..8025e2aa8d --- /dev/null +++ b/resources/quality/flyingbear/hips/nozzle_0.4/HIPS_w0.4_h0.12_super.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Super Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = super +material = generic_hips +variant = 0.4mm Nozzle + +[values] +wall_thickness = =line_width*4 diff --git a/resources/quality/flyingbear/hips/nozzle_0.4/HIPS_w0.4_h0.16_adaptive.inst.cfg b/resources/quality/flyingbear/hips/nozzle_0.4/HIPS_w0.4_h0.16_adaptive.inst.cfg new file mode 100644 index 0000000000..c72295b388 --- /dev/null +++ b/resources/quality/flyingbear/hips/nozzle_0.4/HIPS_w0.4_h0.16_adaptive.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Dynamic Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = adaptive +material = generic_hips +variant = 0.4mm Nozzle + +[values] +wall_thickness = =line_width*4 diff --git a/resources/quality/flyingbear/hips/nozzle_0.4/HIPS_w0.4_h0.20_standard.inst.cfg b/resources/quality/flyingbear/hips/nozzle_0.4/HIPS_w0.4_h0.20_standard.inst.cfg new file mode 100644 index 0000000000..248c58b673 --- /dev/null +++ b/resources/quality/flyingbear/hips/nozzle_0.4/HIPS_w0.4_h0.20_standard.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Standard Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = normal +material = generic_hips +variant = 0.4mm Nozzle + +[values] +wall_thickness = =line_width*4 diff --git a/resources/quality/flyingbear/hips/nozzle_0.4/HIPS_w0.4_h0.28_low.inst.cfg b/resources/quality/flyingbear/hips/nozzle_0.4/HIPS_w0.4_h0.28_low.inst.cfg new file mode 100644 index 0000000000..afc0cd0aeb --- /dev/null +++ b/resources/quality/flyingbear/hips/nozzle_0.4/HIPS_w0.4_h0.28_low.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Low Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = low +material = generic_hips +variant = 0.4mm Nozzle + +[values] +wall_thickness = =line_width*4 diff --git a/resources/quality/flyingbear/hips/nozzle_0.5/HIPS_w0.5_h0.12_super.inst.cfg b/resources/quality/flyingbear/hips/nozzle_0.5/HIPS_w0.5_h0.12_super.inst.cfg new file mode 100644 index 0000000000..8b1256386a --- /dev/null +++ b/resources/quality/flyingbear/hips/nozzle_0.5/HIPS_w0.5_h0.12_super.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Super Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = super +material = generic_hips +variant = 0.5mm Nozzle + +[values] +wall_thickness = =line_width*4 diff --git a/resources/quality/flyingbear/hips/nozzle_0.5/HIPS_w0.5_h0.16_adaptive.inst.cfg b/resources/quality/flyingbear/hips/nozzle_0.5/HIPS_w0.5_h0.16_adaptive.inst.cfg new file mode 100644 index 0000000000..2e4123c77b --- /dev/null +++ b/resources/quality/flyingbear/hips/nozzle_0.5/HIPS_w0.5_h0.16_adaptive.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Dynamic Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = adaptive +material = generic_hips +variant = 0.5mm Nozzle + +[values] +wall_thickness = =line_width*4 diff --git a/resources/quality/flyingbear/hips/nozzle_0.5/HIPS_w0.5_h0.20_standard.inst.cfg b/resources/quality/flyingbear/hips/nozzle_0.5/HIPS_w0.5_h0.20_standard.inst.cfg new file mode 100644 index 0000000000..ff237503d2 --- /dev/null +++ b/resources/quality/flyingbear/hips/nozzle_0.5/HIPS_w0.5_h0.20_standard.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Standard Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = normal +material = generic_hips +variant = 0.5mm Nozzle + +[values] +wall_thickness = =line_width*4 diff --git a/resources/quality/flyingbear/hips/nozzle_0.5/HIPS_w0.5_h0.28_low.inst.cfg b/resources/quality/flyingbear/hips/nozzle_0.5/HIPS_w0.5_h0.28_low.inst.cfg new file mode 100644 index 0000000000..3c71290642 --- /dev/null +++ b/resources/quality/flyingbear/hips/nozzle_0.5/HIPS_w0.5_h0.28_low.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Low Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = low +material = generic_hips +variant = 0.5mm Nozzle + +[values] +wall_thickness = =line_width*4 diff --git a/resources/quality/flyingbear/hips/nozzle_0.6/HIPS_w0.6_h0.20_standard.inst.cfg b/resources/quality/flyingbear/hips/nozzle_0.6/HIPS_w0.6_h0.20_standard.inst.cfg new file mode 100644 index 0000000000..f7178dd6e9 --- /dev/null +++ b/resources/quality/flyingbear/hips/nozzle_0.6/HIPS_w0.6_h0.20_standard.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Standard Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = normal +material = generic_hips +variant = 0.6mm Nozzle + +[values] +wall_thickness = =line_width*3 diff --git a/resources/quality/flyingbear/hips/nozzle_0.8/HIPS_w0.8_h0.32_draft.inst.cfg b/resources/quality/flyingbear/hips/nozzle_0.8/HIPS_w0.8_h0.32_draft.inst.cfg new file mode 100644 index 0000000000..868667b74c --- /dev/null +++ b/resources/quality/flyingbear/hips/nozzle_0.8/HIPS_w0.8_h0.32_draft.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Draft Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = draft +material = generic_hips +variant = 0.8mm Nozzle + +[values] +wall_thickness = =line_width*3 diff --git a/resources/quality/flyingbear/hips/nozzle_1.0/HIPS_w1.0_h0.32_draft.inst.cfg b/resources/quality/flyingbear/hips/nozzle_1.0/HIPS_w1.0_h0.32_draft.inst.cfg new file mode 100644 index 0000000000..d6fcb1330f --- /dev/null +++ b/resources/quality/flyingbear/hips/nozzle_1.0/HIPS_w1.0_h0.32_draft.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Draft Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = draft +material = generic_hips +variant = 1.0mm Nozzle + +[values] +wall_thickness = =line_width*3 diff --git a/resources/quality/flyingbear/petg/nozzle_0.2/PETG_w0.2_h0.08_ultra.inst.cfg b/resources/quality/flyingbear/petg/nozzle_0.2/PETG_w0.2_h0.08_ultra.inst.cfg new file mode 100644 index 0000000000..9677a8338b --- /dev/null +++ b/resources/quality/flyingbear/petg/nozzle_0.2/PETG_w0.2_h0.08_ultra.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Ultra Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = ultra +material = generic_petg +variant = 0.2mm Nozzle + +[values] +speed_layer_0 = 15 +wall_thickness = =line_width*8 diff --git a/resources/quality/flyingbear/petg/nozzle_0.2/PETG_w0.2_h0.12_super.inst.cfg b/resources/quality/flyingbear/petg/nozzle_0.2/PETG_w0.2_h0.12_super.inst.cfg new file mode 100644 index 0000000000..00d8614331 --- /dev/null +++ b/resources/quality/flyingbear/petg/nozzle_0.2/PETG_w0.2_h0.12_super.inst.cfg @@ -0,0 +1,16 @@ +[general] +version = 4 +name = Super Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = super +material = generic_petg +variant = 0.2mm Nozzle + +[values] +speed_layer_0 = 15 +wall_thickness = =line_width*8 + diff --git a/resources/quality/flyingbear/petg/nozzle_0.3/PETG_w0.3_h0.12_super.inst.cfg b/resources/quality/flyingbear/petg/nozzle_0.3/PETG_w0.3_h0.12_super.inst.cfg new file mode 100644 index 0000000000..cb2ffdb84b --- /dev/null +++ b/resources/quality/flyingbear/petg/nozzle_0.3/PETG_w0.3_h0.12_super.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Super Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = super +material = generic_petg +variant = 0.3mm Nozzle + +[values] +speed_layer_0 = 15 +wall_thickness = =line_width*4 diff --git a/resources/quality/flyingbear/petg/nozzle_0.3/PETG_w0.3_h0.16_adaptive.inst.cfg b/resources/quality/flyingbear/petg/nozzle_0.3/PETG_w0.3_h0.16_adaptive.inst.cfg new file mode 100644 index 0000000000..19b9944bb2 --- /dev/null +++ b/resources/quality/flyingbear/petg/nozzle_0.3/PETG_w0.3_h0.16_adaptive.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Dynamic Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = adaptive +material = generic_petg +variant = 0.3mm Nozzle + +[values] +speed_layer_0 = 15 +wall_thickness = =line_width*4 diff --git a/resources/quality/flyingbear/petg/nozzle_0.3/PETG_w0.3_h0.20_standard.inst.cfg b/resources/quality/flyingbear/petg/nozzle_0.3/PETG_w0.3_h0.20_standard.inst.cfg new file mode 100644 index 0000000000..d9f457d8a9 --- /dev/null +++ b/resources/quality/flyingbear/petg/nozzle_0.3/PETG_w0.3_h0.20_standard.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Standard Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = normal +material = generic_petg +variant = 0.3mm Nozzle + +[values] +speed_layer_0 = 15 +wall_thickness = =line_width*4 diff --git a/resources/quality/flyingbear/petg/nozzle_0.3/PETG_w0.3_h0.28_low.inst.cfg b/resources/quality/flyingbear/petg/nozzle_0.3/PETG_w0.3_h0.28_low.inst.cfg new file mode 100644 index 0000000000..8bab4e66c3 --- /dev/null +++ b/resources/quality/flyingbear/petg/nozzle_0.3/PETG_w0.3_h0.28_low.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Low Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = low +material = generic_petg +variant = 0.3mm Nozzle + +[values] +speed_layer_0 = 15 +wall_thickness = =line_width*4 diff --git a/resources/quality/flyingbear/petg/nozzle_0.4/PETG_w0.4_h0.12_super.inst.cfg b/resources/quality/flyingbear/petg/nozzle_0.4/PETG_w0.4_h0.12_super.inst.cfg new file mode 100644 index 0000000000..4ab3316f3e --- /dev/null +++ b/resources/quality/flyingbear/petg/nozzle_0.4/PETG_w0.4_h0.12_super.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Super Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = super +material = generic_petg +variant = 0.4mm Nozzle + +[values] +speed_layer_0 = 15 +wall_thickness = =line_width*4 diff --git a/resources/quality/flyingbear/petg/nozzle_0.4/PETG_w0.4_h0.16_adaptive.inst.cfg b/resources/quality/flyingbear/petg/nozzle_0.4/PETG_w0.4_h0.16_adaptive.inst.cfg new file mode 100644 index 0000000000..b83ff4e7a0 --- /dev/null +++ b/resources/quality/flyingbear/petg/nozzle_0.4/PETG_w0.4_h0.16_adaptive.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Dynamic Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = adaptive +material = generic_petg +variant = 0.4mm Nozzle + +[values] +speed_layer_0 = 15 +wall_thickness = =line_width*4 diff --git a/resources/quality/flyingbear/petg/nozzle_0.4/PETG_w0.4_h0.20_standard.inst.cfg b/resources/quality/flyingbear/petg/nozzle_0.4/PETG_w0.4_h0.20_standard.inst.cfg new file mode 100644 index 0000000000..8178a87aa4 --- /dev/null +++ b/resources/quality/flyingbear/petg/nozzle_0.4/PETG_w0.4_h0.20_standard.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Standard Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = normal +material = generic_petg +variant = 0.4mm Nozzle + +[values] +speed_layer_0 = 15 +wall_thickness = =line_width*4 diff --git a/resources/quality/flyingbear/petg/nozzle_0.4/PETG_w0.4_h0.28_low.inst.cfg b/resources/quality/flyingbear/petg/nozzle_0.4/PETG_w0.4_h0.28_low.inst.cfg new file mode 100644 index 0000000000..b0c17f876e --- /dev/null +++ b/resources/quality/flyingbear/petg/nozzle_0.4/PETG_w0.4_h0.28_low.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Low Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = low +material = generic_petg +variant = 0.4mm Nozzle + +[values] +speed_layer_0 = 15 +wall_thickness = =line_width*4 diff --git a/resources/quality/flyingbear/petg/nozzle_0.5/PETG_w0.5_h0.12_super.inst.cfg b/resources/quality/flyingbear/petg/nozzle_0.5/PETG_w0.5_h0.12_super.inst.cfg new file mode 100644 index 0000000000..c1a290e8b4 --- /dev/null +++ b/resources/quality/flyingbear/petg/nozzle_0.5/PETG_w0.5_h0.12_super.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Super Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = super +material = generic_petg +variant = 0.5mm Nozzle + +[values] +speed_layer_0 = 15 +wall_thickness = =line_width*4 diff --git a/resources/quality/flyingbear/petg/nozzle_0.5/PETG_w0.5_h0.16_adaptive.inst.cfg b/resources/quality/flyingbear/petg/nozzle_0.5/PETG_w0.5_h0.16_adaptive.inst.cfg new file mode 100644 index 0000000000..1496594fa3 --- /dev/null +++ b/resources/quality/flyingbear/petg/nozzle_0.5/PETG_w0.5_h0.16_adaptive.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Dynamic Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = adaptive +material = generic_petg +variant = 0.5mm Nozzle + +[values] +speed_layer_0 = 15 +wall_thickness = =line_width*4 diff --git a/resources/quality/flyingbear/petg/nozzle_0.5/PETG_w0.5_h0.20_standard.inst.cfg b/resources/quality/flyingbear/petg/nozzle_0.5/PETG_w0.5_h0.20_standard.inst.cfg new file mode 100644 index 0000000000..bded04be75 --- /dev/null +++ b/resources/quality/flyingbear/petg/nozzle_0.5/PETG_w0.5_h0.20_standard.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Standard Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = normal +material = generic_petg +variant = 0.5mm Nozzle + +[values] +speed_layer_0 = 15 +wall_thickness = =line_width*4 diff --git a/resources/quality/flyingbear/petg/nozzle_0.5/PETG_w0.5_h0.28_low.inst.cfg b/resources/quality/flyingbear/petg/nozzle_0.5/PETG_w0.5_h0.28_low.inst.cfg new file mode 100644 index 0000000000..266e92a28c --- /dev/null +++ b/resources/quality/flyingbear/petg/nozzle_0.5/PETG_w0.5_h0.28_low.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Low Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = low +material = generic_petg +variant = 0.5mm Nozzle + +[values] +speed_layer_0 = 15 +wall_thickness = =line_width*4 diff --git a/resources/quality/flyingbear/petg/nozzle_0.6/PETG_w0.6_h0.20_standard.inst.cfg b/resources/quality/flyingbear/petg/nozzle_0.6/PETG_w0.6_h0.20_standard.inst.cfg new file mode 100644 index 0000000000..e93fc0de13 --- /dev/null +++ b/resources/quality/flyingbear/petg/nozzle_0.6/PETG_w0.6_h0.20_standard.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Standard Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = normal +material = generic_petg +variant = 0.6mm Nozzle + +[values] +speed_layer_0 = 15 +wall_thickness = =line_width*3 diff --git a/resources/quality/flyingbear/petg/nozzle_0.8/PETG_w0.8_h0.32_draft.inst.cfg b/resources/quality/flyingbear/petg/nozzle_0.8/PETG_w0.8_h0.32_draft.inst.cfg new file mode 100644 index 0000000000..a020de8c13 --- /dev/null +++ b/resources/quality/flyingbear/petg/nozzle_0.8/PETG_w0.8_h0.32_draft.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Draft Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = draft +material = generic_petg +variant = 0.8mm Nozzle + +[values] +speed_layer_0 = 15 +wall_thickness = =line_width*3 diff --git a/resources/quality/flyingbear/petg/nozzle_1.0/PETG_w1.0_h0.32_draft.inst.cfg b/resources/quality/flyingbear/petg/nozzle_1.0/PETG_w1.0_h0.32_draft.inst.cfg new file mode 100644 index 0000000000..a2c22f58f6 --- /dev/null +++ b/resources/quality/flyingbear/petg/nozzle_1.0/PETG_w1.0_h0.32_draft.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Draft Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = draft +material = generic_petg +variant = 1.0mm Nozzle + +[values] +speed_layer_0 = 15 +wall_thickness = =line_width*3 diff --git a/resources/quality/flyingbear/pla/nozzle_0.2/PLA_w0.2_h0.08_ultra.inst.cfg b/resources/quality/flyingbear/pla/nozzle_0.2/PLA_w0.2_h0.08_ultra.inst.cfg new file mode 100644 index 0000000000..577f85dad0 --- /dev/null +++ b/resources/quality/flyingbear/pla/nozzle_0.2/PLA_w0.2_h0.08_ultra.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Ultra Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = ultra +material = generic_pla +variant = 0.2mm Nozzle + +[values] diff --git a/resources/quality/flyingbear/pla/nozzle_0.2/PLA_w0.2_h0.12_super.inst.cfg b/resources/quality/flyingbear/pla/nozzle_0.2/PLA_w0.2_h0.12_super.inst.cfg new file mode 100644 index 0000000000..05089a5630 --- /dev/null +++ b/resources/quality/flyingbear/pla/nozzle_0.2/PLA_w0.2_h0.12_super.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Super Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = super +material = generic_pla +variant = 0.2mm Nozzle + +[values] diff --git a/resources/quality/flyingbear/pla/nozzle_0.3/PLA_w0.3_h0.12_super.inst.cfg b/resources/quality/flyingbear/pla/nozzle_0.3/PLA_w0.3_h0.12_super.inst.cfg new file mode 100644 index 0000000000..730bf2a66a --- /dev/null +++ b/resources/quality/flyingbear/pla/nozzle_0.3/PLA_w0.3_h0.12_super.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Super Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = super +material = generic_pla +variant = 0.3mm Nozzle + +[values] diff --git a/resources/quality/flyingbear/pla/nozzle_0.3/PLA_w0.3_h0.16_adaptive.inst.cfg b/resources/quality/flyingbear/pla/nozzle_0.3/PLA_w0.3_h0.16_adaptive.inst.cfg new file mode 100644 index 0000000000..e3f7800cd6 --- /dev/null +++ b/resources/quality/flyingbear/pla/nozzle_0.3/PLA_w0.3_h0.16_adaptive.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Dynamic Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = adaptive +material = generic_pla +variant = 0.3mm Nozzle + +[values] diff --git a/resources/quality/flyingbear/pla/nozzle_0.3/PLA_w0.3_h0.20_standard.inst.cfg b/resources/quality/flyingbear/pla/nozzle_0.3/PLA_w0.3_h0.20_standard.inst.cfg new file mode 100644 index 0000000000..5ea645b950 --- /dev/null +++ b/resources/quality/flyingbear/pla/nozzle_0.3/PLA_w0.3_h0.20_standard.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Standard Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = normal +material = generic_pla +variant = 0.3mm Nozzle + +[values] diff --git a/resources/quality/flyingbear/pla/nozzle_0.3/PLA_w0.3_h0.28_low.inst.cfg b/resources/quality/flyingbear/pla/nozzle_0.3/PLA_w0.3_h0.28_low.inst.cfg new file mode 100644 index 0000000000..97b98117f5 --- /dev/null +++ b/resources/quality/flyingbear/pla/nozzle_0.3/PLA_w0.3_h0.28_low.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Low Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = low +material = generic_pla +variant = 0.3mm Nozzle + +[values] diff --git a/resources/quality/flyingbear/pla/nozzle_0.4/PLA_w0.4_h0.12_super.inst.cfg b/resources/quality/flyingbear/pla/nozzle_0.4/PLA_w0.4_h0.12_super.inst.cfg new file mode 100644 index 0000000000..2eb0e3065e --- /dev/null +++ b/resources/quality/flyingbear/pla/nozzle_0.4/PLA_w0.4_h0.12_super.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Super Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = super +material = generic_pla +variant = 0.4mm Nozzle + +[values] diff --git a/resources/quality/flyingbear/pla/nozzle_0.4/PLA_w0.4_h0.16_adaptive.inst.cfg b/resources/quality/flyingbear/pla/nozzle_0.4/PLA_w0.4_h0.16_adaptive.inst.cfg new file mode 100644 index 0000000000..1d9a426ca1 --- /dev/null +++ b/resources/quality/flyingbear/pla/nozzle_0.4/PLA_w0.4_h0.16_adaptive.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Dynamic Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = adaptive +material = generic_pla +variant = 0.4mm Nozzle + +[values] diff --git a/resources/quality/flyingbear/pla/nozzle_0.4/PLA_w0.4_h0.20_standard.inst.cfg b/resources/quality/flyingbear/pla/nozzle_0.4/PLA_w0.4_h0.20_standard.inst.cfg new file mode 100644 index 0000000000..88fcd5b104 --- /dev/null +++ b/resources/quality/flyingbear/pla/nozzle_0.4/PLA_w0.4_h0.20_standard.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Standard Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = normal +material = generic_pla +variant = 0.4mm Nozzle + +[values] diff --git a/resources/quality/flyingbear/pla/nozzle_0.4/PLA_w0.4_h0.28_low.inst.cfg b/resources/quality/flyingbear/pla/nozzle_0.4/PLA_w0.4_h0.28_low.inst.cfg new file mode 100644 index 0000000000..44e5f85a4d --- /dev/null +++ b/resources/quality/flyingbear/pla/nozzle_0.4/PLA_w0.4_h0.28_low.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Low Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = low +material = generic_pla +variant = 0.4mm Nozzle + +[values] diff --git a/resources/quality/flyingbear/pla/nozzle_0.5/PLA_w0.5_h0.12_super.inst.cfg b/resources/quality/flyingbear/pla/nozzle_0.5/PLA_w0.5_h0.12_super.inst.cfg new file mode 100644 index 0000000000..00c7fea7d7 --- /dev/null +++ b/resources/quality/flyingbear/pla/nozzle_0.5/PLA_w0.5_h0.12_super.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Super Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = super +material = generic_pla +variant = 0.5mm Nozzle + +[values] diff --git a/resources/quality/flyingbear/pla/nozzle_0.5/PLA_w0.5_h0.16_adaptive.inst.cfg b/resources/quality/flyingbear/pla/nozzle_0.5/PLA_w0.5_h0.16_adaptive.inst.cfg new file mode 100644 index 0000000000..f738a5876b --- /dev/null +++ b/resources/quality/flyingbear/pla/nozzle_0.5/PLA_w0.5_h0.16_adaptive.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Dynamic Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = adaptive +material = generic_pla +variant = 0.5mm Nozzle + +[values] diff --git a/resources/quality/flyingbear/pla/nozzle_0.5/PLA_w0.5_h0.20_standard.inst.cfg b/resources/quality/flyingbear/pla/nozzle_0.5/PLA_w0.5_h0.20_standard.inst.cfg new file mode 100644 index 0000000000..5ba020e35b --- /dev/null +++ b/resources/quality/flyingbear/pla/nozzle_0.5/PLA_w0.5_h0.20_standard.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Standard Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = normal +material = generic_pla +variant = 0.5mm Nozzle + +[values] diff --git a/resources/quality/flyingbear/pla/nozzle_0.5/PLA_w0.5_h0.28_low.inst.cfg b/resources/quality/flyingbear/pla/nozzle_0.5/PLA_w0.5_h0.28_low.inst.cfg new file mode 100644 index 0000000000..12e725d43f --- /dev/null +++ b/resources/quality/flyingbear/pla/nozzle_0.5/PLA_w0.5_h0.28_low.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Low Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = low +material = generic_pla +variant = 0.5mm Nozzle + +[values] diff --git a/resources/quality/flyingbear/pla/nozzle_0.6/PLA_w0.6_h0.20_standard.inst.cfg b/resources/quality/flyingbear/pla/nozzle_0.6/PLA_w0.6_h0.20_standard.inst.cfg new file mode 100644 index 0000000000..cc7cd935eb --- /dev/null +++ b/resources/quality/flyingbear/pla/nozzle_0.6/PLA_w0.6_h0.20_standard.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Standard Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = normal +material = generic_pla +variant = 0.6mm Nozzle + +[values] diff --git a/resources/quality/flyingbear/pla/nozzle_0.6/PLA_w0.6_h0.28_low.inst.cfg b/resources/quality/flyingbear/pla/nozzle_0.6/PLA_w0.6_h0.28_low.inst.cfg new file mode 100644 index 0000000000..4fccd6c8e8 --- /dev/null +++ b/resources/quality/flyingbear/pla/nozzle_0.6/PLA_w0.6_h0.28_low.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Low Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = low +material = generic_pla +variant = 0.6mm Nozzle + +[values] diff --git a/resources/quality/flyingbear/pla/nozzle_0.6/PLA_w0.6_h0.32_draft.inst.cfg b/resources/quality/flyingbear/pla/nozzle_0.6/PLA_w0.6_h0.32_draft.inst.cfg new file mode 100644 index 0000000000..8240b0648d --- /dev/null +++ b/resources/quality/flyingbear/pla/nozzle_0.6/PLA_w0.6_h0.32_draft.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Draft Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = draft +material = generic_pla +variant = 0.6mm Nozzle + +[values] diff --git a/resources/quality/flyingbear/pla/nozzle_0.8/PLA_w0.8_h0.32_draft.inst.cfg b/resources/quality/flyingbear/pla/nozzle_0.8/PLA_w0.8_h0.32_draft.inst.cfg new file mode 100644 index 0000000000..bda3926c6b --- /dev/null +++ b/resources/quality/flyingbear/pla/nozzle_0.8/PLA_w0.8_h0.32_draft.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Draft Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = draft +material = generic_pla +variant = 0.8mm Nozzle + +[values] diff --git a/resources/quality/flyingbear/pla/nozzle_1.0/PLA_w1.0_h0.32_draft.inst.cfg b/resources/quality/flyingbear/pla/nozzle_1.0/PLA_w1.0_h0.32_draft.inst.cfg new file mode 100644 index 0000000000..5844dba78d --- /dev/null +++ b/resources/quality/flyingbear/pla/nozzle_1.0/PLA_w1.0_h0.32_draft.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Draft Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = draft +material = generic_pla +variant = 1.0mm Nozzle + +[values] diff --git a/resources/quality/flyingbear/pla_pro/nozzle_0.2/PLA_PRO_w0.2_h0.08_ultra.inst.cfg b/resources/quality/flyingbear/pla_pro/nozzle_0.2/PLA_PRO_w0.2_h0.08_ultra.inst.cfg new file mode 100644 index 0000000000..3313083fdd --- /dev/null +++ b/resources/quality/flyingbear/pla_pro/nozzle_0.2/PLA_PRO_w0.2_h0.08_ultra.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Ultra Quality +definition = flyingbear_base + +[metadata] +setting_version = 9 +type = quality +quality_type = ultra +material = eSUN_PLA_PRO +variant = 0.2mm Nozzle + +[values] diff --git a/resources/quality/flyingbear/pla_pro/nozzle_0.2/PLA_PRO_w0.2_h0.12_super.inst.cfg b/resources/quality/flyingbear/pla_pro/nozzle_0.2/PLA_PRO_w0.2_h0.12_super.inst.cfg new file mode 100644 index 0000000000..03da49c0b1 --- /dev/null +++ b/resources/quality/flyingbear/pla_pro/nozzle_0.2/PLA_PRO_w0.2_h0.12_super.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Super Quality +definition = flyingbear_base + +[metadata] +setting_version = 9 +type = quality +quality_type = super +material = eSUN_PLA_PRO +variant = 0.2mm Nozzle + +[values] diff --git a/resources/quality/flyingbear/pla_pro/nozzle_0.3/PLA_PRO_w0.3_h0.12_super.inst.cfg b/resources/quality/flyingbear/pla_pro/nozzle_0.3/PLA_PRO_w0.3_h0.12_super.inst.cfg new file mode 100644 index 0000000000..e1d9438ad4 --- /dev/null +++ b/resources/quality/flyingbear/pla_pro/nozzle_0.3/PLA_PRO_w0.3_h0.12_super.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Super Quality +definition = flyingbear_base + +[metadata] +setting_version = 9 +type = quality +quality_type = super +material = eSUN_PLA_PRO +variant = 0.3mm Nozzle + +[values] diff --git a/resources/quality/flyingbear/pla_pro/nozzle_0.3/PLA_PRO_w0.3_h0.16_adaptive.inst.cfg b/resources/quality/flyingbear/pla_pro/nozzle_0.3/PLA_PRO_w0.3_h0.16_adaptive.inst.cfg new file mode 100644 index 0000000000..eeb01431e5 --- /dev/null +++ b/resources/quality/flyingbear/pla_pro/nozzle_0.3/PLA_PRO_w0.3_h0.16_adaptive.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Dynamic Quality +definition = flyingbear_base + +[metadata] +setting_version = 9 +type = quality +quality_type = adaptive +material = eSUN_PLA_PRO +variant = 0.3mm Nozzle + +[values] diff --git a/resources/quality/flyingbear/pla_pro/nozzle_0.3/PLA_PRO_w0.3_h0.20_standard.inst.cfg b/resources/quality/flyingbear/pla_pro/nozzle_0.3/PLA_PRO_w0.3_h0.20_standard.inst.cfg new file mode 100644 index 0000000000..d5262b22af --- /dev/null +++ b/resources/quality/flyingbear/pla_pro/nozzle_0.3/PLA_PRO_w0.3_h0.20_standard.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Standard Quality +definition = flyingbear_base + +[metadata] +setting_version = 9 +type = quality +quality_type = normal +material = eSUN_PLA_PRO +variant = 0.3mm Nozzle + +[values] diff --git a/resources/quality/flyingbear/pla_pro/nozzle_0.3/PLA_PRO_w0.3_h0.28_low.inst.cfg b/resources/quality/flyingbear/pla_pro/nozzle_0.3/PLA_PRO_w0.3_h0.28_low.inst.cfg new file mode 100644 index 0000000000..01fc81dc9b --- /dev/null +++ b/resources/quality/flyingbear/pla_pro/nozzle_0.3/PLA_PRO_w0.3_h0.28_low.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Low Quality +definition = flyingbear_base + +[metadata] +setting_version = 9 +type = quality +quality_type = low +material = eSUN_PLA_PRO +variant = 0.3mm Nozzle + +[values] diff --git a/resources/quality/flyingbear/pla_pro/nozzle_0.4/PLA_PRO_w0.4_h0.12_super.inst.cfg b/resources/quality/flyingbear/pla_pro/nozzle_0.4/PLA_PRO_w0.4_h0.12_super.inst.cfg new file mode 100644 index 0000000000..4f99d8a7ec --- /dev/null +++ b/resources/quality/flyingbear/pla_pro/nozzle_0.4/PLA_PRO_w0.4_h0.12_super.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Super Quality +definition = flyingbear_base + +[metadata] +setting_version = 9 +type = quality +quality_type = super +material = eSUN_PLA_PRO_Black +variant = 0.4mm Nozzle + +[values] diff --git a/resources/quality/flyingbear/pla_pro/nozzle_0.4/PLA_PRO_w0.4_h0.16_adaptive.inst.cfg b/resources/quality/flyingbear/pla_pro/nozzle_0.4/PLA_PRO_w0.4_h0.16_adaptive.inst.cfg new file mode 100644 index 0000000000..95d4294dfb --- /dev/null +++ b/resources/quality/flyingbear/pla_pro/nozzle_0.4/PLA_PRO_w0.4_h0.16_adaptive.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Dynamic Quality +definition = flyingbear_base + +[metadata] +setting_version = 9 +type = quality +quality_type = adaptive +material = eSUN_PLA_PRO_Black +variant = 0.4mm Nozzle + +[values] diff --git a/resources/quality/flyingbear/pla_pro/nozzle_0.4/PLA_PRO_w0.4_h0.20_standard.inst.cfg b/resources/quality/flyingbear/pla_pro/nozzle_0.4/PLA_PRO_w0.4_h0.20_standard.inst.cfg new file mode 100644 index 0000000000..7c230a68fc --- /dev/null +++ b/resources/quality/flyingbear/pla_pro/nozzle_0.4/PLA_PRO_w0.4_h0.20_standard.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Standard Quality +definition = flyingbear_base + +[metadata] +setting_version = 9 +type = quality +quality_type = normal +material = eSUN_PLA_PRO_Black +variant = 0.4mm Nozzle + +[values] diff --git a/resources/quality/flyingbear/pla_pro/nozzle_0.4/PLA_PRO_w0.4_h0.28_low.inst.cfg b/resources/quality/flyingbear/pla_pro/nozzle_0.4/PLA_PRO_w0.4_h0.28_low.inst.cfg new file mode 100644 index 0000000000..dd3c4f9881 --- /dev/null +++ b/resources/quality/flyingbear/pla_pro/nozzle_0.4/PLA_PRO_w0.4_h0.28_low.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Low Quality +definition = flyingbear_base + +[metadata] +setting_version = 9 +type = quality +quality_type = low +material = eSUN_PLA_PRO_Black +variant = 0.4mm Nozzle + +[values] diff --git a/resources/quality/flyingbear/pla_pro/nozzle_0.5/PLA_PRO_w0.5_h0.12_super.inst.cfg b/resources/quality/flyingbear/pla_pro/nozzle_0.5/PLA_PRO_w0.5_h0.12_super.inst.cfg new file mode 100644 index 0000000000..c176e0ef5b --- /dev/null +++ b/resources/quality/flyingbear/pla_pro/nozzle_0.5/PLA_PRO_w0.5_h0.12_super.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Super Quality +definition = flyingbear_base + +[metadata] +setting_version = 9 +type = quality +quality_type = super +material = eSUN_PLA_PRO +variant = 0.5mm Nozzle + +[values] diff --git a/resources/quality/flyingbear/pla_pro/nozzle_0.5/PLA_PRO_w0.5_h0.16_adaptive.inst.cfg b/resources/quality/flyingbear/pla_pro/nozzle_0.5/PLA_PRO_w0.5_h0.16_adaptive.inst.cfg new file mode 100644 index 0000000000..14ece55ef1 --- /dev/null +++ b/resources/quality/flyingbear/pla_pro/nozzle_0.5/PLA_PRO_w0.5_h0.16_adaptive.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Dynamic Quality +definition = flyingbear_base + +[metadata] +setting_version = 9 +type = quality +quality_type = adaptive +material = eSUN_PLA_PRO +variant = 0.5mm Nozzle + +[values] diff --git a/resources/quality/flyingbear/pla_pro/nozzle_0.5/PLA_PRO_w0.5_h0.20_standard.inst.cfg b/resources/quality/flyingbear/pla_pro/nozzle_0.5/PLA_PRO_w0.5_h0.20_standard.inst.cfg new file mode 100644 index 0000000000..6f1b688334 --- /dev/null +++ b/resources/quality/flyingbear/pla_pro/nozzle_0.5/PLA_PRO_w0.5_h0.20_standard.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Standard Quality +definition = flyingbear_base + +[metadata] +setting_version = 9 +type = quality +quality_type = normal +material = eSUN_PLA_PRO +variant = 0.5mm Nozzle + +[values] diff --git a/resources/quality/flyingbear/pla_pro/nozzle_0.5/PLA_PRO_w0.5_h0.28_low.inst.cfg b/resources/quality/flyingbear/pla_pro/nozzle_0.5/PLA_PRO_w0.5_h0.28_low.inst.cfg new file mode 100644 index 0000000000..4ca7dbe182 --- /dev/null +++ b/resources/quality/flyingbear/pla_pro/nozzle_0.5/PLA_PRO_w0.5_h0.28_low.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Low Quality +definition = flyingbear_base + +[metadata] +setting_version = 9 +type = quality +quality_type = low +material = eSUN_PLA_PRO +variant = 0.5mm Nozzle + +[values] diff --git a/resources/quality/flyingbear/pla_pro/nozzle_0.6/PLA_PRO_w0.6_h0.20_standard.inst.cfg b/resources/quality/flyingbear/pla_pro/nozzle_0.6/PLA_PRO_w0.6_h0.20_standard.inst.cfg new file mode 100644 index 0000000000..7cb8401ef6 --- /dev/null +++ b/resources/quality/flyingbear/pla_pro/nozzle_0.6/PLA_PRO_w0.6_h0.20_standard.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Standard Quality +definition = flyingbear_base + +[metadata] +setting_version = 9 +type = quality +quality_type = normal +material = eSUN_PLA_PRO +variant = 0.6mm Nozzle + +[values] diff --git a/resources/quality/flyingbear/pla_pro/nozzle_0.6/PLA_PRO_w0.6_h0.28_low.inst.cfg b/resources/quality/flyingbear/pla_pro/nozzle_0.6/PLA_PRO_w0.6_h0.28_low.inst.cfg new file mode 100644 index 0000000000..044b502fb8 --- /dev/null +++ b/resources/quality/flyingbear/pla_pro/nozzle_0.6/PLA_PRO_w0.6_h0.28_low.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Low Quality +definition = flyingbear_base + +[metadata] +setting_version = 9 +type = quality +quality_type = low +material = eSUN_PLA_PRO +variant = 0.6mm Nozzle + +[values] diff --git a/resources/quality/flyingbear/pla_pro/nozzle_0.6/PLA_PRO_w0.6_h0.32_draft.inst.cfg b/resources/quality/flyingbear/pla_pro/nozzle_0.6/PLA_PRO_w0.6_h0.32_draft.inst.cfg new file mode 100644 index 0000000000..9cc1a16f6c --- /dev/null +++ b/resources/quality/flyingbear/pla_pro/nozzle_0.6/PLA_PRO_w0.6_h0.32_draft.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Draft Quality +definition = flyingbear_base + +[metadata] +setting_version = 9 +type = quality +quality_type = draft +material = eSUN_PLA_PRO +variant = 0.6mm Nozzle + +[values] diff --git a/resources/quality/flyingbear/pla_pro/nozzle_0.8/PLA_PRO_w0.8_h0.32_draft.inst.cfg b/resources/quality/flyingbear/pla_pro/nozzle_0.8/PLA_PRO_w0.8_h0.32_draft.inst.cfg new file mode 100644 index 0000000000..48b1ec116d --- /dev/null +++ b/resources/quality/flyingbear/pla_pro/nozzle_0.8/PLA_PRO_w0.8_h0.32_draft.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Draft Quality +definition = flyingbear_base + +[metadata] +setting_version = 9 +type = quality +quality_type = draft +material = eSUN_PLA_PRO +variant = 0.8mm Nozzle + +[values] diff --git a/resources/quality/flyingbear/pla_pro/nozzle_1.0/PLA_PRO_w1.0_h0.32_draft.inst.cfg b/resources/quality/flyingbear/pla_pro/nozzle_1.0/PLA_PRO_w1.0_h0.32_draft.inst.cfg new file mode 100644 index 0000000000..8ded26c0f8 --- /dev/null +++ b/resources/quality/flyingbear/pla_pro/nozzle_1.0/PLA_PRO_w1.0_h0.32_draft.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Draft Quality +definition = flyingbear_base + +[metadata] +setting_version = 9 +type = quality +quality_type = draft +material = eSUN_PLA_PRO +variant = 1.0mm Nozzle + +[values] diff --git a/resources/quality/flyingbear/tpu/nozzle_0.3/TPU_w0.3_h0.12_super.inst.cfg b/resources/quality/flyingbear/tpu/nozzle_0.3/TPU_w0.3_h0.12_super.inst.cfg new file mode 100644 index 0000000000..b10ddda746 --- /dev/null +++ b/resources/quality/flyingbear/tpu/nozzle_0.3/TPU_w0.3_h0.12_super.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Super Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = super +material = generic_tpu +variant = 0.3mm Nozzle + +[values] diff --git a/resources/quality/flyingbear/tpu/nozzle_0.3/TPU_w0.3_h0.16_adaptive.inst.cfg b/resources/quality/flyingbear/tpu/nozzle_0.3/TPU_w0.3_h0.16_adaptive.inst.cfg new file mode 100644 index 0000000000..aacecd229e --- /dev/null +++ b/resources/quality/flyingbear/tpu/nozzle_0.3/TPU_w0.3_h0.16_adaptive.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Dynamic Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = adaptive +material = generic_tpu +variant = 0.3mm Nozzle + +[values] diff --git a/resources/quality/flyingbear/tpu/nozzle_0.3/TPU_w0.3_h0.20_standard.inst.cfg b/resources/quality/flyingbear/tpu/nozzle_0.3/TPU_w0.3_h0.20_standard.inst.cfg new file mode 100644 index 0000000000..fee567bba5 --- /dev/null +++ b/resources/quality/flyingbear/tpu/nozzle_0.3/TPU_w0.3_h0.20_standard.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Standard Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = normal +material = generic_tpu +variant = 0.3mm Nozzle + +[values] diff --git a/resources/quality/flyingbear/tpu/nozzle_0.4/TPU_w0.4_h0.12_super.inst.cfg b/resources/quality/flyingbear/tpu/nozzle_0.4/TPU_w0.4_h0.12_super.inst.cfg new file mode 100644 index 0000000000..99f9dc7768 --- /dev/null +++ b/resources/quality/flyingbear/tpu/nozzle_0.4/TPU_w0.4_h0.12_super.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Super Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = super +material = generic_tpu +variant = 0.4mm Nozzle + +[values] diff --git a/resources/quality/flyingbear/tpu/nozzle_0.4/TPU_w0.4_h0.16_adaptive.inst.cfg b/resources/quality/flyingbear/tpu/nozzle_0.4/TPU_w0.4_h0.16_adaptive.inst.cfg new file mode 100644 index 0000000000..cdf89c7597 --- /dev/null +++ b/resources/quality/flyingbear/tpu/nozzle_0.4/TPU_w0.4_h0.16_adaptive.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Dynamic Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = adaptive +material = generic_tpu +variant = 0.4mm Nozzle + +[values] diff --git a/resources/quality/flyingbear/tpu/nozzle_0.4/TPU_w0.4_h0.20_standard.inst.cfg b/resources/quality/flyingbear/tpu/nozzle_0.4/TPU_w0.4_h0.20_standard.inst.cfg new file mode 100644 index 0000000000..0368a5d62e --- /dev/null +++ b/resources/quality/flyingbear/tpu/nozzle_0.4/TPU_w0.4_h0.20_standard.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Standard Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = normal +material = generic_tpu +variant = 0.4mm Nozzle + +[values] diff --git a/resources/quality/flyingbear/tpu/nozzle_0.5/TPU_w0.5_h0.12_super.inst.cfg b/resources/quality/flyingbear/tpu/nozzle_0.5/TPU_w0.5_h0.12_super.inst.cfg new file mode 100644 index 0000000000..8e89b838c6 --- /dev/null +++ b/resources/quality/flyingbear/tpu/nozzle_0.5/TPU_w0.5_h0.12_super.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Super Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = super +material = generic_tpu +variant = 0.5mm Nozzle + +[values] diff --git a/resources/quality/flyingbear/tpu/nozzle_0.5/TPU_w0.5_h0.16_adaptive.inst.cfg b/resources/quality/flyingbear/tpu/nozzle_0.5/TPU_w0.5_h0.16_adaptive.inst.cfg new file mode 100644 index 0000000000..fca6c6b388 --- /dev/null +++ b/resources/quality/flyingbear/tpu/nozzle_0.5/TPU_w0.5_h0.16_adaptive.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Dynamic Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = adaptive +material = generic_tpu +variant = 0.5mm Nozzle + +[values] diff --git a/resources/quality/flyingbear/tpu/nozzle_0.5/TPU_w0.5_h0.20_standard.inst.cfg b/resources/quality/flyingbear/tpu/nozzle_0.5/TPU_w0.5_h0.20_standard.inst.cfg new file mode 100644 index 0000000000..1fad4e214c --- /dev/null +++ b/resources/quality/flyingbear/tpu/nozzle_0.5/TPU_w0.5_h0.20_standard.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Standard Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = normal +material = generic_tpu +variant = 0.5mm Nozzle + +[values] diff --git a/resources/quality/flyingbear/tpu/nozzle_0.6/TPU_w0.6_h0.20_standard.inst.cfg b/resources/quality/flyingbear/tpu/nozzle_0.6/TPU_w0.6_h0.20_standard.inst.cfg new file mode 100644 index 0000000000..8c2a776f7b --- /dev/null +++ b/resources/quality/flyingbear/tpu/nozzle_0.6/TPU_w0.6_h0.20_standard.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Standard Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = normal +material = generic_tpu +variant = 0.6mm Nozzle + +[values] diff --git a/resources/quality/flyingbear/tpu/nozzle_0.8/TPU_w0.8_h0.32_draft.inst.cfg b/resources/quality/flyingbear/tpu/nozzle_0.8/TPU_w0.8_h0.32_draft.inst.cfg new file mode 100644 index 0000000000..47b4d85cd3 --- /dev/null +++ b/resources/quality/flyingbear/tpu/nozzle_0.8/TPU_w0.8_h0.32_draft.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Draft Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = draft +material = generic_tpu +variant = 0.8mm Nozzle + +[values] diff --git a/resources/quality/flyingbear/tpu/nozzle_1.0/TPU_w1.0_h0.32_draft.inst.cfg b/resources/quality/flyingbear/tpu/nozzle_1.0/TPU_w1.0_h0.32_draft.inst.cfg new file mode 100644 index 0000000000..8733ad42b8 --- /dev/null +++ b/resources/quality/flyingbear/tpu/nozzle_1.0/TPU_w1.0_h0.32_draft.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 4 +name = Draft Quality +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = quality +quality_type = draft +material = generic_tpu +variant = 1.0mm Nozzle + +[values] diff --git a/resources/variants/flyingbear_base_0.2.inst.cfg b/resources/variants/flyingbear_base_0.2.inst.cfg new file mode 100644 index 0000000000..5f84c5e1b5 --- /dev/null +++ b/resources/variants/flyingbear_base_0.2.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.2mm Nozzle +version = 4 +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.2 diff --git a/resources/variants/flyingbear_base_0.3.inst.cfg b/resources/variants/flyingbear_base_0.3.inst.cfg new file mode 100644 index 0000000000..be71adc8d8 --- /dev/null +++ b/resources/variants/flyingbear_base_0.3.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.3mm Nozzle +version = 4 +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.3 diff --git a/resources/variants/flyingbear_base_0.4.inst.cfg b/resources/variants/flyingbear_base_0.4.inst.cfg new file mode 100644 index 0000000000..5df01f3ce6 --- /dev/null +++ b/resources/variants/flyingbear_base_0.4.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.4mm Nozzle +version = 4 +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.4 diff --git a/resources/variants/flyingbear_base_0.5.inst.cfg b/resources/variants/flyingbear_base_0.5.inst.cfg new file mode 100644 index 0000000000..d76d19541c --- /dev/null +++ b/resources/variants/flyingbear_base_0.5.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.5mm Nozzle +version = 4 +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.5 diff --git a/resources/variants/flyingbear_base_0.6.inst.cfg b/resources/variants/flyingbear_base_0.6.inst.cfg new file mode 100644 index 0000000000..77d4a2371d --- /dev/null +++ b/resources/variants/flyingbear_base_0.6.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.6mm Nozzle +version = 4 +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.6 diff --git a/resources/variants/flyingbear_base_0.8.inst.cfg b/resources/variants/flyingbear_base_0.8.inst.cfg new file mode 100644 index 0000000000..0fe7f6b92f --- /dev/null +++ b/resources/variants/flyingbear_base_0.8.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.8mm Nozzle +version = 4 +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.8 diff --git a/resources/variants/flyingbear_base_1.0.inst.cfg b/resources/variants/flyingbear_base_1.0.inst.cfg new file mode 100644 index 0000000000..e56ca100a8 --- /dev/null +++ b/resources/variants/flyingbear_base_1.0.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 1.0mm Nozzle +version = 4 +definition = flyingbear_base + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 1.0 diff --git a/resources/variants/flyingbear_ghost_4s_0.2.inst.cfg b/resources/variants/flyingbear_ghost_4s_0.2.inst.cfg new file mode 100644 index 0000000000..386f83f656 --- /dev/null +++ b/resources/variants/flyingbear_ghost_4s_0.2.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.2mm Nozzle +version = 4 +definition = flyingbear_ghost_4s + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.2 diff --git a/resources/variants/flyingbear_ghost_4s_0.3.inst.cfg b/resources/variants/flyingbear_ghost_4s_0.3.inst.cfg new file mode 100644 index 0000000000..18f11c8538 --- /dev/null +++ b/resources/variants/flyingbear_ghost_4s_0.3.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.3mm Nozzle +version = 4 +definition = flyingbear_ghost_4s + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.3 diff --git a/resources/variants/flyingbear_ghost_4s_0.4.inst.cfg b/resources/variants/flyingbear_ghost_4s_0.4.inst.cfg new file mode 100644 index 0000000000..06eb0253c5 --- /dev/null +++ b/resources/variants/flyingbear_ghost_4s_0.4.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.4mm Nozzle +version = 4 +definition = flyingbear_ghost_4s + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.4 diff --git a/resources/variants/flyingbear_ghost_4s_0.5.inst.cfg b/resources/variants/flyingbear_ghost_4s_0.5.inst.cfg new file mode 100644 index 0000000000..4d464300dd --- /dev/null +++ b/resources/variants/flyingbear_ghost_4s_0.5.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.5mm Nozzle +version = 4 +definition = flyingbear_ghost_4s + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.5 diff --git a/resources/variants/flyingbear_ghost_4s_0.6.inst.cfg b/resources/variants/flyingbear_ghost_4s_0.6.inst.cfg new file mode 100644 index 0000000000..ab6750c5cc --- /dev/null +++ b/resources/variants/flyingbear_ghost_4s_0.6.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.6mm Nozzle +version = 4 +definition = flyingbear_ghost_4s + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.6 diff --git a/resources/variants/flyingbear_ghost_4s_0.8.inst.cfg b/resources/variants/flyingbear_ghost_4s_0.8.inst.cfg new file mode 100644 index 0000000000..6bfb3c9fcf --- /dev/null +++ b/resources/variants/flyingbear_ghost_4s_0.8.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.8mm Nozzle +version = 4 +definition = flyingbear_ghost_4s + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.8 diff --git a/resources/variants/flyingbear_ghost_4s_1.0.inst.cfg b/resources/variants/flyingbear_ghost_4s_1.0.inst.cfg new file mode 100644 index 0000000000..538107b995 --- /dev/null +++ b/resources/variants/flyingbear_ghost_4s_1.0.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 1.0mm Nozzle +version = 4 +definition = flyingbear_ghost_4s + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 1.0