summaryrefslogtreecommitdiff
path: root/Tonokip_Firmware/configuration.h
AgeCommit message (Collapse)Author
2011-06-04Edited Tonokip_Firmware/configuration.h via GitHubSpacexula
2011-05-16Safety check for homing directionkliment
2011-05-15Merge pull request #25 from ScribbleJ/3dba0cd086d96358e6bc3570e364324406769304kliment
Endstop patch
2011-05-15Make temperature check interval constant regardless of whether a move is ↵kliment
happening or not - this improved PID performance Make temp check interval configurable. Make temp tables static to save RAM.
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 ↵Emanuele Caruso
suggested by cakeller98
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 ↵kliment
disconnected thermistor
2011-05-01Added configuration value for absolute delay microseconds, default to 1. ↵Emanuele Caruso
This seems to work better than STEP_DELAY_RATIO and is enabled by default
2011-05-01Added configuration parameter for delaying steps, STEP_DELAY_RATIO.Emanuele Caruso
This should be manually enabled in configuration.h if you are experiencing missing steps. Please be aware that enabling it may also prevent your motor from reaching the nominal speed.
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 ↵kliment
readings
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
defaults
2011-04-22Merge branch 'minconstspeed'Emanuele Caruso
2011-04-22Added min constant speed units configuration value for acceleration. ↵Emanuele Caruso
Disabled manage_heating while accelerating or decelerating. Updated acceleration configuration values to better default values.
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 ↵kliment
thermistor table
2011-04-10Experimental PID support. Use with caution.kliment
2011-04-08Improved acceleration algorithm: now you can set minimum feedrate speedEmanuele Caruso
2011-04-07Fixed acceleration algorithm. Added deceleration. Added configuration ↵Emanuele Caruso
setting for acceleration in configuration.h
2011-03-28Added temp tables to configuration. Made dual temp tables optional. ↵kliment
Re-enabled min-z endstop in default config.
2011-03-13Added SD support, heatbed support and internal endstop pullup support. ↵kliment
Improved communications, removed echo, added buffering.
2011-01-05set endstop default config for RRSOESjohnnyr
2010-08-29(no commit message)johnnyr
2010-08-12customized config for RAMPSjohnnyr
2010-08-11(no commit message)johnnyr
2010-05-02added config option for inverting stepper directiontonokip
2010-05-02minor fix newlines for configuration.htonokip
2010-05-01rewritetonokip