mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-19 00:17:29 +08:00
18 lines
394 B
INI
18 lines
394 B
INI
[general]
|
|
name = 0.25 mm
|
|
version = 2
|
|
definition = ultimaker2_extended_plus
|
|
|
|
[metadata]
|
|
author = Ultimaker
|
|
type = variant
|
|
|
|
[values]
|
|
machine_nozzle_size = 0.25
|
|
machine_nozzle_tip_outer_diameter = 0.8
|
|
coasting_volume = 0.1
|
|
coasting_min_volume = 0.17
|
|
speed_wall = =round(speed_print / 1.2, 1)
|
|
speed_wall_0 = =1 if speed_wall < 5 else (speed_wall - 5)
|
|
speed_topbottom = =round(speed_print / 1.5, 1)
|