diff --git a/resources/definitions/zmorph_i500.def.json b/resources/definitions/zmorph_i500.def.json new file mode 100644 index 00000000000..26d63632658 --- /dev/null +++ b/resources/definitions/zmorph_i500.def.json @@ -0,0 +1,168 @@ +{ + "version": 2, + "name": "Zmorph i500", + "inherits": "fdmprinter", + "metadata": { + "visible": true, + "author": "Zmorph", + "manufacturer": "Zmorph S.A.", + "file_formats": "text/x-gcode", + "platform": "zmorph_i500_platform.stl", + "platform_offset": [-243, -84, 168], + "preferred_quality_type": "fast", + "has_variants": true, + "variants_name": "Hotend", + "preferred_variant_name": "Build hotend 0.4", + "preferred_material": "zmorph_pla_silver", + "has_materials": true, + "machine_has_materials": true, + "has_machine_quality": true, + "supports_usb_connection": false, + "supports_network_connection": false, + "exclude_materials": [ + "3D-Fuel_PLA_PRO_Black", + "generic_cffcpe", + "generic_cffpa", + "generic_gffcpe", + "generic_gffpa", + "generic_bam", + "emotiontech_nylon_1030cf", + "emotiontech_acetate", + "redd_tpe", + "structur3d_dap100silicone", + "ultimaker_bam", + "volumic_petgcarbone_ultra", + "volumic_support_ultra" + ], + "machine_extruder_trains": + { + "0": "zmorph_i500_build_module", + "1": "zmorph_i500_support_module" + } + }, + + "overrides": { + "machine_name": { "default_value": "Zmorph i500" }, + "machine_width": { "default_value": 440 }, + "machine_depth": { "default_value": 300 }, + "machine_height": { "default_value": 500 }, + "machine_use_extruder_offset_to_offset_coords": { "default_value": false }, + "machine_heated_bed": { "default_value": true }, + "machine_heated_build_volume": { "default_value": false }, + "machine_nozzle_heat_up_speed": { "default_value": 0.5 }, + "machine_nozzle_cool_down_speed": { "default_value": 0.8 }, + "machine_head_with_fans_polygon": + { + "default_value": + [ + [ -28, -25 ], + [ -28, 27 ], + [ 52, 27 ], + [ 52, -25 ] + ] + }, + "machine_gcode_flavor": { "default_value": "Marlin" }, + + "machine_start_gcode": { "default_value": "start" }, + "machine_end_gcode": { "default_value": "M205 X0.05 Y0.05\n end" }, + "machine_extruder_count": { "default_value": 2 }, + "machine_max_feedrate_x": { "default_value": 350 }, + "machine_max_feedrate_y": { "default_value": 350 }, + "machine_max_feedrate_z": { "default_value": 10}, + "machine_acceleration": { "default_value": 1500 }, + "machine_jerk" : { "default_value": 0.05 }, + "gantry_height": { "value": "30" }, + "speed_travel": + { + "maximum_value": "400", + "value": "350" + }, + "acceleration_enabled": { "value": "True" }, + "acceleration_print" : { "value": "1500"}, + "acceleration_travel": { "value": "2000"}, + "acceleration_support_bottom": { "value": "500"}, + "acceleration_layer_0": { "value": "500"}, + "adhesion_type": { "default_value": "skirt" }, + "adhesion_extruder_nr": { "value": "0" }, + "support_extruder_nr": {"value": "1"}, + "brim_width": { "value": "3" }, + "cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" }, + "cool_fan_speed": { "value": "100" }, + "cool_fan_speed_max": { "value": "100" }, + "cool_min_speed": { "value": "5" }, + "infill_before_walls": { "value": false}, + "infill_line_width": { "value": "machine_nozzle_size" }, + "infill_overlap": { "value": "0" }, + "infill_pattern": { "value": "'triangles'" }, + "infill_wipe_dist": { "value": "0" }, + "jerk_enabled": { "value": "True" }, + "jerk_print": { "value": "0.05" }, + "jerk_travel" : { "value": "0.1"}, + "jerk_support_bottom" : { "value": "0.025"}, + "jerk_layer_0" : { "value": "0.025"}, + "layer_height_0": { "value": "round(machine_nozzle_size / 1.6, 2)" }, + "line_width": { "value": "machine_nozzle_size" }, + "machine_min_cool_heat_time_window": { "value": "15" }, + "default_material_print_temperature": { "value": "200" }, + "material_standby_temperature": { "value": "150" }, + "material_flow": { "value": "95" }, + "multiple_mesh_overlap": { "value": "0" }, + "prime_tower_enable": { "value": "false" }, + "raft_airgap": { "value": "0" }, + "raft_base_speed": { "value": "15" }, + "raft_base_thickness": { "value": "0.5" }, + "raft_base_line_width": { "value": "raft_base_thickness * 2" }, + "raft_base_line_spacing": { "value": "raft_base_line_width * 2" }, + "raft_interface_line_spacing": { "value": "raft_interface_line_width + 0.3" }, + "raft_interface_line_width": { "value": "0.5" }, + "raft_interface_speed": { "value": "45" }, + "raft_interface_thickness": { "value": "0.3" }, + "raft_margin": { "value": "4" }, + "raft_speed": { "value": "60" }, + "raft_surface_layers": { "value": "2" }, + "raft_surface_thickness": { "value": "0.2" }, + "raft_surface_line_width": { "value": "machine_nozzle_size * 1.2" }, + "raft_surface_line_spacing": { "value": "raft_surface_line_width * 1.1" }, + "retraction_amount": { "value": "0.7" }, + "retraction_count_max": { "value": "10" }, + "retraction_extrusion_window": { "value": "1" }, + "retraction_hop": { "value": "0.3" }, + "retraction_hop_enabled": { "value": "extruders_enabled_count > 1" }, + "retraction_hop_only_when_collides": { "value": "True" }, + "retraction_min_travel": { "value": "1.5" }, + "retraction_prime_speed": { "value": "50" }, + "skin_overlap": { "value": "10" }, + "speed_equalize_flow_enabled": { "value": "True" }, + "speed_layer_0": { "value": "20" }, + "speed_prime_tower": { "value": "speed_topbottom" }, + "speed_print": { "value": "40" }, + "speed_support": { "value": "speed_wall_0" }, + "speed_support_interface": { "value": "speed_topbottom" }, + "speed_topbottom": { "value": "math.ceil(speed_print * 20 / 35)" }, + "speed_wall": { "value": "math.ceil(speed_print * 30 / 35)" }, + "speed_wall_0": { "value": "math.ceil(speed_wall * 20 / 30)" }, + "speed_wall_x": { "value": "speed_wall" }, + "support_angle": { "value": "51" }, + "support_pattern": { "value": "'triangles'" }, + "support_use_towers": { "value": "False" }, + "support_xy_distance": { "value": "wall_line_width_0 * 2" }, + "support_xy_distance_overhang": { "value": "wall_line_width_0" }, + "support_z_distance": { "value": "0" }, + "switch_extruder_retraction_speed": { "value": "70" }, + "switch_extruder_prime_speed": { "value": "35" }, + "switch_extruder_retraction_amount": { "value": "0" }, + "top_bottom_thickness": { "value": "1" }, + "travel_avoid_supports": { "value": "True" }, + "travel_avoid_distance": { "value": "3 if extruders_enabled_count > 1 else machine_nozzle_tip_outer_diameter / 2 * 1.5" }, + "wall_0_inset": { "value": "0" }, + "wall_line_width_x": { "value": "line_width" }, + "wall_thickness": { "value": "0.8" }, + "meshfix_maximum_resolution": { "value": "(speed_wall_0 + speed_wall_x) / 60" }, + "meshfix_maximum_deviation": { "value": "layer_height / 4" }, + "optimize_wall_printing_order": { "value": "True" }, + "retraction_combing": { "default_value": "all" }, + "initial_layer_line_width_factor": { "value": "100" }, + "zig_zaggify_infill": { "value": "gradual_infill_steps == 0" } + + } +} diff --git a/resources/extruders/zmorph_i500_build_module.def.json b/resources/extruders/zmorph_i500_build_module.def.json new file mode 100644 index 00000000000..49dde3f823a --- /dev/null +++ b/resources/extruders/zmorph_i500_build_module.def.json @@ -0,0 +1,29 @@ +{ + "version": 2, + "name": "Build module", + "inherits": "fdmextruder", + "metadata": { + "machine": "zmorph_i500", + "position": "0" + }, + + "overrides": { + "machine_nozzle_offset_x": { "default_value": 0 }, + "machine_nozzle_offset_y": { "default_value": 0 }, + "machine_nozzle_id": { "default_value": "Build hotend 0.4" }, + "extruder_nr": { + "default_value": 0, + "maximum_value": "0" + }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 }, + "machine_extruder_start_code":{ "default_value": "E0_start" }, + "machine_extruder_end_code":{ "default_value": "E0_end" }, + "machine_extruder_start_pos_abs": { "default_value": true }, + "machine_extruder_start_pos_x": { "default_value": 0 }, + "machine_extruder_start_pos_y": { "default_value": 300 }, + "machine_extruder_end_pos_abs": { "default_value": true }, + "machine_extruder_end_pos_x": { "default_value": 50 }, + "machine_extruder_end_pos_y": { "default_value": 300 } + } +} diff --git a/resources/extruders/zmorph_i500_support_module.def.json b/resources/extruders/zmorph_i500_support_module.def.json new file mode 100644 index 00000000000..eda1daabed7 --- /dev/null +++ b/resources/extruders/zmorph_i500_support_module.def.json @@ -0,0 +1,29 @@ +{ + "version": 2, + "name": "Support module", + "inherits": "fdmextruder", + "metadata": { + "machine": "zmorph_i500", + "position": "1" + }, + + "overrides": { + "machine_nozzle_offset_x": { "default_value": 0 }, + "machine_nozzle_offset_y": { "default_value": 0 }, + "machine_nozzle_id": { "default_value": "Support hotend 0.6" }, + "extruder_nr": { + "default_value": 1, + "minimum_value": "1" + }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 }, + "machine_extruder_start_code":{ "default_value": "E1_start" }, + "machine_extruder_end_code":{ "default_value": "E1_end" }, + "machine_extruder_start_pos_abs": { "default_value": true }, + "machine_extruder_start_pos_x": { "default_value": 0 }, + "machine_extruder_start_pos_y": { "default_value": 300 }, + "machine_extruder_end_pos_abs": { "default_value": true }, + "machine_extruder_end_pos_x": { "default_value": 50 }, + "machine_extruder_end_pos_y": { "default_value": 300 } + } +} diff --git a/resources/quality/zmorph_i500/zmorph_i500_build_0.4_fast_PLA.inst.cfg b/resources/quality/zmorph_i500/zmorph_i500_build_0.4_fast_PLA.inst.cfg new file mode 100644 index 00000000000..ffdc717d903 --- /dev/null +++ b/resources/quality/zmorph_i500/zmorph_i500_build_0.4_fast_PLA.inst.cfg @@ -0,0 +1,29 @@ +[general] +version = 4 +name = Fast +definition = zmorph_i500 + +[metadata] +setting_version = 17 +type = quality +quality_type = verydraft +material = zmorph_pla_silver +variant = Build hotend 0.4 +position = 0 + + +[values] +layer_height_0 = 0.3 +top_bottom_thickness = 0.8 +wall_thickness = 0.8 +raft_airgap = 0.15 +speed_layer_0 = 10 +prime_tower_enable = False +infill_sparse_density = 20 +skin_line_width = 0.26 +xy_offset_layer_0 = -0.1 +skin_overlap = 25 +coasting_enable = true +bridge_settings_enabled = true +small_hole_max_size = 8.0 +small_feature_speed_factor = 30.0 \ No newline at end of file diff --git a/resources/quality/zmorph_i500/zmorph_i500_build_0.4_high_PLA.inst.cfg b/resources/quality/zmorph_i500/zmorph_i500_build_0.4_high_PLA.inst.cfg new file mode 100644 index 00000000000..7b7efe5d1e6 --- /dev/null +++ b/resources/quality/zmorph_i500/zmorph_i500_build_0.4_high_PLA.inst.cfg @@ -0,0 +1,28 @@ +[general] +version = 4 +name = High +definition = zmorph_i500 + +[metadata] +setting_version = 17 +type = quality +quality_type = fast +material = zmorph_pla_silver +variant = Build hotend 0.4 +position = 0 + + +[values] +layer_height_0 = 0.15 +top_bottom_thickness = 1 +wall_thickness = 0.8 +raft_airgap = 0.15 +speed_layer_0 = 10 +prime_tower_enable = False +skin_line_width = 0.26 +xy_offset_layer_0 = -0.1 +skin_overlap = 25 +coasting_enable = true +bridge_settings_enabled = true +small_hole_max_size = 8.0 +small_feature_speed_factor = 30.0 \ No newline at end of file diff --git a/resources/quality/zmorph_i500/zmorph_i500_build_0.4_normal_PLA.inst.cfg b/resources/quality/zmorph_i500/zmorph_i500_build_0.4_normal_PLA.inst.cfg new file mode 100644 index 00000000000..75f8f4832e7 --- /dev/null +++ b/resources/quality/zmorph_i500/zmorph_i500_build_0.4_normal_PLA.inst.cfg @@ -0,0 +1,28 @@ +[general] +version = 4 +name = Normal +definition = zmorph_i500 + +[metadata] +setting_version = 17 +type = quality +quality_type = draft +material = zmorph_pla_silver +variant = Build hotend 0.4 +position = 0 + + +[values] +layer_height_0 = 0.2 +top_bottom_thickness = 0.8 +wall_thickness = 0.8 +raft_airgap = 0.15 +speed_layer_0 = 10 +prime_tower_enable = False +skin_line_width = 0.26 +xy_offset_layer_0 = -0.1 +skin_overlap = 25 +coasting_enable = true +bridge_settings_enabled = true +small_hole_max_size = 8.0 +small_feature_speed_factor = 30.0 diff --git a/resources/quality/zmorph_i500/zmorph_i500_build_0.4_ultrahigh_PLA.inst.cfg b/resources/quality/zmorph_i500/zmorph_i500_build_0.4_ultrahigh_PLA.inst.cfg new file mode 100644 index 00000000000..b3c9818a646 --- /dev/null +++ b/resources/quality/zmorph_i500/zmorph_i500_build_0.4_ultrahigh_PLA.inst.cfg @@ -0,0 +1,28 @@ +[general] +version = 4 +name = Ultra high +definition = zmorph_i500 + +[metadata] +setting_version = 17 +type = quality +quality_type = normal +material = zmorph_pla_silver +variant = Build hotend 0.4 +position = 0 + + +[values] +layer_height_0 = 0.1 +top_bottom_thickness = 1 +wall_thickness = 1 +raft_airgap = 0.15 +speed_layer_0 = 10 +prime_tower_enable = False +skin_line_width = 0.26 +xy_offset_layer_0 = -0.1 +skin_overlap = 25 +coasting_enable = true +bridge_settings_enabled = true +small_hole_max_size = 8.0 +small_feature_speed_factor = 30.0 \ No newline at end of file diff --git a/resources/quality/zmorph_i500/zmorph_i500_fast.inst.cfg b/resources/quality/zmorph_i500/zmorph_i500_fast.inst.cfg new file mode 100644 index 00000000000..75cef0a4143 --- /dev/null +++ b/resources/quality/zmorph_i500/zmorph_i500_fast.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Fast +definition = zmorph_i500 + +[metadata] +setting_version = 17 +type = quality +quality_type = verydraft +global_quality = True + +[values] +layer_height = 0.3 +support_enable = True diff --git a/resources/quality/zmorph_i500/zmorph_i500_high.inst.cfg b/resources/quality/zmorph_i500/zmorph_i500_high.inst.cfg new file mode 100644 index 00000000000..9cfc642f076 --- /dev/null +++ b/resources/quality/zmorph_i500/zmorph_i500_high.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = High +definition = zmorph_i500 + +[metadata] +setting_version = 17 +type = quality +quality_type = fast +global_quality = True + +[values] +layer_height = 0.15 +support_enable = True diff --git a/resources/quality/zmorph_i500/zmorph_i500_normal.inst.cfg b/resources/quality/zmorph_i500/zmorph_i500_normal.inst.cfg new file mode 100644 index 00000000000..7f4438d78d3 --- /dev/null +++ b/resources/quality/zmorph_i500/zmorph_i500_normal.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Normal +definition = zmorph_i500 + +[metadata] +setting_version = 17 +type = quality +quality_type = draft +global_quality = True + +[values] +layer_height = 0.2 +support_enable = True diff --git a/resources/quality/zmorph_i500/zmorph_i500_support_0.6_fast_BVOH.inst.cfg b/resources/quality/zmorph_i500/zmorph_i500_support_0.6_fast_BVOH.inst.cfg new file mode 100644 index 00000000000..31052bf3c04 --- /dev/null +++ b/resources/quality/zmorph_i500/zmorph_i500_support_0.6_fast_BVOH.inst.cfg @@ -0,0 +1,30 @@ +[general] +version = 4 +name = Fast +definition = zmorph_i500 + +[metadata] +setting_version = 17 +type = quality +quality_type = verydraft +material = zmorph_bvoh_natural +variant = Support hotend 0.6 +position = 1 + +[values] +support_enable = True +adhesion_extruder_nr = 1 +support_extruder_nr = 1 +brim_replaces_support = False +prime_tower_enable = False +support_brim_enable = True +raft_airgap = 0 +skin_overlap = 20 +raft_surface_line_width = 0.3 +raft_surface_line_spacing = 0.58 +initial_layer_line_width_factor = 125.0 +material_flow_layer_0 = 120.0 +speed_support_bottom = 7.0 +support_xy_distance = 0.1 +support_xy_distance_overhang = 0.0 +support_roof_line_distance = 0.58 diff --git a/resources/quality/zmorph_i500/zmorph_i500_support_0.6_high_BVOH.inst.cfg b/resources/quality/zmorph_i500/zmorph_i500_support_0.6_high_BVOH.inst.cfg new file mode 100644 index 00000000000..d73adf5cd18 --- /dev/null +++ b/resources/quality/zmorph_i500/zmorph_i500_support_0.6_high_BVOH.inst.cfg @@ -0,0 +1,29 @@ +[general] +version = 4 +name = High +definition = zmorph_i500 + +[metadata] +setting_version = 17 +type = quality +quality_type = fast +material = zmorph_bvoh_natural +variant = Support hotend 0.6 +position = 1 + +[values] +support_enable = True +adhesion_extruder_nr = 1 +support_extruder_nr = 1 +brim_replaces_support = False +prime_tower_enable = False +support_brim_enable = True +raft_airgap = 0 +raft_surface_line_width = 0.3 +raft_surface_line_spacing = 0.58 +initial_layer_line_width_factor = 125.0 +material_flow_layer_0 = 120.0 +speed_support_bottom = 7.0 +support_xy_distance = 0.1 +support_xy_distance_overhang = 0.0 +support_roof_line_distance = 0.58 \ No newline at end of file diff --git a/resources/quality/zmorph_i500/zmorph_i500_support_0.6_normal_BVOH.inst.cfg b/resources/quality/zmorph_i500/zmorph_i500_support_0.6_normal_BVOH.inst.cfg new file mode 100644 index 00000000000..8de738b0229 --- /dev/null +++ b/resources/quality/zmorph_i500/zmorph_i500_support_0.6_normal_BVOH.inst.cfg @@ -0,0 +1,30 @@ +[general] +version = 4 +name = Normal +definition = zmorph_i500 + +[metadata] +setting_version = 17 +type = quality +quality_type = draft +material = zmorph_bvoh_natural +variant = Support hotend 0.6 +position = 1 + +[values] +support_enable = True +adhesion_extruder_nr = 1 +support_extruder_nr = 1 +brim_replaces_support = False +prime_tower_enable = False +support_brim_enable = True +raft_airgap = 0 +skin_overlap = 20 +raft_surface_line_width = 0.3 +raft_surface_line_spacing = 0.58 +initial_layer_line_width_factor = 125.0 +material_flow_layer_0 = 120.0 +speed_support_bottom = 7.0 +support_xy_distance = 0.1 +support_xy_distance_overhang = 0.0 +support_roof_line_distance = 0.58 diff --git a/resources/quality/zmorph_i500/zmorph_i500_support_0.6_ultrahigh_BVOH.inst.cfg b/resources/quality/zmorph_i500/zmorph_i500_support_0.6_ultrahigh_BVOH.inst.cfg new file mode 100644 index 00000000000..0a981350870 --- /dev/null +++ b/resources/quality/zmorph_i500/zmorph_i500_support_0.6_ultrahigh_BVOH.inst.cfg @@ -0,0 +1,29 @@ +[general] +version = 4 +name = Ultra high +definition = zmorph_i500 + +[metadata] +setting_version = 17 +type = quality +quality_type = normal +material = zmorph_bvoh_natural +variant = Support hotend 0.6 +position = 1 + +[values] +support_enable = True +adhesion_extruder_nr = 1 +support_extruder_nr = 1 +brim_replaces_support = False +prime_tower_enable = False +support_brim_enable = True +raft_airgap = 0 +raft_surface_line_width = 0.3 +raft_surface_line_spacing = 0.58 +initial_layer_line_width_factor = 125.0 +material_flow_layer_0 = 120.0 +speed_support_bottom = 7.0 +support_xy_distance = 0.1 +support_xy_distance_overhang = 0.0 +support_roof_line_distance = 0.58 \ No newline at end of file diff --git a/resources/quality/zmorph_i500/zmorph_i500_ultrahigh.inst.cfg b/resources/quality/zmorph_i500/zmorph_i500_ultrahigh.inst.cfg new file mode 100644 index 00000000000..014d547e66d --- /dev/null +++ b/resources/quality/zmorph_i500/zmorph_i500_ultrahigh.inst.cfg @@ -0,0 +1,14 @@ +[general] +version = 4 +name = Ultra high +definition = zmorph_i500 + +[metadata] +setting_version = 17 +type = quality +quality_type = normal +global_quality = True + +[values] +layer_height = 0.1 +support_enable = True diff --git a/resources/variants/zmorph_i500_build_0.4.inst.cfg b/resources/variants/zmorph_i500_build_0.4.inst.cfg new file mode 100644 index 00000000000..8d342501a55 --- /dev/null +++ b/resources/variants/zmorph_i500_build_0.4.inst.cfg @@ -0,0 +1,47 @@ +[general] +name = Build hotend 0.4 +version = 4 +definition = zmorph_i500 + +[metadata] +setting_version = 17 +type = variant +hardware_type = nozzle +position = 0 + +[values] +adhesion_type = raft +brim_width = 7 +machine_nozzle_heat_up_speed = 0.8 +machine_nozzle_cool_down_speed = 0.8 +machine_nozzle_size = 0.4 +machine_nozzle_tip_outer_diameter = 1.0 +raft_airgap = 0.15 +raft_base_thickness = 0.5 +raft_interface_line_spacing = =raft_interface_line_width + 0.3 +raft_interface_line_width = =line_width * 2 +raft_interface_thickness = =layer_height * 1.5 +raft_margin = 4 +raft_surface_layers = 2 +retraction_amount = 0.7 +retraction_count_max = 25 +retraction_min_travel = =line_width * 2 +retraction_prime_speed = =retraction_speed +skin_overlap = 15 +speed_print = 70 +speed_topbottom = =math.ceil(speed_print * 30 / 70) +speed_wall = =math.ceil(speed_print * 30 / 70) +support_line_width = 0.35 +support_interface_enable = True +support_interface_height = 0.6 +support_angle = 60 +support_bottom_distance = =support_z_distance +support_pattern = zigzag +support_top_distance = =support_z_distance +support_use_towers = True +support_z_distance = =layer_height +switch_extruder_prime_speed = =switch_extruder_retraction_speeds +switch_extruder_extra_prime_amount = =retraction_amount + 0.3 +top_bottom_thickness = 1.2 +wall_thickness = 0.8 +xy_offset_layer_0 = =(-0.2 if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset \ No newline at end of file diff --git a/resources/variants/zmorph_i500_support_0.6.inst.cfg b/resources/variants/zmorph_i500_support_0.6.inst.cfg new file mode 100644 index 00000000000..888c66b8410 --- /dev/null +++ b/resources/variants/zmorph_i500_support_0.6.inst.cfg @@ -0,0 +1,47 @@ +[general] +name = Support hotend 0.6 +version = 4 +definition = zmorph_i500 + +[metadata] +setting_version = 17 +type = variant +hardware_type = nozzle +position = 1 + +[values] +adhesion_extruder_nr = 1 +adhesion_type = raft +support_enable = True +support_extruder_nr = 1 +gradual_support_infill_steps = 2 +machine_nozzle_heat_up_speed = 0.8 +machine_nozzle_cool_down_speed = 0.8 +machine_nozzle_tip_outer_diameter = 1.0 +raft_base_speed = 15 +raft_interface_speed = 45 +raft_speed = 60 +retraction_amount = 0.7 +retraction_count_max = 20 +retraction_extrusion_window = =retraction_amount +retraction_min_travel = =3 * line_width +speed_layer_0 = 15 +speed_support = =math.ceil(speed_print * 30 / 40) +speed_support_interface = =math.ceil(speed_support * 20 / 25) +speed_support_bottom = =math.ceil(speed_support_interface * 10 / 20) +speed_wall_0 = =math.ceil(speed_wall * 25 / 30) +support_bottom_height = =layer_height * 2 +support_bottom_pattern = concentric +support_bottom_stair_step_height = 0 +support_infill_rate = 50 +support_infill_sparse_thickness = =layer_height +support_interface_enable = True +support_interface_height = 0.6 +support_interface_skip_height = =layer_height +support_join_distance = 3 +support_line_width = =round(line_width * 0.4 / 0.35, 2) +support_offset = 3 +support_xy_distance = =round(wall_line_width_0 * 0.75, 2) +support_xy_distance_overhang = =wall_line_width_0 / 2 +switch_extruder_prime_speed = =switch_extruder_retraction_speeds +switch_extruder_extra_prime_amount = =retraction_amount + 0.5