modified: src/modules/robot/arm_solutions/RotatableDeltaSolution.cpp
[clinton/Smoothieware.git] / src / modules / robot /
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 modified: src/modules/robot/Robot.cpp
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 #595 from wolfmanjm/upstreamedge
2015-02-08 Jim Morrisfix M665
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
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-17 Jim MorrisMerge pull request #559 from wolfmanjm/feature/suspend...
2014-12-16 Jim MorrisAdded suspend and pause console commands
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 remote-tracking branch 'upstream/edge' into fix...
2014-12-09 Jim MorrisMerge pull request #551 from wolfmanjm/use-pendsv-handl...
2014-12-09 Jim Morrisreimplement the acceleration timer sync for start of...
2014-12-08 Jim Morrissynchronize acceleration timer with start of block
2014-12-03 Jim Morrisfix the tick_since method for the wrap around
2014-12-03 Jim MorrisGet step averaging to work across blocks, include extru...
2014-12-02 Jim Morristry another method to compensate for late steps
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-02 Jim Morrisdon't set speed if it didn't change from last time
2014-12-01 Jim MorrisMerge remote-tracking branch 'upstream/edge' into use...
2014-12-01 Jim Morrischange fxcounter back to 32 fixed point but 18:14
2014-11-29 Jim Morrisfix deadlock/race condition
2014-11-29 Jim Morrisremove acceleration tick from timer3, use the pending...
2014-11-28 Jim Morrisavoid race conditions, don;t actual step if still proce...
2014-11-27 Jim Morrisinitial attempt to use pendsv for processing block...
2014-11-24 Jim MorrisMerge remote-tracking branch 'upstream/edge' into fix...
2014-11-23 Jim Morrisadd debug pins to makefile, ignored if not set origin/fix/trapezoid-symmetry
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-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
next