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

@@ -49,6 +49,7 @@
"reduce_crossing_wall": "1",
"max_travel_detour_distance": "0",
"wipe_tower_no_sparse_layers": "0",
"wipe_tower_max_purge_speed": "55",
"draft_shield": "disabled",
"independent_support_layer_height": "1",
"interface_shells": "0",
@@ -154,7 +155,13 @@
"prime_tower_width": "25",
"prime_volume": "7.3",
"prime_tower_brim_width": "5",
"wipe_tower_cone_angle": "40",
"wipe_tower_cone_angle": "25",
"wipe_tower_extra_spacing": "150%",
"wipe_tower_rotation_angle": "90",
"ooze_prevention": "1",
"standby_temperature_delta": "-70",
"preheat_time": "80",
"preheat_steps": "1",
"flush_into_infill": "0",
"flush_into_support": "1",
"flush_into_objects": "0",
@@ -172,7 +179,6 @@
"post_process": "",
"enforce_support_layers": "0",
"exclude_object": "0",
"standby_temperature_delta": "-45",
"timelapse_type": "0",
"gap_fill_enabled": "0",
"single_extruder_multi_material_priming": "0"