index
:
sprinter
master
Firmware for 3d printer
sublab
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2011-05-03
Added support for M190 - Wait for heated bed to reach target temp.
Sam Ward
2011-05-03
Merge pull request #4 from ScribbleJ/master.
kliment
2011-05-03
Changed avrdude to use copy included in Arduino and to precisely match Arduin...
Christopher Jansen
2011-05-02
Merge pull request #6 from kludgineer/master.
kliment
2011-05-02
Merge pull request #5 from sam-ward/master.
kliment
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
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-29
Merged pull request #2 from tommycheng/master.
kliment
2011-04-30
Adding Support for Sanguinololu
Tommy Cheng
2011-04-28
Merged pull request #1 from WebSpider/master.
kliment
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 read...
kliment
2011-04-25
Merge remote branch 'origin/master'
Emanuele Caruso
2011-04-25
Merge remote branch 'origin/master'
Emanuele Caruso
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
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
Updated README with important WARNING. Read it if you haven't already!
Emanuele Caruso
2011-04-19
Merge remote branch 'upstream/master'
Emanuele Caruso
2011-04-19
Fixed speed bug. Before updating, read the WARNING below!
Emanuele Caruso
2011-04-19
Initialize temp variables correctly
kliment
2011-04-19
Added some rough documentation to linear_move()
Emanuele Caruso
2011-04-17
Changed error message when selecting invalid board to actually make sense
Nils
2011-04-15
Correct number for Gen6 in pins.h
kliment
2011-04-15
Add support for Gen6, conditional SD and heated bed code, and mendelparts the...
kliment
2011-04-14
Fix interval calculation (thanks to BenJackson)
kliment
2011-04-13
Terminate current move after endstop hit - avoids lockup
kliment
2011-04-12
Fix kill function to disable axes and heaters like it should.
kliment
2011-04-11
Fix M28 to work with checksums - thanks to jeanmarc
kliment
2011-04-10
Experimental PID support. Use with caution.
kliment
2011-04-08
Fixed acceleration bug: thank you jeanmarc for pointing that out!
Emanuele Caruso
2011-04-08
Merge remote branch 'origin/master'
Emanuele Caruso
2011-04-08
Merge branches 'master' and 'accfix'
Emanuele Caruso
2011-04-08
Improved acceleration algorithm: now you can set minimum feedrate speed
Emanuele Caruso
[next]