Commit Graph

14 Commits

Author SHA1 Message Date
qing.zhang 425e199691 ENH: add creality printer to system preset
Jira: none

K1  0.6 0.8
K1C 0.4 0.6 0.8
K1Max 0.6 0.8
Ender V3 0.4 0.6
Ender V3Plus 0.4 0.6
Ender KE 0.4
Anycubic kobra plus
Elegoo Neptune 4
Elegoo Neptune 4 Max
Elegoo Neptune 4 plus
Elegoo Neptune 4 pro

Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: I159d0a970ebb445c5adfdba93be41765e2bc7592
2024-10-15 15:50:26 +08:00
Dmytro Chystiakov 331fa27991 add: K1 and K1Max Support 2023-12-08 15:28:50 +08:00
xun.zhang 278a773974 FIX: invalid support params in 3rd party profiles
Many params are not right.Just use default

jira:[NEW]

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I5c4a1e8b046940e174f5681a79031b5f20fcafc5
2023-11-09 10:09:10 +08:00
xun.zhang 9e0558b54f ENH: optimize 3rd party printers process params
1. Remove some keys with tree support
2. Modify thin_detect wall and adaptive_layer_height

jira: [NEW]

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Ie342c27d4dcd2a262993e472a203ce92da14dbb2
2023-11-01 09:33:21 +08:00
xun.zhang 91681f3714 ENH: sync profiles from release branch
1. sync profiles from release branch till Sep 20
2. contain X1E profiles

jira:STUDIO-3518

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Ifdfe8678d52c89a56dcb31be7a16ed96082f0c43
2023-11-01 09:33:21 +08:00
xun.zhang b5237c953c FIX: support interface speed require float
Fix percent in support interface speed in 3rd printers

jira:STUDIO-4292

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Id030922546c7246f205d0e2b9294f607ce550696
2023-11-01 09:33:21 +08:00
SoftFever 238a377155 ENH: switch ironing_type to no ironing
This modification is based on Orca's commits 61db1ef3692

Commit: 61db1ef3692671a0e0a2d204a353fd3d3572edd8
Parents: a1bc4b3a5758dec9f9c68459684f7cc94cd41e4e
Author: SoftFever <softfeverever@gmail.com>
Committer: SoftFever <softfeverever@gmail.com>

misc profile fixes

Change-Id: I7fd63325073112553a3f8d0387b5109442ac2f30
2023-11-01 09:11:19 +08:00
xun.zhang 238c80cfd2 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 commits afdd753db7 and aaefc400e19.

commit afdd753db742c7a5d0c3e730ec39aae7035b9cf2
Author: SoftFever <softfeverever@gmail.com>
Date:   Thu Aug 3 00:40:30 2023 +0800

    tweak profiles

commit aaefc400e1997dfaea9d1d36deb0a2bd71479316
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
2023-11-01 09:11:19 +08:00
xun.zhang 12eec78d1d ENH: add profiles for creality CR6
Thanks bhast2 ,these profiles are based on his original version.

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I23dbb7d8b80b8fc37ecd76c44bf1c547413bc434
(cherry picked from commit 4a58cee3ff08fcd5f542a7779f3a1dfad46a4509)
2023-07-31 14:29:15 +08:00
salt.wei f84d38bea1 ENH: add more creatity printer
Thanks OrcaSlicer. Also fix wrong
setting id in orca profile

Add one py file to check whether has duplicated setting_id

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I8461a1ae754253d8265ae5239fe91cc7ec775564
2023-07-07 17:29:08 +08:00
Arthur 29dbc77e91 NEW: add new tree support style "Tree Slim"
1. Add a new style "Tree Slim". If enabled, tree
support branches are merged more aggressively, and the support volume
is minimized.
2. Enable support style, add back Snug for normal support.
3. Remove hybrid(auto) type and use "Tree Hybrid" style to represent it.
4. Fix a bug in plan_layer_heights that may generate empty layers when
   layer height is set to 0.3mm.
5. Fix a bug where no raft is generated if there is no overhang.
6. Fix the bug where no bottom interface or bottom gap is generated when
   tree slim is selected.
7. Use physical distance to calc radius

Change-Id: Iacd57018ae5496cdc9acd28551c44d1c88c53fe0
2022-12-26 05:31:54 -05:00
Arthur 8cfee69015 FIX: undef SUPPORT_TREE_DEBUG_TO_SVG and tree support enhance
1. undef SUPPORT_TREE_DEBUG_TO_SVG
2. change default tree branch angle to 45 degrees
3. encourage tree neighbors merge faster
4. draw more loops at the top of trees for stronger support

Change-Id: I2edf6a2dddb3b6165c2519ee15e9a7ffaba9de94
(cherry picked from commit 3a9723b2e88a033b3298cd68daf9400265e984a1)
2022-12-15 04:38:15 -05:00
Arthur fd3dee6a6d FIX: remove tree_support_with_infill in 3rd party profiles
Change-Id: Ie42a45b90ce14bc27308d66474db074e8bf380da
2022-12-15 04:38:15 -05:00
salt.wei d47d82bf43 ENH: add preset for ender3 printer
As title.

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I2d9b1aaeadfe945a6a90f34cdb10a1f240a50ae4
(cherry picked from commit a223ab23605c3ef96ae878b9c4d2199520b4f201)
2022-10-20 19:34:37 +08:00