summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-07-06Make M190 not break flow controlkliment
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-06Single definition temp tableskliment
2011-07-06Documentation improvements in Configuration.hkliment
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
2011-06-14Single line response to M105kliment
2011-06-12Merge pull request #34 from johnnyr/masterkliment
Added RAMPS 1.3 pin definitions
2011-06-11Add SD support so Sanguinololukliment
2011-06-06Added safety feature to DISABLE_CHECK_DURING_TRAVEL feature, which allows to ↵Emanuele Caruso
define a max time in milliseconds after which the travel move is not considered so
2011-06-06Optimized print/travel move check, as it is performed in the bresenham loopEmanuele Caruso
2011-06-06Added comment to configuration.hEmanuele Caruso
2011-06-05Heat management now performed between moves if DISABLE_CHECK_DURING_TRAVEL ↵Emanuele Caruso
is enabled
2011-06-05Fixed automatic merge of spacexula fixEmanuele Caruso
2011-06-05Merge remote branch 'origin/master' into experimentalEmanuele Caruso
2011-06-05Fixed comment in configuration.hEmanuele Caruso
2011-06-05Exponential acceleration discontinued. Deleted all related codeEmanuele Caruso
2011-06-05Added option to disable heat management during travel moves, on by default. ↵Emanuele Caruso
This helps a lot in avoiding missing steps, hence increasing reliability
2011-06-05Added debugging code for heat management. Changed acceleration values to ↵Emanuele Caruso
more reliable ones
2011-06-04Merge pull request #33 from Spacexula/masterkliment
Added comment to configuration.h to tell the metric pitch of both 5/16-18 and 5/16-24 threaded rod
2011-06-04Edited Tonokip_Firmware/configuration.h via GitHubSpacexula
2011-06-02added RAMPS 1.3 pinsJohnny Russell
2011-05-23Changed configuration values to better ones, according to my experience, ↵Emanuele Caruso
which should also help avoid missing steps
2011-05-23Merge branch 'master' into experimentalEmanuele Caruso
2011-05-23Updated READMEEmanuele Caruso
2011-05-22Fixed bad default configuration value that forced relative E. Changed back ↵Emanuele Caruso
to default
2011-05-22Fixed bug that caused deltas in Bresenham to be cut and axis intervals to be ↵Emanuele Caruso
negative in such case
2011-05-22Time for move is now correctly calculated in the XYZ space. Fixed a safety ↵Emanuele Caruso
bug that caused heating management not to be performed in case DISABLE_CHECK_DURING_MOVE was enabled. Fixed a bug in the moving axis start speed checking.
2011-05-21Added options that allow to disable heating management during acceleration ↵Emanuele Caruso
or during the whole move
2011-05-20All axes are now controlled in Bresenham. Now, also E has its own max ↵Emanuele Caruso
acceleration and start speed. Also added some function useful for debugging.
2011-05-19Z now has its own max acceleration, and it is now fully integrated into ↵Emanuele Caruso
Bresenham