mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-16 13:32:44 +00:00
Add filament_retract_length_toolchange/filament_retract_restart_extra_toolchange config and update tool changer printer's profiles (#15039)
* update snapmaker profiles. largely ported for Snapmaker Orca fork * update prime volume * set precise_outer_wall to 1 * Update per-material multi-tool ramming to the filament library * Add per-filament overrides for toolchange retraction * Set toolchange retraction per filament for Snapmaker U1 * set default support type to tree * format snapmaker profiles
This commit is contained in:
+31
-40
@@ -1,42 +1,33 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.30 Strength @Snapmaker U1 (0.6 nozzle)",
|
||||
"inherits": "fdm_process_U1_0.6_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.3",
|
||||
"initial_layer_print_height": "0.3",
|
||||
"bridge_flow": "1",
|
||||
"initial_layer_speed": "35",
|
||||
"initial_layer_infill_speed": "55",
|
||||
"sparse_infill_speed": "100",
|
||||
"top_surface_speed": "150",
|
||||
"bridge_speed": "30",
|
||||
"overhang_3_4_speed": "15",
|
||||
"setting_id": "CBaL0vgwtgsd6Snj",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has more wall loops and a higher sparse infill density. So, it results in higher strength of the prints, but more filament consumption and longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"sparse_infill_density": "25%",
|
||||
"wall_loops": "4",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Snapmaker U1 (0.6 nozzle)"
|
||||
],
|
||||
"filter_out_gap_fill": "1",
|
||||
"gap_fill_target": "topbottom",
|
||||
"internal_bridge_speed": "100%",
|
||||
"prime_tower_width": "30",
|
||||
"prime_volume": "68",
|
||||
"seam_gap": "15%",
|
||||
"wipe_tower_extra_rib_length": "8",
|
||||
"wipe_tower_wall_type": "rib",
|
||||
"enable_arc_fitting": "0",
|
||||
"ooze_prevention": "1",
|
||||
"precise_outer_wall": "0",
|
||||
"prime_tower_brim_width": "5",
|
||||
"slowdown_for_curled_perimeters": "0",
|
||||
"standby_temperature_delta": "-150",
|
||||
"support_type": "tree(auto)",
|
||||
"wipe_tower_extra_spacing": "120%"
|
||||
"type": "process",
|
||||
"name": "0.30 Strength @Snapmaker U1 (0.6 nozzle)",
|
||||
"inherits": "fdm_process_U1_0.30_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "CBaL0vgwtgsd6Snj",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has more wall loops and a higher sparse infill density. So, it results in higher strength of the prints, but more filament consumption and longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"sparse_infill_density": "25%",
|
||||
"wall_loops": "4",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Snapmaker U1 (0.6 nozzle)"
|
||||
],
|
||||
"filter_out_gap_fill": "1",
|
||||
"gap_fill_target": "topbottom",
|
||||
"internal_bridge_speed": "100%",
|
||||
"prime_tower_width": "30",
|
||||
"prime_volume": "68",
|
||||
"seam_gap": "15%",
|
||||
"wipe_tower_extra_rib_length": "8",
|
||||
"wipe_tower_wall_type": "rib",
|
||||
"enable_arc_fitting": "0",
|
||||
"ooze_prevention": "1",
|
||||
"precise_outer_wall": "1",
|
||||
"prime_tower_brim_width": "5",
|
||||
"slowdown_for_curled_perimeters": "0",
|
||||
"standby_temperature_delta": "-150",
|
||||
"support_type": "tree(auto)",
|
||||
"wipe_tower_extra_spacing": "120%"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user