summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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 DISABLE_CHECK_DURING...Emanuele Caruso
2011-06-21Merge pull request #37 from sam-ward/masterkliment
2011-06-21Added support for G28 to home specific axis, or all axis if none specified.Sam Ward
2011-06-14Merge pull request #35 from johnnyr/masterkliment
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
2011-06-11Add SD support so Sanguinololukliment
2011-06-06Added safety feature to DISABLE_CHECK_DURING_TRAVEL feature, which allows to ...Emanuele Caruso
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 is...Emanuele Caruso
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. T...Emanuele Caruso
2011-06-05Added debugging code for heat management. Changed acceleration values to more...Emanuele Caruso
2011-06-04Merge pull request #33 from Spacexula/masterkliment
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, whic...Emanuele Caruso
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 to...Emanuele Caruso
2011-05-22Fixed bug that caused deltas in Bresenham to be cut and axis intervals to be ...Emanuele Caruso
2011-05-22Time for move is now correctly calculated in the XYZ space. Fixed a safety bu...Emanuele Caruso
2011-05-21Added options that allow to disable heating management during acceleration or...Emanuele Caruso
2011-05-20All axes are now controlled in Bresenham. Now, also E has its own max acceler...Emanuele Caruso
2011-05-19Z now has its own max acceleration, and it is now fully integrated into Brese...Emanuele Caruso
2011-05-19The start speed of the leading (X or Y) axis is now scaled to the speed of th...Emanuele Caruso
2011-05-19Some refactoring in preparation of axis with less start speed constraint che...Emanuele Caruso
2011-05-19X and Y axis now have their constant acceleration, and that is taken into acc...Emanuele Caruso
2011-05-19Refactored exp variables to arrays and changed exp acceleration math to be ax...Emanuele Caruso
2011-05-19Refactored ramp and exp acceleration variables to arrays and changed ramp acc...Emanuele Caruso
2011-05-19N Bresenham is ready for constant speed, though we still enforce only X and Y...Emanuele Caruso
2011-05-19Refactored errors and deltas variable into array, needed for N bresenham impl...Emanuele Caruso
2011-05-19Refactored linear_move() to take an array instead of single axis steps_to_tak...Emanuele Caruso
2011-05-19Added possibility to print move time to serial, to help debuggingEmanuele Caruso
2011-05-17Fixed type of axis_previous_micros array to unsigned longEmanuele Caruso
2011-05-17Refactored do_xxx_step() functions in 1 do_step() function. This is the first...Emanuele Caruso
2011-05-16Safety check for homing directionkliment