Age | Commit message (Expand) | Author |
2011-06-24 | Added comment in configuration.h explaining how to set axes steps per unit | Emanuele Caruso |
2011-06-22 | Now heat check is also disabled during retract moves, if DISABLE_CHECK_DURING... | Emanuele Caruso |
2011-06-06 | Added safety feature to DISABLE_CHECK_DURING_TRAVEL feature, which allows to ... | 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 | Edited Tonokip_Firmware/configuration.h via GitHub | Spacexula |
2011-05-23 | Changed configuration values to better ones, according to my experience, whic... | Emanuele Caruso |
2011-05-22 | Fixed bad default configuration value that forced relative E. Changed back to... | 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 |
2011-05-19 | The start speed of the leading (X or Y) axis is now scaled to the speed of th... | Emanuele Caruso |
2011-05-19 | Some refactoring in preparation of axis with less start speed constraint che... | Emanuele Caruso |
2011-05-19 | X and Y axis now have their constant acceleration, and that is taken into acc... | Emanuele Caruso |
2011-05-19 | Added possibility to print move time to serial, to help debugging | Emanuele Caruso |
2011-05-17 | Refactored do_xxx_step() functions in 1 do_step() function. This is the first... | Emanuele Caruso |
2011-05-16 | Safety check for homing direction | kliment |
2011-05-15 | Merge pull request #25 from ScribbleJ/3dba0cd086d96358e6bc3570e364324406769304 | kliment |
2011-05-15 | Make temperature check interval constant regardless of whether a move is happ... | kliment |
2011-05-14 | Added support for endstops at either max or min - no longer supports min only. | Christopher Jansen |
2011-05-12 | Removing MCode for overheat protection | Nils |
2011-05-12 | Adding experimental support for max temperature gueard (M143) | Nils |
2011-05-04 | Added documentation to constant acceleration parameters | 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-02 | Fix trailing semicolon in #define | kliment |
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-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 | Merge remote branch 'origin/master' | Emanuele Caruso |
2011-04-25 | Added separate acceleration configuration parameter for travel moves | Emanuele Caruso |
2011-04-25 | Added separate acceleration configuration parameter for travel moves | Emanuele Caruso |
2011-04-24 | Restored acceleration configuration values to the previous more conservative ... | 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 | Sane defaults when thermocouple support is present | kliment |
2011-04-22 | Gregfrost thermocouple support - still needs minor cleanup | kliment |
2011-04-15 | Add support for Gen6, conditional SD and heated bed code, and mendelparts the... | kliment |