Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Added some more intelligent homing logic | Sam Ward | |
2011-05-11 | Added G28 homing code. | Sam Ward | |
Re factored main movement routines | |||
2011-05-11 | Merge branch 'master' of https://github.com/kliment/Sprinter | Sam Ward | |
2011-05-11 | Merge pull request #12 from cakeller98/RAMPS_Versions | kliment | |
Added a RAMPS version #define in pins.h | |||
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 ↵ | Emanuele Caruso | |
travel moves | |||
2011-05-11 | Dramatically decreased GCODE write time to SD | Emanuele Caruso | |
2011-05-07 | Cleaned up the MEGA1280 | Christopher Keller | |
Added a RAMPS version #define in pins.h, so there are two clean/clear sections of pins for the RAMPS versions. Also added the Heater_1_Pin -1 to the RAMPS V1.0 section. | |||
2011-05-07 | Added M84 Timeout for steppers: | Christopher Keller | |
Changed the comment to reflect the updated usage Old functionality remains unchanged M84 disables steppers after finishing previous move. Added functionality: M84 S<seconds> adds an inactivity timeout, after which the steppers will be disabled. If S0, then no timeout (default) | |||
2011-05-04 | Fixed deceleration bug for constant acceleration | Emanuele Caruso | |
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 ↵ | Emanuele Caruso | |
suggested by cakeller98 | |||
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 ↵ | kliment | |
match repsnapper expectations | |||
2011-05-03 | Added support for M190 - Wait for heated bed to reach target temp. | Sam Ward | |
Amended Gcode descriptions at top of file. | |||
2011-05-03 | Merge pull request #4 from ScribbleJ/master. | kliment | |
Makefile support to enable upload/compile without the Arduino IDE. | |||
2011-05-03 | Changed avrdude to use copy included in Arduino and to precisely match ↵ | Christopher Jansen | |
Arduino Env usage. | |||
2011-05-02 | Merge pull request #6 from kludgineer/master. | kliment | |
Added code for M114, Display current position | |||
2011-05-03 | Minor changes to comments and fix to upload target for arduino 0022 | Christopher Jansen | |
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 | |
Tested on various configs with arduinio-0022. Note you have to edit the first few lines of the Makefile to match your config. | |||
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 ↵ | kliment | |
disconnected thermistor | |||
2011-05-01 | Added 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-01 | Added 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-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 ↵ | kliment | |
readings | |||
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 | |
defaults | |||
2011-04-22 | Merge branch 'minconstspeed' | Emanuele Caruso | |
2011-04-22 | Added 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-22 | Do not include max6675 functions if they are not in use | kliment | |
2011-04-22 | Sane defaults when thermocouple support is present | 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 | |
WARNING: This version fixes a bug that caused speeds to be lower than what set in GCODE. So before attempting any print, you will have to check all your axis max speed, including the extruder retract speed. Not following this guidelines can seriously damage your printer. |