mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 14:51:11 -06:00
ENH: optimize some params for third-party printer
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
This commit is contained in:
parent
f00dc9c675
commit
a39c2018d4
87 changed files with 1582 additions and 911 deletions
|
@ -11,7 +11,7 @@
|
|||
"bottom_shell_layers": "3",
|
||||
"bottom_shell_thickness": "0",
|
||||
"bridge_flow": "0.95",
|
||||
"bridge_speed": "50",
|
||||
"bridge_speed": "25",
|
||||
"brim_width": "5",
|
||||
"brim_object_gap": "0.1",
|
||||
"compatible_printers_condition": "",
|
||||
|
@ -45,11 +45,11 @@
|
|||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_1_4_speed": "80",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"inner_wall_line_width": "0.45",
|
||||
"inner_wall_line_width": "0.4",
|
||||
"wall_loops": "3",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
|
@ -102,6 +102,15 @@
|
|||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"enable_arc_fitting": "0",
|
||||
"accel_to_decel_enable": "1",
|
||||
"accel_to_decel_factor": "50%",
|
||||
"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",
|
||||
"compatible_printers": [
|
||||
"Voron 2.4 250 0.4 nozzle",
|
||||
"Voron 2.4 300 0.4 nozzle",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue