fix max actuator speeds
[clinton/Smoothieware.git] / src / modules / robot / Robot.cpp
2015-08-31 Jim Morrisfix max actuator speeds
2015-08-23 Arthur WolfMerge pull request #686 from thinkl33t/edge
2015-08-19 Jim MorrisMerge pull request #696 from wolfmanjm/fix/unmarked...
2015-08-19 Jim Morrisremove the unhandled gcode hack, and all the cruft...
2015-08-19 Jim MorrisMerge pull request #695 from wolfmanjm/feature/volumetr...
2015-08-17 Jim MorrisExtend to also limit the feed rate if the extruder...
2015-08-16 Jim MorrisAdd speed limiting based on maximum extrusion rate...
2015-08-15 Jim MorrisMerge pull request #694 from wolfmanjm/upstreamedge
2015-08-14 Jim Morristidy up the M220 and M221 printout
2015-08-10 Jim MorrisMerge pull request #692 from wolfmanjm/upstreamedge
2015-08-09 Jim MorrisMerge remote-tracking branch 'upstream/edge' into upstr...
2015-08-06 Jim MorrisMake M220 and M221 print out current settings when...
2015-07-03 Jim MorrisMerge pull request #682 from st0ne/edge
2015-07-03 Philipp Aignerpatched arc from grbl project - sometimes arcs did...
2015-07-03 Philipp Aignerpatched arc from grbl project - sometimes arcs did...
2015-06-23 Jim MorrisMerge pull request #676 from wolfmanjm/upstreamedge
2015-06-23 Jim MorrisRevert "prevent speed from being zero : a possible...
2015-06-23 Arthur Wolfprevent speed from being zero : a possible fix for...
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-10 Douglas Pearless modified: src/modules/robot/Robot.cpp
2015-06-10 Douglas Pearless modified: src/modules/robot/Robot.cpp
2015-06-10 Douglas Pearless modified: src/modules/robot/Robot.cpp
2015-06-10 Douglas Pearless new file: ConfigSamples/FirePick.delta/config
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 #595 from wolfmanjm/upstreamedge
2015-02-08 Jim Morrisfix M665
2015-01-21 Arthur WolfMerge pull request #552 from lautr3k/module/Drills
2015-01-17 Jim MorrisMerge pull request #577 from wolfmanjm/upstreamedge
2015-01-17 Jim Morrisadd M120/M121 push/pop state. Use it for extrude comman...
2014-12-29 Jim MorrisMerge pull request #573 from wolfmanjm/add/temp-option...
2014-12-29 Jim Morrisstart G4 timer after queue is empty
2014-12-29 Jim Morrisrefactor G4 out of slowtickerinto robot,and to not...
2014-12-26 Jim MorrisMerge pull request #571 from wolfmanjm/add/temp-sensor...
2014-12-25 Jim Morrisdon't disable extruder on_halt, not needed
2014-12-23 Jim MorrisMerge pull request #570 from wolfmanjm/upstreamedge
2014-12-22 Jim MorrisMerge remote-tracking branch 'upstream/edge' into upstr...
2014-12-22 Jim Morrisput median buffer on stack
2014-12-22 Jim MorrisMerge pull request #569 from Smoothieware/fix/extruder...
2014-12-21 Jim Morrisadd back the unstepped distance to extuder follow mode...
2014-12-09 Jim MorrisMerge pull request #551 from wolfmanjm/use-pendsv-handl...
2014-12-02 Jim MorrisMerge remote-tracking branch 'upstream/edge' into use...
2014-12-02 Jim MorrisMerge pull request #550 from wolfmanjm/upstreamedge
2014-12-02 Jim Morrisfix actuator position inaccuracy on pause
2014-12-01 Jim MorrisMerge remote-tracking branch 'upstream/edge' into use...
2014-11-28 Jim Morrisavoid race conditions, don;t actual step if still proce...
2014-11-24 Jim MorrisMerge remote-tracking branch 'upstream/edge' into fix...
2014-11-21 Jim Morrisuse floorf isntead of floor
2014-11-21 Jim Morrisget rid of #define max and use stl::max
2014-11-20 Jim Morrisreimplement minimum step speed for synchronized moves...
2014-11-20 Jim Morrisclean up StepperMotor in StepTicker, the steppermotor...
2014-11-17 Jim Morrisput accleratrion in the block, thi sallows M204 to...
2014-11-11 Jim MorrisMerge pull request #546 from Smoothieware/add/z_junctio...
2014-11-11 Jim Morrisadd M205 settings for z junction deviation
2014-11-09 Jim MorrisMerge pull request #545 from Smoothieware/add/P1.23...
2014-11-05 Jim MorrisMerge pull request #542 from wolfmanjm/add/clear-block...
2014-11-04 Jim Morristry to fix liit swiches still activating after M999
2014-11-04 Jim Morrisadd ability to see exactly where actuator currently is
2014-11-04 Jim Morrisfix issues with timing of when flush happens
2014-11-03 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2014-09-05 Jim MorrisMerge remote-tracking branch 'upstream/edge' into add...
2014-09-02 Jim MorrisMerge pull request #505 from wolfmanjm/update/adjustZfn...
2014-09-02 Jim Morrischange bed compensation to allow a transform of XYZ...
2014-08-20 Jim MorrisMerge pull request #491 from soldierkam/edge
2014-08-20 soldierkamMerge remote-tracking branch 'upstream/master' into...
2014-08-05 Jim MorrisMerge pull request #472 from wolfmanjm/add/z-only-move...
2014-08-05 Jim MorrisAdded z acceleration to configs
2014-08-05 Jim MorrisMerge pull request #471 from wolfmanjm/feature/three...
2014-08-03 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2014-08-03 Jim MorrisEndstops set all axis positions at once if all axis...
2014-08-03 Jim Morrismake the z adjustment not affect requested target just...
2014-08-02 Jim Morrisadd function pointer to adjust z function in robot
2014-08-01 Jim Morrisadded some placeholders for function hook in
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-19 Jim MorrisMerge remote-tracking branch 'upstream/edge' into optim...
2014-06-19 Jim MorrisMerge pull request #433 from wolfmanjm/update/remove...
2014-06-19 Jim MorrisMerge remote-tracking branch 'upstream/edge' into updat...
2014-06-17 Jim Morrisremove on_config_reload event
2014-06-16 Jim MorrisMerge pull request #429 from wolfmanjm/add/max-step...
2014-06-16 Jim Morrisremove copies of steppermotor pointers in modules and...
2014-06-04 Michael MoonMerge branch 'fix/robot_use_powf' into edge
2014-06-04 0x23changed pow to powf
2014-06-02 Jim MorrisMerge pull request #409 from wolfmanjm/fix/rename-delta...
2014-06-02 Jim Morrisrename delta arm solutions
2014-05-24 Jim MorrisMerge remote-tracking branch 'upstream/edge' into upstr...
2014-05-24 Jim MorrisMerge pull request #401 from wolfmanjm/fix/cleanup...
2014-05-24 Jim Morriscleanup a bunch of fields that should be private
2014-05-24 LogxenMerge pull request #400 from Smoothieware/multitool
2014-05-24 LogxenMerge pull request #399 from Smoothieware/edge
2014-05-18 Jim Morristry another approach to tool offset
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
next