mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-06 08:06:05 +08:00
adding more test files
This commit is contained in:
parent
65bd675fbc
commit
43b209aa99
@ -25,6 +25,8 @@
|
||||
"speed_print": { "default_value": 40 },
|
||||
"support_enable": { "default_value": true },
|
||||
"top_bottom_thickness": { "default_value": 1 },
|
||||
"wall_thickness": { "value": "1" }
|
||||
"wall_thickness": { "value": "1" },
|
||||
"material_bed_temerature" : { "value": 1 }
|
||||
|
||||
}
|
||||
}
|
@ -15,7 +15,7 @@ variant = DBE 0.40mm
|
||||
jerk_wall = 5
|
||||
jerk_wall_0 = =jerk_wall
|
||||
jerk_wall_x = =jerk_wall
|
||||
top_bottom_thickness = =wall_thickness
|
||||
top_bottom_thickness = =ExtrudesValu( resolveorvalue(wall_thicknesss))
|
||||
wall_thickness = =line_width * 3
|
||||
xy_offset = =-layer_height * 0.2
|
||||
xy_offset_layer_0 = =((-0.2 + layer_height * 0.2) if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset
|
||||
|
Loading…
x
Reference in New Issue
Block a user