mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-29 19:35:10 +08:00

We've removed a bunch of settings and transformed others. To allow profiles to be checked for these and edited if necessary, we now need to increment this version number. Contributes to issue CURA-8466.
21 lines
539 B
INI
21 lines
539 B
INI
[general]
|
|
name = 0.25 mm
|
|
version = 4
|
|
definition = ultimaker2_plus_connect
|
|
|
|
[metadata]
|
|
setting_version = 20
|
|
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
|
|
retraction_prime_speed = =retraction_speed
|
|
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)
|
|
wall_thickness = =wall_line_width_0 + wall_line_width_x * 2 |