Skip to content

xleddyl/Prusa-M808

 
 

Repository files navigation

Prusa M808

How to compile

  1. python3 -m venv ./venv

  2. . ./venv/bin/activate

  3. ./utils/bootstrap.py

  4. mkdir build

  5. cd build

  6. cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=../cmake/AvrGcc.cmake

  7. ninja

Marlin docs

https://marlinfw.org/docs/gcode/M808.html

About

Modified firmware for prusa i3 with Marlin's gcode M808 (loop)

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C++ 76.0%
  • C 14.4%
  • CMake 3.7%
  • Python 3.4%
  • Shell 2.1%
  • Meson 0.3%
  • Other 0.1%