mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 14:51:11 -06:00

Thanks for Orca's efforts to improve third-party profiles. This modification is based on Orca's commitsafdd753db7
andaaefc400e1
. commitafdd753db7
Author: SoftFever <softfeverever@gmail.com> Date: Thu Aug 3 00:40:30 2023 +0800 tweak profiles commitaaefc400e1
Author: SoftFever <softfeverever@gmail.com> Date: Mon Jul 31 18:48:25 2023 +0800 Tweak profiles 1. Fix Voron Trident printable height issue #1641 2. Revamp Qidi X3 printer profiles 3. Turn on accel_to_decel_enable for klipper machine by default 4. Many other profiles tweaks Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: I7c3ffaec5b06df61eb44b1c565bcb4a6c8de89ea
39 lines
1.2 KiB
JSON
39 lines
1.2 KiB
JSON
{
|
|
"type": "process",
|
|
"name": "fdm_process_qidi_x3_common",
|
|
"from": "system",
|
|
"instantiation": "false",
|
|
"inherits": "fdm_process_qidi_common",
|
|
"default_acceleration": "7000",
|
|
"top_surface_acceleration": "5000",
|
|
"initial_layer_acceleration": "1000",
|
|
"travel_acceleration": "10000",
|
|
"inner_wall_acceleration": "7000",
|
|
"outer_wall_acceleration": "5000",
|
|
"travel_speed": "500",
|
|
"initial_layer_speed": "50",
|
|
"initial_layer_infill_speed": "80",
|
|
"outer_wall_speed": "150",
|
|
"inner_wall_speed": "200",
|
|
"internal_solid_infill_speed": "200",
|
|
"top_surface_speed": "120",
|
|
"gap_infill_speed": "150",
|
|
"sparse_infill_speed": "300",
|
|
"support_speed": "80",
|
|
"support_interface_speed": "100%",
|
|
"ironing_speed": "15",
|
|
"bridge_speed": "25",
|
|
"default_jerk": "9",
|
|
"initial_layer_jerk": "9",
|
|
"outer_wall_jerk": "7",
|
|
"infill_jerk": "12",
|
|
"travel_jerk": "12",
|
|
"inner_wall_jerk": "7",
|
|
"top_surface_jerk": "9",
|
|
"accel_to_decel_enable": "1",
|
|
"accel_to_decel_factor": "50%",
|
|
"overhang_1_4_speed": "80",
|
|
"overhang_2_4_speed": "50",
|
|
"overhang_3_4_speed": "30",
|
|
"overhang_4_4_speed": "10"
|
|
}
|