Age | Commit message (Expand) | Author |
2011-05-12 | Removing MCode for overheat protection | Nils |
2011-05-12 | Merge branch 'master' of github.com:kliment/Sprinter | Nils |
2011-05-12 | Adding experimental support for max temperature gueard (M143) | Nils |
2011-05-12 | Merge branch 'master' of github.com:kliment/Sprinter | kliment |
2011-05-12 | Merge pull request #15 from sam-ward/master | kliment |
2011-05-12 | Make heater check more frequent during moves, intialize SD faster to avoid co... | kliment |
2011-05-12 | Added G28 command description to top of file. | Sam Ward |
2011-05-12 | Fixed prepare_move function prototype and inlining | Sam Ward |
2011-05-11 | Merge branch 'master' of github.com:kliment/Sprinter | kliment |
2011-05-11 | Remove extraneous newline | kliment |
2011-05-11 | Added some more intelligent homing logic | Sam Ward |
2011-05-11 | Added G28 homing code. | Sam Ward |
2011-05-11 | Cleaning up code formatting | Sam Ward |
2011-05-11 | Moved function definitions into separate .h file for readability. | Sam Ward |
2011-05-11 | Merge branch 'master' of https://github.com/kliment/Sprinter | Sam Ward |
2011-05-11 | extra CRLF | Sam Ward |
2011-05-11 | Added M201 and M202 to set max acceleration for respectively print and travel... | Emanuele Caruso |
2011-05-11 | Dramatically decreased GCODE write time to SD | Emanuele Caruso |
2011-05-07 | Added M84 Timeout for steppers: | Christopher Keller |
2011-05-04 | Fixed deceleration bug for constant acceleration | Emanuele Caruso |
2011-05-04 | Added constant acceleration option (aka speed ramp), enabled by default | Emanuele Caruso |
2011-05-04 | Added max z feedrate configuration value, default to 120 mm/min. Solution sug... | Emanuele Caruso |
2011-05-04 | Made exponential acceleration optional with a #define in configuration.h | Emanuele Caruso |
2011-05-03 | Make sure M190 does nothing if no heated bed present. Fix report format to ma... | kliment |
2011-05-03 | Added support for M190 - Wait for heated bed to reach target temp. | Sam Ward |
2011-05-03 | Merge pull request #4 from ScribbleJ/master. | kliment |
2011-05-02 | Merge pull request #6 from kludgineer/master. | kliment |
2011-05-02 | Edited Tonokip_Firmware/Tonokip_Firmware.pde via GitHub | kludgineer |
2011-05-03 | Added comments for M28, M29 to list of implemented Gcodes | Sam Ward |
2011-05-03 | Added Makefile and declared required functions in .pde to support it working. | Christopher Jansen |
2011-05-02 | Merge remote branch 'origin/master' | Emanuele Caruso |
2011-05-01 | Added watchdog aand minimal temp for greater safety in the case of a disconne... | kliment |
2011-05-01 | Added configuration value for absolute delay microseconds, default to 1. This... | Emanuele Caruso |
2011-05-01 | Added configuration parameter for delaying steps, STEP_DELAY_RATIO. | Emanuele Caruso |
2011-04-30 | Adding Support for Sanguinololu | Tommy Cheng |
2011-04-29 | Adding basic capabilities (M115) implementation | Nils |
2011-04-28 | Fix missing { causing compile error | kliment |
2011-04-27 | Merge branch 'master' of git@github.com:kliment/Klimentkip | kliment |
2011-04-27 | Added PWM control to fan pin, added smoothing code for erratic gen6 temp read... | kliment |
2011-04-25 | Added separate acceleration configuration parameter for travel moves | Emanuele Caruso |
2011-04-22 | Merge branch 'minconstspeed' | Emanuele Caruso |
2011-04-22 | Added min constant speed units configuration value for acceleration. Disabled... | Emanuele Caruso |
2011-04-22 | Do not include max6675 functions if they are not in use | kliment |
2011-04-22 | Fix pin definitions for MAX6675 (SS) | kliment |
2011-04-22 | Gregfrost thermocouple support - still needs minor cleanup | kliment |
2011-04-19 | Merge remote branch 'upstream/master' | Emanuele Caruso |
2011-04-19 | Fixed speed bug. Before updating, read the WARNING below! | Emanuele Caruso |
2011-04-19 | Initialize temp variables correctly | kliment |
2011-04-19 | Added some rough documentation to linear_move() | Emanuele Caruso |
2011-04-15 | Add support for Gen6, conditional SD and heated bed code, and mendelparts the... | kliment |