libbgcode icon indicating copy to clipboard operation
libbgcode copied to clipboard

Prusa Block & Binary G-code reader / writer / converter

Results 17 libbgcode issues
Sort by recently updated
recently updated
newest added

Is it possible to create a PyPI release please? Currently, the wheels are being built as part of the GH Actions build, but not uploaded anywhere.

The following tests fail in big-endian architectures: ``` The following tests FAILED: 1 - File transversal (Failed) 2 - Search for GCode blocks (Failed) 3 - Convert from binary to...

It was really easy to [add support](https://github.com/garethky/PrusaSlicerPressureAdvanceCalibration/commit/427cffe9fe4fa70b5eccc54cc61b183668a0f5d9) for parsing bgcode files to [my project](https://garethky.github.io/PrusaSlicerPressureAdvanceCalibration/). Thank you to whomever it was that put the time into adding the wasm/emscripten build. If...

What license is the [binarized G-code specification](https://github.com/prusa3d/libbgcode/blob/main/doc/specifications.md) released under? The license of this project is AGPL but that isn't very suitable for a standard, especially not a standard that wants...

Hi! I want to add this package for gentoo linux (as well as update for prusaslicer 2.7-alpha). But it seems i can only add live build for this repo, since...

Could you make the library to request an underlying OS to install these necesary packages? _Originally posted by @kdobrev in https://github.com/prusa3d/libbgcode/issues/39#issuecomment-1852918589_

I wrote my own binary gcode parser [ThumbnailBinaryGCode.m](https://github.com/DavidPhillipOster/ThumbHost3mf/blob/main/Thumb3mf/ThumbnailBinaryGCode.m) because your sample code [core.cpp](https://github.com/prusa3d/libbgcode/blob/main/src/LibBGCode/core/core.cpp) had too many dependencies for me to get it to compile. In that core.cpp, block_parameters_size() claims that...

I'm assuming the library is responsible as I have used the conversion function from the latest 2.7.0 PrusaSlicer to convert a bgcode file to a gcode file for the XL....