fix extruder issue introduced by c1c802b194
[clinton/Smoothieware.git] / src / modules / robot /
2014-11-20 Jim Morrisclean up StepperMotor in StepTicker, the steppermotor...
2014-11-20 Jim Morrisswitch back to symmetric accel/decel
2014-11-19 Jim Morrisuse uint64 for fx counter so minimum speed is now much...
2014-11-18 Jim Morrisimprove handling of flush queue in extruder
2014-11-18 Jim MorrisGo back to unequal acceleration/deceleration as there...
2014-11-17 Jim Morrisadd an initial speed to move() so there is a speed...
2014-11-17 Jim Morrischange the slowest steps per second speed to the lowest...
2014-11-17 Jim MorrisFix the time we switch from accelerate to decelerate...
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-10 Jim Morrisadd a junctin deviation for Z only moves, and allow...
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 branch 'feature/kill-button' into add/clear-block...
2014-11-03 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2014-11-03 Jim MorrisImplement triffid hunters flush queue code in Conveyor
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-16 Jim MorrisMerge pull request #513 from Smoothieware/update/gcc4.8
2014-09-15 Jim MorrisMerge remote-tracking branch 'upstream/edge' into updat...
2014-09-15 Jim MorrisMerge branch 'upstreamedge' into update/gcc4.8
2014-09-14 Jim MorrisMerge remote-tracking branch 'upstream/edge' into updat...
2014-09-14 Jim MorrisUpdate to GCC4.8
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-30 Jim MorrisMerge pull request #504 from RepRapMorgan/SCARAlimits
2014-08-30 Quentin HarleyPrevent undefined moves - C2 limits
2014-08-20 Jim MorrisMerge pull request #491 from soldierkam/edge
2014-08-20 soldierkamMerge remote-tracking branch 'upstream/master' into...
2014-08-09 Jim MorrisMerge pull request #477 from wolfmanjm/update/add-on...
2014-08-09 Jim Morrisadd ON_HALT event
2014-08-06 Jim MorrisMerge pull request #473 from wolfmanjm/refactor/planner...
2014-08-06 Jim Morrisplanner is no longer a module
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 Morristweak probe speeds
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-23 Jim MorrisMerge pull request #457 from wolfmanjm/add/limit-switch...
2014-07-23 Jim Morrisdon; tlet pauser counter go negative
2014-07-23 Jim Morrisfix pause button to be able to unpause system regardles...
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-07-09 Jim MorrisMerge pull request #444 from Smoothieware/feature/firmw...
2014-07-08 Jim Morrisadd zlift in a hacky way
2014-06-29 Jim MorrisMerge branch 'edge'
2014-06-24 Jim MorrisMerge pull request #442 from wolfmanjm/upstreamedge
2014-06-24 Jim MorrisFix initial pause at start of print
2014-06-19 Jim MorrisMerge pull request #434 from Smoothieware/optimize...
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-19 Jim MorrisMerge remote-tracking branch 'upstream/edge' into optim...
2014-06-19 Jim Morrisreallocate the gcode vector in block to reduce memory...
2014-06-19 Jim Morrisstrip off Gxxx and Mxxx in Gcode
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-15 Jim MorrisMerge pull request #425 from klocs/edge
2014-06-14 Jim MorrisMerge pull request #422 from wolfmanjm/fix/module-event...
2014-06-14 Jim Morrisclean up the way events are handled and use std::function
2014-06-09 Jim MorrisMerge branch 'edge' of github.com:Smoothieware/Smoothie...
2014-06-08 LogxenMerge pull request #413 from logxen/pausecmd
2014-06-07 Logxenadded pause and resume commands to SimpleShell
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 Morrisremove incorrect comment about queue size
2014-05-24 Jim Morrisremove incorrect comment about block queue size
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
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 MorrisAdded G32 to autocalibrate delta endstops
next