From 88792d7bdaa9355575171f15b552b5e764f90956 Mon Sep 17 00:00:00 2001 From: jspijker Date: Sun, 4 Dec 2022 13:20:10 +0100 Subject: [PATCH 1/3] Added fusion3 F410 Based on PR #13355 Credits to @64bittuning Adding support for the Fusion3Designs F410 machine. Later the F400, F306 and Edge will follow. My business owns a Fusion3 F410 and using it has been difficult. The manufacturer originally shipped the machine with a license for Simplify 3d. We originally purchased the machine about three years ago, and the S3D license was lost when the previous controlling employee left the organization. I have spent a long time trying to get this machine operational and unfortunately my employer will not replace the S3D license. Enter Ultimaker Cura... I have been using Cura since 4.4 and have spent a LONG time building and updating profiles. In 2020 I added Tronxy support, and recently performed a major overhaul on the profiles package. This brought me back to my attempt at adding support for our F410. The vast majority of the profiles used here are a culmination of things I have learned through building other profiles, as well as using data points extracted from the large repository of S3D profiles that were released by Fusion3Design. The profiles all work, they produce good results, and use all of the original settings placed fourth by the manufacturer. There are unfortunately some limitations that I felt were important to work around. Fusion3Design has a large list of certified materials. With such, in an effort to help prevent users from voiding the warranty on their machine, materials that do not match the approved materials list have been omitted from the machine profile at this time. The Generic profiles provided by Fusion3Design have been incorporated in order to provide support for PLA, PETG, ABS, ASA, PC, PA, CPE, and TPU. There are many brand name and specialty filament specific profiles available, however since Ultimaker Cura does not already "support" these materials with specific selectable profiles, the best option was to leave them for a future update. Please view the certified materials lists below. https://www.fusion3design.com/wp-content/uploads/2020/11/Fusion3-Certified-Materials-List-updated-10.28.2020-Simplify3D.pdf https://www.fusion3design.com/list/ Fusion3Design can be found at https://www.fusion3design.com/ Co-authored-by: 64bittuning <64bittuning@users.noreply.github.com> --- resources/definitions/fusion3.def.json | 224 ++++++++++++++++++ resources/definitions/fusion3_f410.def.json | 138 +++++++++++ .../extruders/fusion3_extruder_0.def.json | 15 ++ .../fusion3/fusion3_0.4_ABS_fine.inst.cfg | 42 ++++ .../fusion3/fusion3_0.4_ABS_good.inst.cfg | 41 ++++ .../fusion3/fusion3_0.4_ABS_normal.inst.cfg | 41 ++++ .../fusion3/fusion3_0.4_ASA_fine.inst.cfg | 43 ++++ .../fusion3/fusion3_0.4_ASA_good.inst.cfg | 43 ++++ .../fusion3/fusion3_0.4_ASA_normal.inst.cfg | 43 ++++ .../fusion3/fusion3_0.4_CPE_normal.inst.cfg | 44 ++++ .../fusion3/fusion3_0.4_PA_normal.inst.cfg | 44 ++++ .../fusion3/fusion3_0.4_PC_normal.inst.cfg | 40 ++++ .../fusion3/fusion3_0.4_PETG_normal.inst.cfg | 43 ++++ .../fusion3/fusion3_0.4_PLA_fine.inst.cfg | 42 ++++ .../fusion3/fusion3_0.4_PLA_good.inst.cfg | 44 ++++ .../fusion3/fusion3_0.4_PLA_normal.inst.cfg | 43 ++++ .../fusion3/fusion3_0.4_TPU_normal.inst.cfg | 50 ++++ .../fusion3/fusion3_0.6_ABS_good.inst.cfg | 43 ++++ .../fusion3/fusion3_0.6_ABS_low.inst.cfg | 42 ++++ .../fusion3/fusion3_0.6_ASA_good.inst.cfg | 43 ++++ .../fusion3/fusion3_0.6_ASA_low.inst.cfg | 43 ++++ .../fusion3/fusion3_0.6_CPE_good.inst.cfg | 44 ++++ .../fusion3/fusion3_0.6_PA_good.inst.cfg | 44 ++++ .../fusion3/fusion3_0.6_PC_good.inst.cfg | 40 ++++ .../fusion3/fusion3_0.6_PETG_good.inst.cfg | 43 ++++ .../fusion3/fusion3_0.6_PLA_good.inst.cfg | 43 ++++ .../fusion3/fusion3_0.6_PLA_low.inst.cfg | 41 ++++ .../fusion3/fusion3_0.6_TPU_good.inst.cfg | 50 ++++ .../fusion3/fusion3_0.8_ABS_rapid.inst.cfg | 42 ++++ .../fusion3/fusion3_0.8_ABS_rough.inst.cfg | 42 ++++ .../fusion3/fusion3_0.8_ASA_rapid.inst.cfg | 43 ++++ .../fusion3/fusion3_0.8_ASA_rough.inst.cfg | 43 ++++ .../fusion3/fusion3_0.8_CPE_rapid.inst.cfg | 44 ++++ .../fusion3/fusion3_0.8_PA_rapid.inst.cfg | 44 ++++ .../fusion3/fusion3_0.8_PC_rapid.inst.cfg | 40 ++++ .../fusion3/fusion3_0.8_PETG_rapid.inst.cfg | 43 ++++ .../fusion3/fusion3_0.8_PLA_rapid.inst.cfg | 43 ++++ .../fusion3/fusion3_0.8_PLA_rough.inst.cfg | 41 ++++ .../fusion3/fusion3_0.8_TPU_rapid.inst.cfg | 50 ++++ .../fusion3/fusion3_global_fine.inst.cfg | 14 ++ .../fusion3/fusion3_global_good.inst.cfg | 14 ++ .../fusion3/fusion3_global_low.inst.cfg | 14 ++ .../fusion3/fusion3_global_normal.inst.cfg | 14 ++ .../fusion3/fusion3_global_rapid.inst.cfg | 14 ++ .../fusion3/fusion3_global_rough.inst.cfg | 14 ++ .../variants/fusion3/fusion3_0.4.inst.cfg | 13 + .../variants/fusion3/fusion3_0.6.inst.cfg | 13 + .../variants/fusion3/fusion3_0.8.inst.cfg | 13 + .../fusion3/fusion3_f410_0.4.inst.cfg | 13 + .../fusion3/fusion3_f410_0.6.inst.cfg | 13 + .../fusion3/fusion3_f410_0.8.inst.cfg | 13 + 51 files changed, 2093 insertions(+) create mode 100644 resources/definitions/fusion3.def.json create mode 100644 resources/definitions/fusion3_f410.def.json create mode 100644 resources/extruders/fusion3_extruder_0.def.json create mode 100644 resources/quality/fusion3/fusion3_0.4_ABS_fine.inst.cfg create mode 100644 resources/quality/fusion3/fusion3_0.4_ABS_good.inst.cfg create mode 100644 resources/quality/fusion3/fusion3_0.4_ABS_normal.inst.cfg create mode 100644 resources/quality/fusion3/fusion3_0.4_ASA_fine.inst.cfg create mode 100644 resources/quality/fusion3/fusion3_0.4_ASA_good.inst.cfg create mode 100644 resources/quality/fusion3/fusion3_0.4_ASA_normal.inst.cfg create mode 100644 resources/quality/fusion3/fusion3_0.4_CPE_normal.inst.cfg create mode 100644 resources/quality/fusion3/fusion3_0.4_PA_normal.inst.cfg create mode 100644 resources/quality/fusion3/fusion3_0.4_PC_normal.inst.cfg create mode 100644 resources/quality/fusion3/fusion3_0.4_PETG_normal.inst.cfg create mode 100644 resources/quality/fusion3/fusion3_0.4_PLA_fine.inst.cfg create mode 100644 resources/quality/fusion3/fusion3_0.4_PLA_good.inst.cfg create mode 100644 resources/quality/fusion3/fusion3_0.4_PLA_normal.inst.cfg create mode 100644 resources/quality/fusion3/fusion3_0.4_TPU_normal.inst.cfg create mode 100644 resources/quality/fusion3/fusion3_0.6_ABS_good.inst.cfg create mode 100644 resources/quality/fusion3/fusion3_0.6_ABS_low.inst.cfg create mode 100644 resources/quality/fusion3/fusion3_0.6_ASA_good.inst.cfg create mode 100644 resources/quality/fusion3/fusion3_0.6_ASA_low.inst.cfg create mode 100644 resources/quality/fusion3/fusion3_0.6_CPE_good.inst.cfg create mode 100644 resources/quality/fusion3/fusion3_0.6_PA_good.inst.cfg create mode 100644 resources/quality/fusion3/fusion3_0.6_PC_good.inst.cfg create mode 100644 resources/quality/fusion3/fusion3_0.6_PETG_good.inst.cfg create mode 100644 resources/quality/fusion3/fusion3_0.6_PLA_good.inst.cfg create mode 100644 resources/quality/fusion3/fusion3_0.6_PLA_low.inst.cfg create mode 100644 resources/quality/fusion3/fusion3_0.6_TPU_good.inst.cfg create mode 100644 resources/quality/fusion3/fusion3_0.8_ABS_rapid.inst.cfg create mode 100644 resources/quality/fusion3/fusion3_0.8_ABS_rough.inst.cfg create mode 100644 resources/quality/fusion3/fusion3_0.8_ASA_rapid.inst.cfg create mode 100644 resources/quality/fusion3/fusion3_0.8_ASA_rough.inst.cfg create mode 100644 resources/quality/fusion3/fusion3_0.8_CPE_rapid.inst.cfg create mode 100644 resources/quality/fusion3/fusion3_0.8_PA_rapid.inst.cfg create mode 100644 resources/quality/fusion3/fusion3_0.8_PC_rapid.inst.cfg create mode 100644 resources/quality/fusion3/fusion3_0.8_PETG_rapid.inst.cfg create mode 100644 resources/quality/fusion3/fusion3_0.8_PLA_rapid.inst.cfg create mode 100644 resources/quality/fusion3/fusion3_0.8_PLA_rough.inst.cfg create mode 100644 resources/quality/fusion3/fusion3_0.8_TPU_rapid.inst.cfg create mode 100644 resources/quality/fusion3/fusion3_global_fine.inst.cfg create mode 100644 resources/quality/fusion3/fusion3_global_good.inst.cfg create mode 100644 resources/quality/fusion3/fusion3_global_low.inst.cfg create mode 100644 resources/quality/fusion3/fusion3_global_normal.inst.cfg create mode 100644 resources/quality/fusion3/fusion3_global_rapid.inst.cfg create mode 100644 resources/quality/fusion3/fusion3_global_rough.inst.cfg create mode 100644 resources/variants/fusion3/fusion3_0.4.inst.cfg create mode 100644 resources/variants/fusion3/fusion3_0.6.inst.cfg create mode 100644 resources/variants/fusion3/fusion3_0.8.inst.cfg create mode 100644 resources/variants/fusion3/fusion3_f410_0.4.inst.cfg create mode 100644 resources/variants/fusion3/fusion3_f410_0.6.inst.cfg create mode 100644 resources/variants/fusion3/fusion3_f410_0.8.inst.cfg diff --git a/resources/definitions/fusion3.def.json b/resources/definitions/fusion3.def.json new file mode 100644 index 0000000000..08a3103e4e --- /dev/null +++ b/resources/definitions/fusion3.def.json @@ -0,0 +1,224 @@ +{ + "version": 2, + "name": "Fusion3 Base Printer", + "inherits": "fdmprinter", + "metadata": + { + "visible": false, + "author": "Keith Varin", + "manufacturer": "Fusion3Design", + "file_formats": "text/x-gcode", + "exclude_materials": [ + "bestfilament_abs_skyblue", + "bestfilament_petg_orange", + "bestfilament_pla_green", + "chromatik_pla", + "dsm_arnitel2045_175", + "dsm_novamid1070_175", + "emotiontech_abs", + "emotiontech_absx", + "emotiontech_acetate", + "emotiontech_asax", + "emotiontech_bvoh", + "emotiontech_copa", + "emotiontech_hips", + "emotiontech_nylon_1030", + "emotiontech_nylon_1030cf", + "emotiontech_nylon_1070", + "emotiontech_pc", + "emotiontech_pekk", + "emotiontech_petg", + "emotiontech_pla", + "emotiontech_pla_hr_870", + "emotiontech_pva-m", + "emotiontech_pva-s", + "emotiontech_tpu98a", + "eryone_petg", + "eryone_pla", + "eryone_pla_glow", + "eryone_pla_matte", + "eryone_pla_wood", + "eSUN_PETG_Black", + "eSUN_PETG_Grey", + "eSUN_PETG_Purple", + "Extrudr_GreenTECPro_Anthracite_175", + "Extrudr_GreenTECPro_Black_175", + "Extrudr_GreenTECPro_Blue_175", + "Extrudr_GreenTECPro_Nature_175", + "Extrudr_GreenTECPro_Red_175", + "Extrudr_GreenTECPro_Silver_175", + "Extrudr_GreenTECPro_White_175", + "fabtotum_abs", + "fabtotum_nylon", + "fabtotum_pla", + "fabtotum_tpu", + "fdplast_abs_tomato", + "fdplast_petg_gray", + "fdplast_pla_olive", + "fiberlogy_hd_pla", + "filo3d_pla", + "filo3d_pla_green", + "filo3d_pla_red", + "generic_bam", + "generic_bvoh_175", + "generic_gffcpe", + "generic_gffpa", + "generic_hips", + "generic_hips_175", + "generic_pp", + "generic_pva", + "generic_pva_175", + "goofoo_abs", + "goofoo_asa", + "goofoo_bronze_pla", + "goofoo_emarble_pla", + "goofoo_esilk_pla", + "goofoo_hips", + "goofoo_pa", + "goofoo_pa_cf", + "goofoo_pc", + "goofoo_peek", + "goofoo_petg", + "goofoo_pla", + "goofoo_pva", + "goofoo_tpe_83a", + "goofoo_tpu_87a", + "goofoo_tpu_95a", + "goofoo_wood_pla", + "imade3d_petg_175", + "imade3d_pla_175", + "innofill_innoflex60_175", + "layer_one_black_pla", + "layer_one_dark_gray_pla", + "layer_one_white_pla", + "leapfrog_abs_natural", + "leapfrog_epla_natural", + "leapfrog_pva_natural", + "octofiber_pla", + "redd_abs", + "redd_asa", + "redd_hips", + "redd_nylon", + "redd_petg", + "redd_pla", + "redd_tpe", + "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_petg_black", + "ultimaker_petg_blue", + "ultimaker_petg_blue_translucent", + "ultimaker_petg_green", + "ultimaker_petg_green_translucent", + "ultimaker_petg_grey", + "ultimaker_petg_orange", + "ultimaker_petg_red", + "ultimaker_petg_red_translucent", + "ultimaker_petg_silver", + "ultimaker_petg_transparent", + "ultimaker_petg_white", + "ultimaker_petg_yellow", + "ultimaker_petg_yellow_fluorescent", + "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", + "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", + "volumic_abs_ultra", + "volumic_arma_ultra", + "volumic_asa_ultra", + "volumic_br80_ultra", + "volumic_bumper_ultra", + "volumic_cu80_ultra", + "volumic_flex93_ultra", + "volumic_medical_ultra", + "volumic_nylon_ultra", + "volumic_pekk_carbone", + "volumic_petgcarbone_ultra", + "volumic_petg_ultra", + "volumic_pla_ultra", + "volumic_pp_ultra", + "volumic_strong_ultra", + "volumic_support_ultra", + "xyzprinting_abs", + "xyzprinting_antibact_pla", + "xyzprinting_carbon_fiber", + "xyzprinting_colorinkjet_pla", + "xyzprinting_flexible", + "xyzprinting_metallic_pla", + "xyzprinting_nylon", + "xyzprinting_petg", + "xyzprinting_pla", + "xyzprinting_tough_pla", + "xyzprinting_tpu", + "zyyx_pro_flex", + "zyyx_pro_pla" + ], + "first_start_actions": [ "MachineSettingsAction" ], + "has_machine_quality": true, + "has_materials": true, + "has_variants": true, + "machine_extruder_trains": { "0": "fusion3_extruder_0" }, + "preferred_material": "generic_abs", + "preferred_quality_type": "normal", + "preferred_variant_name": "0.4mm Nozzle", + "variants_name": "Nozzle Size" + } +} \ No newline at end of file diff --git a/resources/definitions/fusion3_f410.def.json b/resources/definitions/fusion3_f410.def.json new file mode 100644 index 0000000000..091a8f7ac5 --- /dev/null +++ b/resources/definitions/fusion3_f410.def.json @@ -0,0 +1,138 @@ +{ + "version": 2, + "name": "Fusion3 F410", + "inherits": "fusion3", + "metadata": + { + "visible": true, + "quality_definition": "fusion3" + }, + "overrides": + { + "acceleration_print": { "value": "machine_acceleration" }, + "acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" }, + "acceleration_travel": { "value": "machine_acceleration" }, + "acceleration_travel_layer_0": { "value": "acceleration_travel" }, + "adaptive_layer_height_variation": { "value": 0.04 }, + "adaptive_layer_height_variation_step": { "value": 0.04 }, + "adhesion_type": { "value": "'skirt'" }, + "bottom_layers": { "value": "math.ceil(round(bottom_thickness / resolveOrValue('layer_height'), 4))" }, + "brim_replaces_support": { "value": false }, + "cool_fan_full_at_height": { "value": "layer_height_0 * 4" }, + "cool_min_speed": { "value": "speed_print * 0.3" }, + "gantry_height": { "value": 40 }, + "infill_before_walls": { "value": false }, + "infill_overlap": { "value": 20.0 }, + "infill_pattern": { "value": "'zigzag' if infill_sparse_density > 89 else 'lines' if infill_sparse_density > 31 else 'cubic'" }, + "infill_wipe_dist": { "value": 0.0 }, + "jerk_print": { "value": 10 }, + "jerk_travel": { "value": "jerk_print" }, + "jerk_travel_layer_0": { "value": "jerk_travel" }, + "machine_acceleration": { "value": 2000 }, + "machine_depth": { "default_value": 355 }, + "machine_end_gcode": { "default_value": "; Fusion3 F410 end code\nG91 ;relative positioning\nG1 E-5.00 F1000 ;retract 5mm of filament\nG1 Z+1.00 X-20.0 Y+20.0 F10000 ;short quick move to disengage from print\nG90 ;absolute positioning\nG1 X0.0 Y350.0 F9000 ; move head to back left corner\nG91 ; relative positioning\nG1 E-5.00 F500 ;retract additional filament to prevent oozing\nG90 ;absolute positioning\nM104 S0 ;turn off hotend\nM140 S0 ;turn off heatbed\n; Reset filament monitor\nM42 P63 S0\nG4 P100\nG4 P50\nM42 P63 S1\nG1 Z315 F1000 ;move print bed down to idle position\nM106 S0 ; shut off blower\nM84 ;motors off\nM561 ;clear bed probe transformation\n" }, + "machine_gcode_flavor": { "default_value": "RepRap (RepRap)" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-30, 30], + [-30, -30], + [30, -30], + [30, 30] + ] + }, + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 315 }, + "machine_max_acceleration_x": { "value": 5000 }, + "machine_max_acceleration_y": { "value": 5000 }, + "machine_max_acceleration_z": { "value": 500 }, + "machine_max_feedrate_e": { "value": 166 }, + "machine_max_feedrate_x": { "value": 550 }, + "machine_max_feedrate_y": { "value": 550 }, + "machine_max_feedrate_z": { "value": 40 }, + "machine_max_jerk_e": { "value": 30 }, + "machine_max_jerk_z": { "value": 1 }, + "machine_name": { "default_value": "Fusion3 F410" }, + "machine_start_gcode": { "default_value": "; Fusion3 F410 start code\nM104 S0 ; shutdown heater and prepare to print\nG21 ; set units to mm\nG90 ; use absolute coordinates\nT0 ; select tool 0\nG92 E0.0 ; reset e count\nM220 S100 ; reset speed multiplier\nM140 S{material_bed_temperature_layer_0} ; set bed temp and do not wait\nG32 ; call to run bed.g\nM190 S{material_bed_temperature_layer_0} ; Set bed temperature and wait\nM109 S{material_print_temperature_layer_0} ; set print head temperature and wait\n; === pause for heating ===\n; reset filament monitor\nM42 P63 S0\nG4 P100\nG4 P50\nM42 P63 S1\nG1 X350 Y0\nG1 Z10.0 F2000 ; move up\nG1 E10.0 F500 ; prime extruder\nG92 E0.0 ; reset e count\nG1 X330 Y15 F9000 ; move back\nG1 Z{layer_height_0} F1000 ; move down to begin wipe\nG1 X150 E4.0 F6000 ; wipe print head (extrude material while we do this)\nG92 E0.0 ; reset e count\n" }, + "machine_width": { "default_value": 355 }, + "material_final_print_temperature": { "value": "material_print_temperature" }, + "material_initial_print_temperature": { "value": "material_print_temperature" }, + "meshfix_maximum_resolution": { "value": "0.25" }, + "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, + "minimum_interface_area": { "value": 10 }, + "minimum_support_area": { "value": 2 }, + "optimize_wall_printing_order": { "value": "True" }, + "retract_at_layer_change": { "value": true }, + "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" }, + "retraction_combing_max_distance": { "value": 30 }, + "retraction_count_max": { "value": 100 }, + "retraction_extrusion_window": { "value": 5 }, + "retraction_hop": { "value": 0.2 }, + "retraction_hop_enabled": { "value": true }, + "retraction_prime_speed": + { + "maximum_value": "machine_max_feedrate_e", + "maximum_value_warning": "machine_max_feedrate_e *0.75" + }, + "retraction_retract_speed": + { + "maximum_value": "machine_max_feedrate_e", + "maximum_value_warning": "machine_max_feedrate_e *0.75" + }, + "retraction_speed": + { + "default_value": 100, + "maximum_value": "machine_max_feedrate_e", + "maximum_value_warning": "machine_max_feedrate_e *0.75" + }, + "skin_overlap": { "value": 10.0 }, + "skirt_gap": { "value": 10.0 }, + "skirt_line_count": { "value": 3 }, + "speed_infill": { "value": "speed_print *0.7" }, + "speed_layer_0": { "value": "speed_print *0.4" }, + "speed_prime_tower": { "value": "speed_topbottom" }, + "speed_print": { "value": 100 }, + "speed_support": { "value": "speed_wall_0" }, + "speed_support_interface": { "value": "speed_topbottom" }, + "speed_travel": { "value": "speed_print * 1.5" }, + "speed_travel_layer_0": { "value": "speed_travel *0.5" }, + "speed_wall": { "value": "speed_print *0.6" }, + "speed_wall_x": { "value": "speed_print *0.85" }, + "speed_z_hop": { "value": 5 }, + "support_angle": { "value": "math.floor(math.degrees(math.atan(line_width/2.0/layer_height)))" }, + "support_brim_enable": { "value": true }, + "support_brim_width": { "value": 4 }, + "support_infill_angles": + { + "value": [ + 45 + ] + }, + "support_infill_rate": { "value": "0 if support_enable and support_structure == 'tree' else 30" }, + "support_interface_density": { "value": 33.333 }, + "support_interface_height": { "value": "layer_height * 4" }, + "support_interface_pattern": { "value": "'grid'" }, + "support_interface_skip_height": { "value": 0.2 }, + "support_pattern": { "value": "'zigzag'" }, + "support_use_towers": { "value": false }, + "support_wall_count": { "value": 0 }, + "support_xy_distance": { "value": "wall_line_width_0 * 3" }, + "support_xy_distance_overhang": { "value": "wall_line_width_0" }, + "support_xy_overrides_z": { "value": "'xy_overrides_z'" }, + "support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height*2" }, + "top_bottom_pattern": { "value": "'zigzag'" }, + "top_bottom_pattern_0": { "value": "'zigzag'" }, + "top_bottom_thickness": + { + "minimum_value_warning": "0.4", + "value": "(layer_height*3) + layer_height_0" + }, + "top_layers": { "value": "math.ceil(round(top_thickness / resolveOrValue('layer_height'), 4))" }, + "travel_avoid_other_parts": { "value": false }, + "travel_avoid_supports": { "value": true }, + "travel_retract_before_outer_wall": { "value": true }, + "wall_0_wipe_dist": { "value": 0.0 }, + "z_seam_corner": { "value": "'z_seam_corner_inner'" }, + "z_seam_type": { "value": "'sharpest_corner'" } + } +} \ No newline at end of file diff --git a/resources/extruders/fusion3_extruder_0.def.json b/resources/extruders/fusion3_extruder_0.def.json new file mode 100644 index 0000000000..4369308122 --- /dev/null +++ b/resources/extruders/fusion3_extruder_0.def.json @@ -0,0 +1,15 @@ +{ + "version": 2, + "name": "Extruder 1", + "inherits": "fdmextruder", + "metadata": + { + "machine": "fusion3", + "position": "0" + }, + "overrides": + { + "extruder_nr": { "default_value": 0 }, + "material_diameter": { "default_value": 1.75 } + } +} \ No newline at end of file diff --git a/resources/quality/fusion3/fusion3_0.4_ABS_fine.inst.cfg b/resources/quality/fusion3/fusion3_0.4_ABS_fine.inst.cfg new file mode 100644 index 0000000000..986203a593 --- /dev/null +++ b/resources/quality/fusion3/fusion3_0.4_ABS_fine.inst.cfg @@ -0,0 +1,42 @@ +[general] +definition = fusion3 +name = Fine Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = fine +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] +adhesion_type = brim +cool_fan_enabled = True +cool_fan_full_layer = 7 +cool_fan_speed = 65 +cool_fan_speed_min = 15 +cool_min_layer_time = 3 +cool_min_layer_time_fan_speed_max = 6 +infill_sparse_density = 75 +inset_direction = outside_in +layer_height = 0.1 +layer_height_0 = 0.25 +line_width = 0.4 +material_bed_temperature = 110 +material_flow = 98 +material_print_temperature = 255.0 +retract_at_layer_change = False +retraction_amount = 2.25 +retraction_combing = noskin +retraction_combing_max_distance = 10 +retraction_speed = 55 +speed_print = 35 +speed_travel_layer_0 = 100 +support_angle = 45 +support_enable = True +support_infill_rate = 25 +top_bottom_thickness = 0.55 +wall_thickness = 0.9 +zig_zaggify_infill = True + diff --git a/resources/quality/fusion3/fusion3_0.4_ABS_good.inst.cfg b/resources/quality/fusion3/fusion3_0.4_ABS_good.inst.cfg new file mode 100644 index 0000000000..66fc7b4cd2 --- /dev/null +++ b/resources/quality/fusion3/fusion3_0.4_ABS_good.inst.cfg @@ -0,0 +1,41 @@ +[general] +definition = fusion3 +name = Good Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = good +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] +adhesion_type = brim +cool_fan_enabled = True +cool_fan_full_layer = 7 +cool_fan_speed = 65 +cool_fan_speed_min = 15 +cool_min_layer_time = 3 +cool_min_layer_time_fan_speed_max = 6 +infill_sparse_density = 15 +inset_direction = outside_in +layer_height = 0.3 +layer_height_0 = 0.3 +line_width = 0.4 +material_bed_temperature = 110 +material_flow = 98 +material_print_temperature = 275 +retract_at_layer_change = False +retraction_amount = 4.75 +retraction_combing = noskin +retraction_combing_max_distance = 10 +speed_print = 125 +speed_travel_layer_0 = 100 +support_angle = 45 +support_enable = True +support_infill_rate = 25 +top_bottom_thickness = 0.9 +wall_thickness = 0.8 +zig_zaggify_infill = True + diff --git a/resources/quality/fusion3/fusion3_0.4_ABS_normal.inst.cfg b/resources/quality/fusion3/fusion3_0.4_ABS_normal.inst.cfg new file mode 100644 index 0000000000..a96b271aaa --- /dev/null +++ b/resources/quality/fusion3/fusion3_0.4_ABS_normal.inst.cfg @@ -0,0 +1,41 @@ +[general] +definition = fusion3 +name = Normal Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = normal +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] +adhesion_type = brim +cool_fan_enabled = True +cool_fan_full_layer = 7 +cool_fan_speed = 65 +cool_fan_speed_min = 15 +cool_min_layer_time = 3 +cool_min_layer_time_fan_speed_max = 6 +infill_sparse_density = 30 +inset_direction = outside_in +layer_height = 0.2 +layer_height_0 = 0.2 +line_width = 0.45 +material_bed_temperature = 110 +material_flow = 98 +material_print_temperature = 270 +retract_at_layer_change = False +retraction_amount = 4 +retraction_combing = noskin +retraction_combing_max_distance = 10 +speed_print = 100 +speed_travel_layer_0 = 100 +support_angle = 45 +support_enable = True +support_infill_rate = 25 +top_bottom_thickness = 0.6 +wall_thickness = 0.8 +zig_zaggify_infill = True + diff --git a/resources/quality/fusion3/fusion3_0.4_ASA_fine.inst.cfg b/resources/quality/fusion3/fusion3_0.4_ASA_fine.inst.cfg new file mode 100644 index 0000000000..bcce323159 --- /dev/null +++ b/resources/quality/fusion3/fusion3_0.4_ASA_fine.inst.cfg @@ -0,0 +1,43 @@ +[general] +definition = fusion3 +name = Fine Quality +version = 4 + +[metadata] +material = generic_asa_175 +quality_type = fine +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] +cool_fan_enabled = True +cool_fan_full_layer = 7 +cool_fan_speed = 15 +cool_fan_speed_min = 70 +cool_min_layer_time = 13 +infill_overlap = 15 +infill_sparse_density = 75 +inset_direction = outside_in +layer_height_0 = 0.2 +line_width = 0.4 +material_bed_temperature = 100 +material_flow = 98 +material_flow_layer_0 = 98 +material_print_temperature = 265 +retract_at_layer_change = False +retraction_amount = 2.25 +retraction_combing = noskin +retraction_combing_max_distance = 10 +retraction_speed = 50 +skirt_gap = 5 +skirt_line_count = 2 +speed_print = 35 +support_angle = 45 +support_enable = True +support_infill_rate = 40 +top_bottom_thickness = 0.7 +wall_thickness = 0.8 +xy_offset_layer_0 = -0.15 +zig_zaggify_infill = True + diff --git a/resources/quality/fusion3/fusion3_0.4_ASA_good.inst.cfg b/resources/quality/fusion3/fusion3_0.4_ASA_good.inst.cfg new file mode 100644 index 0000000000..0d05e9acf3 --- /dev/null +++ b/resources/quality/fusion3/fusion3_0.4_ASA_good.inst.cfg @@ -0,0 +1,43 @@ +[general] +definition = fusion3 +name = Good Quality +version = 4 + +[metadata] +material = generic_asa_175 +quality_type = good +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] +cool_fan_enabled = True +cool_fan_full_layer = 7 +cool_fan_speed = 15 +cool_fan_speed_min = 70 +cool_min_layer_time = 13 +infill_overlap = 20 +infill_sparse_density = 15 +inset_direction = outside_in +layer_height_0 = 0.3 +line_width = 0.4 +material_bed_temperature = 100 +material_flow = 98 +material_flow_layer_0 = 98 +material_print_temperature = 295 +retract_at_layer_change = False +retraction_amount = 4.75 +retraction_combing = noskin +retraction_combing_max_distance = 10 +retraction_speed = 115 +skirt_gap = 5 +skirt_line_count = 2 +speed_print = 85 +support_angle = 45 +support_enable = True +support_infill_rate = 40 +top_bottom_thickness = 0.9 +wall_thickness = 0.8 +xy_offset_layer_0 = -0.15 +zig_zaggify_infill = True + diff --git a/resources/quality/fusion3/fusion3_0.4_ASA_normal.inst.cfg b/resources/quality/fusion3/fusion3_0.4_ASA_normal.inst.cfg new file mode 100644 index 0000000000..170e3452fe --- /dev/null +++ b/resources/quality/fusion3/fusion3_0.4_ASA_normal.inst.cfg @@ -0,0 +1,43 @@ +[general] +definition = fusion3 +name = Normal Quality +version = 4 + +[metadata] +material = generic_asa_175 +quality_type = normal +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] +cool_fan_enabled = True +cool_fan_full_layer = 7 +cool_fan_speed = 15 +cool_fan_speed_min = 70 +cool_min_layer_time = 13 +infill_overlap = 15 +infill_sparse_density = 30 +inset_direction = outside_in +layer_height_0 = 0.2 +line_width = 0.45 +material_bed_temperature = 100 +material_flow = 98 +material_flow_layer_0 = 98 +material_print_temperature = 295 +retract_at_layer_change = False +retraction_amount = 4 +retraction_combing = noskin +retraction_combing_max_distance = 10 +retraction_speed = 115 +skirt_gap = 5 +skirt_line_count = 2 +speed_print = 100 +support_angle = 45 +support_enable = True +support_infill_rate = 30 +top_bottom_thickness = 0.6 +wall_thickness = 0.9 +xy_offset_layer_0 = -0.15 +zig_zaggify_infill = True + diff --git a/resources/quality/fusion3/fusion3_0.4_CPE_normal.inst.cfg b/resources/quality/fusion3/fusion3_0.4_CPE_normal.inst.cfg new file mode 100644 index 0000000000..ad746d5b7f --- /dev/null +++ b/resources/quality/fusion3/fusion3_0.4_CPE_normal.inst.cfg @@ -0,0 +1,44 @@ +[general] +definition = fusion3 +name = Normal Quality +version = 4 + +[metadata] +material = generic_cpe_175 +quality_type = normal +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] +adhesion_type = brim +cool_fan_enabled = True +cool_fan_full_layer = 6 +cool_fan_speed = 50 +cool_fan_speed_min = 15 +cool_min_layer_time = 11 +cool_min_layer_time_fan_speed_max = 10 +infill_overlap = 20 +infill_sparse_density = 30 +inset_direction = outside_in +layer_height_0 = 0.2 +line_width = 0.45 +material_bed_temperature = 110 +material_flow = 100 +material_flow_layer_0 = 100 +material_print_temperature = 215 +retract_at_layer_change = False +retraction_amount = 4 +retraction_combing = noskin +retraction_combing_max_distance = 10 +retraction_speed = 115 +speed_print = 35 +speed_support = 35 +support_angle = 45 +support_enable = True +support_infill_rate = 30 +top_bottom_thickness = 0.6 +wall_thickness = 0.8 +xy_offset_layer_0 = -0.15 +zig_zaggify_infill = True + diff --git a/resources/quality/fusion3/fusion3_0.4_PA_normal.inst.cfg b/resources/quality/fusion3/fusion3_0.4_PA_normal.inst.cfg new file mode 100644 index 0000000000..bc1518e866 --- /dev/null +++ b/resources/quality/fusion3/fusion3_0.4_PA_normal.inst.cfg @@ -0,0 +1,44 @@ +[general] +definition = fusion3 +name = Normal Quality +version = 4 + +[metadata] +material = generic_nylon_175 +quality_type = normal +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] +adhesion_type = brim +cool_fan_enabled = True +cool_fan_full_layer = 6 +cool_fan_speed = 50 +cool_fan_speed_min = 15 +cool_min_layer_time = 2.5 +cool_min_layer_time_fan_speed_max = 4 +infill_overlap = 15 +infill_sparse_density = 30 +inset_direction = outside_in +layer_height_0 = 0.2 +line_width = 0.45 +material_bed_temperature = 75 +material_flow = 100 +material_flow_layer_0 = 100 +material_print_temperature = 275 +retract_at_layer_change = False +retraction_amount = 5 +retraction_combing = noskin +retraction_combing_max_distance = 10 +retraction_speed = 115 +speed_print = 65 +speed_support = 65 +support_angle = 45 +support_enable = True +support_infill_rate = 30 +top_bottom_thickness = 0.6 +wall_thickness = 0.8 +xy_offset_layer_0 = -0.15 +zig_zaggify_infill = True + diff --git a/resources/quality/fusion3/fusion3_0.4_PC_normal.inst.cfg b/resources/quality/fusion3/fusion3_0.4_PC_normal.inst.cfg new file mode 100644 index 0000000000..c0acff030d --- /dev/null +++ b/resources/quality/fusion3/fusion3_0.4_PC_normal.inst.cfg @@ -0,0 +1,40 @@ +[general] +definition = fusion3 +name = Normal Quality +version = 4 + +[metadata] +material = generic_pc_175 +quality_type = normal +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] +adhesion_type = brim +cool_fan_enabled = false +cool_min_layer_time = 3 +infill_overlap = 15 +infill_sparse_density = 30 +inset_direction = outside_in +layer_height_0 = 0.2 +line_width = 0.45 +material_bed_temperature = 130 +material_flow = 100 +material_flow_layer_0 = 100 +material_print_temperature = 295 +retract_at_layer_change = False +retraction_amount = 5 +retraction_combing = noskin +retraction_combing_max_distance = 10 +retraction_speed = 115 +speed_layer_0 = 45 +speed_print = 85 +support_angle = 45 +support_enable = True +support_infill_rate = 30 +top_bottom_thickness = 0.6 +wall_thickness = 0.9 +xy_offset_layer_0 = -0.15 +zig_zaggify_infill = True + diff --git a/resources/quality/fusion3/fusion3_0.4_PETG_normal.inst.cfg b/resources/quality/fusion3/fusion3_0.4_PETG_normal.inst.cfg new file mode 100644 index 0000000000..af6ebe4bf6 --- /dev/null +++ b/resources/quality/fusion3/fusion3_0.4_PETG_normal.inst.cfg @@ -0,0 +1,43 @@ +[general] +definition = fusion3 +name = Normal Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = normal +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] +cool_fan_enabled = True +cool_fan_full_layer = 6 +cool_fan_speed = 75 +cool_fan_speed_min = 20 +cool_min_layer_time = 4 +cool_min_layer_time_fan_speed_max = 7 +infill_overlap = 20 +infill_sparse_density = 30 +inset_direction = outside_in +layer_height_0 = 0.2 +line_width = 0.4 +material_bed_temperature = 65 +material_flow = 97 +material_flow_layer_0 = 97 +material_print_temperature = 260 +retract_at_layer_change = False +retraction_amount = 4.6 +retraction_combing = noskin +retraction_combing_max_distance = 10 +retraction_speed = 110 +skirt_gap = 5 +speed_print = 85 +support_angle = 45 +support_enable = True +support_infill_rate = 30 +top_bottom_thickness = 0.6 +wall_thickness = 0.8 +xy_offset_layer_0 = -0.15 +zig_zaggify_infill = True + diff --git a/resources/quality/fusion3/fusion3_0.4_PLA_fine.inst.cfg b/resources/quality/fusion3/fusion3_0.4_PLA_fine.inst.cfg new file mode 100644 index 0000000000..3ad40a48d3 --- /dev/null +++ b/resources/quality/fusion3/fusion3_0.4_PLA_fine.inst.cfg @@ -0,0 +1,42 @@ +[general] +definition = fusion3 +name = Fine Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = fine +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] +adhesion_type = skirt +cool_fan_enabled = True +cool_fan_full_layer = 7 +cool_fan_speed = 100 +cool_fan_speed_min = 65 +cool_min_layer_time = 3 +cool_min_layer_time_fan_speed_max = 30 +infill_sparse_density = 60 +inset_direction = outside_in +layer_height_0 = 0.2 +line_width = 0.4 +material_bed_temperature = 55 +material_flow = 99 +material_print_temperature = 220 +retract_at_layer_change = False +retraction_amount = 2.5 +retraction_combing = noskin +retraction_combing_max_distance = 10 +retraction_speed = 55 +skirt_gap = 5 +speed_print = 40 +speed_travel_layer_0 = 100 +support_angle = 45 +support_enable = True +support_infill_rate = 25 +top_bottom_thickness = 0.6 +wall_thickness = 0.9 +zig_zaggify_infill = True + diff --git a/resources/quality/fusion3/fusion3_0.4_PLA_good.inst.cfg b/resources/quality/fusion3/fusion3_0.4_PLA_good.inst.cfg new file mode 100644 index 0000000000..ed7e1bf97a --- /dev/null +++ b/resources/quality/fusion3/fusion3_0.4_PLA_good.inst.cfg @@ -0,0 +1,44 @@ +[general] +definition = fusion3 +name = Good Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = good +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] +adhesion_type = skirt +cool_fan_enabled = True +cool_fan_full_at_height = 0.8 +cool_fan_speed = 100 +cool_fan_speed_min = 65 +cool_min_layer_time = 5 +cool_min_layer_time_fan_speed_max = 45 +infill_overlap = 20 +infill_pattern = zigzag +infill_sparse_density = 15 +inset_direction = outside_in +layer_height_0 = 0.3 +line_width = 0.45 +material_bed_temperature = 55 +material_flow = 96 +material_flow_layer_0 = 96 +material_print_temperature = 240 +retract_at_layer_change = False +retraction_amount = 4.25 +retraction_speed = 100 +skirt_gap = 5 +speed_print = 75 +speed_topbottom = 55 +speed_travel = 150 +speed_travel_layer_0 = 100 +speed_wall_0 = 50 +speed_wall_x = 65 +top_bottom_thickness = 0.9 +wall_thickness = 1.35 +xy_offset_layer_0 = -0.15 + diff --git a/resources/quality/fusion3/fusion3_0.4_PLA_normal.inst.cfg b/resources/quality/fusion3/fusion3_0.4_PLA_normal.inst.cfg new file mode 100644 index 0000000000..23a2fee5a6 --- /dev/null +++ b/resources/quality/fusion3/fusion3_0.4_PLA_normal.inst.cfg @@ -0,0 +1,43 @@ +[general] +definition = fusion3 +name = Normal Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = normal +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] +adhesion_type = skirt +cool_fan_enabled = True +cool_fan_full_at_height = 0.8 +cool_fan_speed = 100 +cool_fan_speed_min = 65 +cool_min_layer_time = 5 +cool_min_layer_time_fan_speed_max = 45 +infill_overlap = 20 +infill_pattern = zigzag +infill_sparse_density = 25 +inset_direction = outside_in +layer_height_0 = 0.25 +line_width = 0.45 +material_bed_temperature = 55 +material_flow = 96 +material_flow_layer_0 = 96 +material_print_temperature = 230 +retract_at_layer_change = False +retraction_amount = 4.25 +retraction_speed = 100 +skirt_gap = 5 +speed_topbottom = 55 +speed_travel = 150 +speed_travel_layer_0 = 100 +speed_wall_0 = 65 +speed_wall_x = 85 +top_bottom_thickness = 0.6 +wall_thickness = 1.35 +xy_offset_layer_0 = -0.15 + diff --git a/resources/quality/fusion3/fusion3_0.4_TPU_normal.inst.cfg b/resources/quality/fusion3/fusion3_0.4_TPU_normal.inst.cfg new file mode 100644 index 0000000000..e8b42c9cad --- /dev/null +++ b/resources/quality/fusion3/fusion3_0.4_TPU_normal.inst.cfg @@ -0,0 +1,50 @@ +[general] +definition = fusion3 +name = Normal Quality +version = 4 + +[metadata] +material = generic_tpu +quality_type = normal +setting_version = 20 +type = quality +variant = 0.4mm Nozzle + +[values] +cool_fan_enabled = True +cool_fan_full_layer = 6 +cool_fan_speed = 50 +cool_fan_speed_min = 50 +cool_min_layer_time = 15 +infill_overlap = 20 +infill_sparse_density = 30 +inset_direction = outside_in +layer_height_0 = 0.2 +line_width = 0.4 +material_bed_temperature = 45 +material_flow = 125 +material_flow_layer_0 = 125 +material_print_temperature = 255 +retract_at_layer_change = False +retraction_amount = 10 +retraction_combing = noskin +retraction_combing_max_distance = 10 +retraction_speed = 50 +skirt_gap = 5 +skirt_line_count = 3 +speed_infill = 20 +speed_layer_0 = 20 +speed_print = 25 +speed_support = 12 +speed_topbottom = 25 +speed_wall = 20 +speed_wall_0 = 20 +speed_wall_x = 20 +support_angle = 50 +support_enable = True +support_infill_rate = 30 +top_bottom_thickness = 0.6 +wall_thickness = 0.8 +xy_offset_layer_0 = -0.15 +zig_zaggify_infill = True + diff --git a/resources/quality/fusion3/fusion3_0.6_ABS_good.inst.cfg b/resources/quality/fusion3/fusion3_0.6_ABS_good.inst.cfg new file mode 100644 index 0000000000..50c80e4beb --- /dev/null +++ b/resources/quality/fusion3/fusion3_0.6_ABS_good.inst.cfg @@ -0,0 +1,43 @@ +[general] +definition = fusion3 +name = Good Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = good +setting_version = 20 +type = quality +variant = 0.6mm Nozzle + +[values] +adhesion_type = brim +cool_fan_enabled = True +cool_fan_full_layer = 7 +cool_fan_speed = 65 +cool_fan_speed_min = 15 +cool_min_layer_time = 3 +cool_min_layer_time_fan_speed_max = 6 +infill_sparse_density = 30 +inset_direction = outside_in +layer_height = 0.3 +layer_height_0 = 0.3 +line_width = 0.4 +material_bed_temperature = 110 +material_flow = 98 +material_print_temperature = 275.0 +retract_at_layer_change = False +retraction_amount = 2.25 +retraction_combing = noskin +retraction_combing_max_distance = 10 +retraction_speed = 55 +speed_print = 35 +speed_travel_layer_0 = 100 +support_angle = 45 +support_enable = True +support_infill_rate = 25 +top_bottom_thickness = 0.9 +wall_thickness = 1.2 +xy_offset_layer_0 = -0.2 +zig_zaggify_infill = True + diff --git a/resources/quality/fusion3/fusion3_0.6_ABS_low.inst.cfg b/resources/quality/fusion3/fusion3_0.6_ABS_low.inst.cfg new file mode 100644 index 0000000000..aa2cb476af --- /dev/null +++ b/resources/quality/fusion3/fusion3_0.6_ABS_low.inst.cfg @@ -0,0 +1,42 @@ +[general] +definition = fusion3 +name = Low Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = low +setting_version = 20 +type = quality +variant = 0.6mm Nozzle + +[values] +adhesion_type = brim +cool_fan_enabled = True +cool_fan_full_layer = 7 +cool_fan_speed = 65 +cool_fan_speed_min = 15 +cool_min_layer_time = 3 +cool_min_layer_time_fan_speed_max = 6 +infill_sparse_density = 30 +inset_direction = outside_in +layer_height_0 = 0.35 +line_width = 0.65 +material_bed_temperature = 110 +material_flow = 98 +material_print_temperature = 275.0 +retract_at_layer_change = False +retraction_amount = 2.25 +retraction_combing = noskin +retraction_combing_max_distance = 10 +retraction_speed = 55 +speed_print = 35 +speed_travel_layer_0 = 100 +support_angle = 45 +support_enable = True +support_infill_rate = 25 +top_bottom_thickness = 0.9 +wall_thickness = 1.2 +xy_offset_layer_0 = -0.2 +zig_zaggify_infill = True + diff --git a/resources/quality/fusion3/fusion3_0.6_ASA_good.inst.cfg b/resources/quality/fusion3/fusion3_0.6_ASA_good.inst.cfg new file mode 100644 index 0000000000..0605b7e0b9 --- /dev/null +++ b/resources/quality/fusion3/fusion3_0.6_ASA_good.inst.cfg @@ -0,0 +1,43 @@ +[general] +definition = fusion3 +name = Good Quality +version = 4 + +[metadata] +material = generic_asa_175 +quality_type = good +setting_version = 20 +type = quality +variant = 0.6mm Nozzle + +[values] +cool_fan_enabled = True +cool_fan_full_layer = 7 +cool_fan_speed = 25 +cool_fan_speed_min = 70 +cool_min_layer_time = 13 +infill_overlap = 15 +infill_sparse_density = 30 +inset_direction = outside_in +layer_height_0 = 0.3 +line_width = 0.6 +material_bed_temperature = 100 +material_flow = 98 +material_flow_layer_0 = 98 +material_print_temperature = 290 +retract_at_layer_change = False +retraction_amount = 4 +retraction_combing = noskin +retraction_combing_max_distance = 10 +retraction_speed = 115 +skirt_gap = 5 +skirt_line_count = 1 +speed_print = 85 +support_angle = 45 +support_enable = True +support_infill_rate = 30 +top_bottom_thickness = 0.9 +wall_thickness = 1.2 +xy_offset_layer_0 = -0.2 +zig_zaggify_infill = True + diff --git a/resources/quality/fusion3/fusion3_0.6_ASA_low.inst.cfg b/resources/quality/fusion3/fusion3_0.6_ASA_low.inst.cfg new file mode 100644 index 0000000000..1cf45deea7 --- /dev/null +++ b/resources/quality/fusion3/fusion3_0.6_ASA_low.inst.cfg @@ -0,0 +1,43 @@ +[general] +definition = fusion3 +name = Low Quality +version = 4 + +[metadata] +material = generic_asa_175 +quality_type = low +setting_version = 20 +type = quality +variant = 0.6mm Nozzle + +[values] +cool_fan_enabled = True +cool_fan_full_layer = 7 +cool_fan_speed = 25 +cool_fan_speed_min = 70 +cool_min_layer_time = 13 +infill_overlap = 15 +infill_sparse_density = 30 +inset_direction = outside_in +layer_height_0 = 0.35 +line_width = 0.65 +material_bed_temperature = 100 +material_flow = 98 +material_flow_layer_0 = 98 +material_print_temperature = 290 +retract_at_layer_change = False +retraction_amount = 4 +retraction_combing = noskin +retraction_combing_max_distance = 10 +retraction_speed = 115 +skirt_gap = 5 +skirt_line_count = 1 +speed_print = 75 +support_angle = 45 +support_enable = True +support_infill_rate = 30 +top_bottom_thickness = 1 +wall_thickness = 1.3 +xy_offset_layer_0 = -0.2 +zig_zaggify_infill = True + diff --git a/resources/quality/fusion3/fusion3_0.6_CPE_good.inst.cfg b/resources/quality/fusion3/fusion3_0.6_CPE_good.inst.cfg new file mode 100644 index 0000000000..c65b298824 --- /dev/null +++ b/resources/quality/fusion3/fusion3_0.6_CPE_good.inst.cfg @@ -0,0 +1,44 @@ +[general] +definition = fusion3 +name = Good Quality +version = 4 + +[metadata] +material = generic_cpe_175 +quality_type = good +setting_version = 20 +type = quality +variant = 0.6mm Nozzle + +[values] +adhesion_type = brim +cool_fan_enabled = True +cool_fan_full_layer = 6 +cool_fan_speed = 50 +cool_fan_speed_min = 15 +cool_min_layer_time = 11 +cool_min_layer_time_fan_speed_max = 10 +infill_overlap = 20 +infill_sparse_density = 30 +inset_direction = outside_in +layer_height_0 = 0.3 +line_width = 0.6 +material_bed_temperature = 110 +material_flow = 100 +material_flow_layer_0 = 100 +material_print_temperature = 280 +retract_at_layer_change = False +retraction_amount = 4 +retraction_combing = noskin +retraction_combing_max_distance = 10 +retraction_speed = 115 +speed_print = 35 +speed_support = 35 +support_angle = 45 +support_enable = True +support_infill_rate = 30 +top_bottom_thickness = 0.9 +wall_thickness = 1.2 +xy_offset_layer_0 = -0.2 +zig_zaggify_infill = True + diff --git a/resources/quality/fusion3/fusion3_0.6_PA_good.inst.cfg b/resources/quality/fusion3/fusion3_0.6_PA_good.inst.cfg new file mode 100644 index 0000000000..c5f707b7c7 --- /dev/null +++ b/resources/quality/fusion3/fusion3_0.6_PA_good.inst.cfg @@ -0,0 +1,44 @@ +[general] +definition = fusion3 +name = Good Quality +version = 4 + +[metadata] +material = generic_nylon_175 +quality_type = good +setting_version = 20 +type = quality +variant = 0.6mm Nozzle + +[values] +adhesion_type = brim +cool_fan_enabled = True +cool_fan_full_layer = 6 +cool_fan_speed = 50 +cool_fan_speed_min = 15 +cool_min_layer_time = 2.5 +cool_min_layer_time_fan_speed_max = 4 +infill_overlap = 15 +infill_sparse_density = 30 +inset_direction = outside_in +layer_height_0 = 0.3 +line_width = 0.6 +material_bed_temperature = 75 +material_flow = 100 +material_flow_layer_0 = 100 +material_print_temperature = 275 +retract_at_layer_change = False +retraction_amount = 5 +retraction_combing = noskin +retraction_combing_max_distance = 10 +retraction_speed = 115 +speed_print = 65 +speed_support = 65 +support_angle = 45 +support_enable = True +support_infill_rate = 30 +top_bottom_thickness = 0.9 +wall_thickness = 1.2 +xy_offset_layer_0 = -0.2 +zig_zaggify_infill = True + diff --git a/resources/quality/fusion3/fusion3_0.6_PC_good.inst.cfg b/resources/quality/fusion3/fusion3_0.6_PC_good.inst.cfg new file mode 100644 index 0000000000..50c6af40d1 --- /dev/null +++ b/resources/quality/fusion3/fusion3_0.6_PC_good.inst.cfg @@ -0,0 +1,40 @@ +[general] +definition = fusion3 +name = Good Quality +version = 4 + +[metadata] +material = generic_pc_175 +quality_type = good +setting_version = 20 +type = quality +variant = 0.6mm Nozzle + +[values] +adhesion_type = brim +cool_fan_enabled = False +cool_min_layer_time = 5 +infill_overlap = 15 +infill_sparse_density = 30 +inset_direction = outside_in +layer_height_0 = 0.3 +line_width = 0.6 +material_bed_temperature = 130 +material_flow = 100 +material_flow_layer_0 = 100 +material_print_temperature = 295 +retract_at_layer_change = False +retraction_amount = 5 +retraction_combing = noskin +retraction_combing_max_distance = 10 +retraction_speed = 115 +speed_layer_0 = 25 +speed_print = 50 +support_angle = 45 +support_enable = True +support_infill_rate = 30 +top_bottom_thickness = 0.9 +wall_thickness = 1.2 +xy_offset_layer_0 = -0.2 +zig_zaggify_infill = True + diff --git a/resources/quality/fusion3/fusion3_0.6_PETG_good.inst.cfg b/resources/quality/fusion3/fusion3_0.6_PETG_good.inst.cfg new file mode 100644 index 0000000000..408b8de63e --- /dev/null +++ b/resources/quality/fusion3/fusion3_0.6_PETG_good.inst.cfg @@ -0,0 +1,43 @@ +[general] +definition = fusion3 +name = Good Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = good +setting_version = 20 +type = quality +variant = 0.6mm Nozzle + +[values] +cool_fan_enabled = True +cool_fan_full_layer = 6 +cool_fan_speed = 100 +cool_fan_speed_min = 20 +cool_min_layer_time = 5 +cool_min_layer_time_fan_speed_max = 12 +infill_overlap = 20 +infill_sparse_density = 30 +inset_direction = outside_in +layer_height_0 = 0.3 +line_width = 0.6 +material_bed_temperature = 65 +material_flow = 97 +material_flow_layer_0 = 97 +material_print_temperature = 265 +retract_at_layer_change = False +retraction_amount = 5 +retraction_combing = noskin +retraction_combing_max_distance = 10 +retraction_speed = 115 +skirt_gap = 5 +speed_print = 65 +support_angle = 45 +support_enable = True +support_infill_rate = 30 +top_bottom_thickness = 0.9 +wall_thickness = 1.2 +xy_offset_layer_0 = -0.15 +zig_zaggify_infill = True + diff --git a/resources/quality/fusion3/fusion3_0.6_PLA_good.inst.cfg b/resources/quality/fusion3/fusion3_0.6_PLA_good.inst.cfg new file mode 100644 index 0000000000..253d057ef2 --- /dev/null +++ b/resources/quality/fusion3/fusion3_0.6_PLA_good.inst.cfg @@ -0,0 +1,43 @@ +[general] +definition = fusion3 +name = Good Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = good +setting_version = 20 +type = quality +variant = 0.6mm Nozzle + +[values] +adhesion_type = skirt +cool_fan_enabled = True +cool_fan_full_at_height = 0.8 +cool_fan_speed = 100 +cool_fan_speed_min = 65 +cool_min_layer_time = 5 +cool_min_layer_time_fan_speed_max = 45 +infill_overlap = 20 +infill_sparse_density = 30 +inset_direction = outside_in +layer_height_0 = 0.3 +line_width = 0.6 +material_bed_temperature = 55 +material_flow = 96 +material_flow_layer_0 = 96 +material_print_temperature = 240 +retract_at_layer_change = False +retraction_amount = 4.2 +retraction_speed = 100 +skirt_gap = 5 +speed_infill = 75 +speed_print = 100 +speed_roofing = 50 +speed_topbottom = 55 +speed_travel = 150 +speed_travel_layer_0 = 100 +top_bottom_thickness = 0.9 +wall_line_count = 2 +xy_offset_layer_0 = -0.2 + diff --git a/resources/quality/fusion3/fusion3_0.6_PLA_low.inst.cfg b/resources/quality/fusion3/fusion3_0.6_PLA_low.inst.cfg new file mode 100644 index 0000000000..b5a610a6d2 --- /dev/null +++ b/resources/quality/fusion3/fusion3_0.6_PLA_low.inst.cfg @@ -0,0 +1,41 @@ +[general] +definition = fusion3 +name = Low Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = low +setting_version = 20 +type = quality +variant = 0.6mm Nozzle + +[values] +adhesion_type = skirt +cool_fan_enabled = True +cool_fan_full_at_height = 0.8 +cool_fan_speed = 100 +cool_fan_speed_min = 65 +cool_min_layer_time = 5 +cool_min_layer_time_fan_speed_max = 45 +infill_overlap = 20 +infill_sparse_density = 30 +inset_direction = outside_in +layer_height_0 = 0.35 +line_width = 0.65 +material_bed_temperature = 55 +material_flow = 96 +material_flow_layer_0 = 96 +material_print_temperature = 240 +retract_at_layer_change = False +retraction_amount = 4.2 +retraction_speed = 100 +skirt_gap = 5 +speed_infill = 75 +speed_print = 125 +speed_travel = 150 +speed_travel_layer_0 = 100 +top_bottom_thickness = 1.0 +wall_thickness = 1.3 +xy_offset_layer_0 = -0.2 + diff --git a/resources/quality/fusion3/fusion3_0.6_TPU_good.inst.cfg b/resources/quality/fusion3/fusion3_0.6_TPU_good.inst.cfg new file mode 100644 index 0000000000..f727528f1d --- /dev/null +++ b/resources/quality/fusion3/fusion3_0.6_TPU_good.inst.cfg @@ -0,0 +1,50 @@ +[general] +definition = fusion3 +name = Good Quality +version = 4 + +[metadata] +material = generic_tpu +quality_type = good +setting_version = 20 +type = quality +variant = 0.6mm Nozzle + +[values] +cool_fan_enabled = True +cool_fan_full_layer = 6 +cool_fan_speed = 50 +cool_fan_speed_min = 50 +cool_min_layer_time = 15 +infill_overlap = 20 +infill_sparse_density = 30 +inset_direction = outside_in +layer_height_0 = 0.3 +line_width = 0.6 +material_bed_temperature = 45 +material_flow = 125 +material_flow_layer_0 = 125 +material_print_temperature = 255 +retract_at_layer_change = False +retraction_amount = 10 +retraction_combing = noskin +retraction_combing_max_distance = 10 +retraction_speed = 50 +skirt_gap = 5 +skirt_line_count = 3 +speed_infill = 25 +speed_layer_0 = 20 +speed_print = 25 +speed_support = 20 +speed_topbottom = 25 +speed_wall = 25 +speed_wall_0 = 20 +speed_wall_x = 25 +support_angle = 50 +support_enable = True +support_infill_rate = 30 +top_bottom_thickness = 0.9 +wall_thickness = 1.2 +xy_offset_layer_0 = -0.15 +zig_zaggify_infill = True + diff --git a/resources/quality/fusion3/fusion3_0.8_ABS_rapid.inst.cfg b/resources/quality/fusion3/fusion3_0.8_ABS_rapid.inst.cfg new file mode 100644 index 0000000000..02b181eb96 --- /dev/null +++ b/resources/quality/fusion3/fusion3_0.8_ABS_rapid.inst.cfg @@ -0,0 +1,42 @@ +[general] +definition = fusion3 +name = Rapid Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = rapid +setting_version = 20 +type = quality +variant = 0.8mm Nozzle + +[values] +adhesion_type = brim +cool_fan_enabled = True +cool_fan_full_layer = 7 +cool_fan_speed = 65 +cool_fan_speed_min = 15 +cool_min_layer_time = 3 +cool_min_layer_time_fan_speed_max = 6 +infill_sparse_density = 30 +inset_direction = outside_in +layer_height_0 = 0.4 +line_width = 0.8 +material_bed_temperature = 110 +material_flow = 98 +material_print_temperature = 275.0 +retract_at_layer_change = False +retraction_amount = 4.25 +retraction_combing = noskin +retraction_combing_max_distance = 10 +retraction_speed = 55 +speed_print = 83.3 +speed_travel_layer_0 = 100 +support_angle = 45 +support_enable = True +support_infill_rate = 30 +top_bottom_thickness = 1.2 +wall_thickness = 1.6 +xy_offset_layer_0 = -0.2 +zig_zaggify_infill = True + diff --git a/resources/quality/fusion3/fusion3_0.8_ABS_rough.inst.cfg b/resources/quality/fusion3/fusion3_0.8_ABS_rough.inst.cfg new file mode 100644 index 0000000000..b1a6a4710a --- /dev/null +++ b/resources/quality/fusion3/fusion3_0.8_ABS_rough.inst.cfg @@ -0,0 +1,42 @@ +[general] +definition = fusion3 +name = Rough Quality +version = 4 + +[metadata] +material = generic_abs +quality_type = rough +setting_version = 20 +type = quality +variant = 0.8mm Nozzle + +[values] +adhesion_type = brim +cool_fan_enabled = True +cool_fan_full_layer = 7 +cool_fan_speed = 65 +cool_fan_speed_min = 15 +cool_min_layer_time = 3 +cool_min_layer_time_fan_speed_max = 6 +infill_sparse_density = 15 +inset_direction = outside_in +layer_height_0 = 0.5 +line_width = 0.8 +material_bed_temperature = 110 +material_flow = 98 +material_print_temperature = 275.0 +retract_at_layer_change = False +retraction_amount = 4.25 +retraction_combing = noskin +retraction_combing_max_distance = 10 +retraction_speed = 55 +speed_print = 100 +speed_travel_layer_0 = 100 +support_angle = 45 +support_enable = True +support_infill_rate = 25 +top_bottom_thickness = 1.5 +wall_thickness = 1.6 +xy_offset_layer_0 = -0.2 +zig_zaggify_infill = True + diff --git a/resources/quality/fusion3/fusion3_0.8_ASA_rapid.inst.cfg b/resources/quality/fusion3/fusion3_0.8_ASA_rapid.inst.cfg new file mode 100644 index 0000000000..ce7590920b --- /dev/null +++ b/resources/quality/fusion3/fusion3_0.8_ASA_rapid.inst.cfg @@ -0,0 +1,43 @@ +[general] +definition = fusion3 +name = Rapid Quality +version = 4 + +[metadata] +material = generic_asa_175 +quality_type = rapid +setting_version = 20 +type = quality +variant = 0.8mm Nozzle + +[values] +cool_fan_enabled = True +cool_fan_full_layer = 7 +cool_fan_speed = 15 +cool_fan_speed_min = 70 +cool_min_layer_time = 13 +infill_overlap = 15 +infill_sparse_density = 30 +inset_direction = outside_in +layer_height_0 = 0.4 +line_width = 0.8 +material_bed_temperature = 100 +material_flow = 98 +material_flow_layer_0 = 98 +material_print_temperature = 290 +retract_at_layer_change = False +retraction_amount = 4 +retraction_combing = noskin +retraction_combing_max_distance = 10 +retraction_speed = 115 +skirt_gap = 5 +skirt_line_count = 1 +speed_print = 65 +support_angle = 45 +support_enable = True +support_infill_rate = 30 +top_bottom_thickness = 1.2 +wall_thickness = 1.6 +xy_offset_layer_0 = -0.25 +zig_zaggify_infill = True + diff --git a/resources/quality/fusion3/fusion3_0.8_ASA_rough.inst.cfg b/resources/quality/fusion3/fusion3_0.8_ASA_rough.inst.cfg new file mode 100644 index 0000000000..d2903526ba --- /dev/null +++ b/resources/quality/fusion3/fusion3_0.8_ASA_rough.inst.cfg @@ -0,0 +1,43 @@ +[general] +definition = fusion3 +name = Rough Quality +version = 4 + +[metadata] +material = generic_asa_175 +quality_type = rough +setting_version = 20 +type = quality +variant = 0.8mm Nozzle + +[values] +cool_fan_enabled = True +cool_fan_full_layer = 7 +cool_fan_speed = 15 +cool_fan_speed_min = 70 +cool_min_layer_time = 13 +infill_overlap = 15 +infill_sparse_density = 30 +inset_direction = outside_in +layer_height_0 = 0.48 +line_width = 0.85 +material_bed_temperature = 100 +material_flow = 98 +material_flow_layer_0 = 98 +material_print_temperature = 290 +retract_at_layer_change = False +retraction_amount = 4 +retraction_combing = noskin +retraction_combing_max_distance = 10 +retraction_speed = 115 +skirt_gap = 5 +skirt_line_count = 1 +speed_print = 55 +support_angle = 45 +support_enable = True +support_infill_rate = 30 +top_bottom_thickness = 1.5 +wall_thickness = 1.7 +xy_offset_layer_0 = -0.25 +zig_zaggify_infill = True + diff --git a/resources/quality/fusion3/fusion3_0.8_CPE_rapid.inst.cfg b/resources/quality/fusion3/fusion3_0.8_CPE_rapid.inst.cfg new file mode 100644 index 0000000000..2e7722b14c --- /dev/null +++ b/resources/quality/fusion3/fusion3_0.8_CPE_rapid.inst.cfg @@ -0,0 +1,44 @@ +[general] +definition = fusion3 +name = Rapid Quality +version = 4 + +[metadata] +material = generic_cpe_175 +quality_type = rapid +setting_version = 20 +type = quality +variant = 0.8mm Nozzle + +[values] +adhesion_type = brim +cool_fan_enabled = True +cool_fan_full_layer = 6 +cool_fan_speed = 50 +cool_fan_speed_min = 15 +cool_min_layer_time = 15 +cool_min_layer_time_fan_speed_max = 10 +infill_overlap = 20 +infill_sparse_density = 30 +inset_direction = outside_in +layer_height_0 = 0.4 +line_width = 0.8 +material_bed_temperature = 110 +material_flow = 100 +material_flow_layer_0 = 100 +material_print_temperature = 285 +retract_at_layer_change = False +retraction_amount = 4 +retraction_combing = noskin +retraction_combing_max_distance = 10 +retraction_speed = 115 +speed_print = 35 +speed_support = 35 +support_angle = 45 +support_enable = True +support_infill_rate = 30 +top_bottom_thickness = 1.2 +wall_thickness = 1.6 +xy_offset_layer_0 = -0.25 +zig_zaggify_infill = True + diff --git a/resources/quality/fusion3/fusion3_0.8_PA_rapid.inst.cfg b/resources/quality/fusion3/fusion3_0.8_PA_rapid.inst.cfg new file mode 100644 index 0000000000..899d2aa525 --- /dev/null +++ b/resources/quality/fusion3/fusion3_0.8_PA_rapid.inst.cfg @@ -0,0 +1,44 @@ +[general] +definition = fusion3 +name = Rapid Quality +version = 4 + +[metadata] +material = generic_nylon_175 +quality_type = rapid +setting_version = 20 +type = quality +variant = 0.8mm Nozzle + +[values] +adhesion_type = brim +cool_fan_enabled = True +cool_fan_full_layer = 6 +cool_fan_speed = 50 +cool_fan_speed_min = 15 +cool_min_layer_time = 2.5 +cool_min_layer_time_fan_speed_max = 4 +infill_overlap = 15 +infill_sparse_density = 30 +inset_direction = outside_in +layer_height_0 = 0.4 +line_width = 0.8 +material_bed_temperature = 75 +material_flow = 100 +material_flow_layer_0 = 100 +material_print_temperature = 275 +retract_at_layer_change = False +retraction_amount = 5 +retraction_combing = noskin +retraction_combing_max_distance = 10 +retraction_speed = 115 +speed_print = 65 +speed_support = 65 +support_angle = 45 +support_enable = True +support_infill_rate = 30 +top_bottom_thickness = 1.2 +wall_thickness = 1.6 +xy_offset_layer_0 = -0.25 +zig_zaggify_infill = True + diff --git a/resources/quality/fusion3/fusion3_0.8_PC_rapid.inst.cfg b/resources/quality/fusion3/fusion3_0.8_PC_rapid.inst.cfg new file mode 100644 index 0000000000..95d3579290 --- /dev/null +++ b/resources/quality/fusion3/fusion3_0.8_PC_rapid.inst.cfg @@ -0,0 +1,40 @@ +[general] +definition = fusion3 +name = Rapid Quality +version = 4 + +[metadata] +material = generic_pc_175 +quality_type = rapid +setting_version = 20 +type = quality +variant = 0.8mm Nozzle + +[values] +adhesion_type = brim +cool_fan_enabled = False +cool_min_layer_time = 5 +infill_overlap = 15 +infill_sparse_density = 30 +inset_direction = outside_in +layer_height_0 = 0.4 +line_width = 0.8 +material_bed_temperature = 130 +material_flow = 100 +material_flow_layer_0 = 100 +material_print_temperature = 295 +retract_at_layer_change = False +retraction_amount = 5 +retraction_combing = noskin +retraction_combing_max_distance = 10 +retraction_speed = 115 +speed_layer_0 = 25 +speed_print = 50 +support_angle = 45 +support_enable = True +support_infill_rate = 30 +top_bottom_thickness = 1.2 +wall_thickness = 1.6 +xy_offset_layer_0 = -0.25 +zig_zaggify_infill = True + diff --git a/resources/quality/fusion3/fusion3_0.8_PETG_rapid.inst.cfg b/resources/quality/fusion3/fusion3_0.8_PETG_rapid.inst.cfg new file mode 100644 index 0000000000..75ad9fd345 --- /dev/null +++ b/resources/quality/fusion3/fusion3_0.8_PETG_rapid.inst.cfg @@ -0,0 +1,43 @@ +[general] +definition = fusion3 +name = Rapid Quality +version = 4 + +[metadata] +material = generic_petg +quality_type = rapid +setting_version = 20 +type = quality +variant = 0.8mm Nozzle + +[values] +cool_fan_enabled = True +cool_fan_full_layer = 6 +cool_fan_speed = 75 +cool_fan_speed_min = 20 +cool_min_layer_time = 5 +cool_min_layer_time_fan_speed_max = 12 +infill_overlap = 20 +infill_sparse_density = 30 +inset_direction = outside_in +layer_height_0 = 0.4 +line_width = 0.8 +material_bed_temperature = 65 +material_flow = 97 +material_flow_layer_0 = 97 +material_print_temperature = 275 +retract_at_layer_change = False +retraction_amount = 5 +retraction_combing = noskin +retraction_combing_max_distance = 10 +retraction_speed = 115 +skirt_gap = 5 +speed_print = 65 +support_angle = 45 +support_enable = True +support_infill_rate = 30 +top_bottom_thickness = 1.2 +wall_thickness = 1.6 +xy_offset_layer_0 = -0.15 +zig_zaggify_infill = True + diff --git a/resources/quality/fusion3/fusion3_0.8_PLA_rapid.inst.cfg b/resources/quality/fusion3/fusion3_0.8_PLA_rapid.inst.cfg new file mode 100644 index 0000000000..bb682ba7f4 --- /dev/null +++ b/resources/quality/fusion3/fusion3_0.8_PLA_rapid.inst.cfg @@ -0,0 +1,43 @@ +[general] +definition = fusion3 +name = Rapid Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = rapid +setting_version = 20 +type = quality +variant = 0.8mm Nozzle + +[values] +adhesion_type = skirt +cool_fan_enabled = True +cool_fan_full_at_height = 0.8 +cool_fan_speed = 100 +cool_fan_speed_min = 65 +cool_min_layer_time = 5 +cool_min_layer_time_fan_speed_max = 45 +infill_overlap = 20 +infill_sparse_density = 30 +inset_direction = outside_in +layer_height_0 = 0.4 +line_width = 0.8 +material_bed_temperature = 55 +material_flow = 96 +material_flow_layer_0 = 96 +material_print_temperature = 240 +material_print_temperature_layer_0 = 240 +retract_at_layer_change = False +retraction_amount = 4 +retraction_speed = 100 +skirt_gap = 5 +speed_infill = 45 +speed_print = 65 +speed_travel = 150 +speed_travel_layer_0 = 100 +speed_wall_x = 45 +top_bottom_thickness = 1.2 +wall_line_count = 2 +xy_offset_layer_0 = -0.25 + diff --git a/resources/quality/fusion3/fusion3_0.8_PLA_rough.inst.cfg b/resources/quality/fusion3/fusion3_0.8_PLA_rough.inst.cfg new file mode 100644 index 0000000000..26776ac138 --- /dev/null +++ b/resources/quality/fusion3/fusion3_0.8_PLA_rough.inst.cfg @@ -0,0 +1,41 @@ +[general] +definition = fusion3 +name = Rough Quality +version = 4 + +[metadata] +material = generic_pla +quality_type = rough +setting_version = 20 +type = quality +variant = 0.8mm Nozzle + +[values] +adhesion_type = skirt +cool_fan_full_at_height = 1.0 +cool_fan_speed = 100 +cool_min_layer_time = 16 +cool_min_speed = 30 +infill_overlap = 20 +infill_sparse_density = 30 +inset_direction = outside_in +layer_height_0 = 0.44 +line_width = 0.85 +material_bed_temperature = 55 +material_flow = 96 +material_flow_layer_0 = 96 +material_print_temperature = 240 +material_print_temperature_layer_0 = 240 +retract_at_layer_change = False +retraction_amount = 4 +retraction_speed = 100 +skirt_gap = 5 +speed_infill = 40 +speed_print = 60 +speed_travel = 150 +speed_travel_layer_0 = 100 +speed_wall_x = 40 +top_bottom_thickness = 1.4 +wall_line_count = 2 +xy_offset_layer_0 = -0.25 + diff --git a/resources/quality/fusion3/fusion3_0.8_TPU_rapid.inst.cfg b/resources/quality/fusion3/fusion3_0.8_TPU_rapid.inst.cfg new file mode 100644 index 0000000000..156cd71777 --- /dev/null +++ b/resources/quality/fusion3/fusion3_0.8_TPU_rapid.inst.cfg @@ -0,0 +1,50 @@ +[general] +definition = fusion3 +name = Rapid Quality +version = 4 + +[metadata] +material = generic_tpu +quality_type = rapid +setting_version = 20 +type = quality +variant = 0.8mm Nozzle + +[values] +cool_fan_enabled = True +cool_fan_full_layer = 6 +cool_fan_speed = 50 +cool_fan_speed_min = 50 +cool_min_layer_time = 20 +infill_overlap = 20 +infill_sparse_density = 30 +inset_direction = outside_in +layer_height_0 = 0.4 +line_width = 0.8 +material_bed_temperature = 45 +material_flow = 125 +material_flow_layer_0 = 125 +material_print_temperature = 255 +retract_at_layer_change = False +retraction_amount = 10 +retraction_combing = noskin +retraction_combing_max_distance = 10 +retraction_speed = 50 +skirt_gap = 5 +skirt_line_count = 3 +speed_infill = 25 +speed_layer_0 = 20 +speed_print = 25 +speed_support = 20 +speed_topbottom = 25 +speed_wall = 25 +speed_wall_0 = 20 +speed_wall_x = 25 +support_angle = 50 +support_enable = True +support_infill_rate = 30 +top_bottom_thickness = 1.2 +wall_thickness = 1.6 +xy_offset_layer_0 = -0.15 +zig_zaggify_infill = True + diff --git a/resources/quality/fusion3/fusion3_global_fine.inst.cfg b/resources/quality/fusion3/fusion3_global_fine.inst.cfg new file mode 100644 index 0000000000..0d00e42595 --- /dev/null +++ b/resources/quality/fusion3/fusion3_global_fine.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = fusion3 +name = Fine Quality +version = 4 + +[metadata] +global_quality = True +quality_type = fine +setting_version = 20 +type = quality + +[values] +layer_height = 0.1 + diff --git a/resources/quality/fusion3/fusion3_global_good.inst.cfg b/resources/quality/fusion3/fusion3_global_good.inst.cfg new file mode 100644 index 0000000000..470068971a --- /dev/null +++ b/resources/quality/fusion3/fusion3_global_good.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = fusion3 +name = Good Quality +version = 4 + +[metadata] +global_quality = True +quality_type = good +setting_version = 20 +type = quality + +[values] +layer_height = 0.3 + diff --git a/resources/quality/fusion3/fusion3_global_low.inst.cfg b/resources/quality/fusion3/fusion3_global_low.inst.cfg new file mode 100644 index 0000000000..4fe7dc1e40 --- /dev/null +++ b/resources/quality/fusion3/fusion3_global_low.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = fusion3 +name = Low Quality +version = 4 + +[metadata] +global_quality = True +quality_type = low +setting_version = 20 +type = quality + +[values] +layer_height = 0.35 + diff --git a/resources/quality/fusion3/fusion3_global_normal.inst.cfg b/resources/quality/fusion3/fusion3_global_normal.inst.cfg new file mode 100644 index 0000000000..b1511dacf0 --- /dev/null +++ b/resources/quality/fusion3/fusion3_global_normal.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = fusion3 +name = Normal Quality +version = 4 + +[metadata] +global_quality = True +quality_type = normal +setting_version = 20 +type = quality + +[values] +layer_height = 0.2 + diff --git a/resources/quality/fusion3/fusion3_global_rapid.inst.cfg b/resources/quality/fusion3/fusion3_global_rapid.inst.cfg new file mode 100644 index 0000000000..7acfe1ef4a --- /dev/null +++ b/resources/quality/fusion3/fusion3_global_rapid.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = fusion3 +name = Rapid Quality +version = 4 + +[metadata] +global_quality = True +quality_type = rapid +setting_version = 20 +type = quality + +[values] +layer_height = 0.4 + diff --git a/resources/quality/fusion3/fusion3_global_rough.inst.cfg b/resources/quality/fusion3/fusion3_global_rough.inst.cfg new file mode 100644 index 0000000000..77fbbd332f --- /dev/null +++ b/resources/quality/fusion3/fusion3_global_rough.inst.cfg @@ -0,0 +1,14 @@ +[general] +definition = fusion3 +name = Rough Quality +version = 4 + +[metadata] +global_quality = True +quality_type = rough +setting_version = 20 +type = quality + +[values] +layer_height = 0.5 + diff --git a/resources/variants/fusion3/fusion3_0.4.inst.cfg b/resources/variants/fusion3/fusion3_0.4.inst.cfg new file mode 100644 index 0000000000..777a487695 --- /dev/null +++ b/resources/variants/fusion3/fusion3_0.4.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = fusion3_f410 +name = 0.4mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.4 + diff --git a/resources/variants/fusion3/fusion3_0.6.inst.cfg b/resources/variants/fusion3/fusion3_0.6.inst.cfg new file mode 100644 index 0000000000..0d032e17f4 --- /dev/null +++ b/resources/variants/fusion3/fusion3_0.6.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = fusion3_f410 +name = 0.6mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.6 + diff --git a/resources/variants/fusion3/fusion3_0.8.inst.cfg b/resources/variants/fusion3/fusion3_0.8.inst.cfg new file mode 100644 index 0000000000..33f192e528 --- /dev/null +++ b/resources/variants/fusion3/fusion3_0.8.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = fusion3_f410 +name = 0.8mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.8 + diff --git a/resources/variants/fusion3/fusion3_f410_0.4.inst.cfg b/resources/variants/fusion3/fusion3_f410_0.4.inst.cfg new file mode 100644 index 0000000000..777a487695 --- /dev/null +++ b/resources/variants/fusion3/fusion3_f410_0.4.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = fusion3_f410 +name = 0.4mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.4 + diff --git a/resources/variants/fusion3/fusion3_f410_0.6.inst.cfg b/resources/variants/fusion3/fusion3_f410_0.6.inst.cfg new file mode 100644 index 0000000000..0d032e17f4 --- /dev/null +++ b/resources/variants/fusion3/fusion3_f410_0.6.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = fusion3_f410 +name = 0.6mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.6 + diff --git a/resources/variants/fusion3/fusion3_f410_0.8.inst.cfg b/resources/variants/fusion3/fusion3_f410_0.8.inst.cfg new file mode 100644 index 0000000000..33f192e528 --- /dev/null +++ b/resources/variants/fusion3/fusion3_f410_0.8.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = fusion3_f410 +name = 0.8mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 20 +type = variant + +[values] +machine_nozzle_size = 0.8 + From 6abaa44731704ea969d58cbc506adcf510421835 Mon Sep 17 00:00:00 2001 From: jspijker Date: Sun, 4 Dec 2022 13:33:21 +0100 Subject: [PATCH 2/3] Removed UM materials from excluded list These are excluded anyway due to the filament diamter --- resources/definitions/fusion3.def.json | 63 -------------------------- 1 file changed, 63 deletions(-) diff --git a/resources/definitions/fusion3.def.json b/resources/definitions/fusion3.def.json index 08a3103e4e..30c5b6ce93 100644 --- a/resources/definitions/fusion3.def.json +++ b/resources/definitions/fusion3.def.json @@ -109,69 +109,6 @@ "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_petg_black", - "ultimaker_petg_blue", - "ultimaker_petg_blue_translucent", - "ultimaker_petg_green", - "ultimaker_petg_green_translucent", - "ultimaker_petg_grey", - "ultimaker_petg_orange", - "ultimaker_petg_red", - "ultimaker_petg_red_translucent", - "ultimaker_petg_silver", - "ultimaker_petg_transparent", - "ultimaker_petg_white", - "ultimaker_petg_yellow", - "ultimaker_petg_yellow_fluorescent", - "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", "Vertex_Delta_ABS", "Vertex_Delta_PET", From f3b9e860687132fe4da55b99f94ea8bccd7f8e44 Mon Sep 17 00:00:00 2001 From: jspijker Date: Sun, 4 Dec 2022 13:52:13 +0100 Subject: [PATCH 3/3] Fixed fan speeds --- resources/quality/fusion3/fusion3_0.4_ABS_fine.inst.cfg | 4 ++-- resources/quality/fusion3/fusion3_0.4_ABS_good.inst.cfg | 4 ++-- resources/quality/fusion3/fusion3_0.4_ABS_normal.inst.cfg | 4 ++-- resources/quality/fusion3/fusion3_0.4_ASA_fine.inst.cfg | 4 ++-- resources/quality/fusion3/fusion3_0.4_ASA_good.inst.cfg | 4 ++-- resources/quality/fusion3/fusion3_0.4_ASA_normal.inst.cfg | 4 ++-- resources/quality/fusion3/fusion3_0.4_CPE_normal.inst.cfg | 4 ++-- resources/quality/fusion3/fusion3_0.4_PA_normal.inst.cfg | 4 ++-- resources/quality/fusion3/fusion3_0.4_PETG_normal.inst.cfg | 6 +++--- resources/quality/fusion3/fusion3_0.4_PLA_fine.inst.cfg | 6 +++--- resources/quality/fusion3/fusion3_0.4_PLA_good.inst.cfg | 4 ++-- resources/quality/fusion3/fusion3_0.4_PLA_normal.inst.cfg | 4 ++-- resources/quality/fusion3/fusion3_0.4_TPU_normal.inst.cfg | 4 ++-- resources/quality/fusion3/fusion3_0.6_ABS_good.inst.cfg | 4 ++-- resources/quality/fusion3/fusion3_0.6_ABS_low.inst.cfg | 4 ++-- resources/quality/fusion3/fusion3_0.6_ASA_good.inst.cfg | 4 ++-- resources/quality/fusion3/fusion3_0.6_ASA_low.inst.cfg | 4 ++-- resources/quality/fusion3/fusion3_0.6_CPE_good.inst.cfg | 4 ++-- resources/quality/fusion3/fusion3_0.6_PA_good.inst.cfg | 4 ++-- resources/quality/fusion3/fusion3_0.6_PETG_good.inst.cfg | 6 +++--- resources/quality/fusion3/fusion3_0.6_PLA_good.inst.cfg | 4 ++-- resources/quality/fusion3/fusion3_0.6_PLA_low.inst.cfg | 4 ++-- resources/quality/fusion3/fusion3_0.6_TPU_good.inst.cfg | 4 ++-- resources/quality/fusion3/fusion3_0.8_ABS_rapid.inst.cfg | 4 ++-- resources/quality/fusion3/fusion3_0.8_ABS_rough.inst.cfg | 4 ++-- resources/quality/fusion3/fusion3_0.8_ASA_rapid.inst.cfg | 4 ++-- resources/quality/fusion3/fusion3_0.8_ASA_rough.inst.cfg | 4 ++-- resources/quality/fusion3/fusion3_0.8_CPE_rapid.inst.cfg | 4 ++-- resources/quality/fusion3/fusion3_0.8_PA_rapid.inst.cfg | 4 ++-- resources/quality/fusion3/fusion3_0.8_PETG_rapid.inst.cfg | 6 +++--- resources/quality/fusion3/fusion3_0.8_PLA_rapid.inst.cfg | 4 ++-- resources/quality/fusion3/fusion3_0.8_TPU_rapid.inst.cfg | 4 ++-- 32 files changed, 68 insertions(+), 68 deletions(-) diff --git a/resources/quality/fusion3/fusion3_0.4_ABS_fine.inst.cfg b/resources/quality/fusion3/fusion3_0.4_ABS_fine.inst.cfg index 986203a593..8c4d149334 100644 --- a/resources/quality/fusion3/fusion3_0.4_ABS_fine.inst.cfg +++ b/resources/quality/fusion3/fusion3_0.4_ABS_fine.inst.cfg @@ -13,11 +13,11 @@ variant = 0.4mm Nozzle [values] adhesion_type = brim cool_fan_enabled = True -cool_fan_full_layer = 7 +cool_fan_full_layer = 70 cool_fan_speed = 65 cool_fan_speed_min = 15 cool_min_layer_time = 3 -cool_min_layer_time_fan_speed_max = 6 +cool_min_layer_time_fan_speed_max = 60 infill_sparse_density = 75 inset_direction = outside_in layer_height = 0.1 diff --git a/resources/quality/fusion3/fusion3_0.4_ABS_good.inst.cfg b/resources/quality/fusion3/fusion3_0.4_ABS_good.inst.cfg index 66fc7b4cd2..ba55ef1e51 100644 --- a/resources/quality/fusion3/fusion3_0.4_ABS_good.inst.cfg +++ b/resources/quality/fusion3/fusion3_0.4_ABS_good.inst.cfg @@ -13,11 +13,11 @@ variant = 0.4mm Nozzle [values] adhesion_type = brim cool_fan_enabled = True -cool_fan_full_layer = 7 +cool_fan_full_layer = 70 cool_fan_speed = 65 cool_fan_speed_min = 15 cool_min_layer_time = 3 -cool_min_layer_time_fan_speed_max = 6 +cool_min_layer_time_fan_speed_max = 60 infill_sparse_density = 15 inset_direction = outside_in layer_height = 0.3 diff --git a/resources/quality/fusion3/fusion3_0.4_ABS_normal.inst.cfg b/resources/quality/fusion3/fusion3_0.4_ABS_normal.inst.cfg index a96b271aaa..147eacff8a 100644 --- a/resources/quality/fusion3/fusion3_0.4_ABS_normal.inst.cfg +++ b/resources/quality/fusion3/fusion3_0.4_ABS_normal.inst.cfg @@ -13,11 +13,11 @@ variant = 0.4mm Nozzle [values] adhesion_type = brim cool_fan_enabled = True -cool_fan_full_layer = 7 +cool_fan_full_layer = 70 cool_fan_speed = 65 cool_fan_speed_min = 15 cool_min_layer_time = 3 -cool_min_layer_time_fan_speed_max = 6 +cool_min_layer_time_fan_speed_max = 60 infill_sparse_density = 30 inset_direction = outside_in layer_height = 0.2 diff --git a/resources/quality/fusion3/fusion3_0.4_ASA_fine.inst.cfg b/resources/quality/fusion3/fusion3_0.4_ASA_fine.inst.cfg index bcce323159..2c3cce6e79 100644 --- a/resources/quality/fusion3/fusion3_0.4_ASA_fine.inst.cfg +++ b/resources/quality/fusion3/fusion3_0.4_ASA_fine.inst.cfg @@ -12,9 +12,9 @@ variant = 0.4mm Nozzle [values] cool_fan_enabled = True -cool_fan_full_layer = 7 +cool_fan_full_layer = 70 cool_fan_speed = 15 -cool_fan_speed_min = 70 +cool_fan_speed_min = 15 cool_min_layer_time = 13 infill_overlap = 15 infill_sparse_density = 75 diff --git a/resources/quality/fusion3/fusion3_0.4_ASA_good.inst.cfg b/resources/quality/fusion3/fusion3_0.4_ASA_good.inst.cfg index 0d05e9acf3..8e09ca3aac 100644 --- a/resources/quality/fusion3/fusion3_0.4_ASA_good.inst.cfg +++ b/resources/quality/fusion3/fusion3_0.4_ASA_good.inst.cfg @@ -12,9 +12,9 @@ variant = 0.4mm Nozzle [values] cool_fan_enabled = True -cool_fan_full_layer = 7 +cool_fan_full_layer = 70 cool_fan_speed = 15 -cool_fan_speed_min = 70 +cool_fan_speed_min = 15 cool_min_layer_time = 13 infill_overlap = 20 infill_sparse_density = 15 diff --git a/resources/quality/fusion3/fusion3_0.4_ASA_normal.inst.cfg b/resources/quality/fusion3/fusion3_0.4_ASA_normal.inst.cfg index 170e3452fe..5285f682d4 100644 --- a/resources/quality/fusion3/fusion3_0.4_ASA_normal.inst.cfg +++ b/resources/quality/fusion3/fusion3_0.4_ASA_normal.inst.cfg @@ -12,9 +12,9 @@ variant = 0.4mm Nozzle [values] cool_fan_enabled = True -cool_fan_full_layer = 7 +cool_fan_full_layer = 70 cool_fan_speed = 15 -cool_fan_speed_min = 70 +cool_fan_speed_min = 15 cool_min_layer_time = 13 infill_overlap = 15 infill_sparse_density = 30 diff --git a/resources/quality/fusion3/fusion3_0.4_CPE_normal.inst.cfg b/resources/quality/fusion3/fusion3_0.4_CPE_normal.inst.cfg index ad746d5b7f..095b258020 100644 --- a/resources/quality/fusion3/fusion3_0.4_CPE_normal.inst.cfg +++ b/resources/quality/fusion3/fusion3_0.4_CPE_normal.inst.cfg @@ -13,11 +13,11 @@ variant = 0.4mm Nozzle [values] adhesion_type = brim cool_fan_enabled = True -cool_fan_full_layer = 6 +cool_fan_full_layer = 60 cool_fan_speed = 50 cool_fan_speed_min = 15 cool_min_layer_time = 11 -cool_min_layer_time_fan_speed_max = 10 +cool_min_layer_time_fan_speed_max = 100 infill_overlap = 20 infill_sparse_density = 30 inset_direction = outside_in diff --git a/resources/quality/fusion3/fusion3_0.4_PA_normal.inst.cfg b/resources/quality/fusion3/fusion3_0.4_PA_normal.inst.cfg index bc1518e866..0a64f12316 100644 --- a/resources/quality/fusion3/fusion3_0.4_PA_normal.inst.cfg +++ b/resources/quality/fusion3/fusion3_0.4_PA_normal.inst.cfg @@ -13,11 +13,11 @@ variant = 0.4mm Nozzle [values] adhesion_type = brim cool_fan_enabled = True -cool_fan_full_layer = 6 +cool_fan_full_layer = 60 cool_fan_speed = 50 cool_fan_speed_min = 15 cool_min_layer_time = 2.5 -cool_min_layer_time_fan_speed_max = 4 +cool_min_layer_time_fan_speed_max = 40 infill_overlap = 15 infill_sparse_density = 30 inset_direction = outside_in diff --git a/resources/quality/fusion3/fusion3_0.4_PETG_normal.inst.cfg b/resources/quality/fusion3/fusion3_0.4_PETG_normal.inst.cfg index af6ebe4bf6..3078794a28 100644 --- a/resources/quality/fusion3/fusion3_0.4_PETG_normal.inst.cfg +++ b/resources/quality/fusion3/fusion3_0.4_PETG_normal.inst.cfg @@ -12,11 +12,11 @@ variant = 0.4mm Nozzle [values] cool_fan_enabled = True -cool_fan_full_layer = 6 +cool_fan_full_layer = 60 cool_fan_speed = 75 -cool_fan_speed_min = 20 +cool_fan_speed_min = 15 cool_min_layer_time = 4 -cool_min_layer_time_fan_speed_max = 7 +cool_min_layer_time_fan_speed_max = 70 infill_overlap = 20 infill_sparse_density = 30 inset_direction = outside_in diff --git a/resources/quality/fusion3/fusion3_0.4_PLA_fine.inst.cfg b/resources/quality/fusion3/fusion3_0.4_PLA_fine.inst.cfg index 3ad40a48d3..afc5e5546c 100644 --- a/resources/quality/fusion3/fusion3_0.4_PLA_fine.inst.cfg +++ b/resources/quality/fusion3/fusion3_0.4_PLA_fine.inst.cfg @@ -13,11 +13,11 @@ variant = 0.4mm Nozzle [values] adhesion_type = skirt cool_fan_enabled = True -cool_fan_full_layer = 7 +cool_fan_full_layer = 70 cool_fan_speed = 100 -cool_fan_speed_min = 65 +cool_fan_speed_min = 15 cool_min_layer_time = 3 -cool_min_layer_time_fan_speed_max = 30 +cool_min_layer_time_fan_speed_max = 65 infill_sparse_density = 60 inset_direction = outside_in layer_height_0 = 0.2 diff --git a/resources/quality/fusion3/fusion3_0.4_PLA_good.inst.cfg b/resources/quality/fusion3/fusion3_0.4_PLA_good.inst.cfg index ed7e1bf97a..91327e70f3 100644 --- a/resources/quality/fusion3/fusion3_0.4_PLA_good.inst.cfg +++ b/resources/quality/fusion3/fusion3_0.4_PLA_good.inst.cfg @@ -15,9 +15,9 @@ adhesion_type = skirt cool_fan_enabled = True cool_fan_full_at_height = 0.8 cool_fan_speed = 100 -cool_fan_speed_min = 65 +cool_fan_speed_min = 15 cool_min_layer_time = 5 -cool_min_layer_time_fan_speed_max = 45 +cool_min_layer_time_fan_speed_max = 65 infill_overlap = 20 infill_pattern = zigzag infill_sparse_density = 15 diff --git a/resources/quality/fusion3/fusion3_0.4_PLA_normal.inst.cfg b/resources/quality/fusion3/fusion3_0.4_PLA_normal.inst.cfg index 23a2fee5a6..3d80124930 100644 --- a/resources/quality/fusion3/fusion3_0.4_PLA_normal.inst.cfg +++ b/resources/quality/fusion3/fusion3_0.4_PLA_normal.inst.cfg @@ -15,9 +15,9 @@ adhesion_type = skirt cool_fan_enabled = True cool_fan_full_at_height = 0.8 cool_fan_speed = 100 -cool_fan_speed_min = 65 +cool_fan_speed_min = 15 cool_min_layer_time = 5 -cool_min_layer_time_fan_speed_max = 45 +cool_min_layer_time_fan_speed_max = 65 infill_overlap = 20 infill_pattern = zigzag infill_sparse_density = 25 diff --git a/resources/quality/fusion3/fusion3_0.4_TPU_normal.inst.cfg b/resources/quality/fusion3/fusion3_0.4_TPU_normal.inst.cfg index e8b42c9cad..26785389b3 100644 --- a/resources/quality/fusion3/fusion3_0.4_TPU_normal.inst.cfg +++ b/resources/quality/fusion3/fusion3_0.4_TPU_normal.inst.cfg @@ -12,9 +12,9 @@ variant = 0.4mm Nozzle [values] cool_fan_enabled = True -cool_fan_full_layer = 6 +cool_fan_full_layer = 60 cool_fan_speed = 50 -cool_fan_speed_min = 50 +cool_fan_speed_min = 15 cool_min_layer_time = 15 infill_overlap = 20 infill_sparse_density = 30 diff --git a/resources/quality/fusion3/fusion3_0.6_ABS_good.inst.cfg b/resources/quality/fusion3/fusion3_0.6_ABS_good.inst.cfg index 50c80e4beb..52196d8b58 100644 --- a/resources/quality/fusion3/fusion3_0.6_ABS_good.inst.cfg +++ b/resources/quality/fusion3/fusion3_0.6_ABS_good.inst.cfg @@ -13,11 +13,11 @@ variant = 0.6mm Nozzle [values] adhesion_type = brim cool_fan_enabled = True -cool_fan_full_layer = 7 +cool_fan_full_layer = 70 cool_fan_speed = 65 cool_fan_speed_min = 15 cool_min_layer_time = 3 -cool_min_layer_time_fan_speed_max = 6 +cool_min_layer_time_fan_speed_max = 60 infill_sparse_density = 30 inset_direction = outside_in layer_height = 0.3 diff --git a/resources/quality/fusion3/fusion3_0.6_ABS_low.inst.cfg b/resources/quality/fusion3/fusion3_0.6_ABS_low.inst.cfg index aa2cb476af..a92cbb6533 100644 --- a/resources/quality/fusion3/fusion3_0.6_ABS_low.inst.cfg +++ b/resources/quality/fusion3/fusion3_0.6_ABS_low.inst.cfg @@ -13,11 +13,11 @@ variant = 0.6mm Nozzle [values] adhesion_type = brim cool_fan_enabled = True -cool_fan_full_layer = 7 +cool_fan_full_layer = 70 cool_fan_speed = 65 cool_fan_speed_min = 15 cool_min_layer_time = 3 -cool_min_layer_time_fan_speed_max = 6 +cool_min_layer_time_fan_speed_max = 60 infill_sparse_density = 30 inset_direction = outside_in layer_height_0 = 0.35 diff --git a/resources/quality/fusion3/fusion3_0.6_ASA_good.inst.cfg b/resources/quality/fusion3/fusion3_0.6_ASA_good.inst.cfg index 0605b7e0b9..f46ea15ccf 100644 --- a/resources/quality/fusion3/fusion3_0.6_ASA_good.inst.cfg +++ b/resources/quality/fusion3/fusion3_0.6_ASA_good.inst.cfg @@ -12,9 +12,9 @@ variant = 0.6mm Nozzle [values] cool_fan_enabled = True -cool_fan_full_layer = 7 +cool_fan_full_layer = 70 cool_fan_speed = 25 -cool_fan_speed_min = 70 +cool_fan_speed_min = 15 cool_min_layer_time = 13 infill_overlap = 15 infill_sparse_density = 30 diff --git a/resources/quality/fusion3/fusion3_0.6_ASA_low.inst.cfg b/resources/quality/fusion3/fusion3_0.6_ASA_low.inst.cfg index 1cf45deea7..1e07555e66 100644 --- a/resources/quality/fusion3/fusion3_0.6_ASA_low.inst.cfg +++ b/resources/quality/fusion3/fusion3_0.6_ASA_low.inst.cfg @@ -12,9 +12,9 @@ variant = 0.6mm Nozzle [values] cool_fan_enabled = True -cool_fan_full_layer = 7 +cool_fan_full_layer = 70 cool_fan_speed = 25 -cool_fan_speed_min = 70 +cool_fan_speed_min = 15 cool_min_layer_time = 13 infill_overlap = 15 infill_sparse_density = 30 diff --git a/resources/quality/fusion3/fusion3_0.6_CPE_good.inst.cfg b/resources/quality/fusion3/fusion3_0.6_CPE_good.inst.cfg index c65b298824..555f153bdc 100644 --- a/resources/quality/fusion3/fusion3_0.6_CPE_good.inst.cfg +++ b/resources/quality/fusion3/fusion3_0.6_CPE_good.inst.cfg @@ -13,11 +13,11 @@ variant = 0.6mm Nozzle [values] adhesion_type = brim cool_fan_enabled = True -cool_fan_full_layer = 6 +cool_fan_full_layer = 60 cool_fan_speed = 50 cool_fan_speed_min = 15 cool_min_layer_time = 11 -cool_min_layer_time_fan_speed_max = 10 +cool_min_layer_time_fan_speed_max = 100 infill_overlap = 20 infill_sparse_density = 30 inset_direction = outside_in diff --git a/resources/quality/fusion3/fusion3_0.6_PA_good.inst.cfg b/resources/quality/fusion3/fusion3_0.6_PA_good.inst.cfg index c5f707b7c7..9c738cdbda 100644 --- a/resources/quality/fusion3/fusion3_0.6_PA_good.inst.cfg +++ b/resources/quality/fusion3/fusion3_0.6_PA_good.inst.cfg @@ -13,11 +13,11 @@ variant = 0.6mm Nozzle [values] adhesion_type = brim cool_fan_enabled = True -cool_fan_full_layer = 6 +cool_fan_full_layer = 60 cool_fan_speed = 50 cool_fan_speed_min = 15 cool_min_layer_time = 2.5 -cool_min_layer_time_fan_speed_max = 4 +cool_min_layer_time_fan_speed_max = 40 infill_overlap = 15 infill_sparse_density = 30 inset_direction = outside_in diff --git a/resources/quality/fusion3/fusion3_0.6_PETG_good.inst.cfg b/resources/quality/fusion3/fusion3_0.6_PETG_good.inst.cfg index 408b8de63e..79b0a9b436 100644 --- a/resources/quality/fusion3/fusion3_0.6_PETG_good.inst.cfg +++ b/resources/quality/fusion3/fusion3_0.6_PETG_good.inst.cfg @@ -12,11 +12,11 @@ variant = 0.6mm Nozzle [values] cool_fan_enabled = True -cool_fan_full_layer = 6 +cool_fan_full_layer = 60 cool_fan_speed = 100 -cool_fan_speed_min = 20 +cool_fan_speed_min = 15 cool_min_layer_time = 5 -cool_min_layer_time_fan_speed_max = 12 +cool_min_layer_time_fan_speed_max = 20 infill_overlap = 20 infill_sparse_density = 30 inset_direction = outside_in diff --git a/resources/quality/fusion3/fusion3_0.6_PLA_good.inst.cfg b/resources/quality/fusion3/fusion3_0.6_PLA_good.inst.cfg index 253d057ef2..34c80e9925 100644 --- a/resources/quality/fusion3/fusion3_0.6_PLA_good.inst.cfg +++ b/resources/quality/fusion3/fusion3_0.6_PLA_good.inst.cfg @@ -15,9 +15,9 @@ adhesion_type = skirt cool_fan_enabled = True cool_fan_full_at_height = 0.8 cool_fan_speed = 100 -cool_fan_speed_min = 65 +cool_fan_speed_min = 15 cool_min_layer_time = 5 -cool_min_layer_time_fan_speed_max = 45 +cool_min_layer_time_fan_speed_max = 65 infill_overlap = 20 infill_sparse_density = 30 inset_direction = outside_in diff --git a/resources/quality/fusion3/fusion3_0.6_PLA_low.inst.cfg b/resources/quality/fusion3/fusion3_0.6_PLA_low.inst.cfg index b5a610a6d2..23eee9899c 100644 --- a/resources/quality/fusion3/fusion3_0.6_PLA_low.inst.cfg +++ b/resources/quality/fusion3/fusion3_0.6_PLA_low.inst.cfg @@ -15,9 +15,9 @@ adhesion_type = skirt cool_fan_enabled = True cool_fan_full_at_height = 0.8 cool_fan_speed = 100 -cool_fan_speed_min = 65 +cool_fan_speed_min = 15 cool_min_layer_time = 5 -cool_min_layer_time_fan_speed_max = 45 +cool_min_layer_time_fan_speed_max = 65 infill_overlap = 20 infill_sparse_density = 30 inset_direction = outside_in diff --git a/resources/quality/fusion3/fusion3_0.6_TPU_good.inst.cfg b/resources/quality/fusion3/fusion3_0.6_TPU_good.inst.cfg index f727528f1d..cf35591756 100644 --- a/resources/quality/fusion3/fusion3_0.6_TPU_good.inst.cfg +++ b/resources/quality/fusion3/fusion3_0.6_TPU_good.inst.cfg @@ -12,9 +12,9 @@ variant = 0.6mm Nozzle [values] cool_fan_enabled = True -cool_fan_full_layer = 6 +cool_fan_full_layer = 60 cool_fan_speed = 50 -cool_fan_speed_min = 50 +cool_fan_speed_min = 15 cool_min_layer_time = 15 infill_overlap = 20 infill_sparse_density = 30 diff --git a/resources/quality/fusion3/fusion3_0.8_ABS_rapid.inst.cfg b/resources/quality/fusion3/fusion3_0.8_ABS_rapid.inst.cfg index 02b181eb96..30f69fd7b9 100644 --- a/resources/quality/fusion3/fusion3_0.8_ABS_rapid.inst.cfg +++ b/resources/quality/fusion3/fusion3_0.8_ABS_rapid.inst.cfg @@ -13,11 +13,11 @@ variant = 0.8mm Nozzle [values] adhesion_type = brim cool_fan_enabled = True -cool_fan_full_layer = 7 +cool_fan_full_layer = 70 cool_fan_speed = 65 cool_fan_speed_min = 15 cool_min_layer_time = 3 -cool_min_layer_time_fan_speed_max = 6 +cool_min_layer_time_fan_speed_max = 60 infill_sparse_density = 30 inset_direction = outside_in layer_height_0 = 0.4 diff --git a/resources/quality/fusion3/fusion3_0.8_ABS_rough.inst.cfg b/resources/quality/fusion3/fusion3_0.8_ABS_rough.inst.cfg index b1a6a4710a..4aabc09ea8 100644 --- a/resources/quality/fusion3/fusion3_0.8_ABS_rough.inst.cfg +++ b/resources/quality/fusion3/fusion3_0.8_ABS_rough.inst.cfg @@ -13,11 +13,11 @@ variant = 0.8mm Nozzle [values] adhesion_type = brim cool_fan_enabled = True -cool_fan_full_layer = 7 +cool_fan_full_layer = 70 cool_fan_speed = 65 cool_fan_speed_min = 15 cool_min_layer_time = 3 -cool_min_layer_time_fan_speed_max = 6 +cool_min_layer_time_fan_speed_max = 60 infill_sparse_density = 15 inset_direction = outside_in layer_height_0 = 0.5 diff --git a/resources/quality/fusion3/fusion3_0.8_ASA_rapid.inst.cfg b/resources/quality/fusion3/fusion3_0.8_ASA_rapid.inst.cfg index ce7590920b..8636765f00 100644 --- a/resources/quality/fusion3/fusion3_0.8_ASA_rapid.inst.cfg +++ b/resources/quality/fusion3/fusion3_0.8_ASA_rapid.inst.cfg @@ -12,9 +12,9 @@ variant = 0.8mm Nozzle [values] cool_fan_enabled = True -cool_fan_full_layer = 7 +cool_fan_full_layer = 70 cool_fan_speed = 15 -cool_fan_speed_min = 70 +cool_fan_speed_min = 15 cool_min_layer_time = 13 infill_overlap = 15 infill_sparse_density = 30 diff --git a/resources/quality/fusion3/fusion3_0.8_ASA_rough.inst.cfg b/resources/quality/fusion3/fusion3_0.8_ASA_rough.inst.cfg index d2903526ba..2ab2496a13 100644 --- a/resources/quality/fusion3/fusion3_0.8_ASA_rough.inst.cfg +++ b/resources/quality/fusion3/fusion3_0.8_ASA_rough.inst.cfg @@ -12,9 +12,9 @@ variant = 0.8mm Nozzle [values] cool_fan_enabled = True -cool_fan_full_layer = 7 +cool_fan_full_layer = 70 cool_fan_speed = 15 -cool_fan_speed_min = 70 +cool_fan_speed_min = 15 cool_min_layer_time = 13 infill_overlap = 15 infill_sparse_density = 30 diff --git a/resources/quality/fusion3/fusion3_0.8_CPE_rapid.inst.cfg b/resources/quality/fusion3/fusion3_0.8_CPE_rapid.inst.cfg index 2e7722b14c..a26d358db6 100644 --- a/resources/quality/fusion3/fusion3_0.8_CPE_rapid.inst.cfg +++ b/resources/quality/fusion3/fusion3_0.8_CPE_rapid.inst.cfg @@ -13,11 +13,11 @@ variant = 0.8mm Nozzle [values] adhesion_type = brim cool_fan_enabled = True -cool_fan_full_layer = 6 +cool_fan_full_layer = 60 cool_fan_speed = 50 cool_fan_speed_min = 15 cool_min_layer_time = 15 -cool_min_layer_time_fan_speed_max = 10 +cool_min_layer_time_fan_speed_max = 100 infill_overlap = 20 infill_sparse_density = 30 inset_direction = outside_in diff --git a/resources/quality/fusion3/fusion3_0.8_PA_rapid.inst.cfg b/resources/quality/fusion3/fusion3_0.8_PA_rapid.inst.cfg index 899d2aa525..f1f2dbc9db 100644 --- a/resources/quality/fusion3/fusion3_0.8_PA_rapid.inst.cfg +++ b/resources/quality/fusion3/fusion3_0.8_PA_rapid.inst.cfg @@ -13,11 +13,11 @@ variant = 0.8mm Nozzle [values] adhesion_type = brim cool_fan_enabled = True -cool_fan_full_layer = 6 +cool_fan_full_layer = 60 cool_fan_speed = 50 cool_fan_speed_min = 15 cool_min_layer_time = 2.5 -cool_min_layer_time_fan_speed_max = 4 +cool_min_layer_time_fan_speed_max = 40 infill_overlap = 15 infill_sparse_density = 30 inset_direction = outside_in diff --git a/resources/quality/fusion3/fusion3_0.8_PETG_rapid.inst.cfg b/resources/quality/fusion3/fusion3_0.8_PETG_rapid.inst.cfg index 75ad9fd345..f2ef5811b5 100644 --- a/resources/quality/fusion3/fusion3_0.8_PETG_rapid.inst.cfg +++ b/resources/quality/fusion3/fusion3_0.8_PETG_rapid.inst.cfg @@ -12,11 +12,11 @@ variant = 0.8mm Nozzle [values] cool_fan_enabled = True -cool_fan_full_layer = 6 +cool_fan_full_layer = 60 cool_fan_speed = 75 -cool_fan_speed_min = 20 +cool_fan_speed_min = 15 cool_min_layer_time = 5 -cool_min_layer_time_fan_speed_max = 12 +cool_min_layer_time_fan_speed_max = 20 infill_overlap = 20 infill_sparse_density = 30 inset_direction = outside_in diff --git a/resources/quality/fusion3/fusion3_0.8_PLA_rapid.inst.cfg b/resources/quality/fusion3/fusion3_0.8_PLA_rapid.inst.cfg index bb682ba7f4..654bd647c9 100644 --- a/resources/quality/fusion3/fusion3_0.8_PLA_rapid.inst.cfg +++ b/resources/quality/fusion3/fusion3_0.8_PLA_rapid.inst.cfg @@ -15,9 +15,9 @@ adhesion_type = skirt cool_fan_enabled = True cool_fan_full_at_height = 0.8 cool_fan_speed = 100 -cool_fan_speed_min = 65 +cool_fan_speed_min = 15 cool_min_layer_time = 5 -cool_min_layer_time_fan_speed_max = 45 +cool_min_layer_time_fan_speed_max = 65 infill_overlap = 20 infill_sparse_density = 30 inset_direction = outside_in diff --git a/resources/quality/fusion3/fusion3_0.8_TPU_rapid.inst.cfg b/resources/quality/fusion3/fusion3_0.8_TPU_rapid.inst.cfg index 156cd71777..8640e104c3 100644 --- a/resources/quality/fusion3/fusion3_0.8_TPU_rapid.inst.cfg +++ b/resources/quality/fusion3/fusion3_0.8_TPU_rapid.inst.cfg @@ -12,9 +12,9 @@ variant = 0.8mm Nozzle [values] cool_fan_enabled = True -cool_fan_full_layer = 6 +cool_fan_full_layer = 60 cool_fan_speed = 50 -cool_fan_speed_min = 50 +cool_fan_speed_min = 15 cool_min_layer_time = 20 infill_overlap = 20 infill_sparse_density = 30