Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-17 | Reset heater pins after hard resets to avoid keeping them enabled while we ↵ | Alessandro Ranellucci | |
don't have temperature control anymore | |||
2011-09-17 | Merge remote branch 'upstream/experimental' into alarm-pin | Alessandro Ranellucci | |
Conflicts: Sprinter/Sprinter.pde | |||
2011-09-17 | Merge pull request #90 from alexrj/init-led-pin | kliment | |
Initialize LED pin (was stuck after hard resets) | |||
2011-09-17 | Signal an optional ALARM_PIN when reaching MAXTEMP | Alessandro 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-17 | Initialize LED pin (was stuck after hard resets) | Alessandro Ranellucci | |
2011-09-12 | Merge pull request #89 from GregFrost/experimental | kliment | |
Experimental: Fix temp readings for multiple sensor types. | |||
2011-09-11 | Fix temp readings for multiple sensor types. | unknown | |
Signed-off-by: Greg Frost <gregfrost1@bigpond.com> | |||
2011-09-08 | Merge branch 'master' of github.com:kliment/Sprinter into experimental | Kliment Yanev | |
2011-09-08 | Merge pull request #80 from alexrj/different-endstops | kliment | |
Change ENDSTOPS_INVERTING to [XYZ]_ENDSTOP_INVERT | |||
2011-09-08 | Merge pull request #86 from reprapperMC/master | kliment | |
Added selection for and thermistor table for Honeywell 135-104LAG-J01 | |||
2011-09-08 | Edited Sprinter/thermistortables.h via GitHub | reprapperMC | |
2011-09-08 | Edited Sprinter/Configuration.h via GitHub | reprapperMC | |
2011-09-04 | Merge pull request #83 from condac/patch-1 | kliment | |
Fix so the FAN pin is set as output and fixed fan off case for PWM pins | |||
2011-09-04 | New and improved On and Off for FAN_PIN | condac | |
2011-09-03 | Fix deceleration | Kliment Yanev | |
2011-09-03 | Merge branch 'master' into experimental | Kliment Yanev | |
2011-09-03 | Fix underflow in steps per square second | Kliment Yanev | |
2011-09-03 | Fix missing newline in pins.h that prevents max6675 support from working | Kliment Yanev | |
2011-09-03 | Fix so the FAN works, added fan pin as output and fixed fan off case statement | condac | |
2011-08-31 | Merge branch 'experimental' of github.com:kliment/Sprinter into experimental | Kliment Yanev | |
2011-08-31 | Merge branch 'master' of github.com:kliment/Sprinter into experimental | Kliment Yanev | |
2011-08-31 | Add temp2 pin define | Kliment Yanev | |
2011-08-29 | Merge pull request #82 from alexrj/setup-acceleration | kliment | |
Refactoring acceleration math to a new setup_acceleration() function to make M92 work | |||
2011-08-29 | Added setup_acceleration() to header file | Alessandro Ranellucci | |
2011-08-29 | Refactoring acceleration math to a new setup_acceleration() function to make ↵ | Alessandro Ranellucci | |
M92 fully working. | |||
2011-08-26 | Fixed typo in Z_ENDSTOP_INVERT patch by lemio | Alessandro Ranellucci | |
2011-08-26 | Fixed configuration for new [XYZ]_ENDSTOP_INVERT options | Alessandro Ranellucci | |
2011-08-26 | Edited Sprinter/Configuration.h via GitHub | lemio | |
2011-08-26 | Added support for using different endstops () | lemio | |
2011-08-25 | Merge pull request #77 from alexrj/smoothing-config | kliment | |
Removed all unnecessary config option values to avoid confusion | |||
2011-08-25 | Removed 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-25 | Merge pull request #76 from alexrj/smoothing-config | kliment | |
Tiny change to confusing config option | |||
2011-08-25 | SMOOTHING had a value (1); however turning it to 0 won't disable the ↵ | Alessandro Ranellucci | |
feature, so that's just confusing. | |||
2011-08-25 | Merge pull request #75 from alexrj/cooling-temp-residency | kliment | |
Cooling temp residency | |||
2011-08-25 | Refactoring in M109 to support residency time on cooling without code ↵ | Alessandro Ranellucci | |
duplication | |||
2011-08-23 | Merge pull request #73 from jebba/patch-1 | kliment | |
Add EPCOS 100k thermistor table. | |||
2011-08-23 | Add Epcos 100k thermistor to table. | jebba | |
2011-08-23 | Merge pull request #74 from jebba/patch-2 | kliment | |
Add EPCOS thermistor table to configuration. | |||
2011-08-23 | Add EPCOS comment to configuration. | jebba | |
2011-08-19 | Edited Sprinter/thermistortables.h via GitHub | ParCan | |
2011-08-19 | Edited Sprinter/Configuration.h via GitHub | ParCan | |
2011-08-18 | Merge pull request #71 from ParCan/master | kliment | |
ParCan Thermistor table added | |||
2011-08-12 | Merge pull request #69 from changwoo/master | kliment | |
ATmega1284P support | |||
2011-08-12 | Merge pull request #68 from WebSpider/experimental | kliment | |
Experimental adding of M109 cooldown handling | |||
2011-08-12 | Merge pull request #67 from rotorit/master | kliment | |
use the fan pin to power the hot end heater on the crappy techzone monotronics | |||
2011-08-11 | Adding falling mode to M109 to better implement GCode definition | Nils | |
2011-08-09 | first 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-09 | Merge pull request #66 from rotorit/master | kliment | |
Limited Gen 3 with 644P support - support gen3 with gen3+ board and the techzone monolithic electronics with thermistor only | |||
2011-08-09 | typo | rotorit | |
2011-08-09 | Edited Sprinter/Configuration.h via GitHub | rotorit | |