clinton/Smoothieware.git
2014-07-23 Jim Morrisadd some TODO notes
2014-07-23 Jim Morrisfix pause button to be able to unpause system regardles...
2014-07-23 Jim Morrisfix typo
2014-07-23 Jim MorrisAdd enabling of limit switches which will freeze operat...
2014-07-14 Jim MorrisMerge pull request #453 from RepRapMorgan/SCARAcal
2014-07-14 Quentin Harleysnprintf in SCARA_ang_move
2014-07-14 Quentin HarleySimplified SCARA_ang_move()
2014-07-13 Quentin HarleyRemoved unused event handler, and repaired M114 format
2014-07-13 Jim Morrisupdate fimware.bin
2014-07-13 Quentin HarleyCleaned up code for pull request
2014-07-13 Quentin HarleyMerge remote-tracking branch 'upstream/edge' into edge
2014-07-13 Jim MorrisMerge pull request #452 from wolfmanjm/upstreamedge
2014-07-13 Jim Morrisfix G90/91 for Extruder
2014-07-12 Quentin HarleyAdd SCARAcal to Smoothieware
2014-07-12 Jim MorrisMerge branch 'edge' of github.com:Smoothieware/Smoothie...
2014-07-12 Jim Morrisupdate firmware.bin
2014-07-11 Jim MorrisMerge pull request #450 from wolfmanjm/upstreamedge
2014-07-11 Jim MorrisFix M82/M83
2014-07-11 Jim MorrisMerge pull request #449 from RepRapMorgan/addSCARA
2014-07-11 Jim Morrisupdate firmware.bin
2014-07-11 Quentin HarleyAdds Morgan SCARA solution to smoothieware
2014-07-11 Jim MorrisMerge pull request #447 from wolfmanjm/upstreamedge
2014-07-11 Jim Morrisapply M200 after queue is empty
2014-07-09 Jim MorrisMerge pull request #445 from Smoothieware/fix/volumetri...
2014-07-09 Jim MorrisMake solo moves travel the requested mm not volumetric
2014-07-09 Jim Morrisredo how volumetric extrusion is calculated to ease...
2014-07-09 Jim MorrisMerge pull request #444 from Smoothieware/feature/firmw...
2014-07-09 Jim Morrisadd config, fix zlift direction, add M500 setting for...
2014-07-09 Jim Morrisadd config example
2014-07-08 Jim Morrisfix duplicate names
2014-07-08 Jim Morrisadd zlift in a hacky way
2014-07-08 Jim MorrisAdd initial firmware retract and recover gomamnds G10...
2014-07-03 Jim MorrisMerge pull request #443 from GeorgeHahn/patch-1
2014-07-03 George HahnSpelling fixes
2014-06-24 Jim Morrisupdate firmware.bin
2014-06-24 Jim MorrisMerge pull request #442 from wolfmanjm/upstreamedge
2014-06-24 Jim MorrisFix initial pause at start of print
2014-06-24 Jim Morrisupdate firmware.bin
2014-06-24 Jim MorrisMerge pull request #441 from wolfmanjm/upstreamedge
2014-06-24 Jim MorrisFix bug in Line number handling
2014-06-23 Jim Morrisupdate firmware.bin
2014-06-23 LogxenUpdate GcodeDispatch.cpp
2014-06-22 Jim MorrisMerge pull request #438 from mhackney/edge
2014-06-22 mhackneyfixed bug if temp_controllers was empty and also remove...
2014-06-21 mhackneymade recommended changes
2014-06-21 mhackneyremoved some debug code
2014-06-21 mhackneyAdded TemperatureSwitch module
2014-06-20 Jim Morrisupdate firmware.bin
2014-06-20 Jim MorrisMerge pull request #437 from wolfmanjm/upstreamedge
2014-06-20 Jim Morrisadded example of using setpublicdata for switch
2014-06-19 Jim Morrisupdate formware.bin
2014-06-19 Jim MorrisMerge pull request #434 from Smoothieware/optimize...
2014-06-19 Jim MorrisMerge remote-tracking branch 'upstream/edge' into optim...
2014-06-19 Jim MorrisMerge pull request #433 from wolfmanjm/update/remove...
2014-06-19 Jim MorrisMerge remote-tracking branch 'upstream/edge' into updat...
2014-06-19 Jim MorrisMerge remote-tracking branch 'upstream/edge' into optim...
2014-06-19 Jim MorrisFix typo
2014-06-19 Jim Morrisupdate bin
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 Morrisadded comments
2014-06-17 Jim Morrisremove on_config_reload event
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
next