Firmware for Sanguish

From RepRap
Revision as of 20:26, 19 May 2013 by Bryanandaimee (talk | contribs) (Repetier)
Jump to: navigation, search

Sanguish Home ----- Build Sanguish ----- Use Sanguish


General Guidelines

The main changes that need to be made to firmware in general are the following.

1. Change the motor enable pins to non-inverting ie. active high logic, Don't forget the Extruder enable pin.

2. Change the step pulse delay if needed to at least 10us.

3. Change the power on control to active high. The power on pin only controls the stepper driver power relay.

4. Add Pin assignments if needed

Repetier

Repetier was tested early in the Sanguish Beta test program and works well. There are settings in the config.h for power-on logic, enable inverting, and step pulse delay. Below are the Pins.h and Configuration.h files I use for Repetier.

File:Pins.h

File:Configuration.h

Teacup

Teacup is a good choice for this board as the step pulse is already fairly long and doesn't need to be changed. I'll post other tips once I get it running on the Beta board.