summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-08-31Merge branch 'master' of github.com:kliment/Sprinter into experimentalKliment Yanev
2011-08-31Add temp2 pin defineKliment Yanev
2011-08-25Merge pull request #77 from alexrj/smoothing-configkliment
Removed all unnecessary config option values to avoid confusion
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-25Merge pull request #76 from alexrj/smoothing-configkliment
Tiny change to confusing config option
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-23Merge pull request #74 from jebba/patch-2kliment
Add EPCOS thermistor table to configuration.
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-18Merge pull request #71 from ParCan/masterkliment
ParCan Thermistor table added
2011-08-12Merge pull request #69 from changwoo/masterkliment
ATmega1284P support
2011-08-12Merge pull request #67 from rotorit/masterkliment
use the fan pin to power the hot end heater on the crappy techzone monotronics
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-09Merge pull request #66 from rotorit/masterkliment
Limited Gen 3 with 644P support - support gen3 with gen3+ board and the techzone monolithic electronics with thermistor only
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-08-02When you set PWM on a pin to a given value and then WRITE a 0 to it, the PWM ↵Kliment
timer does not stop. Set the PWM to 0 as well to prevent hotend meltdowns.
2011-07-26Merge pull request #62 from alexrj/heater-current-limitkliment
Heater current limit
2011-07-26Merge pull request #61 from alexrj/temp-residencykliment
New implementation of TEMP_RESIDENCY_TIME
2011-07-26New config option HEATER_CURRENT to limit current to the nozzleAlessandro Ranellucci
2011-07-26New implementation of TEMP_RESIDENCY_TIME. We now wait for the target temp ↵Alessandro Ranellucci
to be esablished and maintained for residency time +/- a configurable hysteresis
2011-07-25Merge pull request #60 from LawrenceLeung/masterkliment
Support TEMP_RESIDENCY_TIME.
2011-07-25Comment out TEMP_RESIDENCY_TIMELawrence
2011-07-25Revert "Disable TEMP_RESIDENCY_TIME for default"Lawrence
This reverts commit eb1c87fa7bf2e4bcc8b074775d88a6e767de2c29.
2011-07-25Disable TEMP_RESIDENCY_TIME for defaultLawrence Leung larryleungcal@yahoo.com
2011-07-25add support for TEMP_RESIDENCY_TIME for M109Lawrence Leung larryleungcal@yahoo.com
2011-07-25Merge pull request #58 from Renosis/masterkliment
MakerGear Hybrid Prusa Mendel steps per unit values
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-23Merge pull request #55 from Joaz/uuidkliment
added uuid identification support
2011-07-24added uuid identification supportjglauche
2011-07-18Merge branch 'master' into experimentalkliment
2011-07-17Merge pull request #54 from ERoth3/masterkliment
Added Ramps 1.3 Pin assignments for E1
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