Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions BuildLinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ then
echo "done"
echo "Building Orca-Flashforge ..."
cmake --build build --target Orca-Flashforge
echo "Building Orca-Flashforge_profile_validator .."
cmake --build build --target Orca-Flashforge_profile_validator
echo "Building OrcaSlicer_profile_validator .."
cmake --build build --target OrcaSlicer_profile_validator
./run_gettext.sh
echo "done"
fi
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ RUN [[ "$UID" != "0" ]] \

# Using an entrypoint instead of CMD because the binary
# accepts several command line arguments.
ENTRYPOINT ["/OrcaSlicer/build/package/bin/orca-slicer"]
ENTRYPOINT ["/OrcaSlicer/build/package/bin/orca-flashforge"]
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ Orca-Flashforge is an open source slicer for FDM printers.
- Tools needed: Xcode, CMake, Git, gettext, Automake, Perl
- run `build_release_macos.sh`

- Linux (checked on Ubuntu Desktop 22.04 6.8.0-57-generic x86_64)
- Tools needed: [docker](https://docs.docker.com/engine/install/ubuntu/)
- run `sh ./DockerBuild.sh`
- after successful build run it from docker via `sh DockerRun.sh` or export AppImage from `orcaslicer` container to your local file system

# License
Orca-Flashforge is licensed under the GNU Affero General Public License, version 3. Orca-Flashforge is based on Orca Slicer by SoftFever.

Expand Down