Commit Graph
22314 Commits
Author SHA1 Message Date
SoftFever 3f9db6064b update loacale 2023-10-11 22:29:03 +08:00
Heiko Liebscher 4854572b7f fix de for 1.8 new features (#2378)
fix
2023-10-11 22:21:34 +08:00
Hotsolidinfill b013c97376 update korean (#2368) 2023-10-11 22:18:39 +08:00
Anna 3afe87652e Update OrcaSlicer_nl.po (#2387)
Did what I could for now!
2023-10-11 22:15:39 +08:00
Noisyfox b5ee7a0e44 Show as much information as possible in crash log (#2386) 2023-10-11 22:14:21 +08:00
ZdDroidandZdDroid caaa969ba1 选择打印机增加关键字搜索 (#2376)
Co-authored-by: ZdDroid <601865048@qq.com>
2023-10-11 21:54:55 +08:00
ZeroG a24a1323dd Update OrcaSlicer_nl.po (#2364)
Fixes/Updates:

1. Shift typo fixed
2. "Pengrootte" is supposed to be one word.
3. "Gebied" doesn't sound right for a shape, "Bol" is better.
4. "Sectie weergave" is two words
2023-10-10 07:53:32 +08:00
Michal Dziekonski (mdz)andSoftFever d54e5bd9d2 Fix object's list text color on Linux (GH-2086) (#2346)
Co-authored-by: SoftFever <softfeverever@gmail.com>
2023-10-09 00:20:27 +08:00
SoftFever 6962cd6577 upgrade deps (#2349)
* upgrade deps
2023-10-09 00:19:26 +08:00
SoftFever 9dd3fb60b7 Use calibration tutorial gitee mirror for China users (#2363) 2023-10-08 23:06:22 +08:00
Noisyfox 0694863fb9 Use calibration tutorial gitee mirror for China users 2023-10-08 22:30:33 +08:00
SoftFever 8adb044670 Add Wanhao D12-300 profile (#2261) 2023-10-08 22:12:26 +08:00
SoftFever ec762b5b7a kor translation update (#2360) 2023-10-08 22:10:36 +08:00
SoftFever 598f7fda32 Show tooltips for plate buttons (#2176) (#2351)
![image](https://github.com/SoftFever/OrcaSlicer/assets/1537155/f88a555c-32ee-4bcd-a5e4-36c871f97da7)

Fixes #2176
2023-10-08 22:08:53 +08:00
crwusiz 1da3c58823 kor_translation update 2023-10-08 20:38:56 +09:00
crwusiz 5a689169d8 kor_translation update 2023-10-08 20:24:20 +09:00
crwusiz ce1e48df68 kor_translation update 2023-10-08 20:04:37 +09:00
Noisyfox 712de9255f Show tooltips for plate buttons (#2176) 2023-10-07 23:11:41 +08:00
Musicdad d90a0df330 Merge branch 'main' into main 2023-10-07 07:55:57 -05:00
SoftFever 1332f47050 Update Turkish translation for dev 1.8 version (#2348)
fix Turkish for dev 1.8 version
2023-10-07 20:55:13 +08:00
SoftFever 449405f2b6 CICD for deps (#2342) 2023-10-07 20:38:53 +08:00
Sadri ERCAN b8c899f4e4 fix Turkish for dev 1.8 version
fix Turkish for dev 1.8 version
2023-10-07 12:59:29 +03:00
SoftFever 95311f9875 fix linux
Signed-off-by: SoftFever <softfeverever@gmail.com>
2023-10-07 12:51:22 +08:00
SoftFever cd17209516 Ported automatic hole to polyhole conversion from superslicer (#2336)
I've ported automatic polyhole conversion from super slicer.

I'm happy to change the PR as required.

Closes #626
2023-10-07 10:03:02 +08:00
Musicdad12 384a3c2703 Wanhao D12/300 Fixed 2023-10-06 20:53:23 -05:00
Musicdad 4b94a148e8 Merge branch 'SoftFever:main' into main 2023-10-06 20:31:19 -05:00
Musicdad12 7eec58c36f Profile ported for Voron Switchwire
Ported Voron Switchwire profile from Prusa Slicer 2.6.1
2023-10-06 20:26:07 -05:00
LovelyTwoandsupermerill 3359dadd32 Port automatic hole to polyhole conversion from SuperSlicer
Co-authored-by: supermerill <merill@free.fr>
2023-10-07 10:15:21 +11:00
SoftFever 37519b76d8 fix GMP downloading issues 2023-10-07 00:40:03 +08:00
SoftFever 2e0ae6d82c build on all platforms 2023-10-07 00:08:17 +08:00
SoftFever 8d0bb25261 Update README.md
update discord link
2023-10-06 23:43:09 +08:00
SoftFever 2d0c7f220f Fix crash when switching between different infill patterns (#2341)
The error was introduced as part of the "Extend sparse infill" porting.

Reproduce:
1. Add a cube
2. Set infill pattern to cubic
3. Slice
4. Then change the pattern to adaptive cubic
5. Slice
6. Crash

This PR fixes this issue.


https://github.com/prusa3d/PrusaSlicer/commit/1a0d8f5130559aa57ca7f5a83da7e1e2e3629481#diff-3ec83cd4f72e61c92f69178305a0298e90e2d8b43a3d88ca2f8edccde4e02c7aL709-R736

Not sure why I missed this part during the initial port :P
2023-10-06 23:39:24 +08:00
Noisyfox 993e653c54 Fix crash when switching infill pattern between cubic & adaptive cubic
Cheery picked from prusa3d/PrusaSlicer@2b0a7ccb2c
2023-10-06 23:09:01 +08:00
SoftFever 5d75a95dc3 Fix issue with overhang-extra-perimeter on complicated multi-part models (#2326) (#2338)
This fixes #2326 and potentially other performance issues when overhang
extra perimeter is turned on for complicated multi-part models.
2023-10-06 22:50:49 +08:00
Noisyfox b41fdcdc50 Fix issue with overhang-extra-perimeter on complicated multi-part models (#2326) 2023-10-06 22:12:11 +08:00
SoftFever 071ee664b0 Add default Prusa i3 MK3 profiles (#2331)
Add a set of Prusa i3 MK3 default profiles. These are lifted directly
from Prusa Slicer and are the default profiles for the MK3, MK3S AND
MK3S+ in that piece of software.

These defaults are little bit more comprehesive than the single default
profile currently provided by Orca Slicer and should work well out the
box considering they are indeed the offical Prusa profiles.

Please let me know if you have any feedback.
2023-10-06 18:36:02 +08:00
SoftFever 27f2817020 Fix issues 2023-10-06 18:33:27 +08:00
Arran Hobson Sayers cb59fec7d9 Add default Prusa i3 MK3 profiles 2023-10-05 20:18:18 +01:00
Ocraftyone ee9f651511 Fix M141 S0 at end of gcode (#2328)
* remove hardcoded set chamber temp gcode

* Revert "remove hardcoded set chamber temp gcode"

This reverts commit 8fc1f4a38113087a8fb11901981ca8c9cfdf7777.

* disable heated chamber only if chamber is used/defined
2023-10-05 22:02:15 +08:00
Ocraftyone 709504a2d1 toggle visibility of ironing_pattern on selection of ironing type (#2321)
* toggle visibility of ironing_pattern on selection of ironing type

* add a tooltip to ironing_pattern
2023-10-05 20:14:53 +08:00
Noisyfox cf8052cbfd Fix crash when use adaptive cubic sparse infill (#2315) (#2318) 2023-10-05 20:13:22 +08:00
Ocraftyone a523979ac3 add ironing angle (#2320) 2023-10-04 22:48:35 +08:00
Noisyfox d31ca04720 Show both layer time and tick info when tick is highlighted (#2312)
* Show both layer time and tick info when tick is highlighted

* Use previous layer's complete time as current layer's tick time
2023-10-04 22:45:40 +08:00
Noisyfox 8e70081879 Fix issue that the slice button is still disabled after a tick is deleted (#2308)
Fix an UAF which causes the slice button being disabled after a tick is deleted
2023-10-04 00:03:19 +08:00
Noisyfox 85e24e62fa Show estimated print time in the ruler (#2305)
* Calculate tick by mouse hover position

* Draw hover tick

* Show hover layer time

* Make sure hovered tick get updated immediately
2023-10-04 00:02:26 +08:00
Heiko Liebscher 328543c49f fix german for dev 1.8 version (#2307)
fix german for new version
2023-10-04 00:00:17 +08:00
Noisyfox 03fec0841b Fix macos deps build (#2291) 2023-10-03 23:27:33 +08:00
Ioannis Giannakas 466538e44e Inner-Outer-Inner mode - additional fix where an external perimeter is shared between multiple islands in the same ordered_extrusions perimeter list (#2276)
* Updated inner outer inner algorithm

* debug msg

* Revert "debug msg"

This reverts commit 32ce6f2096.

* Update PerimeterGenerator.cpp

* Revert "Update PerimeterGenerator.cpp"

This reverts commit 26c56912f8.
2023-10-03 23:22:33 +08:00
renemosner 782d8c5186 Czech translation update (#2274)
* Czech translation update

* Czech translation update

* Update OrcaSlicer_cs.po
2023-10-03 23:13:34 +08:00
SoftFever 4cb84b6c73 Fix during_print_exhaust_fan_speed_num error 2023-10-03 23:05:55 +08:00