mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-29 01:28:55 +08:00
27 lines
809 B
INI
27 lines
809 B
INI
[general]
|
|
version = 2
|
|
name = Draft Print
|
|
definition = ultimaker3
|
|
|
|
[metadata]
|
|
type = quality
|
|
quality_type = draft
|
|
weight = -2
|
|
material = generic_pva_ultimaker3_BB_0.4
|
|
|
|
[values]
|
|
acceleration_support = =math.ceil(acceleration_print * 500 / 4000)
|
|
acceleration_support_infill = =acceleration_support
|
|
jerk_support = =math.ceil(jerk_print * 5 / 25)
|
|
jerk_support_infill = =jerk_support
|
|
material_print_temperature = =default_material_print_temperature + 10
|
|
material_standby_temperature = 100
|
|
skin_overlap = 20
|
|
support_interface_height = 0.8
|
|
prime_tower_enable = False
|
|
speed_support_interface = =math.ceil(speed_support * 20 / 25)
|
|
jerk_support_interface = =math.ceil(jerk_support * 1 / 5)
|
|
acceleration_support_interface = =math.ceil(acceleration_support * 100 / 500 )
|
|
support_xy_distance = =round(line_width * 1.5, 2)
|
|
|