Skip to content

Modded Prusa firmware with the addition of gcode M808

License

Notifications You must be signed in to change notification settings

xleddyl/Prusa-M808

 
 

Repository files navigation

how to compile

git clone https://github.com/prusa3d/Prusa-Firmware cd Prusa-Firmware

activate venv

automatically setup dependencies

./utils/bootstrap.py

configure and build

mkdir build cd build cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=../cmake/AvrGcc.cmake ninja

About

Modded Prusa firmware with the addition of gcode M808

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 78.2%
  • C 12.7%
  • CMake 3.4%
  • Python 3.0%
  • Shell 2.2%
  • Meson 0.3%
  • Other 0.2%