mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-29 17:55:15 +08:00
26 lines
517 B
INI
26 lines
517 B
INI
[general]
|
|
definition = ultimaker3
|
|
name = Sprint - Experimental
|
|
version = 4
|
|
|
|
[metadata]
|
|
is_experimental = True
|
|
material = generic_pc
|
|
quality_type = superdraft
|
|
setting_version = 21
|
|
type = quality
|
|
variant = AA 0.8
|
|
weight = -4
|
|
|
|
[values]
|
|
brim_width = 14
|
|
layer_height = 0.4
|
|
raft_airgap = 0.5
|
|
skin_overlap = 0
|
|
speed_infill = =math.ceil(speed_print * 37 / 50)
|
|
speed_print = 50
|
|
speed_topbottom = =math.ceil(speed_print * 25 / 50)
|
|
speed_wall = =math.ceil(speed_print * 37 / 50)
|
|
speed_wall_0 = =math.ceil(speed_wall * 30 / 40)
|
|
|