mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-11 07:47:53 -06:00
Add variants for Ultimaker 2+
Contributes to issue CURA-1278.
This commit is contained in:
parent
1578fdee98
commit
cbf3fe0ddf
4 changed files with 60 additions and 0 deletions
16
resources/variants/ultimaker2_plus_0.25.cfg
Normal file
16
resources/variants/ultimaker2_plus_0.25.cfg
Normal file
|
@ -0,0 +1,16 @@
|
|||
[general]
|
||||
name = 0.25 mm
|
||||
version = 2
|
||||
definition = ultimaker2_plus
|
||||
|
||||
[metadata]
|
||||
author = Ultimaker
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.25
|
||||
machine_nozzle_tip_outer_diameter = 0.8
|
||||
coasting_volume = 0.1
|
||||
coasting_min_volume = 0.17
|
||||
speed_wall = round(speed_print / 1.2, 1)
|
||||
speed_wall_0 = 1 if speed_wall < 5 else (speed_wall - 5)
|
||||
speed_topbottom = round(speed_print / 1.5, 1)
|
Loading…
Add table
Add a link
Reference in a new issue