mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-29 22:55:13 +08:00
27 lines
600 B
INI
27 lines
600 B
INI
[general]
|
|
definition = liquid
|
|
name = Sprint
|
|
version = 4
|
|
|
|
[metadata]
|
|
material = generic_cpe
|
|
quality_type = superdraft
|
|
setting_version = 23
|
|
type = quality
|
|
variant = VO 0.8
|
|
weight = -4
|
|
|
|
[values]
|
|
brim_width = 15
|
|
jerk_travel = 20
|
|
line_width = =machine_nozzle_size * 0.875
|
|
material_print_temperature = =default_material_print_temperature + 20
|
|
material_standby_temperature = 100
|
|
prime_tower_enable = True
|
|
retraction_combing_max_distance = 50
|
|
speed_print = 45
|
|
speed_topbottom = =math.ceil(speed_print * 30 / 45)
|
|
speed_wall = =math.ceil(speed_print * 40 / 45)
|
|
speed_wall_0 = =math.ceil(speed_wall * 30 / 40)
|
|
|