mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00

These are now upgraded to version 3, meaning that they will have to increase their version numbers and remove any start_layers_at_same_position settings they define. None of these profiles define any start_layers_at_same_position so it's just the version number then. Contributes to issue CURA-3479.
16 lines
369 B
INI
16 lines
369 B
INI
[general]
|
|
name = 0.8 mm
|
|
version = 3
|
|
definition = ultimaker2_extended_plus
|
|
|
|
[metadata]
|
|
author = Ultimaker
|
|
type = variant
|
|
|
|
[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)
|