summaryrefslogtreecommitdiff
path: root/Sprinter
AgeCommit message (Collapse)Author
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-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-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-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
2011-09-11Fix temp readings for multiple sensor types.unknown
Signed-off-by: Greg Frost <gregfrost1@bigpond.com>
2011-09-08Merge branch 'master' of github.com:kliment/Sprinter into experimentalKliment Yanev
2011-09-08Merge pull request #80 from alexrj/different-endstopskliment
Change ENDSTOPS_INVERTING to [XYZ]_ENDSTOP_INVERT
2011-09-08Edited Sprinter/thermistortables.h via GitHubreprapperMC
2011-09-08Edited Sprinter/Configuration.h via GitHubreprapperMC
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-03Merge branch 'master' into experimentalKliment 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-31Merge branch 'experimental' of github.com:kliment/Sprinter into experimentalKliment Yanev
2011-08-31Merge branch 'master' of github.com:kliment/Sprinter into experimentalKliment Yanev
2011-08-31Add temp2 pin defineKliment Yanev
2011-08-29Added setup_acceleration() to header fileAlessandro Ranellucci
2011-08-29Refactoring acceleration math to a new setup_acceleration() function to make ↵Alessandro Ranellucci
M92 fully working.
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 ↵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-25Refactoring in M109 to support residency time on cooling without code ↵Alessandro Ranellucci
duplication
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-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 ↵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-08-03Merge pull request #65 from blddk/masterkliment
M42 for toggling individual pins or setting PWM, modified MINTEMP to apply to heated bed
2011-08-03Fixed so commenting out MINTEMP won't break compile, however, commenting out ↵blddk
MINTEMP will then again allow the bed to be turned on, but not off, when there are no thermistor, or thermistor is broken.
2011-08-03Added MINTEMP to work on the heated bed too, so it will also turn off when ↵blddk
thermistor fails.
2011-08-02Added M42 to control non used pins example: M42 P23 S255blddk