| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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 | |
| 2011-08-09 | Added support for Gen3-pluss and Gen3-Monolithic Electronics | rotorit | |
| 2011-08-09 | added motherboard entry for Gen3-pluss and Gen3-Monolithic Electronics | rotorit | |
| 2011-08-09 | Support Sanguino/Sanguinololu with ATmega1284P | Changwoo Ryu | |
| 2011-08-03 | Merge pull request #65 from blddk/master | kliment | |
| M42 for toggling individual pins or setting PWM, modified MINTEMP to apply to heated bed | |||
| 2011-08-03 | Fixed 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-03 | Added MINTEMP to work on the heated bed too, so it will also turn off when ↵ | blddk | |
| thermistor fails. | |||
| 2011-08-02 | Added M42 to control non used pins example: M42 P23 S255 | blddk | |
| 2011-08-02 | Added a list of pins which will be ignored by manual change through M42 | blddk | |
| 2011-08-02 | When 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-26 | Merge pull request #62 from alexrj/heater-current-limit | kliment | |
| Heater current limit | |||
| 2011-07-26 | Merge pull request #61 from alexrj/temp-residency | kliment | |
| New implementation of TEMP_RESIDENCY_TIME | |||
| 2011-07-26 | New config option HEATER_CURRENT to limit current to the nozzle | Alessandro Ranellucci | |
| 2011-07-26 | New 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-25 | Merge pull request #60 from LawrenceLeung/master | kliment | |
| Support TEMP_RESIDENCY_TIME. | |||
| 2011-07-25 | Comment out TEMP_RESIDENCY_TIME | Lawrence | |
| 2011-07-25 | Revert "Disable TEMP_RESIDENCY_TIME for default" | Lawrence | |
| This reverts commit eb1c87fa7bf2e4bcc8b074775d88a6e767de2c29. | |||
| 2011-07-25 | Disable TEMP_RESIDENCY_TIME for default | Lawrence Leung larryleungcal@yahoo.com | |
| 2011-07-25 | add support for TEMP_RESIDENCY_TIME for M109 | Lawrence Leung larryleungcal@yahoo.com | |
| 2011-07-25 | Merge pull request #58 from Renosis/master | kliment | |
| MakerGear Hybrid Prusa Mendel steps per unit values | |||
| 2011-07-24 | Added MakerGear Hybrid Prusa steps per unit values. | Spencer Renosis | |
| 2011-07-24 | Merge branch 'experimental' | kliment | |
| 2011-07-24 | Merge remote branch 'origin/experimental' into experimental | Emanuele Caruso | |
| 2011-07-24 | Fixed bug which in some cases caused the moves to be done at full speed ↵ | Emanuele Caruso | |
| without acceleration | |||
