Added new Panel stuff
[clinton/Smoothieware.git] / src / modules / robot / Robot.cpp
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
2013-06-19 Jim Morrisadd break to M 204
2013-06-19 Jim MorrisMerge pull request #180 from wolfmanjm/feature/m206
2013-06-19 Jim Morrisadd M206 Snnn to change acceleration on the fly as...
2013-06-12 Jim MorrisMerge branch 'upstreamedge' into fix/version-makefile
2013-06-11 Jim MorrisMerge pull request #172 from wolfmanjm/feature/get_publ...
2013-06-08 Jim Morriswhitespace conversion tab -> space
2013-06-08 Jim MorrisAdd public data access to robot for current override...
2013-05-25 arthurwolfMerge pull request #167 from powertomato/feature/touchprobe
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-18 Stefan KruljMerge branch 'edge' of git://github.com/arthurwolf...
2013-05-13 Michael MoonMerge remote-tracking branch 'fix/USBMSD' into edge
2013-05-08 Michael MoonMerge pull request #165 from dandumit/edge
2013-05-07 Michael MoonRobot & Extruder: enable pins are no longer open drain...
2013-05-04 Daniel Dumitrureport error message when a command was not taken
2013-04-30 Michael MoonRobot: fix G20 (inches) mode
2013-04-22 Jim MorrisMerge remote-tracking branch 'upstream/edge' into fix...
2013-04-16 Arthur Wolfadding comments to modules/
2013-03-27 Arthur WolfMerge branch 'edge' into accel
2013-03-25 LogxenMerge pull request #152 from logxen/hbot
2013-03-25 LogxenInitial commit of HBotSolution
2013-03-17 Arthur Wolfextruder now creates its own blocks
2013-03-16 Arthur Wolffixing merge conflict
2013-03-15 Arthur WolfMerge branch 'edge' into extruderfix
2013-03-06 Arthur Wolfdoes not commit yet, but getting close
2013-03-05 Arthur Wolffixing merge conflicts when merging edge back in
2013-03-05 Arthur Wolfmost probably corrected the Extruder bug, which was...
2013-03-05 LogxenMerge remote-tracking branch 'upstream/edge' into firmc...
2013-03-04 arthurwolfMerge pull request #144 from wolfmanjm/feature/delta...
2013-03-04 Jim MorrisImplement Johanns method of specifying segments for...
2013-03-04 Jim MorrisImplement Johanns method of specifying segments for...
2013-03-02 Arthur WolfMerge branch 'edge' into extruderfix
2013-03-02 Arthur Wolfmade Extruder create its own blocks for solo moves...
2013-02-21 Ben GamariMerge pull request #118 from bgamari/temp-no-irq
2013-02-20 Jim Morrisremove timing code
2013-02-20 Jim MorrisSwitch rostock arm solution to use floats, fastmath...
2013-02-18 Adam GreenMerge branch 'edge' into track_allocs
2013-02-17 arthurwolfMerge pull request #124 from logxen/onboot
2013-02-17 LogxenMerge branch 'edge' into onboot
2013-02-17 LogxenMerge branch 'edge' into onboot
2013-02-17 LogxenMerge branch 'edge' into onboot
2013-02-16 LogxenMerge branch 'edge' into debugbreak
2013-02-16 LogxenMerge branch 'edge' into button
2013-02-15 arthurwolfMerge pull request #114 from orcinus/HomingDirection
2013-02-15 LogxenMerge pull request #115 from logxen/rotatedcartesian
2013-02-15 Logxenadded RotatableCartesionSolution.h to Robot.cpp
2013-02-15 LogxenMerge branch 'edge' into rotatedcartesian
2013-02-15 LogxenMerge pull request #112 from logxen/edge
2013-02-15 Logxeninitial rotated cartesian solution implementation
2013-02-15 LogxenMerge pull request #110 from logxen/rostock2
2013-02-15 LogxenMerge branch 'edge' into rostock2
2013-02-14 LogxenMerge branch 'edge' into rostock2
2013-02-14 Ante VukorepaMerge branch 'edge' of git://github.com/arthurwolf...
2013-02-14 Ante VukorepaAccidentally left a hard-coded position in.
2013-02-14 Ante VukorepaAdded position reset at homing end; Added min and max...
2013-02-13 LogxenMerge branch 'edge' into rostock2
2013-02-13 LogxenMerge pull request #1 from wolfmanjm/fix/solution-selection
2013-02-13 Jim Morrischange switch to if/then/else for solution selection...
2013-02-13 Logxenrebuilt rostock solution into modern edge
2013-02-13 arthurwolfMerge pull request #92 from wolfmanjm/move_digipot
2013-02-13 arthurwolfMerge pull request #96 from wolfmanjm/upstreamedge
2013-02-10 Adam GreenMerge branch 'edge' into track_allocs
2013-02-10 Adam GreenMerge remote-tracking branch 'origin/edge' into edge
2013-02-10 Michael MoonMerge branch 'feature/static-Pins' into edge
2013-02-09 Michael MoonRobot: static Pins
2013-02-06 Michael MoonModule: don't sign all modules up for ON_CONFIG_RELOAD...
2013-01-18 Michael MoonRobot: remove unused variable
2013-01-15 Michael MoonRobot: add M220 speed override percentage, ala Marlin...
2013-01-15 Michael MoonMerge branch 'fix/gcode_freed_while_in_queue' into...
2013-01-15 Michael Moonallocate Gcode objects on the heap, don't clean them...
2013-01-06 Michael Moonlooks like clear_vector_double might be broken, trying...
2013-01-06 Michael Moonbare G92 by itself should behave now
2013-01-02 Michael MoonMerge branch 'hotfix/db35a1-typo' into edge
2013-01-02 Michael MoonMerge branch 'master' into edge
2013-01-02 Michael MoonMerge branch 'feature/new-usb-stack' into edge
2013-01-02 Michael MoonRobot: change defaults to better suit smoothieboard...
2013-01-02 Michael MoonExtruder reports position on M114 too
2013-01-02 Michael Moonsupport M92 set axis steps per mm
2013-01-02 Michael Moonenable G92 - does this have a bug or something?
2013-01-02 Michael MoonRobot- allow proper detection of invalid motion mode
2013-01-02 Michael MoonM114 only responds to requestor instead of broadcasting...
2013-01-02 Michael MoonMerge branch 'release/0.1'
2012-12-28 LogxenMerge pull request #79 from logxen/g92
2012-12-28 Logxenuncommented the final update of planner->position
2012-12-28 LogxenMerge branch 'edge' into g92
2012-12-16 Logxenmerged edge
2012-11-21 Logxenrenamed all references to the Player module to Conveyor
2012-11-20 Logxenaltered Robot's G92 handler to reset all three axis...
2012-11-20 LogxenMerge branch 'edge' into button
2012-11-16 arthurwolfMerge pull request #72 from triffid/feature/SDHC_support
2012-11-16 Arthur Wolftemporary fix to the G92 bug
2012-11-12 Arthur WolfMerge branch 'edge' of github.com:arthurwolf/Smoothie...
2012-11-12 arthurwolfMerge pull request #71 from bgamari/edge
2012-11-12 Ben GamariRobot: G92: Updates Planner's position state as well
2012-11-12 Ben GamariRobot: Implement M114 (Get Position)
next