fix using is queue empty when it should be is_idle
[clinton/Smoothieware.git] / src / modules / robot / Planner.cpp
2016-06-24 Jim Morrisfix using is queue empty when it should be is_idle
2016-06-23 Jim Morrisfix entry speed of a move following an retracty or...
2016-06-23 Jim Morrisminor refactors
2016-06-21 Jim Morrisadd home_z_first option for homing, where Z will home...
2016-06-19 Jim Morrisinitial modification for 5 axis, two extruders only...
2016-06-17 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2016-06-17 Jim MorrisImplement endstops using new motion control
2016-06-10 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2016-06-06 Jim Morrisremove the minimum stepper rate as it is no longer...
2016-06-01 Jim MorrisMerge branch 'upstreamedge' into feature/acceleration...
2016-05-30 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2016-05-28 Jim MorrisMerge remote-tracking branch 'upstream/edge' into merge...
2016-05-25 Jim Morrisattempt to fix the issues regarding the job q drying...
2016-05-24 Jim Morrisimprove the check for blocks that can be pushed onto...
2016-05-24 Jim MorrisFix conveyor to autostart
2016-05-17 Jim Morrisstarted hacking on the new conveyor model
2016-05-15 Jim Morrisfixed bugs
2016-05-14 Jim MorrisInital rewrite of stepticker and associated code to...
2015-12-16 Jim MorrisMerge pull request #804 from wolfmanjm/feature/wcs...
2015-12-15 Jim Morriswhitespace changes...
2015-12-12 Jim MorrisSquashed commit of the following:
2015-12-02 Jim MorrisMerge pull request #784 from wolfmanjm/upstreamedge
2015-11-29 Arthur WolfMerge pull request #749 from justinledwards/patch-1
2015-10-02 Justin EdwardsRemoved old reference to max_jerk
2015-01-21 Arthur WolfMerge pull request #552 from lautr3k/module/Drills
2014-12-13 Jim MorrisMerge pull request #555 from wolfmanjm/fix/harden-homin...
2014-12-13 Jim Morrisavoid potential race condtion between pendsv and saccle...
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-01 Jim MorrisMerge remote-tracking branch 'upstream/edge' into use...
2014-11-29 Jim Morrisremove acceleration tick from timer3, use the pending...
2014-11-24 Jim MorrisMerge remote-tracking branch 'upstream/edge' into fix...
2014-11-21 Jim Morrisget rid of #define max and use stl::max
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-10 Jim Morrisadd a junctin deviation for Z only moves, and allow...
2014-08-20 Jim MorrisMerge pull request #491 from soldierkam/edge
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-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-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 #399 from Smoothieware/edge
2014-04-23 LogxenMerge branch 'edge' into multitool
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-30 Jim MorrisMerge pull request #350 from wolfmanjm/fix/tabs-in...
2014-03-30 Jim MorrisAllow TABS in config
2014-02-19 LogxenMerge branch 'switch' into edge
2014-01-31 Michael MoonDon't chain header includes if we don't have to, use...
2014-01-24 Michael Moonremove redundant (and now incorrect) comment describing...
2014-01-24 Michael MoonPlanner: missed a reference to minutes, we use seconds now
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 MoonPlanner: mixed up sizeof(pointer) with sizeof(array)
2014-01-24 Michael MoonConsistently use seconds (mm/s, mm/s^2, steps/s, etc...
2014-01-24 Michael MoonPlanner: accept unit vector instead of axis deltas
2014-01-23 Michael MoonPlanner: steps is a delta, not absolute!
2014-01-23 Michael MoonStepperMotor, Planner: fix a couple of potential roundi...
2014-01-23 Michael MoonMove most handling of steps from arm_solution,Robot...
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 MoonMisc cleanups: turns out, conveyor can quite happily...
2014-01-17 Michael MoonPlanner: make comments around recalculate() even more...
2014-01-17 Michael MoonPlanner: these TODOs are DONE! See Block::calculate_tra...
2014-01-17 Michael MoonMerge branch 'edge' into feature/ActionQueue_redux
2014-01-17 Michael MoonBig Planner::recalculate rewrite
2014-01-16 Michael Moonbiggish Block queue reshuffle, Planner::recalculate...
2014-01-15 Michael MoonChange Conveyor,Planner,Block to use HeapRing
2014-01-15 Michael MoonRevert "Change Conveyor,Planner,Block to use HeapRing"
2014-01-15 Michael MoonChange Conveyor,Planner,Block to use HeapRing
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...
2014-01-08 Jim MorrisMerge pull request #308 from wolfmanjm/upstreamedge
2014-01-08 Jim MorrisFix acceleration calculatin bug when preceded by extrud...
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 Moonreplace all uses of module::kernel pointer with kernel...
2013-12-27 Michael MoonUse static kernel singleton pointer instead of per...
2013-12-27 Michael MoonMerge branch 'fix/Queue_scan_consolidation' into edge
2013-12-27 Michael MoonRevert "Revert "Merge branch 'fix/Queue_scan_consolidat...
2013-12-27 Michael Moonworks! hooray! add some final cleanups and clarifications
2013-12-27 Michael Moonfound another off by one, starting to wonder how origin...
2013-12-27 Michael Moonfound an off-by-one, see if this works
2013-12-26 Michael MoonRevert "Merge branch 'fix/Queue_scan_consolidation...
2013-12-26 Michael MoonMerge branch 'fix/Queue_scan_consolidation' into edge
2013-12-26 Michael MoonMerge branch 'fix/Ringbuffer' into edge
2013-12-26 Michael MoonRemove unused parameters to Block::reverse pass and...
2013-12-26 Michael MoonConsolidate planner's block queue scan
next