Don't chain header includes if we don't have to, use predeclaration if we only need...
[clinton/Smoothieware.git] / src / modules / tools / touchprobe / Touchprobe.cpp
2014-01-31 Michael MoonDon't chain header includes if we don't have to, use...
2014-01-24 Michael MoonMerge branch 'master' into edge
2014-01-24 Michael MoonMerge branch 'fix/TemperatureControl_indexes' into...
2014-01-24 Michael MoonMerge branch 'feature/Actuator' into edge
2014-01-24 Michael MoonConsistently use seconds (mm/s, mm/s^2, steps/s, etc...
2014-01-23 Michael MoonStepperMotor has its own Pins. Copy data into them...
2014-01-23 Michael MoonMove most handling of steps from arm_solution,Robot...
2013-12-27 Michael MoonReplace all doubles with floats including some constants
2013-12-27 Michael MoonUse static kernel singleton pointer instead of per...
2013-12-22 Jim MorrisMerge branch 'upstreamedge' into upstream-master
2013-08-08 Jim MorrisMerge pull request #215 from wolfmanjm/upstreamedge
2013-08-08 Jim Morrismake minimum M220 speed 10% otherwise wierd things...
2013-08-06 Jim MorrisMerge pull request #210 from wolfmanjm/feature/hbot...
2013-08-06 Jim Morrisadded hbot/corexy homing
2013-05-25 arthurwolfMerge pull request #167 from powertomato/feature/touchprobe
2013-05-25 Stefan KruljCode cleanup and comments
2013-05-23 Stefan KruljFixed a bug regarding absolute/relative movment during...
2013-05-22 Stefan KruljRewritten Touchprobe module to use Stepper-objects...
2013-05-21 Stefan KruljCompletely moved the motion part of G31 to Robot, still...
2013-05-21 Stefan KruljReplaced fake G-code with actual Robot calls (requires...
2013-05-21 Stefan KruljTouchprobe-Module first commit. G31 forwards a fake...