summaryrefslogtreecommitdiff
path: root/Tonokip_Firmware/configuration.h
AgeCommit message (Collapse)Author
2011-06-24Added comment in configuration.h explaining how to set axes steps per unitEmanuele Caruso
2011-06-22Now heat check is also disabled during retract moves, if ↵Emanuele Caruso
DISABLE_CHECK_DURING_TRAVEL is enabled
2011-06-06Added safety feature to DISABLE_CHECK_DURING_TRAVEL feature, which allows to ↵Emanuele Caruso
define a max time in milliseconds after which the travel move is not considered so
2011-06-06Added comment to configuration.hEmanuele Caruso
2011-06-05Heat management now performed between moves if DISABLE_CHECK_DURING_TRAVEL ↵Emanuele Caruso
is enabled
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. ↵Emanuele Caruso
This helps a lot in avoiding missing steps, hence increasing reliability
2011-06-05Added debugging code for heat management. Changed acceleration values to ↵Emanuele Caruso
more reliable ones
2011-06-04Edited Tonokip_Firmware/configuration.h via GitHubSpacexula
2011-05-23Changed configuration values to better ones, according to my experience, ↵Emanuele Caruso
which should also help avoid missing steps
2011-05-22Fixed bad default configuration value that forced relative E. Changed back ↵Emanuele Caruso
to default
2011-05-22Time for move is now correctly calculated in the XYZ space. Fixed a safety ↵Emanuele Caruso
bug that caused heating management not to be performed in case DISABLE_CHECK_DURING_MOVE was enabled. Fixed a bug in the moving axis start speed checking.
2011-05-21Added options that allow to disable heating management during acceleration ↵Emanuele Caruso
or during the whole move
2011-05-20All axes are now controlled in Bresenham. Now, also E has its own max ↵Emanuele Caruso
acceleration and start speed. Also added some function useful for debugging.
2011-05-19Z now has its own max acceleration, and it is now fully integrated into ↵Emanuele Caruso
Bresenham
2011-05-19The start speed of the leading (X or Y) axis is now scaled to the speed of ↵Emanuele Caruso
the limiting (X, Y, Z or E) axis in that move based on his start speed
2011-05-19Some refactoring in preparation of axis with less start speed constraint ↵Emanuele Caruso
check. See next commit for more info.
2011-05-19X and Y axis now have their constant acceleration, and that is taken into ↵Emanuele Caruso
account when calculating the leading axis acceleration for the move
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 ↵Emanuele Caruso
first of a series of commits to refactor Sprinter to use bresenham on all axis. Much of the inspiration comes from ScribbleJ fork.
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