provide one method to add gcode to blocks, reduce code duplication
[clinton/Smoothieware.git] / src / modules / tools / extruder / Extruder.cpp
2014-01-15 Michael Moonprovide one method to add gcode to blocks, reduce code...
2014-01-08 Jim MorrisMerge pull request #308 from wolfmanjm/upstreamedge
2014-01-08 Jim MorrisFix acceleration calculatin bug when preceded by extrud...
2014-01-06 Jim MorrisMerge pull request #307 from wolfmanjm/upstreamedge
2014-01-06 Jim Morrisfurther fields that extruder needs to initialize
2014-01-06 Jim MorrisMerge pull request #306 from wolfmanjm/upstreamedge
2014-01-06 Jim MorrisFix acceleration bug where an extruder only move was...
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-17 Jim MorrisMerge pull request #292 from wolfmanjm/upstreamedge
2013-12-17 Jim MorrisUse FileStream intead of append file stream for M500...
2013-12-14 Jim MorrisMerge pull request #289 from wolfmanjm/upstreamedge
2013-12-13 Jim MorrisAdded M500, M501, M503 to save certain values to a...
2013-12-04 Jim MorrisMerge pull request #286 from wolfmanjm/upstreamedge
2013-12-04 Jim Morrismove checksum defines into cpp from h
2013-11-24 Arthur Wolfincomplete implementation of multi-extruder support...
2013-11-09 Jim MorrisMerge pull request #274 from wolfmanjm/upstreamedge
2013-11-09 Jim Morrisremove the definition of max() from nut_bolts.h as...
2013-10-15 Jim MorrisMerge pull request #249 from wolfmanjm/upstreamedge
2013-10-15 Jim MorrisFix bug in Extruder where speed was not being initialie...
2013-10-03 Jim MorrisMerge pull request #234 from TopherMan/feature/M26
2013-09-22 Jim MorrisMerge pull request #235 from TopherMan/feature/extruder...
2013-09-22 Chris GeorgeMade M17 and M18 apply to extruder as well as steppers.
2013-08-02 Arthur WolfMerge pull request #206 from Extent421/edge
2013-08-02 Mark Medranocleaned up unused members, added a few comments
2013-08-02 Mark Medranokeep track of remainder amount from distance->step...
2013-07-18 Logxenrevert to pre-actuator state
2013-07-06 Arthur Wolfmoving all modules to use Actuator instead of StepperMo...
2013-05-18 Stefan KruljMerge branch 'edge' of git://github.com/arthurwolf...
2013-05-13 Michael MoonMerge remote-tracking branch 'fix/USBMSD' into edge
2013-05-08 Michael MoonMerge pull request #165 from dandumit/edge
2013-05-07 Michael MoonRobot & Extruder: enable pins are no longer open drain...
2013-05-04 Daniel Dumitrureport error message when a command was not taken
2013-04-22 Jim MorrisMerge remote-tracking branch 'upstream/edge' into fix...
2013-03-27 Arthur WolfMerge branch 'edge' into accel
2013-03-17 Arthur Wolfextruder now creates its own blocks
2013-03-16 Arthur Wolffixing merge conflict
2013-03-15 Arthur WolfMerge branch 'edge' into extruderfix
2013-03-11 Arthur WolfMerge branch 'extruderfix' of github.com:arthurwolf...
2013-03-11 Michael MoonExtruder: ensure steps_to_step is >= 0
2013-03-11 Michael MoonExtruder: don't clobber flowrate in FOLLOW mode, we...
2013-03-11 Michael MoonExtruder: whitespace and comments
2013-03-11 Michael MoonExtruder: use block returned from append_empty_block...
2013-03-11 Michael MoonExtruder: don't clobber target position
2013-03-11 Michael MoonExtruder: remove redundant relative/absolute conversions
2013-03-11 Michael MoonExtruder: append_empty_block returns the new block...
2013-03-11 Michael MoonExtruder: move handling for flowrate outside SOLO mode...
2013-03-11 Michael MoonExtruder: clarify handling of relative/absolute mode...
2013-03-08 Arthur WolfG90 and G91 were missing
2013-03-05 Arthur Wolffixing merge conflicts when merging edge back in
2013-03-05 Arthur Wolfmost probably corrected the Extruder bug, which was...
2013-03-02 Arthur WolfMerge branch 'edge' into extruderfix
2013-03-02 Arthur Wolfmade Extruder create its own blocks for solo moves...
2013-02-21 Ben GamariMerge pull request #118 from bgamari/temp-no-irq
2013-02-18 Adam GreenMerge branch 'edge' into track_allocs
2013-02-17 arthurwolfMerge pull request #124 from logxen/onboot
2013-02-17 LogxenMerge branch 'edge' into onboot
2013-02-17 LogxenMerge branch 'edge' into onboot
2013-02-17 LogxenMerge branch 'edge' into onboot
2013-02-16 LogxenMerge branch 'edge' into debugbreak
2013-02-16 LogxenMerge branch 'edge' into button
2013-02-13 arthurwolfMerge pull request #92 from wolfmanjm/move_digipot
2013-02-13 arthurwolfMerge pull request #96 from wolfmanjm/upstreamedge
2013-02-10 Adam GreenMerge branch 'edge' into track_allocs
2013-02-10 Adam GreenMerge remote-tracking branch 'origin/edge' into edge
2013-02-10 Michael MoonMerge branch 'feature/static-Pins' into edge
2013-02-09 Michael MoonExtruder: static Pins
2013-02-06 Michael MoonModule: don't sign all modules up for ON_CONFIG_RELOAD...
2013-02-02 Arthur Wolfspeed did not get reset between SOLO blocks in Extruder...
2013-02-02 Arthur WolfMerge branch 'edge' of github.com:arthurwolf/Smoothie...
2013-02-02 Arthur WolfExtruder now reacts to G90 and G91
2013-01-18 Michael MoonExtruder: make sure we have a block to release, avoid...
2013-01-15 Michael MoonRobot: add M220 speed override percentage, ala Marlin...
2013-01-02 Michael MoonMerge branch 'hotfix/db35a1-typo' into edge
2013-01-02 Michael MoonMerge branch 'master' into edge
2013-01-02 Michael MoonMerge branch 'feature/new-usb-stack' into edge
2013-01-02 Michael MoonExtruder reports position on M114 too
2013-01-02 Michael Moonsupport M92 set axis steps per mm
2013-01-02 Michael MoonExtruder: initial max speed, also move constants into...
2013-01-02 Michael Moonmotors disabled out of reset
2013-01-02 Michael MoonMerge branch 'release/0.1'
2012-12-28 LogxenMerge pull request #79 from logxen/g92
2012-12-28 LogxenMerge branch 'edge' into g92
2012-12-16 Logxenmerged edge
2012-11-21 Logxenrenamed all references to the Player module to Conveyor
2012-11-20 Logxenmade it so Extruder now resets to 0 given a G92 with...
2012-11-11 arthurwolfMerge pull request #69 from bgamari/edge
2012-11-11 Arthur Wolfremoved Extruder.cpp warning
2012-11-11 Arthur WolfMerge branch 'edge' of github.com:arthurwolf/Smoothie...
2012-11-11 arthurwolfMerge pull request #67 from triffid/feature/cleaner_mak...
2012-11-11 Michael Moonremove weird unicode chars
2012-11-11 Michael Moonfix things that -std=gnu++0x was complaining about...
2012-11-06 arthurwolfMerge pull request #66 from arthurwolf/stepper
2012-11-06 arthurwolfMerge pull request #65 from arthurwolf/edge
2012-11-02 Arthur WolfMerge branch 'stepper' of github.com:arthurwolf/Smoothi...
2012-11-02 arthurwolfMerge pull request #62 from bgamari/stepper
2012-11-02 Ben GamariExtruder: Ensure stepper_motor_finished_move returns...
2012-10-30 Arthur Wolfmade kernel more efficient, and some caching in gcode...
2012-10-28 Arthur Wolfthe fast move end bug is fixed, re-working the stepper...
next