mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 18:42:24 +00:00
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:
@@ -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": "100",
|
||||
"inner_wall_speed": "160",
|
||||
"sparse_infill_speed": "160",
|
||||
"internal_solid_infill_speed": "160",
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user