summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-29New Version Sprinter V2midopple
- Look Vorward Funktion - - Stepper Control with Timer 1 - SOFT PWM for Extruder heating --> Free Timer 1 - G2 / G3 Command for arc real arc - Baudrate 250 kbaud - M30 Command delete file on SD Card - Text moved to flash to free RAM - M203 Command for Temp debugging
2012-01-28Update Sprinter/Configuration.hmidopple
2012-01-27Merge pull request #129 from jschleic/patch-1kliment
Improve Makefile to rebuild on upload
2012-01-27fix indentationJoachim Schleicher
This should be a comment. Instead it is printed together with the 'upload' target, when idented.
2012-01-20correct dependencies in MakefileJoachim Schleicher
applet/$(TARGET).elf should depend on the cpp file, not on .pde so that the cpp is rebuilt when pde changes. We drop the target applet_files to achieve the correct behaviour. Now 'make upload' does rebuild the hex file as well.
2011-12-10Merge pull request #126 from ERoth3/patch-1kliment
Updated readme with a warning about Arduino V1.0 incompatibility.
2011-12-10Updated readme with a warning about Arduino V1.0 incompatibility. ERoth3
2011-12-05Merge pull request #123 from FrozenFire/masterkliment
Allow running a specifically-named file from SD on startup if found.
2011-12-04Added an option to make init.g on SD run on boot.Nathan Zadoks
2011-11-28Revert "Merge pull request #121 from Traumflug/master"Kliment Yanev
This reverts commit 11d3281a09e2a2f0ae7c9695f79d2d903c22716b, reversing changes made to f8c17d3b4655ba9b694c407ff174135badb914a5.
2011-11-28Merge pull request #121 from Traumflug/masterkliment
Allow ATmega644 for Gen7
2011-11-28pins.h: allow an ATmega644 (without P).Markus Hitter
2011-11-10Merge pull request #117 from sparr/patch-1kliment
Mark Sanguinololu-specific steps in instructions.
2011-11-10spelling correctionsparr
2011-11-10note Sanguino-specific stepssparr
2011-11-10Improve 200k thermistor table to better match realityKliment Yanev
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