mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-22 10:21:39 -07:00
Merge pull request #5497 from TinkerGnome/Mark2_definition
add Mark2 definition files
This commit is contained in:
commit
992040d4e6
8 changed files with 345 additions and 0 deletions
19
resources/variants/Mark2_for_Ultimaker2_0.25.inst.cfg
Normal file
19
resources/variants/Mark2_for_Ultimaker2_0.25.inst.cfg
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[general]
|
||||
name = 0.25 mm
|
||||
version = 4
|
||||
definition = Mark2_for_Ultimaker2
|
||||
|
||||
[metadata]
|
||||
setting_version = 7
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
coasting_min_volume = 0.17
|
||||
coasting_volume = 0.1
|
||||
machine_nozzle_size = 0.25
|
||||
machine_nozzle_tip_outer_diameter = 0.8
|
||||
raft_airgap = 0.25
|
||||
speed_topbottom = =round(speed_print / 1.5, 1)
|
||||
speed_wall = =round(speed_print / 1.2, 1)
|
||||
speed_wall_0 = =1 if speed_wall < 5 else (speed_wall - 5)
|
||||
17
resources/variants/Mark2_for_Ultimaker2_0.4.inst.cfg
Normal file
17
resources/variants/Mark2_for_Ultimaker2_0.4.inst.cfg
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[general]
|
||||
name = 0.4 mm
|
||||
version = 4
|
||||
definition = Mark2_for_Ultimaker2
|
||||
|
||||
[metadata]
|
||||
setting_version = 7
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.4
|
||||
machine_nozzle_tip_outer_diameter = 1.05
|
||||
speed_wall = =round(speed_print / 1.25, 1)
|
||||
speed_wall_0 = =max(speed_wall - 10, 1)
|
||||
speed_topbottom = =round(speed_print / 2.25, 1)
|
||||
|
||||
18
resources/variants/Mark2_for_Ultimaker2_0.6.inst.cfg
Normal file
18
resources/variants/Mark2_for_Ultimaker2_0.6.inst.cfg
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[general]
|
||||
name = 0.6 mm
|
||||
version = 4
|
||||
definition = Mark2_for_Ultimaker2
|
||||
|
||||
[metadata]
|
||||
setting_version = 7
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.6
|
||||
machine_nozzle_tip_outer_diameter = 1.25
|
||||
coasting_volume = 1.36
|
||||
speed_wall = =round(speed_print * 4 / 3, 1)
|
||||
speed_wall_0 = =1 if speed_wall < 10 else (speed_wall - 10)
|
||||
speed_topbottom = =round(speed_print / 2, 1)
|
||||
|
||||
18
resources/variants/Mark2_for_Ultimaker2_0.8.inst.cfg
Normal file
18
resources/variants/Mark2_for_Ultimaker2_0.8.inst.cfg
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[general]
|
||||
name = 0.8 mm
|
||||
version = 4
|
||||
definition = Mark2_for_Ultimaker2
|
||||
|
||||
[metadata]
|
||||
setting_version = 7
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.8
|
||||
machine_nozzle_tip_outer_diameter = 1.35
|
||||
coasting_volume = 3.22
|
||||
speed_wall = =round(speed_print * 4 / 3, 1)
|
||||
speed_wall_0 = =1 if speed_wall < 10 else (speed_wall - 10)
|
||||
speed_topbottom = =round(speed_print / 2, 1)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue