Change the way tool offset is handled in robot
[clinton/Smoothieware.git] / src / modules / robot / Robot.cpp
2014-05-18 Jim MorrisChange the way tool offset is handled in robot
2014-05-18 Jim MorrisFix tool offset handling, it should not be reflected...
2014-05-18 Jim Morriswhite space fixes only
2014-05-18 LogxenMerge branch 'edge' into multitool
2014-05-18 Logxenremoved clearToolOffset
2014-05-17 LogxenMerge pull request #4 from gestalt73/fixOffsets
2014-05-17 gestalt73Update Robot.cpp
2014-05-17 gestalt73Update Robot.cpp
2014-05-17 Alan Timmremoved G92 tool offset code
2014-04-26 Jim MorrisMerge pull request #384 from wolfmanjm/feature/auto...
2014-04-26 Jim MorrisMerge remote-tracking branch 'upstream/edge' into upstr...
2014-04-23 LogxenMerge branch 'edge' into multitool
2014-04-22 Jim MorrisMerge remote-tracking branch 'upstream/edge' into upstr...
2014-04-22 Jim Morrisclean up some more headers files
2014-04-21 Jim MorrisMerge pull request #378 from hakalan/thermocouple
2014-04-21 Jim MorrisMerge pull request #382 from wolfmanjm/upstreamedge
2014-04-21 Jim MorrisSave arm specific options with M500 disspaly with M503
2014-04-13 Jim MorrisMerge pull request #371 from wolfmanjm/upstreamedge
2014-04-13 Jim Morrismake M114 output match Marlin
2014-03-31 Jim MorrisMerge pull request #353 from wolfmanjm/cleanup/headers
2014-03-31 Jim Morriscleanup more headers
2014-03-31 Jim Morriscleanup all libs/ headers and dependent files
2014-03-31 Jim Morrismore header cleanup, compiles faster now
2014-03-30 Jim MorrisMerge pull request #350 from wolfmanjm/fix/tabs-in...
2014-03-30 Jim MorrisAllow TABS in config
2014-03-28 Jim MorrisMerge pull request #346 from wolfmanjm/upstreamedge
2014-03-28 Jim Morrisfix line endings in USBMSD (somehow they were DOS)
2014-03-24 LogxenMerge branch 'edge' into multitool
2014-03-15 Jim MorrisMerge remote-tracking branch 'upstream/edge' into upstr...
2014-03-15 Jim MorrisMerge pull request #334 from wolfmanjm/upstreamedge
2014-03-03 Logxenbasic tool change implementation
2014-02-23 Michael MoonInitialise actuator positions to current cartesian...
2014-02-19 LogxenMerge branch 'switch' into edge
2014-02-13 Jim Morrischange minimum travel to match what it used to be
2014-02-07 Michael MoonRobot: add a comment to clarify segmentation
2014-02-07 Michael MoonRobot: forgot to check Z axis during segmentation....
2014-01-31 Michael MoonRobot: remove current_position as it's substantially...
2014-01-31 Michael MoonDon't chain header includes if we don't have to, use...
2014-01-24 Jim MorrisMerge pull request #319 from wolfmanjm/upstreamedge
2014-01-24 Jim MorrisAdd M203 to change max feedrates on the fly. Saveable...
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 MoonRobot: convert cartesian speed limits to mm/s
2014-01-24 Michael MoonConsistently use seconds (mm/s, mm/s^2, steps/s, etc...
2014-01-24 Michael MoonRobot: feed correct positions to actuators when reset_a...
2014-01-24 Michael MoonRobot,StepperMotor: per-actuator speed limits
2014-01-24 Michael MoonPlanner: accept unit vector instead of axis deltas
2014-01-23 Michael MoonStepperMotor has its own Pins. Copy data into them...
2014-01-23 Michael MoonRobot: remember to grab steps_per_mm from config
2014-01-23 Michael MoonMove most handling of steps from arm_solution,Robot...
2014-01-20 Jim MorrisMerge pull request #318 from wolfmanjm/feature/parse...
2014-01-20 Jim MorrisImplement parsing of standalone X Y Z or F as per pycam...
2014-01-19 Michael MoonMerge branch 'feature/ActionQueue_redux' into edge
2014-01-17 Michael MoonPlanner: get previous_nominal_speed from the queue... origin/feature/ActionQueue_redux
2014-01-17 Michael MoonMerge branch 'edge' into feature/ActionQueue_redux
2014-01-16 Jim MorrisMerge remote-tracking branch 'upstream/edge' into upstr...
2014-01-16 Michael Moonbiggish Block queue reshuffle, Planner::recalculate...
2014-01-15 Michael Moonprovide one method to add gcode to blocks, reduce code...
2014-01-12 Jim MorrisMerge pull request #311 from wolfmanjm/upstreamedge
2014-01-12 Jim MorrisMake minimum planner speed configurable
2014-01-11 Jim MorrisMerge pull request #310 from wolfmanjm/upstreamedge
2014-01-11 Jim MorrisSet previous_nominal_speed to 0 if the next block is...
2013-12-27 Michael Moonmissed an atan() in Robot, changed to atanf
2013-12-27 Michael Moonreplace sqrt, hypot, sin, cos with float variants ...
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 pull request #295 from wolfmanjm/feature/uip...
2013-12-22 Jim MorrisMerge Network code with webserver etc
2013-12-22 Jim MorrisMerge branch 'upstreamedge' into upstream-master
2013-12-14 Jim MorrisMerge pull request #290 from wolfmanjm/upstreamedge
2013-12-14 Jim MorrisAdd comment to M503 indicating if override file present...
2013-12-14 Jim MorrisMerge pull request #289 from wolfmanjm/upstreamedge
2013-12-13 Jim MorrisAdded M500, M501, M503 to save certain values to a...
2013-12-04 Jim MorrisMerge pull request #286 from wolfmanjm/upstreamedge
2013-12-04 Jim Morrismove checksum defines into cpp from h
2013-11-29 Jim MorrisMerge pull request #283 from wolfmanjm/upstreamedge
2013-11-29 Jim MorrisAdd M400 which waits for all moves to complete before...
2013-11-09 Jim MorrisMerge pull request #274 from wolfmanjm/upstreamedge
2013-11-09 Jim Morrisremove the definition of max() from nut_bolts.h as...
2013-10-08 Jim MorrisMerge pull request #246 from wolfmanjm/upstreamedge
2013-10-08 Jim MorrisFix output of M665 and M666 to be pronterface friendly
2013-10-07 Jim MorrisMerge pull request #245 from wolfmanjm/upstreamedge
2013-10-07 Jim MorrisAdd M665 to adjust arm length and arm radius for kossel...
2013-10-03 Jim MorrisMerge pull request #234 from TopherMan/feature/M26
2013-09-30 Jim Morrisadd comments to M204
2013-09-29 Jim MorrisMerge pull request #242 from wolfmanjm/upstreamedge
2013-09-29 Jim Morrisdisable M204- change acceleration for now as it needs...
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-01 Jim MorrisMerge pull request #204 from wolfmanjm/feature/rrd...
2013-08-01 Jim Morriscap speed override to not less than 1%
2013-07-18 Logxenrevert to pre-actuator state
2013-07-06 Arthur Wolfmoving StepperMotor.h to actuators/
2013-06-23 Jim MorrisMerge pull request #183 from wolfmanjm/add/panel
2013-06-23 Jim Morrisfix tab to space
2013-06-23 Jim MorrisAdded new Panel stuff
2013-06-22 Jim MorrisMerge pull request #182 from wolfmanjm/add/johann-kosse...
2013-06-22 Jim Morrisadd Johanns Marlin solution to the arm solutions, basic...
2013-06-19 Jim MorrisMerge pull request #179 from mitchese/fix/mintemp-error
next