fix firmware retract with zlift setting feed rate
[clinton/Smoothieware.git] / src / modules / tools / extruder / Extruder.cpp
2016-02-21 Jim Morrisfix firmware retract with zlift setting feed rate
2015-12-16 Jim MorrisMerge pull request #804 from wolfmanjm/feature/wcs...
2015-12-15 Jim MorrisExtruder should ignore M114 subcodes > 0
2015-12-13 Jim Morrisimplement G53 Move in machine coordinates.
2015-11-29 Arthur WolfMerge pull request #749 from justinledwards/patch-1
2015-11-22 Jim MorrisMerge remote-tracking branch 'upstream/edge' into add...
2015-11-22 erroltMerge remote-tracking branch 'upstream/edge' into edge
2015-11-21 Jim MorrisMerge pull request #772 from mdebski/fix-arcs-extrude
2015-11-18 Maciej DębskiPay attention to G2/G3 in extruder module. Fix #771.
2015-11-13 Jim MorrisMerge remote-tracking branch 'upstream/edge' into add...
2015-11-13 Jim MorrisMerge pull request #768 from Smoothieware/refactor...
2015-11-13 Jim MorrisRemove play/pause
2015-11-09 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2015-10-12 Jim MorrisMerge pull request #752 from wolfmanjm/fix/suspend...
2015-10-12 Jim Morrisuse push/pop state to save current state on suspend...
2015-09-24 Jim MorrisMerge remote-tracking branch 'upstream/edge' into modif...
2015-09-24 Jim MorrisMerge pull request #744 from wolfmanjm/upstreamedge
2015-09-24 Jim Morrisdon't do immediate G92 on extruder if not enabled
2015-09-21 Jim MorrisMerge pull request #737 from wolfmanjm/fix/extruder_sol...
2015-09-21 Jim MorrisAdd check for an E parameter on solo move detection
2015-09-13 Jim MorrisMerge branch 'feature/soft_soft_endstops' of https...
2015-09-13 Jim MorrisMerge remote-tracking branch 'upstream/development...
2015-09-13 Jim MorrisMerge pull request #727 from wolfmanjm/modify/temperatu...
2015-09-13 Jim MorrisMerge pull request #730 from wolfmanjm/fix/suspend...
2015-09-01 Jim MorrisMerge pull request #710 from wolfmanjm/upstreamedge
2015-09-01 Jim Morrisfabs -> fabsf
2015-09-01 Jim Morristweak how SOLO mode is determined, may fix some obscure...
2015-08-31 Jim MorrisMerge pull request #709 from wolfmanjm/fix/extruder...
2015-08-31 Jim Morrismove the extruder speed check to before segmentation...
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-19 Jim Morriscomments
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-05-29 Jim MorrisUpdate Extruder.cpp
2015-05-29 Jim MorrisUpdate Extruder.cpp
2015-02-26 Jim MorrisMerge pull request #586 from RepRapMorgan/mintemp
2015-02-08 Jim MorrisMerge pull request #558 from RepRapMorgan/grid25level
2015-02-05 Jim MorrisMerge pull request #593 from Smoothieware/add/Steinhart...
2015-02-02 Jim MorrisAdd M200 with no params prints filament diameter
2015-01-21 Arthur WolfMerge pull request #552 from lautr3k/module/Drills
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-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 Morrisadd after suspend gcode and before resume gcode options
2014-12-13 Jim MorrisMerge pull request #555 from wolfmanjm/fix/harden-homin...
2014-12-10 Jim Morrisoptimize a bit
2014-12-09 Jim MorrisMerge pull request #551 from wolfmanjm/use-pendsv-handl...
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 MorrisMerge remote-tracking branch 'upstream/edge' into use...
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 Morrisremove acceleration tick from timer3, use the pending...
2014-11-25 Jim MorrisStart extruder retract at first acceleration speed...
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 Morrisfix on_speed getting zero parameter when it shouldn...
2014-11-20 Jim Morrisfix extruder issue introduced by c1c802b194
2014-11-20 Jim Morrisclean up StepperMotor in StepTicker, the steppermotor...
2014-11-18 Jim Morrisimprove handling of flush queue in extruder
2014-11-18 Jim Morrisforgot to remove motor stop in on_halt, will be doine...
2014-11-18 Jim MorrisGo back to unequal acceleration/deceleration as there...
2014-11-18 Jim Morrisattempt to remove race condition that makes extruder...
2014-11-17 Jim Morrisadd an initial speed to move() so there is a speed...
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-05 Jim MorrisDon't disable extruder on on_halt if old style config
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-10-03 Jim MorrisMerge pull request #521 from wolfmanjm/fix/issue-520
2014-10-03 Jim Morrisremove FIXME comment
2014-10-03 Jim MorrisImplement a workaround to the bug reported in issues...
2014-08-20 Jim MorrisMerge pull request #491 from soldierkam/edge
2014-08-20 soldierkamMerge remote-tracking branch 'upstream/master' into...
2014-08-13 Jim MorrisMerge pull request #483 from wolfmanjm/features/add...
2014-08-13 Jim MorrisAdded M204 Ennn to set extruder solo acceleration
2014-08-09 Jim MorrisMerge pull request #477 from wolfmanjm/update/add-on...
2014-08-09 Jim Morrisadd ON_HALT event
2014-08-08 Jim MorrisMerge pull request #476 from wolfmanjm/upstreamedge
2014-08-08 Jim MorrisAdd M221 extruder flow rate multiplier closes #448
2014-07-13 Quentin HarleyMerge remote-tracking branch 'upstream/edge' into edge
2014-07-13 Jim MorrisMerge pull request #452 from wolfmanjm/upstreamedge
2014-07-13 Jim Morrisfix G90/91 for Extruder
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 MorrisFix M82/M83
2014-07-11 Jim MorrisMerge pull request #447 from wolfmanjm/upstreamedge
2014-07-11 Jim Morrisapply M200 after queue is empty
next