Sprinter icon indicating copy to clipboard operation
Sprinter copied to clipboard

Firmware for RepRap printers and similar devices

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

I'm currently using Sprinter together with the standard reprap host software at [1](version 20111115). There are several modifications required to make this host software communicate with Sprinter. One problem is,...

Not a bug

Hello, I have a extra board from makerbot replicator 2. It is possible to flash sprinter firmware on it? Thank you

This is what I consider a better way of configuring axis scaling and extruder parameters. I have left the hard-coded magic numbers because I still dont know which specific parameters...

Feature request

The Y enable pin for teensylu was incorrectly set to 28. it is actually 18. see http://www.pjrc.com/teensy/teensyduino.html and the schematics.

Waiting for feedback

The PIN_PS_ON should be enabled when a stepper/heater is enabled, and disabled a certain waiting time after the last use of the steppers/heaters.

Feature request

# define Y_MIN_PIN 20 in pins.h is same PB0_SS_PCINT0 in Teensy2.0++ (A90USB1286) I think the PB0_SS_PCINT0 port is crashed intenally. I found this pin has over current arround 80mA When...

Platform-specific issue

Hi, Here's a little patch to build Sprinter with arduino 1.0. I don't now if it's clean but it work's ;-) http://pastebin.com/7Ub8hjD9 Pierre

Documentation

I had some trouble with prints failing because the temperature was dropping. I guess it is caused by a bad temperature reading, triggering this code in Sprinter.pde: #ifdef MINTEMP if(current_raw...

Hi, I had an attempt to update sprinter for Gen7 electronics, which seems to be working fine as far as I am concerned.. I have documented the changes that I...

Documentation