632624f54d
Add Phrozen Arco machine profiles and bed plate assets ( #9486 )
...
* feat: add Phrozen Arco machine profiles and bed plate assets
- Upload JSON profiles for the Phrozen Arco printer series
- Include 3D bed plate model and corresponding texture files
- Enables accurate slicing configuration and scene rendering for Arco
* fix: add missing "instantiation" attribute
---------
Co-authored-by: SoftFever <softfeverever@gmail.com >
Co-authored-by: Noisyfox <timemanager.rick@gmail.com >
2025-06-14 21:26:07 +08:00
de66749a11
fixes compiler warnings ( #9619 )
...
* compiler warnings: adds SYSTEM to [target_]include_directories to skip warnings originating from dependencies
* compiler warnings: uninitialized/unused variables, missing parenthesis, pragma
* compiler warnings: redundant template type, missing curly braces, pass 0 instead of NULL as int argument
* compiler warnings: removes fclose(fp) where fp==nullptr since fclose() has attribute __nonnull((1))
* compiler warnings: uninitialized variables, missing parentheses, missing curly braces
* compiler warnings: ? as lower precedence than <<
* compiler warnings: unused variable
* compiler warnings: unused result
* compiler warnings: undefined/unused variable
* compiler warnings: uninitialized variable
2025-06-14 21:05:25 +08:00
1c09c6150d
Ramming dialog improvements & add step control for SpinInput class ( #9651 )
...
* init
* update dialog buttons
* Fix color on Linux & macOS
* Fix dark mode dialog title color on Windows
---------
Co-authored-by: Noisyfox <timemanager.rick@gmail.com >
2025-06-14 15:19:25 +08:00
deb371d298
Fix staticbox content margin on macOS ( #9901 )
2025-06-14 11:32:31 +08:00
71e96eed48
DialogButtons fixes and apply to more windows ( #9809 )
...
* step import dialog
* update
* update
* drop file dialog
* Update UnsavedChangesDialog.cpp
* update
* fix focus
* Update CreatePresetsDialog.cpp
* improve usage of return button
* fix first button not getting hover effects
* update
* update
* improve button styles
* update button events
* update button events
* update button events
* remove Raise()
2025-06-14 10:27:10 +08:00
64dc09ea56
Wiki Update part 4 ( #9872 )
...
* How to wiki
* Local images + pressure-advance realocation
* fill patterns WIP
+ Patch Until they fix this: https://github.com/orgs/community/discussions/118296
* Wiki images update 8fff1ca
Updated images with new style from commit 8fff1ca (pr: #9797 )
* Internal Wiki Links + standardization
* Update Flow Calibration image
Co-Authored-By: Dowsha3d <216038220+dowsha3d@users.noreply.github.com >
* Seam wiki merge
* Updated Wiki Home
* MD Final lines
* How to index
---------
Co-authored-by: Dowsha3d <216038220+dowsha3d@users.noreply.github.com >
2025-06-13 23:09:05 +08:00
aff35ed255
Generate GCode for skirt prior wipe tower. ( #9885 )
2025-06-13 14:24:26 +08:00
32f142b670
Transparent printers ( #9888 )
2025-06-13 14:23:47 +08:00
d8b5491d1d
Fix Voron profile printable_height value ( #9889 )
...
fix Voron printable_height
2025-06-13 14:21:13 +08:00
fa5978f74b
Class for RadioGroup & LabeledStaticBox and improvements for Calibration Dialogs, Windows with wxStaticBoxSizer ( #9797 )
...
* update
* Update calib_dlg.cpp
* Update LabeledStaticBox.hpp
* Update calib_dlg.cpp
* update
* update
* RadioGroup fix
* update
* update
* update
* update
* RadioGroup
* Fix render issue when position is set to default (-1)
* Fix macOS render issue by removing default NSBox border
* Fix compile
---------
Co-authored-by: Noisyfox <timemanager.rick@gmail.com >
2025-06-12 20:15:02 +08:00
4376f025ae
fix BBL bed_model stl hacks ( #9882 )
2025-06-12 18:11:52 +08:00
247fdcf45b
Use proper case for "return" ( #9831 )
...
init
2025-06-10 09:42:06 +08:00
c36b19a712
Wiki fix images and links ( #9858 )
...
* Fix Wiki Links
Co-Authored-By: StdVectorBool <4926951+StdVectorBool@users.noreply.github.com >
* Fix Wiki images
* Chamber temp Wiki update
---------
Co-authored-by: StdVectorBool <4926951+StdVectorBool@users.noreply.github.com >
2025-06-10 09:02:19 +08:00
ced59b9146
Remove CORES env variable from devcontainer ( #9662 )
2025-06-08 18:06:59 +08:00
884f8fd240
Transparent versions ( #9771 )
...
Replaced FLSun T1 and S1 cover images with transparent versions from FLSunSlicer.
2025-06-08 18:06:05 +08:00
5366e1dceb
Improve printers pictures and sorting (prusa printers) ( #9824 )
...
* Replace prusa printer images with standard sizes and aspect ratio
* Rename Prusa Mini IS to specify the IS in the name
* Add missing prusa CORE One in the preset dialog and reorder prusa printers
* updated pictures to 320px
2025-06-08 18:04:04 +08:00
598e661107
Remove sensitive data in 3mf files ( #9825 )
...
* Do not store BBL user id in 3mf file
* Do not store creation & modification date in 3mf file
2025-06-08 17:55:15 +08:00
48538cfb75
Wiki + Readme: MD security and improvements ( #9807 )
...
* Wiki + Readme: MD, security and improvements
Standardized MD GitHub Wiki format
Removed outdated and malicious links
Modularized calibrations
Suggested calibration order added
Minor bug fixes
Image improvements and corrections
Added winget commands
Completed previous WIPs
Added new WIPs
Removed obsolete references
Visual Changes
Co-Authored-By: Noisyfox <timemanager.rick@gmail.com >
Co-Authored-By: dewi-ny-je <2866139+dewi-ny-je@users.noreply.github.com >
Co-Authored-By: Nico Domino <7415984+ndom91@users.noreply.github.com >
Co-Authored-By: Martin Ulmschneider <7497782+mulmschneider@users.noreply.github.com >
Co-Authored-By: Rodrigo <162915171+RF47@users.noreply.github.com >
* MD Indentation + images update
---------
Co-authored-by: Noisyfox <timemanager.rick@gmail.com >
Co-authored-by: dewi-ny-je <2866139+dewi-ny-je@users.noreply.github.com >
Co-authored-by: Nico Domino <7415984+ndom91@users.noreply.github.com >
Co-authored-by: Martin Ulmschneider <7497782+mulmschneider@users.noreply.github.com >
Co-authored-by: Rodrigo <162915171+RF47@users.noreply.github.com >
2025-06-08 11:11:43 +08:00
ba7cdbeabc
Fix error when drag-n-drop a file from network location to home screen ( #9821 )
...
Fix error when drag-n-drop a file from network location to home screen on Windows
2025-06-07 17:38:23 +08:00
b5eb2d728f
wxDataViewCtrl fixes ( #9818 )
...
* init
* update
2025-06-07 17:15:41 +08:00
bb6e16749a
Update Italian translations for clarity and accuracy ( #9804 )
...
improving Italian translation
2025-06-07 12:19:26 +08:00
fc198259af
Fix crash on Linux when you searched the placeholder in gcode editor dialog ( #9815 )
...
Fix crash on Linux when you searched the placeholder in gcode editor dialog (SoftFever/OrcaSlicer#5671 )
2025-06-07 11:03:25 +08:00
7afd7d44c0
Update dev docs ( #9383 )
...
* chore: update how to build doc
* chore: add how to validate profiles doc
* remove old build info from readme.md
* fix: typo
* fix: typo
* chore: minor fix
* fix: typo
* chore: minor fix
* chore: minor fix
* chore: remove lfs
* fix: note 2 procedure for repair build
* fix: update CMake installation instructions for macOS to specify version 3.31.x
* fix: clarify CMake installation instructions for macOS and remove outdated commands
* fix: enhance documentation for profile structure and templates in OrcaSlicer
* fix: update profile validation documentation and remove obsolete guide
* chore: update path for building on mac
2025-06-05 16:17:56 +08:00
40f59c1754
Use backticks instead of single quotes on code example in README.md ( #9728 )
...
Instructions for building on Ubuntu used single quotes. Changed to use backticks so that Github applies the `code` style
2025-06-04 17:09:16 +08:00
a5ed0a4566
Update Adventurer3 machine start g-code.json ( #9726 )
2025-06-04 17:08:07 +08:00
1f5223d864
Add missing close tag in MacOSXBundleInfo.plist.in ( #9799 )
2025-06-04 17:00:47 +08:00
175ec00952
add profiles of tiertime printer ( #9739 )
...
* add profiles of tiertime printer
* Fix: correct filament name(300HS)
* add Tiertime as prefix for all generic filament.
2025-06-04 11:32:41 +08:00
0dc7c1ddc1
class for DialogButtons ( #9639 )
...
* init
* match code
* update
* Update DialogButtons.hpp
* make Ok uppercase
* update
* fix and cleanup
* Update DialogButtons.cpp
* update
* Update DialogButtons.cpp
* update
* Update CreatePresetsDialog.cpp
* update
* update
* update
2025-06-04 09:30:36 +08:00
535afea314
better version check in linux build script ( #9496 )
...
* better version check in linux build script
Running `BuildLinux.sh` on Debian Trixie (and probably on other platforms)
results in this warning:
```
$ sudo ./BuildLinux.sh -u
./linux.d/debian: line 32: [: ==: unary operator expected
./linux.d/debian: line 32: [: ==: unary operator expected
...
```
The script is looking for the `VERSION_ID` variable
in `/etc/os-release`, but that variable is optional (see
https://www.linux.org/docs/man5/os-release.html ) and is not present in
my install of Debian Trixie. The script handles the missing variable
incorrectly, resulting in the above warning.
This commit fixes the version check to be more tolerant and IMO clearer.
Tested on Ubuntu 22.04, 24.04, and Debian Trixie.
2025-06-02 23:11:19 +08:00
d5ff3c79b7
Revert #6867 : remove bambustudioopen:// protocol on Mac ( #9680 )
...
Fix link redirection defaulting to Orca
2025-06-02 23:03:53 +08:00
d94ae6a551
kor translation update ( #9756 )
...
* kor translation update
2025-06-02 22:40:37 +08:00
4e74b2caa5
Add new de lang ( #9716 )
...
* fix de
* Merge remote-tracking branch 'upstream/main' into add_new_de_lang
* Merge branch 'main' into add_new_de_lang
2025-06-02 22:38:41 +08:00
c52c9a2f2d
Update OrcaSlicer_zh_CN.po ( #9746 )
...
* Update OrcaSlicer_zh_CN.po
2025-06-02 17:13:03 +08:00
4600493df8
Update OrcaSlicer_zh_CN.po ( #9745 )
...
* Update OrcaSlicer_zh_CN.po
add some chinese translate item
2025-06-02 17:11:22 +08:00
7bad4f43f9
updated Anycubic Kobra S1 cover to png with no background ( #9776 )
2025-06-01 22:54:20 +08:00
b0776eb107
Fix event table baseclass error ( #9777 )
2025-06-01 22:49:54 +08:00
b819c7f55b
Fix project info editor dark mode text color ( #9775 )
2025-06-01 21:37:53 +08:00
30087a1680
Fix the spelling/grammar on the original english strings ( #9487 )
...
* Fix the spelling/grammar on english strings
* Fix the spelling/grammar on english strings, part 2
2025-06-01 19:32:36 +08:00
96b0249b1d
Fix casing issues on the original english strings ( #9513 )
...
* Use lowercase after comma
* Use uppercase after period
2025-06-01 19:31:55 +08:00
7a6aeec5f7
Remove dead (unsafe) Orcalibrate link ( #9761 )
...
* Remove dead (unsafe) link
Removed as noted in <https://github.com/SoftFever/OrcaSlicer/issues/9731 >
* Add new calibration site link
* remove link entirely as per conversation with @ianalexis
Related to https://github.com/SoftFever/OrcaSlicer/pull/9761
2025-06-01 19:28:23 +08:00
27508bfa77
add official Twitter/X account in security alert ( #9734 )
...
* add official Twitter/X account in security Alert
account mentioned on https://orcaslicer.com
* fix quotes
2025-06-01 19:27:06 +08:00
556edcb98b
Additional Model metadata - Description ( #9398 )
...
* starting to add description field to GUI
* additional work to add GUI
* make a multi-line entry
* Remove building of non-mac
* fix tag collision
* debugging suggestions from CoPilot
* yet another debug suggestion
* Fix build with Xcode 16.3
* Simplify OpenVDB patch, from 930c3acb8e (diff-bc3061cc2fe6c64a3d67c8350330bb3a530d01037faace6da27ad9a12aa03e29)
* Fix CGAL header under clang 19
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281880
* Fix compile error due to removal of base template for `std::char_traits` in clang 19
https://releases.llvm.org/19.1.0/projects/libcxx/docs/ReleaseNotes.html#deprecations-and-removals
* Update Auxiliary.cpp trying to prevent crash
* Add files via upload
* from other branch
* rolling back changes
---------
Co-authored-by: Kaleb Best <kalebbest@MacBook-Air.local >
Co-authored-by: Noisyfox <timemanager.rick@gmail.com >
2025-06-01 18:35:48 +08:00
b11292db7c
Make it easy to pass extra build args to deps and orca in BuildLinux.sh ( #9648 )
2025-06-01 15:41:19 +08:00
581092e9ac
Fix scaling on Plates toolbar for Windows ( #9674 )
...
Update GLCanvas3D.cpp
2025-06-01 15:40:44 +08:00
0b24b87172
Fix #9439 - IS Calib - Use default Filament MVS ( #9703 )
...
IS Calib - Use default Filament MVS
To fix #9439 added a comment in wiki and remove Max Volumetric Speed overload.
Co-authored-by: Rodrigo <162915171+RF47@users.noreply.github.com >
2025-06-01 13:38:09 +08:00
3383cb98dc
Fix Line Infill with no anchor ( #9768 )
...
* Fix Line Fill with no anchor
Co-Authored-By: Rodrigo <162915171+RF47@users.noreply.github.com >
* Disable anchor option for Line Infill
Co-Authored-By: Rodrigo <162915171+RF47@users.noreply.github.com >
Co-Authored-By: Henk <40023052+elektrohenk@users.noreply.github.com >
---------
Co-authored-by: Rodrigo <162915171+RF47@users.noreply.github.com >
Co-authored-by: Henk <40023052+elektrohenk@users.noreply.github.com >
2025-06-01 13:34:44 +08:00
32aa43a1a3
simplified model and corrected part origin- taz4/5 ( #9658 )
2025-06-01 13:31:50 +08:00
67b1e31fd8
Fix 9620 ( #9717 )
...
* fix #9620
* fix-9620
* fix-9620
2025-06-01 13:31:19 +08:00
2d9ae54037
Fix tree support bed exclusion area calculation ( #9633 )
...
Fix tree support bed exclusion area calculation (SoftFever/OrcaSlicer#9624 )
2025-06-01 13:18:03 +08:00
70be780103
Fix scaling on SideButton ( #9673 )
...
* Update MainFrame.cpp
* fix scaling on gap
2025-06-01 13:16:51 +08:00