summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-06Merge pull request #116 from cdaringe/masterkliment
Experimental oscillation reduction
2011-11-06osc reductionChris Dieringer
2011-11-04Merge pull request #114 from gdahlm/experimentalkliment
Add missing #endif in gen7 definition in pins.h
2011-11-03Edited pins.h to add missing #endifGreg Dahlman
2011-11-03Added missing #endif to pins.hGreg Dahlman
2011-11-03Merge pull request #112 from gdahlm/experimentalkliment
Add Gen7 support
2011-11-02Added Pin 33-40 digital defs to fastio.h for the 644Greg Dahlman
2011-11-02Added support for Gen7 BoardGreg Dahlman
2011-10-29Define default value for alarm pinKliment Yanev
2011-10-29Merge pull request #110 from barclayo/patch-1kliment
Fix d calculation on XYZ moves where comparison was inside of abs() instead of comparing with the absolute value
2011-10-29Fix d calculation on XYZ moves where comparison was inside of abs() instead ↵barclayo
of comparing with the result.
2011-10-28Merge pull request #109 from Kerman/masterkliment
Moved footer in pins.h to end of file, fixing teensylu support
2011-10-28Moved pins.h footer to the end of the file, fixing teensylu supportJoe Kerman
2011-10-27Merge pull request #107 from k-eex/PIDkliment
Better default PID parameters
2011-10-27PID parameters for MakerGearKeegi
2011-10-27Merge pull request #106 from kliment/experimentalkliment
Merge Experimental into master
2011-10-27Merge branch 'master' of github.com:kliment/Sprinter into experimentalKliment Yanev
Conflicts: Sprinter/Configuration.h
2011-10-16Merge pull request #104 from blddk/experimentalkliment
Cooling fan control for a stepper driver fan - enable fan when stepper drivers are active
2011-10-16Update Sprinter/Sprinter.pdeblddk
2011-10-16Update Sprinter/Sprinter.pdeblddk
2011-10-16Update Sprinter/Sprinter.pdeblddk
2011-10-16Update Sprinter/Configuration.hblddk
2011-10-16Added options for the controller cooling fanblddk
2011-10-16Added function for controlling controller cooling fanblddk
2011-10-04Merge pull request #100 from Kerman/masterkliment
Support for Teensylu (at90usb1286)
2011-10-04i will figure out git eventuallyJoe Kerman
2011-10-04(correct) pin defs for a190usb1286/teensyluJoe Kerman
2011-10-03Merge pull request #96 from rotorit/experimentalkliment
Add gen3+ support for the techzone gen3 remix
2011-10-01Merge branch 'master' of github.com:kliment/Sprinter into experimentalKliment Yanev
2011-09-30pins.h entry for TeensyluJoe Kerman
2011-09-30Added fastio.h support for at90usb1286 (for teensylu)Joe Kerman
2011-09-28Merge pull request #97 from iXce/masterkliment
Fix issue #70 (scoping problem when acceleration is disabled)
2011-09-28Fix scoping problem (fixes issue #70)Guillaume Seguin
2011-09-25added Gen3 PLUS for TechZone Gen3 Remix Motherboard and renaming 21 rotorit
2011-09-25Edited Sprinter/pins.h via GitHubrotorit
2011-09-18Revert "Merge pull request #95 from AxTheB/master"Kliment Yanev
This reverts commit a27649c455c4d13385b32d45bf353ab890da052a, reversing changes made to 8fa84ce04eda414886cc5b075d7257e49b6f7f0a.
2011-09-18Merge pull request #95 from AxTheB/masterkliment
simplified string-to-number conversions
2011-09-17Merge pull request #92 from k-eex/PIDkliment
PID fixes
2011-09-17line numbers ale long, not intVáclav 'ax' Hůla
2011-09-17simplified string-to-number conversionsVáclav 'ax' Hůla
2011-09-17Merge pull request #93 from alexrj/function-signatureskliment
Commit 614b60b was missing function signatures and wouldn't compile
2011-09-17Commit 614b60b was missing function signatures and wouldn't compileAlessandro Ranellucci
2011-09-17fixed typo, added even more PID improvements (these settings work out of box ↵Keegi
for my old hotend, but overshoot badly on MG hotend)
2011-09-17PID fixesKeegi
2011-09-17Merge pull request #91 from alexrj/alarm-pinkliment
Signal an optional ALARM_PIN when reaching MAXTEMP
2011-09-17Reset heater pins after hard resets to avoid keeping them enabled while we ↵Alessandro Ranellucci
don't have temperature control anymore
2011-09-17Merge remote branch 'upstream/experimental' into alarm-pinAlessandro Ranellucci
Conflicts: Sprinter/Sprinter.pde
2011-09-17Merge pull request #90 from alexrj/init-led-pinkliment
Initialize LED pin (was stuck after hard resets)
2011-09-17Signal an optional ALARM_PIN when reaching MAXTEMPAlessandro Ranellucci
Alarm signal can be dismissed by hard-resetting the board or by sending a M42 P23 S0 command (where 23 is the ALARM_PIN)
2011-09-17Initialize LED pin (was stuck after hard resets)Alessandro Ranellucci