Cura/resources/variants/ultimaker2_plus_0.4.inst.cfg
Ghostkeeper b02769912f
Don't print slower than 1mm/s
If you set the wall printing speed to 10, it would through inheritance result in an outer wall printing speed of 0. No longer.
2018-09-05 09:42:20 +02:00

17 lines
343 B
INI

[general]
name = 0.4 mm
version = 4
definition = ultimaker2_plus
[metadata]
setting_version = 5
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 = =min(speed_wall - 10, 1)
speed_topbottom = =round(speed_print / 2.25, 1)