summaryrefslogtreecommitdiff
path: root/Sprinter
AgeCommit message (Expand)Author
2011-08-29Added setup_acceleration() to header fileAlessandro Ranellucci
2011-08-29Refactoring acceleration math to a new setup_acceleration() function to make ...Alessandro Ranellucci
2011-08-26Fixed typo in Z_ENDSTOP_INVERT patch by lemioAlessandro Ranellucci
2011-08-26Fixed configuration for new [XYZ]_ENDSTOP_INVERT optionsAlessandro Ranellucci
2011-08-26Edited Sprinter/Configuration.h via GitHublemio
2011-08-26Added support for using different endstops ()lemio
2011-08-25Removed all unnecessary config option values to avoid confusion (one might th...Alessandro Ranellucci
2011-08-25SMOOTHING had a value (1); however turning it to 0 won't disable the feature,...Alessandro Ranellucci
2011-08-25Refactoring in M109 to support residency time on cooling without code duplica...Alessandro Ranellucci
2011-08-23Merge pull request #73 from jebba/patch-1kliment
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
2011-08-11Adding falling mode to M109 to better implement GCode definitionNils
2011-08-09first revision... had to use the fan pin to control the extruder hot end heat...rotorit
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-03Merge pull request #65 from blddk/masterkliment
2011-08-03Fixed so commenting out MINTEMP won't break compile, however, commenting out ...blddk
2011-08-03Added MINTEMP to work on the heated bed too, so it will also turn off when th...blddk
2011-08-02Added M42 to control non used pins example: M42 P23 S255blddk
2011-08-02Added a list of pins which will be ignored by manual change through M42blddk
2011-08-02When you set PWM on a pin to a given value and then WRITE a 0 to it, the PWM ...Kliment
2011-07-26Merge pull request #62 from alexrj/heater-current-limitkliment
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 to...Alessandro Ranellucci
2011-07-25Merge pull request #60 from LawrenceLeung/masterkliment
2011-07-25Comment out TEMP_RESIDENCY_TIMELawrence
2011-07-25Revert "Disable TEMP_RESIDENCY_TIME for default"Lawrence
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-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 witho...Emanuele Caruso
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
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