mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-23 05:05:24 +00:00
Add LH Stinger printer profiles (#13410)
This commit is contained in:
@@ -0,0 +1,67 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.14mm Detail Strength @LH Stinger",
|
||||
"inherits": "fdm_process_lh_common",
|
||||
"from": "system",
|
||||
"setting_id": "LHS_P_detail_strength",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"LH Stinger 0.4 nozzle",
|
||||
"LH Stinger MMU 0.4 nozzle"
|
||||
],
|
||||
"bottom_shell_layers": "6",
|
||||
"bottom_shell_thickness": "0.8",
|
||||
"bridge_acceleration": "7500",
|
||||
"bridge_flow": "1.2",
|
||||
"brim_width": "3",
|
||||
"default_acceleration": "15000",
|
||||
"default_jerk": "10",
|
||||
"gap_infill_speed": "200",
|
||||
"infill_anchor": "1000",
|
||||
"infill_anchor_max": "1000",
|
||||
"infill_jerk": "10",
|
||||
"initial_layer_infill_speed": "90",
|
||||
"initial_layer_jerk": "10",
|
||||
"initial_layer_travel_speed": "250",
|
||||
"inner_wall_acceleration": "10000",
|
||||
"inner_wall_speed": "200",
|
||||
"inner_wall_jerk": "10",
|
||||
"internal_solid_infill_acceleration": "15000",
|
||||
"internal_solid_infill_speed": "200",
|
||||
"layer_height": "0.14",
|
||||
"max_travel_detour_distance": "50",
|
||||
"outer_wall_acceleration": "7500",
|
||||
"outer_wall_jerk": "10",
|
||||
"outer_wall_speed": "200",
|
||||
"print_extruder_id": [
|
||||
"1"
|
||||
],
|
||||
"print_extruder_variant": [
|
||||
"Direct Drive Standard"
|
||||
],
|
||||
"reduce_crossing_wall": "1",
|
||||
"skirt_loops": "2",
|
||||
"slow_down_layers": "2",
|
||||
"small_perimeter_speed": "75%",
|
||||
"small_perimeter_threshold": "3",
|
||||
"sparse_infill_acceleration": "15000",
|
||||
"sparse_infill_speed": "200",
|
||||
"sparse_infill_density": "40%",
|
||||
"sparse_infill_pattern": "gyroid",
|
||||
"support_base_pattern_spacing": "1.5",
|
||||
"support_bottom_interface_spacing": "0.3",
|
||||
"support_bottom_z_distance": "0.15",
|
||||
"support_interface_speed": "300",
|
||||
"support_speed": "200",
|
||||
"support_type": "normal(manual)",
|
||||
"top_shell_layers": "7",
|
||||
"top_shell_thickness": "1",
|
||||
"top_surface_acceleration": "7500",
|
||||
"top_surface_jerk": "10",
|
||||
"top_surface_speed": "200",
|
||||
"travel_jerk": "10",
|
||||
"wall_generator": "arachne",
|
||||
"wall_sequence": "inner wall/outer wall",
|
||||
"top_bottom_infill_wall_overlap": "25%",
|
||||
"wall_loops": "4"
|
||||
}
|
||||
Reference in New Issue
Block a user