update Snapmaker profiles

- add Breakaway Support filament
- add preheat params for Snapmaker Dual/IDEX printers
- update the check bounds code in start-gcode, which is now off by default
This commit is contained in:
dylan
2024-08-27 01:14:19 +08:00
parent 7fdb1a5862
commit 97eec47be6
56 changed files with 274 additions and 123 deletions

View File

@@ -8,7 +8,7 @@
"initial_layer_print_height": "0.2",
"enable_arc_fitting": "1",
"initial_layer_infill_speed": "75",
"outer_wall_speed": "145",
"outer_wall_speed": "120",
"inner_wall_speed": "250",
"sparse_infill_speed": "250",
"internal_solid_infill_speed": "250",
@@ -36,6 +36,7 @@
"support_bottom_z_distance": "0",
"support_interface_top_layers": "3",
"support_interface_pattern": "rectilinear",
"preheat_time": "90",
"filename_format": "{input_filename_base}_{layer_height}mm_{print_time}_J1.gcode",
"small_perimeter_threshold": "0",
"support_material_synchronize_layers": "1"