mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 03:13:39 +00: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 commitsafdd753db7andaaefc400e1. commitafdd753db7Author: SoftFever <softfeverever@gmail.com> Date: Thu Aug 3 00:40:30 2023 +0800 tweak profiles commitaaefc400e1Author: 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:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Qidi",
|
||||
"version": "01.06.00.01",
|
||||
"version": "01.07.00.02",
|
||||
"force_update": "0",
|
||||
"description": "Qidi configurations",
|
||||
"machine_model_list": [
|
||||
@@ -38,6 +38,10 @@
|
||||
"name": "fdm_process_qidi_common",
|
||||
"sub_path": "process/fdm_process_qidi_common.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_qidi_x3_common",
|
||||
"sub_path": "process/fdm_process_qidi_x3_common.json"
|
||||
},
|
||||
{
|
||||
"name": "0.12mm Fine @Qidi XMPlus",
|
||||
"sub_path": "process/0.12mm Fine @Qidi XPlus.json"
|
||||
@@ -254,6 +258,10 @@
|
||||
"name": "fdm_qidi_common",
|
||||
"sub_path": "machine/fdm_qidi_common.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_qidi_x3_common",
|
||||
"sub_path": "machine/fdm_qidi_x3_common.json"
|
||||
},
|
||||
{
|
||||
"name": "Qidi X-Plus 0.4 nozzle",
|
||||
"sub_path": "machine/Qidi X-Plus 0.4 nozzle.json"
|
||||
|
||||
Reference in New Issue
Block a user