diff --git a/resources/variants/mosquito_magnum_0.4.inst.cfg b/resources/variants/mosquito_magnum_0.4.inst.cfg new file mode 100644 index 0000000000..75f87c4d8d --- /dev/null +++ b/resources/variants/mosquito_magnum_0.4.inst.cfg @@ -0,0 +1,32 @@ +[general] +name = Mosquito Magnum 0.4 +version = 4 +definition = smoothie_dual + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.4 +machine_nozzle_cool_down_speed = 0.9 +machine_nozzle_id = Mosquito Magnum 0.4 +machine_nozzle_tip_outer_diameter = 2.0 +retraction_amount = 6.5 +retraction_count_max = 25 +retraction_min_travel = =line_width * 2 +retraction_prime_speed = =retraction_speed +skin_overlap = 15 +speed_print = 60 +speed_topbottom = =math.ceil(speed_print * 30 / 70) +speed_wall = =math.ceil(speed_print * 30 / 70) +support_angle = 60 +support_bottom_distance = =support_z_distance / 2 +support_pattern = zigzag +support_top_distance = =support_z_distance +support_use_towers = True +support_z_distance = =layer_height * 2 +switch_extruder_prime_speed = =switch_extruder_retraction_speeds +switch_extruder_retraction_amount = =machine_heat_zone_length + diff --git a/resources/variants/mosquito_magnum_0.8.inst.cfg b/resources/variants/mosquito_magnum_0.8.inst.cfg new file mode 100644 index 0000000000..5f60b0fec1 --- /dev/null +++ b/resources/variants/mosquito_magnum_0.8.inst.cfg @@ -0,0 +1,32 @@ +[general] +name = Mosquito Magnum 0.8 +version = 4 +definition = smoothie_dual + +[metadata] +setting_version = 11 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.8 +machine_nozzle_cool_down_speed = 0.9 +machine_nozzle_id = Mosquito Magnum 0.8 +machine_nozzle_tip_outer_diameter = 2.0 +retraction_amount = 6.5 +retraction_count_max = 25 +retraction_min_travel = =line_width * 2 +retraction_prime_speed = =retraction_speed +skin_overlap = 15 +speed_print = 60 +speed_topbottom = =math.ceil(speed_print * 30 / 70) +speed_wall = =math.ceil(speed_print * 30 / 70) +support_angle = 60 +support_bottom_distance = =support_z_distance / 2 +support_pattern = zigzag +support_top_distance = =support_z_distance +support_use_towers = True +support_z_distance = =layer_height * 2 +switch_extruder_prime_speed = =switch_extruder_retraction_speeds +switch_extruder_retraction_amount = =machine_heat_zone_length +