RepRapFirmware
RepRapFirmware copied to clipboard
OO C++ RepRap Firmware
Hi, Very much loving the new webinterface (ditched pronterface & repetier). One small detail: webinterface doesn't update the layer statistics graph as you can see in the screenshot. Working in...
Somewhere along the line of development, the requirement to built the firmware with plain arduino got lost, I think that is a very bad thing. The board is based on...
I'm using Simplify3D, and after firmware update today I can no longer turn on extruder one, and no temperatures are returned to the software. I can turn on the heat...
Extruder drive cannot be controlled in ponterface, trouble getting connection through web interface. Extruder works on print
Hi, I tried to compile firmware, but receive some strange errors: ``` Error: Command failed: /Users/apla/Library/Application Support/Brackets/extensions/user/brackets-arduino/build/GCodes.cpp: In member function 'void GCodes::Init()': /Users/apla/Library/Application Support/Brackets/extensions/user/brackets-arduino/build/GCodes.cpp:59:16: error: assigning to an array from...
In my fork of the firmware, all networking input is done in an ISR and LWIP's timers are called more frequently to increase reliability and to eliminate packet loss. Apart...
Give finer control over specifying which axes use a sensor. Something like: M558 P1 X0 Y0 Z1 Where P0 is sensor off and P1/2/XXX is used for probe type (already...
Hello, sometimes I have an issue with homing axis when using printer with Pronterface. For example I press Y home, but actually X start to homing, sometimes button for homing...
1. If the M550 command is used in config.g to set the machine name, and there is a tab character between the machine name and the semicolon that introduces a...
Neither the web interface nor Pronterface can upload or delete an SD card file if the filename sent in the corresponding Mcode includes an uppercase letter G. When attempting to...