summaryrefslogtreecommitdiff
path: root/Tonokip_Firmware/configuration.h
AgeCommit message (Expand)Author
2011-06-22Now heat check is also disabled during retract moves, if DISABLE_CHECK_DURING...Emanuele Caruso
2011-06-06Added safety feature to DISABLE_CHECK_DURING_TRAVEL feature, which allows to ...Emanuele Caruso
2011-06-06Added comment to configuration.hEmanuele Caruso
2011-06-05Heat management now performed between moves if DISABLE_CHECK_DURING_TRAVEL is...Emanuele Caruso
2011-06-05Fixed automatic merge of spacexula fixEmanuele Caruso
2011-06-05Merge remote branch 'origin/master' into experimentalEmanuele Caruso
2011-06-05Fixed comment in configuration.hEmanuele Caruso
2011-06-05Exponential acceleration discontinued. Deleted all related codeEmanuele Caruso
2011-06-05Added option to disable heat management during travel moves, on by default. T...Emanuele Caruso
2011-06-05Added debugging code for heat management. Changed acceleration values to more...Emanuele Caruso
2011-06-04Edited Tonokip_Firmware/configuration.h via GitHubSpacexula
2011-05-23Changed configuration values to better ones, according to my experience, whic...Emanuele Caruso
2011-05-22Fixed bad default configuration value that forced relative E. Changed back to...Emanuele Caruso
2011-05-22Time for move is now correctly calculated in the XYZ space. Fixed a safety bu...Emanuele Caruso
2011-05-21Added options that allow to disable heating management during acceleration or...Emanuele Caruso
2011-05-20All axes are now controlled in Bresenham. Now, also E has its own max acceler...Emanuele Caruso
2011-05-19Z now has its own max acceleration, and it is now fully integrated into Brese...Emanuele Caruso
2011-05-19The start speed of the leading (X or Y) axis is now scaled to the speed of th...Emanuele Caruso
2011-05-19Some refactoring in preparation of axis with less start speed constraint che...Emanuele Caruso
2011-05-19X and Y axis now have their constant acceleration, and that is taken into acc...Emanuele Caruso
2011-05-19Added possibility to print move time to serial, to help debuggingEmanuele Caruso
2011-05-17Refactored do_xxx_step() functions in 1 do_step() function. This is the first...Emanuele Caruso
2011-05-16Safety check for homing directionkliment
2011-05-15Merge pull request #25 from ScribbleJ/3dba0cd086d96358e6bc3570e364324406769304kliment
2011-05-15Make temperature check interval constant regardless of whether a move is happ...kliment
2011-05-14Added support for endstops at either max or min - no longer supports min only.Christopher Jansen
2011-05-12Removing MCode for overheat protectionNils
2011-05-12Adding experimental support for max temperature gueard (M143)Nils
2011-05-04Added documentation to constant acceleration parametersEmanuele Caruso
2011-05-04Added constant acceleration option (aka speed ramp), enabled by defaultEmanuele Caruso
2011-05-04Added max z feedrate configuration value, default to 120 mm/min. Solution sug...Emanuele Caruso
2011-05-04Made exponential acceleration optional with a #define in configuration.hEmanuele Caruso
2011-05-02Fix trailing semicolon in #definekliment
2011-05-02Merge remote branch 'origin/master'Emanuele Caruso
2011-05-01Added watchdog aand minimal temp for greater safety in the case of a disconne...kliment
2011-05-01Added configuration value for absolute delay microseconds, default to 1. This...Emanuele Caruso
2011-05-01Added configuration parameter for delaying steps, STEP_DELAY_RATIO.Emanuele Caruso
2011-04-30Adding Support for SanguinololuTommy Cheng
2011-04-27Merge branch 'master' of git@github.com:kliment/Klimentkipkliment
2011-04-27Added PWM control to fan pin, added smoothing code for erratic gen6 temp read...kliment
2011-04-25Merge remote branch 'origin/master'Emanuele Caruso
2011-04-25Added separate acceleration configuration parameter for travel movesEmanuele Caruso
2011-04-25Added separate acceleration configuration parameter for travel movesEmanuele Caruso
2011-04-24Restored acceleration configuration values to the previous more conservative ...Emanuele Caruso
2011-04-22Merge branch 'minconstspeed'Emanuele Caruso
2011-04-22Added min constant speed units configuration value for acceleration. Disabled...Emanuele Caruso
2011-04-22Sane defaults when thermocouple support is presentkliment
2011-04-22Gregfrost thermocouple support - still needs minor cleanupkliment
2011-04-15Add support for Gen6, conditional SD and heated bed code, and mendelparts the...kliment
2011-04-10Experimental PID support. Use with caution.kliment