make exclude_object off by default

This commit is contained in:
SoftFever
2023-12-29 09:21:49 +08:00
parent 9208767b18
commit bd700071f2
17 changed files with 34 additions and 17 deletions

View File

@@ -110,5 +110,6 @@
"top_surface_speed": "120",
"gap_infill_speed": "120",
"sparse_infill_speed": "200",
"travel_speed": "350"
"travel_speed": "350",
"exclude_object": "1"
}

View File

@@ -30,5 +30,6 @@
"top_surface_speed": "120",
"gap_infill_speed": "120",
"sparse_infill_speed": "200",
"travel_speed": "300"
"travel_speed": "300",
"exclude_object": "1"
}