Age | Commit message (Collapse) | Author |
|
Updated readme with a warning about Arduino V1.0 incompatibility.
|
|
|
|
board in pins.h
|
|
was using arduino pin numbers
I also put in a note that Gen 7 only works at 16 MHZ due to timing issues with WProgram.h and wiring.h
|
|
Conflicts:
Sprinter/pins.h
|
|
Allow running a specifically-named file from SD on startup if found.
|
|
|
|
Allow ATmega644 (non-P version) for Gen7
|
|
|
|
This reverts commit 11d3281a09e2a2f0ae7c9695f79d2d903c22716b, reversing
changes made to f8c17d3b4655ba9b694c407ff174135badb914a5.
|
|
Allow ATmega644 for Gen7
|
|
|
|
Block transfer
|
|
|
|
|
|
Mark Sanguinololu-specific steps in instructions.
|
|
|
|
|
|
|
|
|
|
Experimental oscillation reduction
|
|
|
|
Add missing #endif in gen7 definition in pins.h
|
|
|
|
|
|
Add Gen7 support
|
|
|
|
|
|
|
|
Fix d calculation on XYZ moves where comparison was inside of abs() instead of comparing with the absolute value
|
|
of comparing with the result.
|
|
Moved footer in pins.h to end of file, fixing teensylu support
|
|
|
|
Better default PID parameters
|
|
|
|
Merge Experimental into master
|
|
Conflicts:
Sprinter/Configuration.h
|
|
Cooling fan control for a stepper driver fan - enable fan when stepper drivers are active
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Support for Teensylu (at90usb1286)
|
|
|
|
|
|
Add gen3+ support for the techzone gen3 remix
|
|
|
|
|