index
:
sprinter
master
Firmware for 3d printer
sublab
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tonokip_Firmware
Age
Commit message (
Expand
)
Author
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-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 read...
kliment
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
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
Improved acceleration algorithm: now you can set minimum feedrate speed
Emanuele Caruso
2011-04-07
Remove checksum from M28 and M23 commands
kliment
2011-04-07
Fixed acceleration algorithm. Added deceleration. Added configuration setting...
Emanuele Caruso
2011-04-06
SD write support. Safety check for step count.
kliment
2011-04-05
Performance tweak: removed timediff calculations for extruder steps if the mo...
Emanuele Caruso
2011-04-05
Code cleaning in linear_move(), no functional enhancement
Emanuele Caruso
2011-04-05
Fixed SD card removal and reinsertion. Added support for bed temp reading in ...
kliment
2011-04-05
Removed float calculations in the new extruder move algorithm
Emanuele Caruso
2011-04-04
Fixed extruder issue: the e-move was shorter than other axises
Emanuele Caruso
2011-04-03
Fixed geometry bug. Implemented Bresenham linear interpolation for X and Y ax...
Emanuele Caruso
2011-03-29
Timediff was not declared with SD disabled
kliment
2011-03-29
Fix potential very bad geometry bug
kliment
2011-03-28
Attempt at geometry fix. Catches up to missed steps whenever it finds them.
kliment
2011-03-28
Changed initialization order to enable Mega 2560 users to connect more reliably
kliment
2011-03-28
Changed initialization order to enable Mega 2560 users to connect more reliably
kliment
2011-03-28
Added temp tables to configuration. Made dual temp tables optional. Re-enable...
kliment
2011-03-26
Added support for a heated bed thermistor that can be different from the hot-...
Emanuele Caruso
2011-03-26
Fixed wrong feedrate bug.
Emanuele Caruso
2011-03-13
Added SD support, heatbed support and internal endstop pullup support. Improv...
kliment
[prev]
[next]