adding more test files

This commit is contained in:
Saumya Jain 2024-04-10 11:39:53 +02:00
parent 65bd675fbc
commit 43b209aa99
2 changed files with 4 additions and 2 deletions

View File

@ -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 }
}
}

View File

@ -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