index
:
sprinter
master
Firmware for 3d printer
sublab
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tonokip_Firmware
/
configuration.h
Age
Commit message (
Expand
)
Author
2011-05-12
Removing MCode for overheat protection
Nils
2011-05-12
Adding experimental support for max temperature gueard (M143)
Nils
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 sug...
Emanuele Caruso
2011-05-04
Made exponential acceleration optional with a #define in configuration.h
Emanuele Caruso
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-30
Adding Support for Sanguinololu
Tommy Cheng
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
Sane defaults when thermocouple support is present
kliment
2011-04-22
Gregfrost thermocouple support - still needs minor cleanup
kliment
2011-04-15
Add support for Gen6, conditional SD and heated bed code, and mendelparts the...
kliment
2011-04-10
Experimental PID support. Use with caution.
kliment
2011-04-08
Improved acceleration algorithm: now you can set minimum feedrate speed
Emanuele Caruso
2011-04-07
Fixed acceleration algorithm. Added deceleration. Added configuration setting...
Emanuele Caruso
2011-03-28
Added temp tables to configuration. Made dual temp tables optional. Re-enable...
kliment
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-08-29
(no commit message)
johnnyr
2010-08-12
customized config for RAMPS
johnnyr
2010-08-11
(no commit message)
johnnyr
2010-05-02
added config option for inverting stepper direction
tonokip
2010-05-02
minor fix newlines for configuration.h
tonokip
2010-05-01
rewrite
tonokip