summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-17PID fixesKeegi
2011-09-17Merge pull request #91 from alexrj/alarm-pinkliment
Signal an optional ALARM_PIN when reaching MAXTEMP
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-17Merge pull request #90 from alexrj/init-led-pinkliment
Initialize LED pin (was stuck after hard resets)
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-12Merge pull request #89 from GregFrost/experimentalkliment
Experimental: Fix temp readings for multiple sensor types.
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-08Merge pull request #86 from reprapperMC/masterkliment
Added selection for and thermistor table for Honeywell 135-104LAG-J01
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-29Merge pull request #82 from alexrj/setup-accelerationkliment
Refactoring acceleration math to a new setup_acceleration() function to make M92 work
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-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-25Merge pull request #75 from alexrj/cooling-temp-residencykliment
Cooling temp residency
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-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 #68 from WebSpider/experimentalkliment
Experimental adding of M109 cooldown handling
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-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-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