summaryrefslogtreecommitdiff
path: root/Sprinter
AgeCommit message (Collapse)Author
2011-09-04Merge pull request #83 from condac/patch-1kliment
Fix so the FAN pin is set as output and fixed fan off case for PWM pins
2011-09-04New and improved On and Off for FAN_PINcondac
2011-09-03Fix decelerationKliment Yanev
2011-09-03Fix underflow in steps per square secondKliment Yanev
2011-09-03Fix missing newline in pins.h that prevents max6675 support from workingKliment Yanev
2011-09-03Fix so the FAN works, added fan pin as output and fixed fan off case statementcondac
2011-08-25Removed all unnecessary config option values to avoid confusion (one might ↵Alessandro Ranellucci
think that setting them to 0 disabled the feature, while it has to be commented instead)
2011-08-25SMOOTHING had a value (1); however turning it to 0 won't disable the ↵Alessandro Ranellucci
feature, so that's just confusing.
2011-08-23Merge pull request #73 from jebba/patch-1kliment
Add EPCOS 100k thermistor table.
2011-08-23Add Epcos 100k thermistor to table.jebba
2011-08-23Add EPCOS comment to configuration.jebba
2011-08-19Edited Sprinter/thermistortables.h via GitHubParCan
2011-08-19Edited Sprinter/Configuration.h via GitHubParCan
2011-08-12Merge pull request #69 from changwoo/masterkliment
ATmega1284P support
2011-08-09first revision... had to use the fan pin to control the extruder hot end ↵rotorit
heater. meaning.. this setup will not support a bed heat control ..for now... Time will show if I can get the Tip management A/D converter to work... or.. should i get it to work at all???
2011-08-09typorotorit
2011-08-09Edited Sprinter/Configuration.h via GitHubrotorit
2011-08-09Added support for Gen3-pluss and Gen3-Monolithic Electronicsrotorit
2011-08-09added motherboard entry for Gen3-pluss and Gen3-Monolithic Electronicsrotorit
2011-08-09Support Sanguino/Sanguinololu with ATmega1284PChangwoo Ryu
2011-07-24Added MakerGear Hybrid Prusa steps per unit values.Spencer Renosis
2011-07-24Merge branch 'experimental'kliment
2011-07-24Merge remote branch 'origin/experimental' into experimentalEmanuele Caruso
2011-07-24Fixed bug which in some cases caused the moves to be done at full speed ↵Emanuele Caruso
without acceleration
2011-07-24added uuid identification supportjglauche
2011-07-18Merge branch 'master' into experimentalkliment
2011-07-18Added Ramps 1.3 pin assignments for E1 (second extruder) stepper driverEmery Roth
This is my first commit…Please don't hurt me if i screw up!
2011-07-17Merge branch 'master' into experimentalkliment
2011-07-17Add some explanations to config, change some variables to #defines. Fixes #36kliment
2011-07-17Merge branch 'master' into experimentalkliment
2011-07-17Add extra config for homing feedrate - fixes #28kliment
2011-07-16Merge branch 'master' into experimentalkliment
2011-07-16Ignore bedtemp if no bed temp pin definedkliment
2011-07-16Merge branch 'master' of github.com:kliment/Sprinter into experimentalkliment
2011-07-16Merge pull request #52 from alexrj/inverted-homingkliment
Fix homing to max endstops
2011-07-16Bugfix: homing to max endstops didn't work because current_position was ↵Alessandro Ranellucci
always reset to 0.
2011-07-16Merge branch 'master' of github.com:kliment/Sprinter into experimentalkliment
2011-07-16Bugfix: smoothed temperature was initialized without respecting HEATER_USES_*Alessandro Ranellucci
2011-07-15Revert "Remove float conversions from step loop"kliment
This reverts commit b31c7a837ff5baff89043f3c06b1b2191ed9f79d.
2011-07-15Remove float conversions from step loopkliment
2011-07-15Add extended pin definition for 168/328 to fastio (analog pins)kliment
2011-07-15Extended pindefs for mega 1280/2560 (analog pins)kliment
2011-07-12Merge branch 'master' into experimentalkliment
2011-07-12Add 10k thermistorkliment
2011-07-12Merge branch 'master' into experimentalkliment
2011-07-12Bugfix: bad math for long distance moves.Alessandro Ranellucci
2011-07-11Merge branch 'master' into experimentalkliment
2011-07-11Fix for AD595 as bed temp sensorkliment
2011-07-11Fix temp handling for AD595kliment
2011-07-10Merge branch 'master' into experimentalkliment