Cura/resources/variants/ultimaker2_plus_0.25.inst.cfg
Rijk van Manen 1bf6243b69 For 0.25 profile increase wall line count to 3
With this equation the wall thickness better matches the thickness we had before CURA5.0. PP-115
2022-03-15 09:45:20 +01:00

20 lines
488 B
INI

[general]
name = 0.25 mm
version = 4
definition = ultimaker2_plus
[metadata]
setting_version = 19
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
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