mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-24 19:31:16 -07:00
Add Hotend Definitions
Add Variant definitions for Slice Engineering Mosquito Magnum Hotends
This commit is contained in:
parent
5c0de33e32
commit
b7097eed05
2 changed files with 64 additions and 0 deletions
32
resources/variants/mosquito_magnum_0.4.inst.cfg
Normal file
32
resources/variants/mosquito_magnum_0.4.inst.cfg
Normal file
|
|
@ -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
|
||||||
|
|
||||||
32
resources/variants/mosquito_magnum_0.8.inst.cfg
Normal file
32
resources/variants/mosquito_magnum_0.8.inst.cfg
Normal file
|
|
@ -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
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue