G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.) https://discord.gg/P4VE9UY9gJ
Find a file
Ocraftyone 25a055491e
Update wxWidgets to v3.2.1 (#2905)
* Upgrade wxWidgets to 3.2.1
Based on prusa3d/PrusaSlicer@9a7e024

Co-authored-by: tamasmeszaros <meszaros.q@gmail.com>

* Implement BitmapCache

* update wxExtensions while keeping legacy items

* update dc.DrawBitmap calls to use get_bitmap

* Fix GetSize/Width/Height calls

* update BitmapComboBox

* fix ifndef in wxExtensions.hpp

* update my todos to OcraftyoneTODO

* Get to a compilable state
Everything seems to be working (including the plater). I am not seeing any graphical issues

* fix extruder color icons

* fix crash on opening support tab

* remove GetBmpSize method from DropDown.cpp

* Update TextInput to use bitmap bundles

* update a TODO after testing

* fix the rendering of the icons on combobox

* fix a few todos

* fix WipeTowerDialog.cpp

* Overhaul WipeTowerDialog

Removed simple version of the dialog since BBS removed the functionality but left the code.
Center the table (only seen when the table is smaller than the minimum size of the dialog)
Fix issue where editing a value causes the m_min_flush_label to change colors slightly
Fix an issue where changing a value or running an auto calc changes the disabled value from "-" to "0"

* update a few todos

* Update some todos

* Show dropdown when editing is started

* Update NanoSVG.cmake

Update NanoSVG to work with PR #2780

* Dim the icon on ComboBox when disabled

* solve ObjectDataViewModel todos

leaving colPrint and colEditing cases alone as it does not seem to impact anything

* Update names in wxExtensions

-Rename msw_rescale to sys_color_changed
-Replace GetBmpSize, GetBmpWidth, GetBmpHeight with renamed version (same name without "Bmp")

Both of these changes were also made by PrusaSlicer.

Original Commit: Prusa3D/PrusaSlicer@066b567
Co-authored-by: YuSanka <yusanka@gmail.com>

* update BitmapCache::from_svg

disable finding bundle in the cache to match load_svg
update to match values used in load_svg

* Update ScalableButton

change the signature and remove functions/vars pertaining to a default bmp
fix TODOs in ScalableButton

Original Commit: Prusa3D/PrusaSlicer@066b567
Co-authored-by: YuSanka <yusanka@gmail.com>

* fix up some more todos in wxExtensions

* update ScalableBitmap to use bmp bundles

use wxBitmapBundle by default
add flag to use old scaled bitmap function (specifically to solve issue with advanced toggle)

* attempt to fix macos deps build

* fix ubuntu build

* Revert "attempt to fix macos deps build"

Mistakenly made change to wrong file

This reverts commit d9c20b5121.

* update wxWidgets patch

an attempt to fix macOS build

* Remove duplicate variable from OrcaSlicer.cpp

* Fix macOS build issue

* Fix blank DataViewItem being added to objects list

* Filament ComboBox editor updates

-Add show drop down feature to ObjectTable
-Call finish editing when ComboBox is closed in ObjectList

* remove Apple specific declarations missed during refactor

* delete old wxWidgets patch

* fix ubuntu seg fault

* include patch from #2926

* update patch to include wxWidgets/wxWidgets@991a74c

* fix deps not compiling on Windows

* update WipeTowerDialog

relocates the recalculate button back to its previous position
changes the wording of the tip message label
add spacing below the matrix

* finish patching wxWidgets

from prusa3d/PrusaSlicer@f8477d1 and prusa3d/PrusaSlicer@066b567

Co-authored-by: YuSanka <yusanka@gmail.com>

* fix combobox crash

* revert outside plate changes

---------

Co-authored-by: tamasmeszaros <meszaros.q@gmail.com>
Co-authored-by: YuSanka <yusanka@gmail.com>
2023-12-04 15:21:49 +00:00
.github Build release branches (#2941) 2023-11-30 23:58:52 +08:00
.idea Merge remote-tracking branch 'BS/v1.7.2' 2023-08-26 16:13:57 +08:00
cmake post changes after merging BS1.7.4 2023-08-26 18:45:43 +08:00
deps Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
doc Fix precise wall for Arachne wall generator (#2966) 2023-12-03 09:43:18 +08:00
lib Change Application name to OrcaSlicer 2023-03-12 10:05:22 +08:00
localization/i18n fix typo "Improt Preset" and add new de for 1.9dev (#2968) 2023-12-03 09:42:58 +08:00
resources Additional Nozzles for the Creality Ender-5 Pro (2019) (#2964) 2023-12-03 12:02:03 +08:00
sandboxes clean up 2023-08-09 13:42:41 +08:00
scripts test (#1785) 2023-08-13 22:16:16 +08:00
SoftFever_doc update sponsor 2023-10-28 15:49:58 +08:00
src Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
t Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
tests PlaceholderParser: new interpolate_table() "function" 2023-08-30 23:37:30 +08:00
tools upgrade deps (#2349) 2023-10-09 00:19:26 +08:00
xs Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
.clang-format Set PointerAlignment to Left (#2948) 2023-12-01 15:32:48 +00:00
.dockerignore Add some dockery things to ignore 2023-03-02 21:21:30 +08:00
.doxygen update doxygen setting 2023-06-30 13:59:41 +08:00
.gitignore Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
Build.PL post changes after merging BS1.7.4 2023-08-26 18:45:43 +08:00
build_release.bat Fix issue that cmake install is skipped during windows build (#2029) 2023-09-07 23:50:35 +08:00
build_release_macos.sh upgrade deps (#2349) 2023-10-09 00:19:26 +08:00
build_release_vs2022.bat upgrade deps (#2349) 2023-10-09 00:19:26 +08:00
BuildLinux.sh Update BuildLinux.sh (#2919) 2023-11-29 10:25:00 +08:00
CMakeLists.txt Fix cmake error (#2871) 2023-11-26 13:17:29 +08:00
LICENSE.txt some misc changes (#1848) 2023-08-20 20:02:54 +08:00
localazy.json Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
OrcaSlicer.mo Change Application name to OrcaSlicer 2023-03-12 10:05:22 +08:00
README.md Fix precise wall for Arachne wall generator (#2966) 2023-12-03 09:43:18 +08:00
Readme.txt post changes after merging BS1.7.4 2023-08-26 18:45:43 +08:00
run_gettext.bat revert backing missing translations for hints.ini 2023-09-12 20:35:40 +08:00
run_gettext.sh return error when msgfmt failed 2023-10-26 13:08:53 +08:00
version.inc bump version to 1.9.0-dev 2023-12-02 13:03:47 +08:00

Build all

Orca Slicer

Orca Slicer is an open source slicer for FDM printers.
You can download Orca Slicer here: github releases page.
discord-mark-blue Join community: OrcaSlicer Official Discord Server

Main features

  • Auto calibrations for all printers
  • Sandwich(inner-outer-inner) mode - an improved version of the External perimeters first mode
  • Precise wall
  • Polyholes conversion support SuperSlicer Wiki: Polyholes
  • Klipper support
  • More granular controls
  • More features can be found in change notes

Some background

OrcaSlicer is fork of Bambu Studio
It was previously known as BambuStudio-SoftFever
Bambu Studio is forked from PrusaSlicer by Prusa Research, which is from Slic3r by Alessandro Ranellucci and the RepRap community. Orca Slicer incorporates a lot of features from SuperSlicer by @supermerill Orca Slicer's logo is designed by community member Justin Levine(@freejstnalxndr)

How to install

Windows:

  1. Install and run

Mac:

  1. Download the DMG for your computer: arm64 version for Apple Silicon and x86_64 for Intel CPU.

  2. Drag OrcaSlicer.app to Application folder.

  3. If you want to run a build from a PR, you also need following instructions bellow

    - Option 1 (You only need to do this once. After that the app can be opened normally.): - Step 1: Hold _cmd_ and right click the app, from the context menu choose **Open**. - Step 2: A warning window will pop up, click _Open_
    • Option 2:
      Execute this command in terminal: xattr -dr com.apple.quarantine /Applications/OrcaSlicer.app
          softfever@mac:~$ xattr -dr com.apple.quarantine /Applications/OrcaSlicer.app
      
    • Option 3:
      • Step 1: open the app, a warning window will pop up
        image
      • Step 2: in System Settings -> Privacy & Security, click Open Anyway:
        image

Linux(Ubuntu):

  1. If you run into trouble to execute it, try this command in terminal:
    chmod +x /path_to_appimage/OrcaSlicer_ubu64.AppImage

How to compile

  • Windows 64-bit

    • Tools needed: Visual Studio 2019, Cmake, git, Strawberry Perl.
    • Run build_release.bat in x64 Native Tools Command Prompt for VS 2019
  • Mac 64-bit

    • Tools needed: Xcode, Cmake, git, gettext
    • run build_release_macos.sh
  • Ubuntu

    • run 'sudo ./BuildLinux.sh -u'
    • run './BuildLinux.sh -dsir'

Note:

If you're running Klipper, it's recommended to add the following configuration to your printer.cfg file.

# Enable object exclusion
[exclude_object]

# Enable arcs support
[gcode_arcs]
resolution: 0.1

Supports

Orca Slicer is an open-source project, and I'm deeply grateful to all my sponsors and backers.
Their generous support enables me to purchase filaments and other essential 3D printing materials for the project.
Thank you! :)

Sponsors:

Peopoly
QIDI

Backers:

Ko-fi supporters: Backers list

Support me
ko-fi

License

Orca Slicer is licensed under the GNU Affero General Public License, version 3. Orca Slicer is based on Bambu Studio by BambuLab.

Bambu Studio is licensed under the GNU Affero General Public License, version 3. Bambu Studio is based on PrusaSlicer by PrusaResearch.

PrusaSlicer is licensed under the GNU Affero General Public License, version 3. PrusaSlicer is owned by Prusa Research. PrusaSlicer is originally based on Slic3r by Alessandro Ranellucci.

Slic3r is licensed under the GNU Affero General Public License, version 3. Slic3r was created by Alessandro Ranellucci with the help of many other contributors.

The GNU Affero General Public License, version 3 ensures that if you use any part of this software in any way (even behind a web server), your software must be released under the same license.

Orca Slicer includes a pressure advance calibration pattern test adapted from Andrew Ellis' generator, which is licensed under GNU General Public License, version 3. Ellis' generator is itself adapted from a generator developed by Sineos for Marlin, which is licensed under GNU General Public License, version 3.

The bambu networking plugin is based on non-free libraries from Bambulab. It is optional to the Orca Slicer and provides extended functionalities for Bambulab printer users.