mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-29 17:55:15 +08:00

Although it is not entirely sure yet, we are fairly certain that libArachne release will have a setting version of 18, so it is changed by this commit. With this change, the VersionUpgrader will be properly triggered. Contributes to CURA-7683 and CURA-7656
17 lines
352 B
INI
17 lines
352 B
INI
[general]
|
|
name = 0.4 mm
|
|
version = 4
|
|
definition = ultimaker2_plus_connect
|
|
|
|
[metadata]
|
|
setting_version = 18
|
|
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)
|