summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-05-02Merge remote branch 'origin/master'Emanuele Caruso
2011-05-01Added watchdog aand minimal temp for greater safety in the case of a ↵kliment
disconnected thermistor
2011-05-01Added 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-01Added 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-29Merged pull request #2 from tommycheng/master.kliment
Adding support for Sanguinololu v1.0
2011-04-30Adding Support for SanguinololuTommy Cheng
2011-04-28Merged pull request #1 from WebSpider/master.kliment
Basic M115 implementation
2011-04-29Adding basic capabilities (M115) implementationNils
2011-04-28Fix missing { causing compile errorkliment
2011-04-27Merge branch 'master' of git@github.com:kliment/Klimentkipkliment
2011-04-27Added PWM control to fan pin, added smoothing code for erratic gen6 temp ↵kliment
readings
2011-04-25Merge remote branch 'origin/master'Emanuele Caruso
2011-04-25Merge remote branch 'origin/master'Emanuele Caruso
2011-04-25Merge remote branch 'origin/master'Emanuele Caruso
2011-04-25Added separate acceleration configuration parameter for travel movesEmanuele Caruso
2011-04-25Added separate acceleration configuration parameter for travel movesEmanuele Caruso
2011-04-24Restored acceleration configuration values to the previous more conservative ↵Emanuele Caruso
defaults
2011-04-22Merge branch 'minconstspeed'Emanuele Caruso
2011-04-22Added 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-22Do not include max6675 functions if they are not in usekliment
2011-04-22Sane defaults when thermocouple support is presentkliment
2011-04-22Fix pin definitions for MAX6675 (SS)kliment
2011-04-22Gregfrost thermocouple support - still needs minor cleanupkliment
2011-04-19Updated README with important WARNING. Read it if you haven't already!Emanuele Caruso
2011-04-19Merge remote branch 'upstream/master'Emanuele Caruso
2011-04-19Fixed 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.
2011-04-19Initialize temp variables correctlykliment
2011-04-19Added some rough documentation to linear_move()Emanuele Caruso
2011-04-17Changed error message when selecting invalid board to actually make senseNils
2011-04-15Correct number for Gen6 in pins.hkliment
2011-04-15Add support for Gen6, conditional SD and heated bed code, and mendelparts ↵kliment
thermistor table
2011-04-14Fix interval calculation (thanks to BenJackson)kliment
2011-04-13Terminate current move after endstop hit - avoids lockupkliment
2011-04-12Fix kill function to disable axes and heaters like it should.kliment
2011-04-11Fix M28 to work with checksums - thanks to jeanmarckliment
2011-04-10Experimental PID support. Use with caution.kliment
2011-04-08Fixed acceleration bug: thank you jeanmarc for pointing that out!Emanuele Caruso
2011-04-08Merge remote branch 'origin/master'Emanuele Caruso
2011-04-08Merge branches 'master' and 'accfix'Emanuele Caruso
2011-04-08Improved acceleration algorithm: now you can set minimum feedrate speedEmanuele Caruso
2011-04-07Remove checksum from M28 and M23 commandskliment
2011-04-07Fixed acceleration algorithm. Added deceleration. Added configuration ↵Emanuele Caruso
setting for acceleration in configuration.h
2011-04-06SD write support. Safety check for step count.kliment
2011-04-05Performance tweak: removed timediff calculations for extruder steps if the ↵Emanuele Caruso
move has X or Y steps, since it is not used in that case
2011-04-05Code cleaning in linear_move(), no functional enhancementEmanuele Caruso
2011-04-05Fixed SD card removal and reinsertion. Added support for bed temp reading in ↵kliment
newer repsnapper.
2011-04-05Removed float calculations in the new extruder move algorithmEmanuele Caruso
2011-04-04Fixed extruder issue: the e-move was shorter than other axisesEmanuele Caruso
2011-04-03Corrections to README from caru's commitkliment
2011-04-03Updated README with important information on how to configure thermistor ↵Emanuele Caruso
table(s)