mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-10-04 13:36:30 +08:00
16 lines
334 B
INI
16 lines
334 B
INI
[general]
|
|
name = 0.8 mm
|
|
version = 2
|
|
definition = cartesio
|
|
|
|
[metadata]
|
|
author = Cartesio
|
|
type = variant
|
|
|
|
[values]
|
|
machine_nozzle_size = 0.8
|
|
machine_nozzle_tip_outer_diameter = 1.05
|
|
speed_wall = =round(speed_print / 2, 1)
|
|
speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 * 3)
|
|
speed_topbottom = =round(speed_print / 5 * 3, 1)
|