deprecate usage of M665 Fxxx in favor of M665 Hxxx
[clinton/Smoothieware.git] / src / modules / robot / arm_solutions /
2015-09-06 Jim Morrisdeprecate usage of M665 Fxxx in favor of M665 Hxxx
2015-09-06 Jim MorrisMerge pull request #714 from OskarLinde/const
2015-09-06 Oskar Lindeadd const qualifier to input argument to cartesian_to_a...
2015-07-03 Quentin HarleyMerge remote-tracking branch 'upstream/edge' into ZGrid...
2015-07-02 Jim MorrisMerge pull request #680 from RepRapMorgan/SCARAupdates_...
2015-07-02 Quentin HarleySCARA calibration updates. Added scale functionality...
2015-06-22 Jim MorrisMerge branch 'edge' of github.com:Smoothieware/Smoothie...
2015-06-11 Jim MorrisMerge pull request #673 from DouglasPearless/feature...
2015-06-11 Douglas Pearless modified: src/modules/robot/arm_solutions/RotatableD...
2015-06-11 Douglas Pearless modified: src/modules/robot/arm_solutions/RotatableD...
2015-06-11 Douglas Pearless modified: src/modules/robot/arm_solutions/RotatableD...
2015-06-10 Douglas Pearless modified: ConfigSamples/README.TXT
2015-06-10 Douglas Pearless modified: src/modules/robot/arm_solutions/RotatableD...
2015-06-10 Douglas Pearless modified: ConfigSamples/FirePick.delta/config
2015-06-10 Douglas Pearless modified: src/modules/robot/arm_solutions/RotatableD...
2015-06-10 Douglas Pearless modified: src/modules/robot/Robot.cpp
2015-06-10 Douglas Pearless modified: src/modules/robot/arm_solutions/RotatableD...
2015-06-10 Douglas Pearless modified: src/modules/robot/Robot.cpp
2015-06-10 Douglas Pearless modified: src/modules/robot/arm_solutions/RotatableD...
2015-06-10 Douglas Pearless new file: ConfigSamples/FirePick.delta/config
2015-04-04 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2015-02-27 Jim MorrisMerge pull request #631 from RepRapMorgan/scaralimits
2015-02-27 Quentin HarleyAdded config parameters to define regions close to...
2015-02-26 Jim MorrisMerge pull request #586 from RepRapMorgan/mintemp
2015-02-08 Jim MorrisMerge pull request #558 from RepRapMorgan/grid25level
2015-02-08 Jim MorrisMerge pull request #594 from wolfmanjm/upstreamedge
2015-02-08 Jim Morrisdon't report tower offsetrs if none are set
2015-02-08 Jim Morrisadd tower offsets to linear delta arm solution
2015-02-05 Jim MorrisMerge pull request #593 from Smoothieware/add/Steinhart...
2015-02-01 Jim Morrisrefactor set_optional
2015-01-21 Arthur WolfMerge pull request #552 from lautr3k/module/Drills
2015-01-19 Jim MorrisMerge pull request #578 from Smoothieware/fix/wait...
2015-01-18 Jim Morrisfix round to use float not double
2014-11-03 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2014-10-06 Jim MorrisMerge branch 'edge' of github.com:Smoothieware/Smoothie...
2014-10-04 Jim MorrisMerge pull request #524 from RepRapMorgan/M206_improvements
2014-10-04 Jim MorrisMerge pull request #525 from RepRapMorgan/scara_updates
2014-10-04 Quentin HarleyRepairs issues surrounding homing for scara systems
2014-09-05 Jim MorrisMerge remote-tracking branch 'upstream/edge' into add...
2014-08-30 Jim MorrisMerge pull request #504 from RepRapMorgan/SCARAlimits
2014-08-30 Quentin HarleyPrevent undefined moves - C2 limits
2014-08-20 soldierkamMerge remote-tracking branch 'upstream/master' into...
2014-07-12 Jim MorrisMerge branch 'edge' of github.com:Smoothieware/Smoothie...
2014-07-11 Jim MorrisMerge pull request #450 from wolfmanjm/upstreamedge
2014-07-11 Jim MorrisMerge pull request #449 from RepRapMorgan/addSCARA
2014-07-11 Quentin HarleyAdds Morgan SCARA solution to smoothieware
2014-06-29 Jim MorrisMerge branch 'edge'
2014-06-02 Jim MorrisMerge pull request #409 from wolfmanjm/fix/rename-delta...
2014-06-02 Jim Morrisrename delta arm solutions
2014-05-24 LogxenMerge pull request #399 from Smoothieware/edge
2014-05-18 LogxenMerge branch 'edge' into multitool
2014-04-26 Jim MorrisMerge pull request #384 from wolfmanjm/feature/auto...
2014-04-26 Jim MorrisAdded G32 to autocalibrate delta endstops
2014-04-23 LogxenMerge branch 'edge' into multitool
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-03-31 Jim MorrisMerge pull request #353 from wolfmanjm/cleanup/headers
2014-03-31 Jim Morriscleanup all libs/ headers and dependent files
2014-03-31 Jim Morrismore header cleanup, compiles faster now
2014-02-19 LogxenMerge branch 'switch' into edge
2014-01-31 Michael MoonVector3: C++ification. Apparently showing my roots...
2014-01-31 Michael MoonKossel: forward kinematics implementation. Added Vector...
2014-01-27 Michael MoonArm solutions: use appropriate constants
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-23 Michael MoonArm Solutions: rename fields to reflect appropriate...
2014-01-23 Michael MoonMove most handling of steps from arm_solution,Robot...
2013-12-27 Jim MorrisMerge pull request #300 from wolfmanjm/upstreamedge
2013-12-27 Jim Morrisno need to copy input now input is already float
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-22 Jim MorrisMerge branch 'upstreamedge' into upstream-master
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-09-12 Jim MorrisMerge pull request #228 from TopherMan/feature/M27
2013-09-12 Jim MorrisMerge pull request #227 from wolfmanjm/upstreamedge
2013-09-12 Jim Morrisfix potential rounding issues wth COREXY arm solution
2013-08-27 Jim MorrisMerge pull request #219 from wolfmanjm/fix/pid2
2013-08-27 Jim MorrisMake PID work like arduino pid library and more like...
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-05-13 Michael MoonMerge remote-tracking branch 'fix/USBMSD' into edge
2013-04-22 Jim MorrisMerge remote-tracking branch 'upstream/edge' into fix...
2013-03-27 Arthur WolfMerge branch 'edge' into accel
2013-03-27 Arthur Wolfmerge edge into master
2013-03-25 LogxenMerge pull request #152 from logxen/hbot
2013-03-25 LogxenInitial commit of HBotSolution
2013-03-16 Arthur Wolffixing merge conflict
2013-03-15 Arthur WolfMerge branch 'edge' into extruderfix
2013-03-11 LogxenMerge remote-tracking branch 'upstream/edge' into firmc...
2013-03-07 Michael MoonMerge pull request #147 from bgamari/fixes
2013-03-06 Ben GamariBaseSolution: Needed a virtual destructor
2013-03-01 Adam GreenMerge remote-tracking branch 'origin/edge' into feature...
2013-02-25 LogxenMerge pull request #135 from wolfmanjm/feature/add...
2013-02-21 Adam GreenMerge remote-tracking branch 'origin/fix/USBSerial...
2013-02-21 Ben GamariMerge pull request #118 from bgamari/temp-no-irq
2013-02-20 Arthur WolfMerge branch 'edge' of github.com:arthurwolf/Smoothie...
2013-02-20 LogxenMerge pull request #134 from wolfmanjm/optimization...
next