simreprap icon indicating copy to clipboard operation
simreprap copied to clipboard

emulates en entire reprap 3D printer running a Marlin firmware binary, renders it in opengl

Results 9 simreprap issues
Sort by recently updated
recently updated
newest added

These are a couple of minor fixes and improvements to the Makefile

Patch to provide a proper compilation of libc3 on OSX

These are a couple of quick bugfixes I came across while building/troubleshooting this project

Is it possible to use my own Marlin.hex (the exact firmware I am using on my real hardware, too)? Or does it need to be modified/patched in some way in...

Hi, great project, I'd like to compile the dev-mega2560 branch but I'm running into this issue: ``` src/reprap.c:53:28: fatal error: marlin/boards.h: No such file or directory #include "marlin/boards.h" ^ compilation...

Using Ubuntu 16.04 but also tested against 14.04 in VM and physical workstation. From @klabarge's [wiki](https://github.com/klabarge/qz-tutorials/wiki/3D-Printer-Emulator): ```bash sudo apt-get install libdevil-dev libtool-bin libtool libfontconfig1-dev clang libelf-dev freeglut3 freeglut3-dev gcc-avr avr-libc...

I can't find any binary file after the compilation is finished.. Can someone give some help ?

Running make and executing `reprap.elf` on Ubuntu 14.04 results in the below error. It appears there's something missing in the `make` script. ```bash libc3.so.0 cannot open shared object file: no...

When replacing simreprap/shared/simavr with the current version of simavr, the variable SIMAVR in the top Makefile conflicts with a like-named variable in the simavrs' Makefile.common. Changing the name of the...