diff --git a/resources/definitions/ultimaker_method.def.json b/resources/definitions/ultimaker_method.def.json new file mode 100644 index 0000000000..0d23ba4813 --- /dev/null +++ b/resources/definitions/ultimaker_method.def.json @@ -0,0 +1,137 @@ +{ + "version": 2, + "name": "UltiMaker Method", + "inherits": "ultimaker_method_base", + "metadata": + { + "visible": true, + "author": "UltiMaker", + "manufacturer": "Ultimaker B.V.", + "file_formats": "application/x-makerbot", + "platform": "ultimaker_method_platform.stl", + "exclude_materials": [ + "dsm_", + "Essentium_", + "imade3d_", + "chromatik_", + "3D-Fuel_", + "bestfilament_", + "emotiontech_", + "eryone_", + "eSUN_", + "Extrudr_", + "fabtotum_", + "fdplast_", + "filo3d_", + "generic_asa_175", + "generic_abs_175", + "generic_bvoh_175", + "generic_petg_175", + "generic_pla_175", + "generic_tough_pla_175", + "generic_pva_175", + "generic_cffpa_175", + "generic_cpe_175", + "generic_nylon_175", + "generic_hips_175", + "generic_pc_175", + "generic_tpu_175", + "goofoo_", + "ideagen3D_", + "imade3d_", + "innofill_", + "layer_one_", + "leapfrog_", + "polyflex_pla", + "polymax_pla", + "polyplus_pla", + "polywood_pla", + "redd_", + "tizyx_", + "ultimaker_asa_175", + "ultimaker_abs_175", + "ultimaker_absr_175", + "ultimaker_abscf_175", + "ultimaker_bvoh_175", + "ultimaker_petg_175", + "ultimaker_cffpa_175", + "ultimaker_cpe_175", + "ultimaker_nylon_175", + "ultimaker_hips_175", + "ultimaker_pc_175", + "ultimaker_tpu_175", + "ultimaker_tough_pla_175", + "ultimaker_rapidrinse_175", + "ultimaker_sr30", + "verbatim_", + "Vertex_", + "volumic_", + "xyzprinting_", + "zyyx_pro_", + "octofiber_", + "fiberlogy_" + ], + "has_machine_materials": true, + "has_machine_quality": true, + "has_materials": true, + "has_variants": true, + "machine_extruder_trains": + { + "0": "ultimaker_method_extruder_left", + "1": "ultimaker_method_extruder_right" + }, + "platform_offset": [ + 0, + 0, + 16 + ], + "platform_texture": "MakerbotMethod.png", + "preferred_material": "ultimaker_pla_175", + "preferred_quality_type": "draft", + "preferred_variant_name": "1A", + "reference_machine_id": "fire_e", + "supports_network_connection": true, + "supports_usb_connection": false, + "variant_definition": "ultimaker_method", + "variants_name": "Extruder", + "weight": -1 + }, + "overrides": + { + "machine_depth": { "default_value": 236.48 }, + "machine_disallowed_areas": + { + "default_value": [ + [ + [-141.65, -118.11], + [141.65, -118.11], + [141.65, -94], + [-141.65, -94] + ], + [ + [-141.65, 118.37], + [141.65, 118.37], + [141.65, 94], + [-141.65, 94] + ], + [ + [-141.65, -118.11], + [-75, -118.11], + [-75, 118.37], + [-141.65, 118.37] + ], + [ + [75, -118.11], + [141.65, -118.11], + [141.65, 118.37], + [75, 118.37] + ] + ] + }, + "machine_height": { "default_value": 196 }, + "machine_name": { "default_value": "UltiMaker Method" }, + "machine_width": { "default_value": 283.3 }, + "prime_tower_position_x": { "value": "(150 / 2 + resolveOrValue('prime_tower_size') / 2) if resolveOrValue('machine_shape') == 'elliptic' else (150 - (resolveOrValue('prime_tower_base_size') if (resolveOrValue('adhesion_type') == 'raft' or resolveOrValue('prime_tower_brim_enable')) else 0) - max(max(extruderValues('travel_avoid_distance')) + max(extruderValues('support_offset')) + (extruderValue(skirt_brim_extruder_nr, 'skirt_brim_line_width') * extruderValue(skirt_brim_extruder_nr, 'skirt_line_count') * extruderValue(skirt_brim_extruder_nr, 'initial_layer_line_width_factor') / 100 + extruderValue(skirt_brim_extruder_nr, 'skirt_gap') if resolveOrValue('adhesion_type') == 'skirt' else 0) + (resolveOrValue('draft_shield_dist') if resolveOrValue('draft_shield_enabled') else 0), max(map(abs, extruderValues('machine_nozzle_offset_x'))), 1)) - (150 / 2 if resolveOrValue('machine_center_is_zero') else 0)" }, + "prime_tower_position_y": { "value": "190 - prime_tower_size - (resolveOrValue('prime_tower_base_size') if (resolveOrValue('adhesion_type') == 'raft' or resolveOrValue('prime_tower_brim_enable')) else 0) - max(max(extruderValues('travel_avoid_distance')) + max(extruderValues('support_offset')) + (extruderValue(skirt_brim_extruder_nr, 'skirt_brim_line_width') * extruderValue(skirt_brim_extruder_nr, 'skirt_line_count') * extruderValue(skirt_brim_extruder_nr, 'initial_layer_line_width_factor') / 100 + extruderValue(skirt_brim_extruder_nr, 'skirt_gap') if resolveOrValue('adhesion_type') == 'skirt' else 0) + (resolveOrValue('draft_shield_dist') if resolveOrValue('draft_shield_enabled') else 0), max(map(abs, extruderValues('machine_nozzle_offset_y'))), 1) - (190 / 2 if resolveOrValue('machine_center_is_zero') else 0)" } + } +} \ No newline at end of file diff --git a/resources/intent/ultimaker_method/um_method_1a_um-pla-175_0.2mm_solid.inst.cfg b/resources/intent/ultimaker_method/um_method_1a_um-pla-175_0.2mm_solid.inst.cfg new file mode 100644 index 0000000000..8f4fcf08cd --- /dev/null +++ b/resources/intent/ultimaker_method/um_method_1a_um-pla-175_0.2mm_solid.inst.cfg @@ -0,0 +1,18 @@ +[general] +definition = ultimaker_method +name = Solid +version = 4 + +[metadata] +setting_version = 23 +variant = 1A +material = ultimaker_pla_175 +quality_type = draft +intent_category = solid +type = intent + +[values] +build_volume_temperature = 47 +infill_pattern = lines +infill_sparse_density = 100 + diff --git a/resources/intent/ultimaker_method/um_method_1c_um-nylon12-cf-175_0.2mm_solid.inst.cfg b/resources/intent/ultimaker_method/um_method_1c_um-nylon12-cf-175_0.2mm_solid.inst.cfg new file mode 100644 index 0000000000..8d73200d81 --- /dev/null +++ b/resources/intent/ultimaker_method/um_method_1c_um-nylon12-cf-175_0.2mm_solid.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = ultimaker_method +name = Solid +version = 4 + +[metadata] +setting_version = 23 +variant = 1C +material = ultimaker_nylon12-cf_175 +quality_type = draft +intent_category = solid +type = intent + +[values] +infill_pattern = lines +infill_sparse_density = 100 + diff --git a/resources/intent/ultimaker_method/um_method_1c_um-pla-175_0.2mm_solid.inst.cfg b/resources/intent/ultimaker_method/um_method_1c_um-pla-175_0.2mm_solid.inst.cfg new file mode 100644 index 0000000000..b903d9a419 --- /dev/null +++ b/resources/intent/ultimaker_method/um_method_1c_um-pla-175_0.2mm_solid.inst.cfg @@ -0,0 +1,18 @@ +[general] +definition = ultimaker_method +name = Solid +version = 4 + +[metadata] +setting_version = 23 +variant = 1C +material = ultimaker_pla_175 +quality_type = draft +intent_category = solid +type = intent + +[values] +build_volume_temperature = 47 +infill_pattern = lines +infill_sparse_density = 100 + diff --git a/resources/intent/ultimaker_method/um_method_labs_um-nylon12-cf-175_0.2mm_solid.inst.cfg b/resources/intent/ultimaker_method/um_method_labs_um-nylon12-cf-175_0.2mm_solid.inst.cfg new file mode 100644 index 0000000000..e760b2d642 --- /dev/null +++ b/resources/intent/ultimaker_method/um_method_labs_um-nylon12-cf-175_0.2mm_solid.inst.cfg @@ -0,0 +1,17 @@ +[general] +definition = ultimaker_method +name = Solid +version = 4 + +[metadata] +setting_version = 23 +variant = LABS +material = ultimaker_nylon12-cf_175 +quality_type = draft +intent_category = solid +type = intent + +[values] +infill_pattern = lines +infill_sparse_density = 100 + diff --git a/resources/intent/ultimaker_method/um_method_labs_um-pla-175_0.2mm_solid.inst.cfg b/resources/intent/ultimaker_method/um_method_labs_um-pla-175_0.2mm_solid.inst.cfg new file mode 100644 index 0000000000..2527856c8c --- /dev/null +++ b/resources/intent/ultimaker_method/um_method_labs_um-pla-175_0.2mm_solid.inst.cfg @@ -0,0 +1,18 @@ +[general] +definition = ultimaker_method +name = Solid +version = 4 + +[metadata] +setting_version = 23 +variant = LABS +material = ultimaker_pla_175 +quality_type = draft +intent_category = solid +type = intent + +[values] +build_volume_temperature = 47 +infill_pattern = lines +infill_sparse_density = 100 + diff --git a/resources/quality/ultimaker_method/um_method_1a_um-pla-175_0.2mm.inst.cfg b/resources/quality/ultimaker_method/um_method_1a_um-pla-175_0.2mm.inst.cfg new file mode 100644 index 0000000000..809acb9d2d --- /dev/null +++ b/resources/quality/ultimaker_method/um_method_1a_um-pla-175_0.2mm.inst.cfg @@ -0,0 +1,84 @@ +[general] +definition = ultimaker_method +name = Fast +version = 4 + +[metadata] +setting_version = 23 +variant = 1A +material = ultimaker_pla_175 +quality_type = draft +type = quality +weight = -2 + +[values] +bottom_layers = 4 +cool_fan_enabled = True +cool_fan_full_layer = 4 +cool_fan_speed = 100 +cool_fan_speed_0 = 0 +cool_min_layer_time = 10 +cool_min_speed = 5 +cool_min_temperature = 205 +infill_sparse_density = 15 +material_final_print_temperature = 210 +material_initial_print_temperature = 210 +material_print_temperature = 210 +material_print_temperature_layer_0 = 225 +material_standby_temperature = 160 +min_bead_width = =line_width * 0.75 +min_wall_line_width = =line_width * 0.75 +raft_airgap = 0.18 +raft_base_line_spacing = 4 +raft_base_line_width = 1.2 +raft_base_speed = =raft_speed +raft_base_thickness = 0.6 +raft_interface_fan_speed = 0 +raft_interface_layers = 1 +raft_interface_line_spacing = 0.75 +raft_interface_speed = 60 +raft_interface_thickness = 0.2 +raft_speed = 30 +raft_surface_fan_speed = 0 +raft_surface_line_spacing = 0.425 +raft_surface_speed = 90 +raft_surface_wall_count = 2 +retract_at_layer_change = True +skin_material_flow_layer_0 = =material_flow +speed_layer_0 = 15 +speed_print = 150 +speed_roofing = =speed_print / 3 +speed_support = =speed_print +speed_support_interface = 65 +speed_topbottom = =speed_print * 0.6 +speed_wall = =speed_print / 6 +speed_wall_0 = =speed_wall +speed_wall_x = =speed_wall +support_angle = 50.0 +support_bottom_distance = =layer_height +support_bottom_enable = False +support_fan_enable = True +support_infill_angles = [45 ] +support_infill_rate = 12 +support_infill_sparse_thickness = =layer_height +support_interface_density = 83 +support_interface_height = =layer_height * 4 +support_interface_material_flow = =material_flow * 0.9 +support_interface_offset = 1 +support_interface_wall_count = 0 +support_line_width = line_width * 0.75 +support_material_flow = =material_flow * 0.8 +support_offset = 3 +support_roof_density = =support_interface_density +support_roof_height = =layer_height * 4 +support_roof_line_width = =line_width +support_roof_material_flow = =support_interface_material_flow +support_roof_wall_count = 1 +support_xy_distance = 0.3 +support_xy_distance_overhang = 0.1 +support_xy_overrides_z = xy_overrides_z +support_z_distance = 0.15 +switch_extruder_retraction_amount = 0.5 +wall_0_material_flow_layer_0 = =material_flow +wall_x_material_flow_layer_0 = =material_flow + diff --git a/resources/quality/ultimaker_method/um_method_1c_um-nylon12-cf-175_0.2mm.inst.cfg b/resources/quality/ultimaker_method/um_method_1c_um-nylon12-cf-175_0.2mm.inst.cfg new file mode 100644 index 0000000000..1617da74c1 --- /dev/null +++ b/resources/quality/ultimaker_method/um_method_1c_um-nylon12-cf-175_0.2mm.inst.cfg @@ -0,0 +1,52 @@ +[general] +definition = ultimaker_method +name = Fast +version = 4 + +[metadata] +setting_version = 23 +variant = 1C +material = ultimaker_nylon12-cf_175 +quality_type = draft +type = quality +weight = -2 + +[values] +cool_fan_enabled = False +material_final_print_temperature = =default_material_print_temperature-5 +material_initial_print_temperature = =default_material_print_temperature-5 +raft_airgap = 0.3 +raft_base_line_spacing = 3 +raft_base_line_width = 1.2 +raft_base_speed = 10 +retract_at_layer_change = True +retraction_amount = 0.5 +retraction_min_travel = 3.2 +roofing_material_flow = 100 +small_skin_width = 3.6 +speed_prime_tower = 30.0 +speed_print = 120.0 +speed_roofing = 55 +speed_topbottom = 55 +speed_travel = 250.0 +speed_wall_0 = 45 +speed_wall_x = 65 +support_angle = 50 +support_bottom_density = 24 +support_bottom_enable = False +support_bottom_line_width = 0.6 +support_bottom_stair_step_height = 0 +support_fan_enable = False +support_infill_rate = 12.0 +support_interface_enable = True +support_interface_pattern = lines +support_line_width = 0.3 +support_pattern = lines +support_roof_density = 97 +support_roof_height = 1.015 +support_roof_line_width = 0.25 +support_use_towers = False +support_xy_distance = 0.2 +support_xy_distance_overhang = 0.15 +support_z_distance = 0.25 + diff --git a/resources/quality/ultimaker_method/um_method_1c_um-pla-175_0.2mm.inst.cfg b/resources/quality/ultimaker_method/um_method_1c_um-pla-175_0.2mm.inst.cfg new file mode 100644 index 0000000000..cd264fb95f --- /dev/null +++ b/resources/quality/ultimaker_method/um_method_1c_um-pla-175_0.2mm.inst.cfg @@ -0,0 +1,84 @@ +[general] +definition = ultimaker_method +name = Fast +version = 4 + +[metadata] +setting_version = 23 +variant = 1C +material = ultimaker_pla_175 +quality_type = draft +type = quality +weight = -2 + +[values] +bottom_layers = 4 +cool_fan_enabled = True +cool_fan_full_layer = 4 +cool_fan_speed = 100 +cool_fan_speed_0 = 0 +cool_min_layer_time = 10 +cool_min_speed = 5 +cool_min_temperature = 205 +infill_sparse_density = 15 +material_final_print_temperature = 210 +material_initial_print_temperature = 210 +material_print_temperature = 210 +material_print_temperature_layer_0 = 225 +material_standby_temperature = 160 +min_bead_width = =line_width * 0.75 +min_wall_line_width = =line_width * 0.75 +raft_airgap = 0.18 +raft_base_line_spacing = 4 +raft_base_line_width = 1.2 +raft_base_speed = =raft_speed +raft_base_thickness = 0.6 +raft_interface_fan_speed = 0 +raft_interface_layers = 1 +raft_interface_line_spacing = 0.75 +raft_interface_speed = 60 +raft_interface_thickness = 0.2 +raft_speed = 30 +raft_surface_fan_speed = 0 +raft_surface_line_spacing = 0.425 +raft_surface_speed = 90 +raft_surface_wall_count = 2 +retract_at_layer_change = True +skin_material_flow_layer_0 = =material_flow +speed_layer_0 = 15 +speed_print = 150 +speed_roofing = =speed_print / 3 +speed_support = =speed_print +speed_support_interface = 65 +speed_topbottom = =speed_print * 0.6 +speed_wall = =speed_print / 6 +speed_wall_0 = =speed_wall +speed_wall_x = =speed_wall +support_angle = 50.0 +support_bottom_distance = =layer_height +support_bottom_enable = False +support_fan_enable = True +support_infill_angles = [45 ] +support_infill_rate = 12 +support_infill_sparse_thickness = =layer_height +support_interface_density = 83 +support_interface_height = =layer_height * 4 +support_interface_material_flow = =material_flow * 0.9 +support_interface_offset = 1 +support_interface_wall_count = 0 +support_line_width = line_width * 0.75 +support_material_flow = =material_flow * 0.8 +support_offset = 3 +support_roof_density = =support_interface_density +support_roof_height = =layer_height * 4 +support_roof_line_width = =line_width +support_roof_material_flow = =support_interface_material_flow +support_roof_wall_count = 1 +support_xy_distance = 0.3 +support_xy_distance_overhang = 0.1 +support_xy_overrides_z = xy_overrides_z +support_z_distance = 0.15 +switch_extruder_retraction_amount = 0.5 +wall_0_material_flow_layer_0 = =material_flow +wall_x_material_flow_layer_0 = =material_flow + diff --git a/resources/quality/ultimaker_method/um_method_2a_um-pva-175_0.2mm.inst.cfg b/resources/quality/ultimaker_method/um_method_2a_um-pva-175_0.2mm.inst.cfg new file mode 100644 index 0000000000..82298fbb70 --- /dev/null +++ b/resources/quality/ultimaker_method/um_method_2a_um-pva-175_0.2mm.inst.cfg @@ -0,0 +1,77 @@ +[general] +definition = ultimaker_method +name = Fast +version = 4 + +[metadata] +setting_version = 23 +variant = 2A +material = ultimaker_pva_175 +quality_type = draft +type = quality +weight = -2 + +[values] +brim_replaces_support = False +cool_fan_enabled = False +cool_min_speed = 5 +cool_min_temperature = =material_print_temperature +initial_layer_line_width_factor = 300 +material_bed_temperature = 45 +material_bed_temperature_layer_0 = 50 +material_final_print_temperature = 210 +material_initial_print_temperature = 210 +material_print_temperature = 210 +material_print_temperature_layer_0 = 220 +material_standby_temperature = 160 +prime_tower_flow = 125 +raft_airgap = 0.0 +raft_base_wall_count = 4 +raft_interface_flow = 110 +raft_interface_infill_overlap = 50 +raft_interface_layers = 1 +raft_interface_line_spacing = 0.9 +raft_interface_line_width = 1 +raft_interface_speed = 15 +raft_interface_z_offset = -0.05 +raft_surface_flow = 110 +raft_surface_infill_overlap = 50 +raft_surface_line_spacing = 0.44 +raft_surface_line_width = 0.4 +raft_surface_speed = 20 +raft_surface_thickness = 0.27 +raft_surface_z_offset = -0.075 +retraction_speed = 1.75 +speed_layer_0 = 10 +speed_prime_tower = 10 +speed_print = 50 +speed_roofing = 50 +speed_support = 50 +speed_support_bottom = 10 +speed_support_interface = 50 +speed_topbottom = 50 +speed_wall_0 = 50 +speed_wall_x = 50 +support_angle = 50 +support_bottom_density = 99 +support_bottom_height = 0.406 +support_bottom_line_width = 1.2 +support_bottom_wall_count = 2 +support_conical_angle = 20 +support_conical_min_width = 20 +support_fan_enable = False +support_infill_density_multiplier_layer_0 = 2 +support_infill_rate = 12 +support_infill_sparse_thickness = =min(layer_height * 2, machine_nozzle_size * 3 / 4) if layer_height <= 0.15 / 0.4 * machine_nozzle_size else layer_height +support_interface_enable = True +support_interface_offset = 0.8 +support_pattern = grid +support_roof_density = 95 +support_roof_height = =layer_height*8 +support_wall_count = 2 +support_xy_distance = 0.2 +support_z_distance = 0 +switch_extruder_extra_prime_amount = 1 +switch_extruder_retraction_amount = 2.5 +switch_extruder_retraction_speeds = 3 + diff --git a/resources/quality/ultimaker_sketch/um_sketch_global_Draft_Quality.inst.cfg b/resources/quality/ultimaker_method/um_method_global_Draft_Quality.inst.cfg similarity index 74% rename from resources/quality/ultimaker_sketch/um_sketch_global_Draft_Quality.inst.cfg rename to resources/quality/ultimaker_method/um_method_global_Draft_Quality.inst.cfg index 01222c6f9d..f889bedb60 100644 --- a/resources/quality/ultimaker_sketch/um_sketch_global_Draft_Quality.inst.cfg +++ b/resources/quality/ultimaker_method/um_method_global_Draft_Quality.inst.cfg @@ -1,15 +1,15 @@ [general] -definition = ultimaker_sketch -name = Fast version = 4 +name = Fast +definition = ultimaker_method [metadata] -global_quality = True -quality_type = draft setting_version = 23 type = quality +quality_type = draft weight = -2 +global_quality = True [values] -layer_height = 0.2 +layer_height = 0.203 diff --git a/resources/quality/ultimaker_method/um_method_global_Normal_Quality.inst.cfg b/resources/quality/ultimaker_method/um_method_global_Normal_Quality.inst.cfg new file mode 100644 index 0000000000..b07a54ce8e --- /dev/null +++ b/resources/quality/ultimaker_method/um_method_global_Normal_Quality.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 4 +name = Fine +definition = ultimaker_method + +[metadata] +setting_version = 23 +type = quality +quality_type = normal +weight = 0 +global_quality = True + +[values] +layer_height = 0.1 + diff --git a/resources/quality/ultimaker_method/um_method_labs_um-nylon12-cf-175_0.2mm.inst.cfg b/resources/quality/ultimaker_method/um_method_labs_um-nylon12-cf-175_0.2mm.inst.cfg new file mode 100644 index 0000000000..47b957e0e9 --- /dev/null +++ b/resources/quality/ultimaker_method/um_method_labs_um-nylon12-cf-175_0.2mm.inst.cfg @@ -0,0 +1,52 @@ +[general] +definition = ultimaker_method +name = Fast +version = 4 + +[metadata] +setting_version = 23 +variant = LABS +material = ultimaker_nylon12-cf_175 +quality_type = draft +type = quality +weight = -2 + +[values] +cool_fan_enabled = False +material_final_print_temperature = =default_material_print_temperature-5 +material_initial_print_temperature = =default_material_print_temperature-5 +raft_airgap = 0.3 +raft_base_line_spacing = 3 +raft_base_line_width = 1.2 +raft_base_speed = 10 +retract_at_layer_change = True +retraction_amount = 0.5 +retraction_min_travel = 3.2 +roofing_material_flow = 100 +small_skin_width = 3.6 +speed_prime_tower = 30.0 +speed_print = 120.0 +speed_roofing = 55 +speed_topbottom = 55 +speed_travel = 250.0 +speed_wall_0 = 45 +speed_wall_x = 65 +support_angle = 50 +support_bottom_density = 24 +support_bottom_enable = False +support_bottom_line_width = 0.6 +support_bottom_stair_step_height = 0 +support_fan_enable = False +support_infill_rate = 12.0 +support_interface_enable = True +support_interface_pattern = lines +support_line_width = 0.3 +support_pattern = lines +support_roof_density = 97 +support_roof_height = 1.015 +support_roof_line_width = 0.25 +support_use_towers = False +support_xy_distance = 0.2 +support_xy_distance_overhang = 0.15 +support_z_distance = 0.25 + diff --git a/resources/quality/ultimaker_method/um_method_labs_um-pla-175_0.2mm.inst.cfg b/resources/quality/ultimaker_method/um_method_labs_um-pla-175_0.2mm.inst.cfg new file mode 100644 index 0000000000..0069d15c80 --- /dev/null +++ b/resources/quality/ultimaker_method/um_method_labs_um-pla-175_0.2mm.inst.cfg @@ -0,0 +1,84 @@ +[general] +definition = ultimaker_method +name = Fast +version = 4 + +[metadata] +setting_version = 23 +variant = LABS +material = ultimaker_pla_175 +quality_type = draft +type = quality +weight = -2 + +[values] +bottom_layers = 4 +cool_fan_enabled = True +cool_fan_full_layer = 4 +cool_fan_speed = 100 +cool_fan_speed_0 = 0 +cool_min_layer_time = 10 +cool_min_speed = 5 +cool_min_temperature = 205 +infill_sparse_density = 15 +material_final_print_temperature = 210 +material_initial_print_temperature = 210 +material_print_temperature = 210 +material_print_temperature_layer_0 = 225 +material_standby_temperature = 160 +min_bead_width = =line_width * 0.75 +min_wall_line_width = =line_width * 0.75 +raft_airgap = 0.18 +raft_base_line_spacing = 4 +raft_base_line_width = 1.2 +raft_base_speed = =raft_speed +raft_base_thickness = 0.6 +raft_interface_fan_speed = 0 +raft_interface_layers = 1 +raft_interface_line_spacing = 0.75 +raft_interface_speed = 60 +raft_interface_thickness = 0.2 +raft_speed = 30 +raft_surface_fan_speed = 0 +raft_surface_line_spacing = 0.425 +raft_surface_speed = 90 +raft_surface_wall_count = 2 +retract_at_layer_change = True +skin_material_flow_layer_0 = =material_flow +speed_layer_0 = 15 +speed_print = 150 +speed_roofing = =speed_print / 3 +speed_support = =speed_print +speed_support_interface = 65 +speed_topbottom = =speed_print * 0.6 +speed_wall = =speed_print / 6 +speed_wall_0 = =speed_wall +speed_wall_x = =speed_wall +support_angle = 50.0 +support_bottom_distance = =layer_height +support_bottom_enable = False +support_fan_enable = True +support_infill_angles = [45 ] +support_infill_rate = 12 +support_infill_sparse_thickness = =layer_height +support_interface_density = 83 +support_interface_height = =layer_height * 4 +support_interface_material_flow = =material_flow * 0.9 +support_interface_offset = 1 +support_interface_wall_count = 0 +support_line_width = line_width * 0.75 +support_material_flow = =material_flow * 0.8 +support_offset = 3 +support_roof_density = =support_interface_density +support_roof_height = =layer_height * 4 +support_roof_line_width = =line_width +support_roof_material_flow = =support_interface_material_flow +support_roof_wall_count = 1 +support_xy_distance = 0.3 +support_xy_distance_overhang = 0.1 +support_xy_overrides_z = xy_overrides_z +support_z_distance = 0.15 +switch_extruder_retraction_amount = 0.5 +wall_0_material_flow_layer_0 = =material_flow +wall_x_material_flow_layer_0 = =material_flow + diff --git a/resources/variants/ultimaker_method_1A.inst.cfg b/resources/variants/ultimaker_method_1A.inst.cfg new file mode 100644 index 0000000000..5d637829ec --- /dev/null +++ b/resources/variants/ultimaker_method_1A.inst.cfg @@ -0,0 +1,15 @@ +[general] +name = 1A +version = 4 +definition = ultimaker_method + +[metadata] +setting_version = 23 +type = variant +reference_extruder_id = mk14 +hardware_type = nozzle + +[values] +machine_nozzle_id = 1A +machine_nozzle_size = 0.4 + diff --git a/resources/variants/ultimaker_method_1C.inst.cfg b/resources/variants/ultimaker_method_1C.inst.cfg new file mode 100644 index 0000000000..bfb2e05bc8 --- /dev/null +++ b/resources/variants/ultimaker_method_1C.inst.cfg @@ -0,0 +1,15 @@ +[general] +name = 1C +version = 4 +definition = ultimaker_method + +[metadata] +setting_version = 23 +type = variant +reference_extruder_id = mk14_c +hardware_type = nozzle + +[values] +machine_nozzle_id = 1C +machine_nozzle_size = 0.4 + diff --git a/resources/variants/ultimaker_method_2A.inst.cfg b/resources/variants/ultimaker_method_2A.inst.cfg new file mode 100644 index 0000000000..8e336e8170 --- /dev/null +++ b/resources/variants/ultimaker_method_2A.inst.cfg @@ -0,0 +1,15 @@ +[general] +name = 2A +version = 4 +definition = ultimaker_method + +[metadata] +setting_version = 23 +type = variant +reference_extruder_id = mk14_s +hardware_type = nozzle + +[values] +machine_nozzle_id = 2A +machine_nozzle_size = 0.4 + diff --git a/resources/variants/ultimaker_method_LABS.inst.cfg b/resources/variants/ultimaker_method_LABS.inst.cfg new file mode 100644 index 0000000000..25f35f7bd3 --- /dev/null +++ b/resources/variants/ultimaker_method_LABS.inst.cfg @@ -0,0 +1,14 @@ +[general] +name = LABS +version = 4 +definition = ultimaker_method + +[metadata] +setting_version = 23 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_id = LABS +machine_nozzle_size = 0.4 +