clinton/Smoothieware.git
2014-06-19 Jim Morrisreallocate the gcode vector in block to reduce memory...
2014-06-19 Jim Morrisadd binary
2014-06-19 Jim Morrisstrip off Gxxx and Mxxx in Gcode
2014-06-18 Jim Morrispack bools in gcode
2014-06-17 Jim MorrisMerge pull request #430 from wolfmanjm/upstreamedge
2014-06-17 Jim Morrisfix race conditions in slowticker... thanks to raldrich...
2014-06-16 Jim MorrisUpdate config
2014-06-16 Jim MorrisMerge pull request #429 from wolfmanjm/add/max-step...
2014-06-16 Jim Morrisremove comment field
2014-06-16 Jim Morrisremove copies of steppermotor pointers in modules and...
2014-06-16 Jim MorrisMerge pull request #428 from wolfmanjm/upstreamedge
2014-06-16 Jim Morriscreate an init() in main so stack is released
2014-06-16 Jim MorrisMerge pull request #427 from Smoothieware/fix/makers...
2014-06-16 Jim Morristhese do not need to be modules
2014-06-15 LogxenMerge pull request #426 from logxen/config_include
2014-06-15 Logxenimplemented config include directive
2014-06-15 Jim MorrisMerge pull request #425 from klocs/edge
2014-06-15 Scott Fosterremove debounce logic
2014-06-14 Scott FosterAdd the header file that I forgot to add for the last...
2014-06-14 Jim MorrisMerge pull request #423 from wolfmanjm/upstreamedge
2014-06-14 Jim MorrisPublic data does not need to be a module or have an...
2014-06-14 Jim MorrisUpdate Module.cpp
2014-06-14 Jim MorrisMerge pull request #422 from wolfmanjm/fix/module-event...
2014-06-14 Jim Morrisadd some comments
2014-06-14 Jim Morrisjust expand events.h, leave the rest the same, just...
2014-06-14 Jim Morrisdon't use std::function as it uses a lot more memory...
2014-06-14 Jim Morrisclean up the way events are handled and use std::function
2014-06-13 Jim MorrisMerge pull request #421 from wolfmanjm/upstreamedge
2014-06-13 Jim Morrisadd ability to disable play led in config
2014-06-13 Scott FosterAdd zprobe check before move code.
2014-06-10 Jim MorrisMerge remote-tracking branch 'upstream/edge' into upstr...
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-09 Jim Morrisremove webif as it never worked and has been abandoned
2014-06-09 Jim MorrisMerge pull request #417 from wolfmanjm/upstreamedge
2014-06-09 Jim Morrisclear AHB0 and AHB1 data sections
2014-06-08 Jim MorrisMerge pull request #416 from wolfmanjm/optimize/bss
2014-06-08 Jim Morrismove big static data structures to USB and NET ram
2014-06-08 Jim MorrisMerge pull request #415 from wolfmanjm/optimize/public...
2014-06-08 Jim Morrissave some ram by not making public data returns static...
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-06-08 LogxenMerge pull request #413 from logxen/pausecmd
2014-06-08 Logxenmoved freeze and unfreeze commands into PauseButton
2014-06-08 Jim Morrisupdate firmware.bin
2014-06-08 Jim MorrisUpdate config
2014-06-08 Jim MorrisUpdate config
2014-06-08 Logxenrenamed pause and resume commands to freeze and unfreeze
2014-06-07 Logxenadded pause and resume commands to SimpleShell
2014-06-07 Jim MorrisMerge pull request #412 from wolfmanjm/fix/multi-extrud...
2014-06-07 Jim Morrisneed to enable the extruder if it is the only one
2014-06-07 Jim Morrisfix auto pid refactor bug
2014-06-07 Jim MorrisFix bed temp setting when multi extruder is configured
2014-06-06 Jim MorrisMerge pull request #411 from wolfmanjm/upstreamedge
2014-06-06 Jim Morrisfix panel value setting
2014-06-04 Michael MoonMerge branch 'fix/robot_use_powf' into edge
2014-06-04 0x23changed pow to powf
2014-06-03 Jim Morrisupdate firmware.bin
2014-06-03 Jim MorrisMerge pull request #410 from wolfmanjm/upstreamedge
2014-06-03 Jim Morrisfix panel wrap
2014-06-02 Jim MorrisMerge pull request #409 from wolfmanjm/fix/rename-delta...
2014-06-02 Jim Morrisrename delta arm solutions
2014-06-02 Jim Morrisupdate firmware.bin
2014-06-02 Jim MorrisMerge pull request #408 from wolfmanjm/fix/dont_use_has...
2014-06-02 Jim Morrisfix config get command
2014-06-02 Jim MorrisRemove CHECKSUMMING of console commands to avoid unwant...
2014-05-31 Jim MorrisMerge pull request #407 from wolfmanjm/panel/add-settin...
2014-05-31 Jim MorrisEnumerate hotends for display in panel temperature...
2014-05-31 Jim Morrisadd z homing offset to settings
2014-05-30 Jim Morrisfix minor update bug after changing a value
2014-05-30 Jim MorrisAdded e steps for panel
2014-05-30 Jim MorrisInitial addition of settings and temperature control...
2014-05-29 Jim MorrisMerge pull request #406 from wolfmanjm/upstreamedge
2014-05-29 Jim MorrisAdd 1 to recieved frame index to get length
2014-05-28 Jim Morrisupdate firmware.bin
2014-05-28 Jim MorrisMerge pull request #405 from wolfmanjm/upstreamedge
2014-05-28 Jim MorrisWorkaround driver sending 3 bytes more than packet...
2014-05-26 Jim Morrisupdate firmware.bin
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 pull request #402 from wolfmanjm/upstreamedge
2014-05-24 Jim Morrisremove link_to_tool, as it is not needed
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 Morrisremove incorrect comment about queue size
2014-05-24 Jim Morrisremove incorrect comment about block queue size
2014-05-24 Jim Morriscleanup a bunch of fields that should be private
2014-05-24 Jim Morrisupdate firmware.bin
2014-05-24 LogxenMerge pull request #400 from Smoothieware/multitool
2014-05-19 Jim MorrisUpdate to latest binary
2014-05-19 Jim Morrisfix what was previously fixed in config but was broken...
2014-05-18 Jim Morristry another approach to tool offset
2014-05-18 Jim MorrisChange the way tool offset is handled in robot
next