Allow TABS in config
[clinton/Smoothieware.git] / src / modules / tools / extruder / Extruder.h
2014-03-30 Jim MorrisAllow TABS in config
2014-02-19 LogxenMerge branch 'switch' into edge
2014-01-24 Michael MoonMerge branch 'master' into edge
2013-12-27 Michael MoonReplace all doubles with floats including some constants
2013-12-22 Jim MorrisMerge branch 'upstreamedge' into upstream-master
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-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-13 Michael MoonMerge remote-tracking branch 'fix/USBMSD' into edge
2013-03-27 Arthur Wolfmerge edge into master
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: whitespace and comments
2013-03-11 Michael MoonExtruder: append_empty_block returns the new block...
2013-03-05 Arthur Wolffixing merge conflicts when merging edge back in
2013-03-02 Arthur WolfMerge branch 'edge' into extruderfix
2013-03-02 Arthur Wolfmade Extruder create its own blocks for solo moves...
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-02 Arthur WolfMerge branch 'edge' of github.com:arthurwolf/Smoothie...
2013-01-31 Adam GreenMerge branch 'edge' into checksum_macro
2013-01-30 Adam GreenCalculate Fletcher Checksums at compile time from string.
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 MoonExtruder: initial max speed, also move constants into...
2013-01-02 Michael MoonMerge branch 'release/0.1'
2012-11-06 arthurwolfMerge pull request #66 from arthurwolf/stepper
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: Get default_feed_rate_checksum from Robot.h
2012-10-08 Arthur Wolfsolved the block end problem, commiting mostly to save...
2012-09-19 Arthur Wolfreworking the extruder module to work with the new...
2012-07-07 arthurwolfMerge pull request #48 from arthurwolf/edge
2012-05-09 LogxenMerge branch 'edge' into wait4q
2012-05-09 Mark A. CooperMerge pull request #26 from logxen/edge
2012-05-09 Logxenreplaced all occurrences of '_ckeckusm' with '_checksum'
2012-04-30 arthurwolfMerge pull request #21 from logxen/edge
2012-04-30 Mark Cooperchanged the name of the steps_per_mm_checksum to reflec...
2012-04-28 arthurwolfMerge pull request #19 from triffid/extruder-pins
2012-04-28 Michael Moonextruder pins support incl. enable pin
2012-03-26 Arthur Wolfmoved from FunctionPointer to FPointer. hopefully,...
2012-02-27 Arthur Wolfremoved most mbed.h includes
2012-02-19 Arthur Wolfrepaired Pause subsystem, added M109 ( wait for temp...
2012-02-02 Arthur Wolfcleanup before merging
2012-01-06 Arthur Wolfadded missing files, working on extruder module ( not...
2012-01-03 Arthur WolfBasic 3D printing support working, a gigaton of bugfixes
2011-12-27 Arthur Wolfadded configuration options, feedrate gcode to the...
2011-11-29 Arthur Wolfdebugging the Extruder module, commiting just to keep...
2011-11-23 Arthur WolfFirst seemingly working Extruder module
2011-11-22 Arthur Wolfextruder module completely messed up, trying something...
2011-11-20 Arthur Wolfvarious bug fixes
2011-11-18 Arthur Wolfadding boolean configuration values, and extruder/laser...
2011-09-29 Arthur Wolfadded config-load command, and fixed config-set command...
2011-09-19 Arthur Wolffirst commit