mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-29 22:45:30 +08:00
23 lines
514 B
INI
23 lines
514 B
INI
[general]
|
|
definition = ultimaker2_plus
|
|
name = 0.25 mm
|
|
version = 4
|
|
|
|
[metadata]
|
|
hardware_type = nozzle
|
|
setting_version = 23
|
|
type = variant
|
|
|
|
[values]
|
|
coasting_min_volume = 0.17
|
|
coasting_volume = 0.1
|
|
cool_min_layer_time = 0
|
|
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
|
|
|