clinton/Smoothieware.git
2013-11-29 Jim MorrisAdd M400 which waits for all moves to complete before...
2013-11-29 Michael MoonMBED::Serial: improved baudrate calculator. see github...
2013-11-24 Arthur Wolfincomplete implementation of multi-extruder support...
2013-11-22 Michael MoonRemove errant object files that should never have been...
2013-11-19 Jim MorrisMerge pull request #282 from wolfmanjm/upstreamedge
2013-11-19 Jim Morrismake play quiet by default added -v for verbose
2013-11-17 Jim MorrisMerge pull request #281 from wolfmanjm/upstreamedge
2013-11-17 Jim Morrisallow leds to be disabled after config loaded
2013-11-12 Jim MorrisMerge pull request #278 from wolfmanjm/upstreamedge
2013-11-12 Jim MorrisAdd M28/M29 to upload a file from pronterface to smoothie
2013-11-10 Jim MorrisMerge pull request #277 from wolfmanjm/upstreamedge
2013-11-10 Jim Morrismore panel clean up of unused includes and defines
2013-11-10 Jim Morrisclean up unwanted includes
2013-11-10 Jim MorrisMerge pull request #276 from wolfmanjm/upstreamedge
2013-11-10 Jim Morrisclean up panel headers
2013-11-10 Jim MorrisMerge pull request #275 from wolfmanjm/upstreamedge
2013-11-10 Jim Morrisallow _ for panel custom menu comamnds that need spaces...
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-11-09 Jim MorrisMerge pull request #273 from wolfmanjm/feature/add...
2013-11-09 Jim MorrisAllow custom menu entries and commands be setup in...
2013-11-07 Jim MorrisMerge pull request #272 from wolfmanjm/upstreamedge
2013-11-07 Jim Morrisset led4 to indicate sd card present or not
2013-11-07 Jim MorrisMerge pull request #271 from wolfmanjm/fix/panel-scrolling
2013-11-07 Jim MorrisChange the way the panel scrolls with long lists like...
2013-11-07 Jim MorrisMerge pull request #270 from wolfmanjm/upstreamedge
2013-11-07 Jim Morrisreformat and cleanup panel screen code
2013-11-07 Jim MorrisMerge pull request #269 from wolfmanjm/fix/panel-commands
2013-11-07 Jim MorrisFix panel issuing commands inidle loop ratherthan main...
2013-11-06 Jim MorrisMerge pull request #268 from wolfmanjm/feature/add...
2013-11-06 Jim Morrisadd reverse display for mini viki st7565
2013-11-06 Jim MorrisMake wulfnors st7565 configurable from config file...
2013-11-05 Jim MorrisMerge pull request #266 from TopherMan/M30
2013-11-05 Chris GeorgeAdd M30 -- Delete SD file, using rm_command
2013-11-02 Jim MorrisMerge pull request #265 from wolfmanjm/feature/delete...
2013-11-02 Jim MorrisAdd an rm file command to shell
2013-10-29 Jim MorrisMerge pull request #263 from wolfmanjm/upstreamedge
2013-10-29 Jim Morrisfix long filename play for panel
2013-10-23 Jim MorrisMerge pull request #259 from wolfmanjm/fix/one-second...
2013-10-23 Jim MorrisFix the one second timer
2013-10-21 Jim MorrisMerge pull request #256 from wolfmanjm/upstreamedge
2013-10-21 Jim MorrisMerge remote-tracking branch 'upstream/edge' into upstr...
2013-10-21 Jim Morrisignore commented lines in other consumers of on_console...
2013-10-21 Michael MoonMerge branch 'feature/cleanup-clock-init' into edge
2013-10-19 Jim MorrisMerge pull request #255 from wolfmanjm/upstreamedge
2013-10-19 Jim Morrisfix a re entrancy bug in panel affecting menu
2013-10-19 Michael Moonreduce N for 100MHz case by removing common factors
2013-10-19 Michael Moontypo in figures for 100MHz, thanks to wolfmanjim
2013-10-19 Michael Moonrun at 100MHz on LPC1768 instead of 96MHz
2013-10-19 Michael MoonRationalise SystemInit() wrt PLL setup and clocking
2013-10-19 Jim MorrisMerge pull request #253 from wolfmanjm/upstreamedge
2013-10-19 Jim MorrisAllow auto detection of MCU and set clock speed accordingly
2013-10-18 LogxenModified usb static header
2013-10-18 Jim MorrisMerge pull request #252 from wolfmanjm/upstreamedge
2013-10-18 Jim Morrisrevert MSD fix
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-14 Jim MorrisMerge pull request #248 from wolfmanjm/upstreamedge
2013-10-14 Jim Morrisallow config to set the max current and current convers...
2013-10-12 LogxenUpdated windows .inf file to compatible version
2013-10-11 Arthur Wolfmaking mbed pwm pins for laser configurable
2013-10-11 Jim MorrisMerge pull request #247 from wolfmanjm/upstreamedge
2013-10-11 Jim Morrisdon't create MSD if sdcard is not present
2013-10-08 Jim MorrisMerge pull request #246 from wolfmanjm/upstreamedge
2013-10-08 Jim MorrisFix output of M665 and M666 to be pronterface friendly
2013-10-07 Jim MorrisMerge pull request #245 from wolfmanjm/upstreamedge
2013-10-07 Jim MorrisAdd M665 to adjust arm length and arm radius for kossel...
2013-10-03 Jim MorrisMerge pull request #244 from wolfmanjm/fix/lcd-progress
2013-10-03 Jim Morrisfix typo
2013-10-03 Jim MorrisShow printed sd filename even if started from console
2013-10-03 Jim Morrisconvert playing counts to unsigne dlong
2013-10-03 Jim MorrisMerge pull request #234 from TopherMan/feature/M26
2013-09-30 Jim Morrisadd comments to M204
2013-09-29 Jim MorrisMerge pull request #242 from wolfmanjm/upstreamedge
2013-09-29 Jim Morrisdisable M204- change acceleration for now as it needs...
2013-09-24 Jim MorrisMerge pull request #240 from wolfmanjm/upstreamedge
2013-09-24 Jim Morrisadd M117 to add an arbitrary LCD message
2013-09-22 Jim MorrisMerge pull request #238 from wolfmanjm/upstreamedge
2013-09-22 Jim MorrisAdded Adams Heapwalk to determine amount of unallocated...
2013-09-22 Jim MorrisMerge pull request #237 from wolfmanjm/upstreamedge
2013-09-22 Jim MorrisClear the config cache just before the main loop starts...
2013-09-22 Jim MorrisMerge pull request #236 from wolfmanjm/upstreamedge
2013-09-22 Jim Morrisadd mem command to see free ram
2013-09-22 Jim MorrisMerge pull request #235 from TopherMan/feature/extruder...
2013-09-22 Chris GeorgeM18 and M84 now accept E to disable only the extruder...
2013-09-22 Chris GeorgeMade M17 and M18 apply to extruder as well as steppers.
2013-09-19 Chris GeorgePut gcodes in Player.cpp in the right order.
2013-09-18 Chris GeorgeAdded M26 to abort print and then reload file.
2013-09-18 Chris GeorgeMake filename a private variable.
2013-09-18 Jim MorrisMerge pull request #232 from wuflnor/edge
2013-09-18 wuflnorfix glyph display
2013-09-17 wuflnoradd selection of st7565
2013-09-17 wuflnoradd st7565 support
2013-09-17 Jim MorrisMerge pull request #231 from TopherMan/fix/M23
2013-09-17 Chris GeorgeAdded dummy M21 so OctoPrint will play nice.
2013-09-17 Chris GeorgeAdjust M23/M24 so that size is calculated and reported...
2013-09-13 Jim MorrisMerge pull request #230 from TopherMan/feature/M27more
2013-09-13 Chris GeorgeRookie mistake. Forgot carriage return/newline.
2013-09-13 Chris GeorgeAdded -b switch to progress to report bytes, and made...
2013-09-13 Jim MorrisMerge pull request #229 from wolfmanjm/upstreamedge
next