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-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
2011-01-05
set endstop default config for RRSOES
johnnyr
2010-12-08
added ifndef for 2560
johnnyr
2010-11-10
Changed Heater and Fan pins for v1.1
johnnyr
2010-11-10
Added Fan control
johnnyr
2010-08-29
(no commit message)
johnnyr
2010-08-12
customized config for RAMPS
johnnyr
2010-08-11
(no commit message)
johnnyr
2010-08-11
changed arduino mega pins for ramps
johnnyr
2010-08-11
(no commit message)
johnnyr
2010-05-12
added failsafe endstop checking Mcode that can be used for homing
tonokip
2010-05-05
properly check for new serial data
tonokip
2010-05-03
check for inactivity inside movement loop
tonokip
2010-05-03
custom code M92 set axis_steps_per_unit
tonokip
2010-05-03
added inactivity shutdown timer
tonokip
2010-05-02
fix extrusion feedrate
tonokip
2010-05-02
added config option for inverting stepper direction
tonokip
2010-05-02
minor fix newlines for configuration.h
tonokip
2010-05-02
remove (byte) from pins.h
tonokip
2010-05-01
rewrite
tonokip
[prev]