remove on_config_reload event
[clinton/Smoothieware.git] / src / modules / tools / extruder / Extruder.cpp
2014-06-17 Jim Morrisremove on_config_reload event
2014-06-16 Jim MorrisMerge pull request #429 from wolfmanjm/add/max-step...
2014-06-16 Jim Morrisremove copies of steppermotor pointers in modules and...
2014-06-10 Jim MorrisMerge pull request #418 from wolfmanjm/upstreamedge
2014-06-10 Jim MorrisMerge remote-tracking branch 'upstream/edge' into upstr...
2014-06-10 Jim MorrisFix extruder SOLO moves when in volumetric mode, so...
2014-06-09 Jim MorrisMerge branch 'edge' of github.com:Smoothieware/Smoothie...
2014-06-08 Logxenset the minimum filament diameter to 0.01mm to prevent...
2014-06-08 Jim MorrisAdd filament diameter to panel settings
2014-06-08 Logxenextended volumetric settings into M92 and M500/M503
2014-06-08 LogxenMerge pull request #414 from logxen/volumetric
2014-06-08 Logxenadded M200 command to set volumetric/linear extrusion...
2014-06-08 Logxenremoved unnecessary members from Extruder
2014-06-08 Logxenadded filament_diameter config setting to Extruder...
2014-05-31 Jim MorrisMerge pull request #407 from wolfmanjm/panel/add-settin...
2014-05-30 Jim MorrisAdded e steps for panel
2014-05-30 Jim MorrisInitial addition of settings and temperature control...
2014-05-26 Jim MorrisMerge pull request #403 from wolfmanjm/upstreamedge
2014-05-26 Jim Morrisfix bug in extruder which was introdcuded by multiextru...
2014-05-24 Jim MorrisMerge remote-tracking branch 'upstream/edge' into upstr...
2014-05-24 Jim MorrisMerge pull request #401 from wolfmanjm/fix/cleanup...
2014-05-24 Jim Morriscleanup a bunch of fields that should be private
2014-05-24 LogxenMerge pull request #400 from Smoothieware/multitool
2014-05-18 Jim MorrisFix tool offset handling, it should not be reflected...
2014-05-18 Jim MorrisFix M92 Ennn to set the steps/mm for current tool
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
next