summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-07-07Merge branch 'master' into experimentalkliment
2011-07-07Fix makefile and header to compile from command linekliment
2011-07-07Merge branch 'master' into experimentalkliment
2011-07-07Add missing accel per sq second for Ekliment
2011-07-07Add WString.cpp to Makefilekliment
2011-07-07Make buildable using makefilekliment
2011-07-07Merge experimentalkliment
2011-07-07Merge branch 'master' into experimentalkliment
2011-07-07Fix broken #ifdefkliment
Fix declarations in .h file
2011-07-06Transform if into #if, move axis aviable assignments to loops in startupkliment
2011-07-06Merge branch 'master' into refactorkliment
2011-07-06Documentation fix - delete misleading commentkliment
2011-07-06Merge branch 'master' into refactorkliment
2011-07-06Fix sanguinololu version definekliment
2011-07-06Merge branch 'experimental' into refactorkliment
2011-07-06Merge branch 'master' into experimentalkliment
2011-07-06Make M190 not break flow controlkliment
2011-07-06Merge branch 'master' into refactorkliment
2011-07-06Merge branch 'master' into experimentalkliment
2011-07-06Merge pull request #47 from ahmetcemturan/patch-1kliment
config notes in for gen6 users
2011-07-06Put some notes in for gen6 users..Ahmet Cem TURAN
2011-07-06Merge branch 'master' into experimentalkliment
2011-07-06Merge branch 'master' into refactorkliment
2011-07-06Single definition temp tableskliment
2011-07-06Single definition temp tableskliment
2011-07-06Merge branch 'master' into experimentalkliment
2011-07-06Merge branch 'master' into refactorkliment
2011-07-06Documentation improvements in Configuration.hkliment
2011-07-06Removed float calculations from temp conversion functionskliment
2011-07-06Refactored analog to temp and temp to analog to not make distinction between ↵kliment
hotend and bed. Changed both to return integers rather than floats.
2011-07-05Fix RAMPS 1.3 numberkliment
2011-07-05Merge branch 'master' of github.com:kliment/Sprinter into refactorkliment
2011-07-05Cleaned up configuration. Made a hack so that board versions can be set from ↵kliment
configuration.h. Combined thermistor tables. Enabled maxtemp and mintemp by default. Changed case of configuration.h to make it appear first in Arduino IDE
2011-07-04Merge pull request #46 from mosfet/masterkliment
Fixed Sanguinololu pins for Enable stuff
2011-07-04Merge branch 'experimental'Joem
2011-07-04fixed sanguinololu pins.hJoem
2011-07-04Rename to sprinterkliment
2011-07-04Rename to Sprinterkliment
2011-06-24Added comment in configuration.h explaining how to set axes steps per unitEmanuele Caruso
2011-06-24Merge remote branch 'origin/master' into experimentalEmanuele Caruso
2011-06-23Merge pull request #41 from destinal/masterkliment
Added Sanguinololu 1.2 pin changes (and new define for this version)
2011-06-23Added Sanguinololu 1.2 pin changes (and new define for this version)Eric Duprey
2011-06-22Fixed merge bug, I forgot to declare the new variable home_all_axisEmanuele Caruso
2011-06-22Fixed merge: adapted new G28 code to the experimental branchEmanuele Caruso
2011-06-22Now heat check is also disabled during retract moves, if ↵Emanuele Caruso
DISABLE_CHECK_DURING_TRAVEL is enabled
2011-06-21Merge pull request #37 from sam-ward/masterkliment
Single axis homing in G28 command
2011-06-21Added support for G28 to home specific axis, or all axis if none specified.Sam Ward
i.e. G28 will home all G28 X will home only the X axis G28 Y Z will home the Y and Z axis
2011-06-14Merge pull request #35 from johnnyr/masterkliment
max endstops -1 in RAMPS 1.3
2011-06-14Set RAMPS 1.3 Max endstop pins -1 for default configjohnnyr
2011-06-14Merge branch 'master' of github.com:kliment/Sprinterkliment