white space fixes only
[clinton/Smoothieware.git] / src / modules / tools / extruder / Extruder.cpp
2014-05-18 Jim Morriswhite space fixes only
2014-05-18 Jim MorrisRefactor multi tool code
2014-05-18 LogxenMerge branch 'edge' into multitool
2014-05-17 LogxenAdded multitool awareness to temperature_control
2014-04-26 Jim MorrisMerge pull request #384 from wolfmanjm/feature/auto...
2014-04-26 Jim MorrisMerge remote-tracking branch 'upstream/edge' into upstr...
2014-04-23 Logxenfixed queued processing of Tcodes and made inactive...
2014-04-23 LogxenMerge branch 'edge' into multitool
2014-04-22 Jim MorrisMerge remote-tracking branch 'upstream/edge' into upstr...
2014-04-22 Jim Morrisclean up some more headers files
2014-04-13 Jim MorrisMerge pull request #371 from wolfmanjm/upstreamedge
2014-04-13 Jim Morrismake M114 output match Marlin
2014-03-31 Jim MorrisMerge pull request #353 from wolfmanjm/cleanup/headers
2014-03-31 Jim Morriscleanup more headers
2014-03-31 Jim Morriscleanup all libs/ headers and dependent files
2014-03-31 Jim Morrismore header cleanup, compiles faster now
2014-03-30 Jim MorrisMerge pull request #350 from wolfmanjm/fix/tabs-in...
2014-03-30 Jim MorrisAllow TABS in config
2014-03-24 LogxenMerge branch 'edge' into multitool
2014-03-04 Logxenbasic multitool implementation complete and working
2014-03-03 Logxenbasic tool change implementation
2014-03-02 Logxenextended Tool and Extruder with enable and disable...
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-25 Michael Moonchange minute -> second in relevant comments
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 MoonConsistently use seconds (mm/s, mm/s^2, steps/s, etc...
2014-01-23 Michael MoonStepperMotor has its own Pins. Copy data into them...
2014-01-19 Michael MoonMerge branch 'feature/ActionQueue_redux' into edge
2014-01-17 Michael MoonExtruder,TemperatureControl: minor comment changes
2014-01-17 Michael MoonMerge branch 'edge' into feature/ActionQueue_redux
2014-01-16 Jim MorrisMerge remote-tracking branch 'upstream/edge' into upstr...
2014-01-16 Michael Moonbiggish Block queue reshuffle, Planner::recalculate...
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-22 Jim MorrisMerge branch 'upstreamedge' into upstream-master
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-27 Arthur Wolfmerge edge into master
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
next