Noisyfox
b41ffd9a92
SPE-1950: Optimization of computation complexity of perimeter ordering for Arachne generator.
...
The previous implementation during the grouping of perimeters using depth-first searches unnecessarily searched nodes that had no impact on grouping, which significantly increased the search space.
Cherry-picked from prusa3d/PrusaSlicer@86309ba939
Co-authored-by: Lukáš Hejl <hejl.lukas@gmail.com >
2024-12-22 18:36:06 +08:00
Noisyfox
a852e7e4c2
SPE-1963: Improve ordering of perimeters with Arachne perimeter generator
...
Especially in cases when the object is composed only of 2 external perimeters and 1 or 2 internal perimeters, the order of perimeters wasn't optimal and differed from the Classic perimeter generator. That caused unnecessary long travels before the external contour was printed.
The ordering of perimeters is slightly inspired by the latest changes in CuraEngine.
Cherry-picked from prusa3d/PrusaSlicer@10875082de
Co-authored-by: Lukáš Hejl <hejl.lukas@gmail.com >
2024-12-22 18:36:06 +08:00
Noisyfox
686cb18839
SPE-2298: Add detection of Voronoi diagram with parabolic edge without a focus point.
...
Cherry-picked from prusa3d/PrusaSlicer@c44ffed475
Co-authored-by: Lukáš Hejl <hejl.lukas@gmail.com >
2024-12-22 17:01:54 +08:00
Noisyfox
a79c9c76ad
Add missing header guards to VoronoiVisualUtils.
...
Cherry-picked from prusa3d/PrusaSlicer@34d9b0678b
Co-authored-by: Lukáš Hejl <hejl.lukas@gmail.com >
2024-12-22 16:45:37 +08:00
Noisyfox
aec6adeb92
SPE-2298: Fix crash caused by a numerical issue during testing if a Voronoi vertex is inside a corner of a polygon.
...
Cherry-picked from prusa3d/PrusaSlicer@669c931b77
Co-authored-by: Lukáš Hejl <hejl.lukas@gmail.com >
2024-12-22 16:44:36 +08:00
Noisyfox
3143c71d0d
Remove some unused functions from Arachne perimeter generator.
...
Cherry-picked from prusa3d/PrusaSlicer@e704d8216d
Co-authored-by: Lukáš Hejl <hejl.lukas@gmail.com >
2024-12-22 16:32:24 +08:00
Ioannis Giannakas
0ba4b03511
Fixes for Xcode 16.0 debugger crashing (with relwithdebinfo) ( #6932 )
...
* Fixes for XCode 16.0
* Merge branch 'main' into Xcode-16-debug-fixes
* Merge branch 'SoftFever:main' into Xcode-16-debug-fixes
* Merge branch 'main' into Xcode-16-debug-fixes
* Merge branch 'SoftFever:main' into Xcode-16-debug-fixes
* Merge branch 'SoftFever:main' into Xcode-16-debug-fixes
* Merge branch 'SoftFever:main' into Xcode-16-debug-fixes
* Merge branch 'main' into Xcode-16-debug-fixes
2024-12-21 22:39:21 +08:00
Noisyfox
beebb5c276
Fix Prime volume missing on BBL printers ( #7808 )
...
* Fix BBL profile issue (SoftFever/OrcaSlicer#7751 )
* Revert some unsupported properties from 559d5fe931
2024-12-21 22:31:11 +08:00
InfimechOfficial
7f4b4f61b1
Fix processes and filaments some params ( #7793 )
...
* Update fdm_klipper_common.json
* Update fdm_machine_common.json
* Update fdm_klipper_common.json
* Update fdm_machine_common.json
* Update fdm_process_common.json
* Update fdm_process_common_HSN.json
* Update fdm_machine_common.json
* Update fdm_klipper_common.json
* Update fdm_machine_common.json
* Update fdm_klipper_common.json
* Update fdm_process_common.json
* Update fdm_process_common_HSN.json
* Update InfiMech Generic PLA.json
* Update Other PLA.json
* Update fdm_filament_pla.json
* Update fdm_filament_pla_Hyper.json
* Update fdm_filament_pla_Hyper_other.json
* Update fdm_filament_pla_other.json
* Update fdm_process_common.json
* Update fdm_process_common_HSN.json
* Update 0.08mm Extra Fine @InfiMech TX.json
* Update 0.12mm Fine @InfiMech TX.json
* Update 0.16mm Optimal @InfiMech TX.json
* Update 0.16mm Optimal @InfiMech TX HSN.json
* Update 0.12mm Fine @InfiMech TX HSN.json
* Update 0.08mm Extra Fine @InfiMech TX HSN.json
* Update 0.08mm Extra Fine @InfiMech TX HSN.json
* Update 0.08mm Extra Fine @InfiMech TX.json
* Update 0.12mm Fine @InfiMech TX.json
* Update 0.12mm Fine @InfiMech TX HSN.json
* Update 0.16mm Optimal @InfiMech TX HSN.json
* Update 0.16mm Optimal @InfiMech TX.json
* Update fdm_filament_abs.json
* Update fdm_filament_abs_other.json
* Update fdm_filament_pa.json
* Update fdm_filament_pa_other.json
* Update fdm_filament_pc.json
* Update fdm_filament_pc_other.json
* Update fdm_filament_pet.json
* Update fdm_filament_pet_other.json
* Update fdm_filament_pla.json
* Update fdm_filament_pla_Hyper.json
* Update fdm_filament_pla_Hyper_other.json
* Update fdm_filament_pla_other.json
* Update fdm_filament_tpu.json
* Update fdm_filament_tpu_other.json
* Update fdm_filament_pla_other @HSN.json
* Update fdm_filament_pla_Hyper @HSN.json
* Update fdm_filament_pla_Hyper_other @HSN.json
* Update fdm_filament_pla @HSN.json
* Update fdm_filament_tpu @HSN.json
* Update fdm_filament_tpu_other @HSN.json
* Update InfiMech Generic PETG.json
* Update Other PETG.json
* Update InfiMech PETG @HSN.json
* Update Other PETG @HSN.json
* Update fdm_filament_pet @HSN.json
* Update fdm_filament_pet_other @HSN.json
* Update fdm_filament_pet.json
* Update fdm_filament_pet_other.json
* Update InfiMech Generic PLA.json
* Update Other PLA.json
* Update Other PLA @HSN.json
* Update InfiMech PLA @HSN.json
2024-12-20 16:55:32 +08:00
vipulrajan
76ec121aa3
added a doc file explaining slicing call hierarchy ( #7796 )
2024-12-20 16:54:53 +08:00
FlyingbearOfficial
d2344ff5b8
fix some params from processes and filaments ( #7801 )
...
* Update FlyingBear S1 0.4 nozzle.json
* Update 0.16mm Optimal @FlyingBear Reborn3.json
* Update 0.16mm Optimal @FlyingBear S1.json
* Update fdm_process_common.json
* Update fdm_klipper_common.json
* Update fdm_machine_common.json
* Update fdm_klipper_common.json
* Update fdm_machine_common.json
* Update fdm_process_common.json
* Update fdm_process_common_S1.json
fix some parameters
* Update fdm_process_common.json
* Update FlyingBear S1 0.4 nozzle.json
* Update 0.08mm Extra Fine @FlyingBear S1.json
* Update 0.12mm Fine @FlyingBear S1.json
* Update 0.16mm Optimal @FlyingBear S1.json
* Update 0.20mm Standard @FlyingBear S1.json
* Update 0.24mm Draft @FlyingBear S1.json
* Update 0.08mm Extra Fine @FlyingBear Reborn3.json
* Update 0.12mm Fine @FlyingBear Reborn3.json
* Update 0.16mm Optimal @FlyingBear Reborn3.json
* Update 0.20mm Standard @FlyingBear Reborn3.json
* Update 0.24mm Draft @FlyingBear Reborn3.json
* Update FlyingBear S1 0.4 nozzle.json
* Update fdm_process_common_S1.json
* Update fdm_process_common.json
* Update 0.08mm Extra Fine @FlyingBear S1.json
* Update 0.12mm Fine @FlyingBear S1.json
* Update 0.16mm Optimal @FlyingBear S1.json
* Update 0.08mm Extra Fine @FlyingBear Reborn3.json
* Update 0.12mm Fine @FlyingBear Reborn3.json
* Update 0.16mm Optimal @FlyingBear Reborn3.json
* Update FlyingBear S1 0.4 nozzle.json
fix zhop type
* Update fdm_machine_common.json
fix zhop type
* Update fdm_process_common_S1.json
* Update fdm_process_common.json
* Update FlyingBear Generic PLA.json
* Update FlyingBear PLA @S1.json
* Update Other PLA @S1.json
* Update fdm_filament_pla @S1.json
* Update fdm_filament_pla_Hyper @S1.json
* Update fdm_filament_pla_other @S1.json
* Update fdm_filament_pla_Hyper_other @S1.json
* Update fdm_filament_pla.json
* Update fdm_filament_pla_Hyper.json
* Update fdm_process_common_S1.json
* Update fdm_process_common.json
* Update fdm_machine_common.json
* Update fdm_klipper_common.json
* Update 0.08mm Extra Fine @FlyingBear S1.json
* Update 0.08mm Extra Fine @FlyingBear Reborn3.json
* Update 0.08mm Extra Fine @FlyingBear S1.json
* Update 0.08mm Extra Fine @FlyingBear Reborn3.json
* Update 0.12mm Fine @FlyingBear Reborn3.json
* Update 0.12mm Fine @FlyingBear S1.json
* Update 0.16mm Optimal @FlyingBear S1.json
* Update 0.16mm Optimal @FlyingBear Reborn3.json
* Update fdm_filament_pla.json
* Update fdm_filament_pla_Hyper.json
* Update fdm_filament_abs.json
* Update fdm_filament_pc.json
* Update fdm_filament_pet.json
* Update fdm_filament_pa.json
* Update fdm_filament_tpu.json
* Update fdm_filament_abs @S1.json
* Update fdm_filament_abs_other @S1.json
* Update fdm_filament_pa @S1.json
* Update fdm_filament_pa_other @S1.json
* Update fdm_filament_pc @S1.json
* Update fdm_filament_pc_other @S1.json
* Update fdm_filament_pet @S1.json
* Update fdm_filament_pet_other @S1.json
* Update fdm_filament_pla @S1.json
* Update fdm_filament_pla_other @S1.json
* Update fdm_filament_pla_Hyper @S1.json
* Update fdm_filament_pla_Hyper_other @S1.json
* Update fdm_filament_tpu @S1.json
* Update fdm_filament_tpu_other @S1.json
* Update fdm_filament_tpu.json
* Update FlyingBear PETG @S1.json
* Update Other PETG @S1.json
* Update Other PETG @S1.json
* Update FlyingBear PETG @S1.json
* Update FlyingBear Generic PETG.json
* Update fdm_filament_pet.json
* Update fdm_filament_pet @S1.json
* Update fdm_filament_pet_other @S1.json
* Update FlyingBear Generic PLA.json
* Update FlyingBear PLA @S1.json
* Update Other PLA @S1.json
2024-12-20 16:53:57 +08:00
Noisyfox
8fae2c8123
Arachne: Fix an arithmetic overflow that causing extra points outside plate ( #7330 )
...
* Arachne: Fix an arithmetic overflow that causing extra points outside the plate (SoftFever/OrcaSlicer#7321 )
* Better way of avoiding overflow, works in Release mode as well
* Fix debug build
* Fix build
2024-12-18 21:32:41 +08:00
Tyler Satre
4ff638ecc5
Fix Devcontainer for ARM Mac ( #7723 )
...
* Update devcontainer.json
* Create Dockerfile
2024-12-17 22:11:48 +08:00
KrisMorr
83f5bef97c
update Polish translation + fix typo ( #7746 )
...
* update Polish translations+typo
* Update OrcaSlicer_pl.po
typo
2024-12-17 22:09:56 +08:00
SoftFever
04bca4713b
Fix errors in Volumic profiles ( #7772 )
...
# Description
<!--
> Please provide a summary of the changes made in this PR. Include
details such as:
> * What issue does this PR address or fix?
> * What new features or enhancements does this PR introduce?
> * Are there any breaking changes or dependencies that need to be
considered?
-->
# Screenshots/Recordings/Graphs
<!--
> Please attach relevant screenshots to showcase the UI changes.
> Please attach images that can help explain the changes.
-->
## Tests
<!--
> Please describe the tests that you have conducted to verify the
changes made in this PR.
-->
2024-12-17 21:51:50 +08:00
SoftFever
c82109ae05
Fix errors
2024-12-17 21:49:29 +08:00
xiaoyeliu
8bc3181e82
fix: create custom filament ( #7477 )
2024-12-15 00:49:28 +08:00
SoftFever
2325ef4959
update BBL profile to "01.10.01.50" ( #7629 )
...
# Description
This PR updates the profiles for BambuLab to the versions shipped in
[01.10.01.50](https://github.com/bambulab/BambuStudio/releases ) (which
at time of writing is the latest version).
These includes new profiles for:
- BambuLab ASA-CF
- BambuLab TPU for AMS
- Polymaker Fiberon PA12-CF
- Polymaker Fiberon PA6-CF
- Polymaker Fiberon PA6-GF
- Polymaker Fiberon PA612-CF
- Polymaker Fiberon PET-CF
- Polymaker Fiberon PETG-ESD
- Polymaker Fiberon PETG-rCF
- multiple new generic filaments
And additionally also changes for there Bambu Cool Plate SuperTack
2024-12-14 20:25:10 +08:00
SoftFever
a07d743e8b
Merge branch 'main' into main
2024-12-14 20:21:34 +08:00
FlyingbearOfficial
58ccb9b237
fix some params about temps and processes something ( #7459 )
...
* Update FlyingBear S1 0.4 nozzle.json
* Update 0.16mm Optimal @FlyingBear Reborn3.json
* Update 0.16mm Optimal @FlyingBear S1.json
* Update fdm_process_common.json
* Update fdm_klipper_common.json
* Update fdm_machine_common.json
* Update fdm_klipper_common.json
* Update fdm_machine_common.json
* Update fdm_process_common.json
* Update fdm_process_common_S1.json
fix some parameters
* Update fdm_process_common.json
* Update FlyingBear S1 0.4 nozzle.json
* Update 0.08mm Extra Fine @FlyingBear S1.json
* Update 0.12mm Fine @FlyingBear S1.json
* Update 0.16mm Optimal @FlyingBear S1.json
* Update 0.20mm Standard @FlyingBear S1.json
* Update 0.24mm Draft @FlyingBear S1.json
* Update 0.08mm Extra Fine @FlyingBear Reborn3.json
* Update 0.12mm Fine @FlyingBear Reborn3.json
* Update 0.16mm Optimal @FlyingBear Reborn3.json
* Update 0.20mm Standard @FlyingBear Reborn3.json
* Update 0.24mm Draft @FlyingBear Reborn3.json
* Update FlyingBear S1 0.4 nozzle.json
* Update fdm_process_common_S1.json
* Update fdm_process_common.json
* Update 0.08mm Extra Fine @FlyingBear S1.json
* Update 0.12mm Fine @FlyingBear S1.json
* Update 0.16mm Optimal @FlyingBear S1.json
* Update 0.08mm Extra Fine @FlyingBear Reborn3.json
* Update 0.12mm Fine @FlyingBear Reborn3.json
* Update 0.16mm Optimal @FlyingBear Reborn3.json
* Update FlyingBear S1 0.4 nozzle.json
fix zhop type
* Update fdm_machine_common.json
fix zhop type
* Update fdm_process_common_S1.json
* Update fdm_process_common.json
* Update FlyingBear Generic PLA.json
* Update FlyingBear PLA @S1.json
* Update Other PLA @S1.json
* Update fdm_filament_pla @S1.json
* Update fdm_filament_pla_Hyper @S1.json
* Update fdm_filament_pla_other @S1.json
* Update fdm_filament_pla_Hyper_other @S1.json
* Update fdm_filament_pla.json
* Update fdm_filament_pla_Hyper.json
* Update fdm_process_common_S1.json
* Update fdm_process_common.json
* Update fdm_machine_common.json
* Update fdm_klipper_common.json
2024-12-14 15:27:09 +08:00
InfimechOfficial
40d431db2b
fix z_hop type ( #7466 )
...
* Update fdm_klipper_common.json
* Update fdm_machine_common.json
* Update fdm_klipper_common.json
* Update fdm_machine_common.json
* Update fdm_process_common.json
* Update fdm_process_common_HSN.json
* Update fdm_machine_common.json
* Update fdm_klipper_common.json
* Update fdm_machine_common.json
* Update fdm_klipper_common.json
* Update fdm_process_common.json
* Update fdm_process_common_HSN.json
* Update InfiMech Generic PLA.json
* Update Other PLA.json
* Update fdm_filament_pla.json
* Update fdm_filament_pla_Hyper.json
* Update fdm_filament_pla_Hyper_other.json
* Update fdm_filament_pla_other.json
* Update fdm_process_common.json
* Update fdm_process_common_HSN.json
2024-12-14 15:26:36 +08:00
xiaoyeliu
aa7e91209a
Fix: Switching between multi-extruder printers using tabs can cause t… ( #7483 )
...
fix: Switching between multi-extruder printers using tabs can cause the filament count to be incorrect.
2024-12-14 14:38:35 +08:00
discip
f50e975564
reordering and renaming certain menu items ( #7573 )
...
* reordered Z-Hop settings
* Update Tab.cpp
* Update PrintConfig.cpp
* reordering **`Compare presets`** to match the layout in the sidebar
2024-12-14 14:34:08 +08:00
f0x52
5df5cc1549
[feature] Add Bambu Cool Plate SuperTack ( #7670 )
...
* ENH: add supertrack plate
Jira: none
Signed-off-by: qing.zhang <qing.zhang@bambulab.com >
Change-Id: I89017c9933597ee035aa20ba3852db6f629f5e20
(cherry picked from commit 78572cbff864e5e78255f2e0eb6e40237bc0bab9)
* NEW:add SuperTack svg
jira: none
Change-Id: Id6153f76f8634d1f00485991b75cbe526fb64adc
(cherry picked from commit 6404f06e79d38ffa8f7f296b10af2af1c2a3974d)
---------
Co-authored-by: zhou.xu <zhou.xu@bambulab.com >
2024-12-14 14:16:24 +08:00
Franz Schwartau
67a3ad363e
fix: allow build on Fedora >= 40 ( #7710 )
2024-12-14 11:19:09 +08:00
Franz Schwartau
6b12b9e419
fix: Don't exit if libgtk is not found ( #7711 )
2024-12-14 11:18:13 +08:00
Adam Johnston
79a5a6bbe1
Fix some broken assertions ( #7716 )
...
Fix broken asserts
2024-12-14 11:17:20 +08:00
Ferdinand Linnenberg
fe3e0ffc2c
Merge branch 'main' into main
2024-12-12 17:43:59 +01:00
Ferdinand Linnenberg
a0b0fda86a
fix: order
2024-12-12 15:55:35 +01:00
Ferdinand Linnenberg
af6bdce9cf
fix: restore Project.xml
2024-12-12 15:54:13 +01:00
Ferdinand Linnenberg
8e836443fc
fix: remove cmake-build-debug
2024-12-12 15:53:13 +01:00
Ferdinand Linnenberg
7a231baf0a
fix: re-add generic
2024-12-12 15:50:47 +01:00
SoftFever
af7e565b06
Update Creality Generic TPU.json ( #7655 )
...
Added Ender 3 S1 series to compatible printers
# Description
Ender 3 S1 Series are direct drive printers, they can print TPU without
any issues
2024-12-12 22:49:18 +08:00
SoftFever
c45489db9c
Merge branch 'main' into patch-1
2024-12-12 22:35:18 +08:00
SoftFever
4eddcaa368
Merge branch 'main' into main
2024-12-12 22:21:46 +08:00
SoftFever
7aec6a1f50
Update Qidi logo
2024-12-12 22:21:17 +08:00
SoftFever
47545534d9
Merge branch 'main' into main
2024-12-12 22:17:31 +08:00
SoftFever
a7536f7df3
Fix overlapping regions caused by "Make Overhangs printable" ( #7630 )
...
Fix #7622
Old:

New:


2024-12-12 22:07:48 +08:00
SoftFever
8d583a5b95
Merge branch 'main' into main
2024-12-12 22:02:35 +08:00
SoftFever
bb9103510c
new feature translation de and new msgids for all ( #7628 )
...
new feature translation de
add new mgsids
2024-12-12 22:01:54 +08:00
SoftFever
fa9de557cc
VOLUMIC 3D printers series profils ( #7585 )
...
Print profils for VOLUMIC 3D printers model SC2, MK3, EXO42, EXO65 and
SH65, and VOLUMIC Ultra materials.
2024-12-12 22:01:14 +08:00
SoftFever
ca95f04594
Merge branch 'main' into main
2024-12-12 21:59:42 +08:00
SoftFever
f4054db04a
Update russian localization ( #7731 )
...
Fix a typo in russian localization
2024-12-12 21:59:06 +08:00
Vladimir Gamalyan
c23cc2fcea
Update OrcaSlicer_ru.po
...
Fix a typo
2024-12-12 15:10:34 +03:00
SoftFever
46cf251f8e
keep docker
2024-12-11 23:30:55 +08:00
SoftFever
63458b520d
free space
2024-12-11 23:29:56 +08:00
SoftFever
9eca79db1e
tweak naming
2024-12-11 22:26:41 +08:00
Heiko Liebscher
9525999267
Merge branch 'main' into new_de_translation
2024-12-11 06:38:49 +01:00
SoftFever
057d0d3665
revert and test
2024-12-08 17:45:52 +08:00
SoftFever
bf1601d45e
try to fix orca_deps cache miss
2024-12-08 17:40:10 +08:00