Skip to content

Prusa bgcode format support for OrcaSlicer

License

Notifications You must be signed in to change notification settings

bwees/orca_bgcode

 
 

Repository files navigation

OrcaSlicer Binary G-Code (bgcode) Support

This allows OrcaSlicer to output bgcode for use with Prusa Machines through a simple post-processing script that can be added to any print profile. Also supports renaming the output file to have the .bgcode extension.

Installation

  1. Get bgcode binary

    • (recommended) Download the correct binary for your machine from the latest release

    • Or clone the repository and run the following to compile:

      cmake --preset default -DLibBGCode_BUILD_DEPS=ON -DCMAKE_INSTALL_PREFIX=dist/  
      cmake --build --preset default --target install
      
  2. Windows Only

  3. In OrcaSlicer, add the following to your post-processor steps:

    <path to bgcode binary or exe> --post-processor --slicer_metadata_compression=1 --gcode_compression=3 --gcode_encoding=2
    

About

Prusa bgcode format support for OrcaSlicer

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • G-code 86.8%
  • C++ 11.0%
  • CMake 1.2%
  • Other 1.0%