Age | Commit message (Expand) | Author |
2011-07-06 | Documentation improvements in Configuration.h | kliment |
2011-07-06 | Removed float calculations from temp conversion functions | kliment |
2011-07-06 | Refactored analog to temp and temp to analog to not make distinction between ... | kliment |
2011-07-05 | Fix RAMPS 1.3 number | kliment |
2011-07-05 | Merge branch 'master' of github.com:kliment/Sprinter into refactor | kliment |
2011-07-05 | Cleaned up configuration. Made a hack so that board versions can be set from ... | kliment |
2011-07-04 | Merge pull request #46 from mosfet/master | kliment |
2011-07-04 | Merge branch 'experimental' | Joem |
2011-07-04 | fixed sanguinololu pins.h | Joem |
2011-07-04 | Rename to sprinter | kliment |
2011-07-04 | Rename to Sprinter | kliment |
2011-07-01 | Make M119 take ENDSTOPS_INVERTING into account. | James Churchill |
2011-07-01 | Add M119 - return status of endstops | James Churchill |
2011-06-24 | Added comment in configuration.h explaining how to set axes steps per unit | Emanuele Caruso |
2011-06-24 | Merge remote branch 'origin/master' into experimental | Emanuele Caruso |
2011-06-23 | Merge pull request #41 from destinal/master | kliment |
2011-06-23 | Added Sanguinololu 1.2 pin changes (and new define for this version) | Eric Duprey |
2011-06-22 | Fixed merge bug, I forgot to declare the new variable home_all_axis | Emanuele Caruso |
2011-06-22 | Fixed merge: adapted new G28 code to the experimental branch | Emanuele Caruso |
2011-06-22 | Now heat check is also disabled during retract moves, if DISABLE_CHECK_DURING... | Emanuele Caruso |
2011-06-21 | Merge pull request #37 from sam-ward/master | kliment |
2011-06-21 | Added support for G28 to home specific axis, or all axis if none specified. | Sam Ward |
2011-06-14 | Merge pull request #35 from johnnyr/master | kliment |
2011-06-14 | Set RAMPS 1.3 Max endstop pins -1 for default config | johnnyr |
2011-06-14 | Merge branch 'master' of github.com:kliment/Sprinter | kliment |
2011-06-14 | Single line response to M105 | kliment |
2011-06-12 | Merge pull request #34 from johnnyr/master | kliment |
2011-06-11 | Add SD support so Sanguinololu | kliment |
2011-06-06 | Added safety feature to DISABLE_CHECK_DURING_TRAVEL feature, which allows to ... | Emanuele Caruso |
2011-06-06 | Optimized print/travel move check, as it is performed in the bresenham loop | Emanuele Caruso |
2011-06-06 | Added comment to configuration.h | Emanuele Caruso |
2011-06-05 | Heat management now performed between moves if DISABLE_CHECK_DURING_TRAVEL is... | Emanuele Caruso |
2011-06-05 | Fixed automatic merge of spacexula fix | Emanuele Caruso |
2011-06-05 | Merge remote branch 'origin/master' into experimental | Emanuele Caruso |
2011-06-05 | Fixed comment in configuration.h | Emanuele Caruso |
2011-06-05 | Exponential acceleration discontinued. Deleted all related code | Emanuele Caruso |
2011-06-05 | Added option to disable heat management during travel moves, on by default. T... | Emanuele Caruso |
2011-06-05 | Added debugging code for heat management. Changed acceleration values to more... | Emanuele Caruso |
2011-06-04 | Merge pull request #33 from Spacexula/master | kliment |
2011-06-04 | Edited Tonokip_Firmware/configuration.h via GitHub | Spacexula |
2011-06-02 | added RAMPS 1.3 pins | Johnny Russell |
2011-05-23 | Changed configuration values to better ones, according to my experience, whic... | Emanuele Caruso |
2011-05-23 | Merge branch 'master' into experimental | Emanuele Caruso |
2011-05-23 | Updated README | Emanuele Caruso |
2011-05-22 | Fixed bad default configuration value that forced relative E. Changed back to... | Emanuele Caruso |
2011-05-22 | Fixed bug that caused deltas in Bresenham to be cut and axis intervals to be ... | Emanuele Caruso |
2011-05-22 | Time for move is now correctly calculated in the XYZ space. Fixed a safety bu... | Emanuele Caruso |
2011-05-21 | Added options that allow to disable heating management during acceleration or... | Emanuele Caruso |
2011-05-20 | All axes are now controlled in Bresenham. Now, also E has its own max acceler... | Emanuele Caruso |
2011-05-19 | Z now has its own max acceleration, and it is now fully integrated into Brese... | Emanuele Caruso |