mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00

I've discussed this with Paul and he confirms that they should also be different for Extended just like not-Extended. Contributes to issue CURA-1278.
14 lines
No EOL
329 B
INI
14 lines
No EOL
329 B
INI
[general]
|
|
name = 0.4 mm
|
|
version = 2
|
|
definition = ultimaker2_extended_plus
|
|
|
|
[metadata]
|
|
author = Ultimaker
|
|
|
|
[values]
|
|
machine_nozzle_size = 0.4
|
|
machine_nozzle_tip_outer_diameter = 1.05
|
|
speed_wall = round(speed_print / 1.25, 1)
|
|
speed_wall_0 = 1 if speed_wall < 10 else (speed_wall - 10)
|
|
speed_topbottom = round(speed_print / 2.25, 1) |