clinton/Smoothieware.git
2014-01-15 Michael Moonprovide one method to add gcode to blocks, reduce code...
2014-01-13 Jim MorrisMerge pull request #313 from powertomato/feature/mri_al...
2014-01-13 Stefan KruljChanged SerialConsole definition for MRI/Debug UART...
2014-01-12 Jim MorrisMerge pull request #311 from wolfmanjm/upstreamedge
2014-01-12 Jim MorrisMake minimum planner speed configurable
2014-01-11 Jim MorrisMerge pull request #310 from wolfmanjm/upstreamedge
2014-01-11 Jim MorrisSet previous_nominal_speed to 0 if the next block is...
2014-01-10 Jim MorrisMerge pull request #309 from wolfmanjm/upstreamedge
2014-01-10 Jim MorrisM500 save current settings for E only if different...
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 Morrisrename RingBuffer::delete_first() to delete)tail()...
2014-01-06 Jim MorrisFix acceleration bug where an extruder only move was...
2014-01-02 Jim MorrisUpdate config
2014-01-02 Jim MorrisMerge pull request #304 from wolfmanjm/upstreamedge
2014-01-02 Jim MorrisFix M500 and M503 for PID values M301
2014-01-02 Jim MorrisMerge pull request #303 from wolfmanjm/upstreamedge
2014-01-02 Jim MorrisAdded M501 to load config-override
2013-12-27 Jim MorrisMerge pull request #300 from wolfmanjm/upstreamedge
2013-12-27 Jim Morrisno need to copy input now input is already float
2013-12-27 Michael Moonmissed an atan() in Robot, changed to atanf
2013-12-27 Michael Moonreplace sqrt, hypot, sin, cos with float variants ...
2013-12-27 Michael Moonreplace strtod with strtof
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-27 Michael MoonMerge branch 'fix/Queue_scan_consolidation' into edge
2013-12-27 Michael MoonRevert "Revert "Merge branch 'fix/Queue_scan_consolidat...
2013-12-27 Michael Moonworks! hooray! add some final cleanups and clarifications
2013-12-27 Michael Moonfound another off by one, starting to wonder how origin...
2013-12-27 Michael Moonfound an off-by-one, see if this works
2013-12-26 Michael MoonRevert "Merge branch 'fix/Queue_scan_consolidation...
2013-12-26 Michael MoonMerge branch 'fix/Queue_scan_consolidation' into edge
2013-12-26 Michael MoonMerge branch 'fix/Ringbuffer' into edge
2013-12-26 Michael MoonRemove unused parameters to Block::reverse pass and...
2013-12-26 Michael MoonConsolidate planner's block queue scan
2013-12-26 Michael Moonget_tail_ref was also mis-named, should be get_head_ref
2013-12-26 Michael MoonSwap ringbuffer around the right way
2013-12-26 Michael Moonmake console defaults in src/makefile slightly less...
2013-12-23 Jim MorrisMerge pull request #298 from wolfmanjm/upstreamedge
2013-12-23 Jim MorrisPanel displays Printing when getting gcodes from pronte...
2013-12-23 Michael MoonMerge branch 'feature/MemoryPool_redux' into edge
2013-12-23 Michael MoonUSBSerial/CircBuffer: use MemoryPool allocator
2013-12-23 Michael MoonAdd AHB heapwalk to SimpleShell mem -v output
2013-12-23 Michael MoonMemoryPool: remove redundant sbrk variable
2013-12-23 Michael Moonuse AHB0.alloc to allocate array, new (AHB0) char[...
2013-12-23 Jim Morrisshow total available memory free in mem command
2013-12-23 Jim Morrisupdate panel to use new memory pool
2013-12-23 Michael MoonUSBMSD: use MemoryPool instead of ahbmalloc
2013-12-23 Michael MoonMemoryPool Redux: works! ahbmalloc has been deprecated...
2013-12-22 Michael MoonMerge branch 'fix/deadlock_on_long_lines' into edge
2013-12-22 Michael MoonUSBSerial: increase RX buffer to 256 bytes to reduce...
2013-12-22 Michael Moonhandle case where a short line, and the start of a...
2013-12-22 Jim MorrisMerge pull request #297 from wolfmanjm/fix/dhcp-default
2013-12-22 Jim Morrismake dhcp/auto the default for network if nothing speci...
2013-12-22 Michael MoonLong lines could cause a deadlock since the buffer...
2013-12-22 Jim MorrisMerge pull request #296 from wolfmanjm/fix/long-lines...
2013-12-22 Jim Morrisfix long lines in player, current limit 128 is discarded
2013-12-22 Jim MorrisMerge pull request #295 from wolfmanjm/feature/uip...
2013-12-22 Jim MorrisMerge Network code with webserver etc
2013-12-20 Jim MorrisMerge pull request #294 from wolfmanjm/upstreamedge
2013-12-20 Jim MorrisAllow config setting of encoder resolution to override...
2013-12-19 Jim Morrisadd feedrate to panel extrude/retract command
2013-12-17 Jim MorrisMerge pull request #293 from wolfmanjm/upstreamedge
2013-12-17 Jim Morrisclean up includes in streamoutput
2013-12-17 Jim MorrisMerge pull request #292 from wolfmanjm/upstreamedge
2013-12-17 Jim Morrisdon't inherit from mbed:stream anymore
2013-12-17 Jim MorrisUse FileStream intead of append file stream for M500...
2013-12-15 Jim MorrisMerge pull request #291 from wolfmanjm/upstreamedge
2013-12-15 Jim Morrismake corexy home x and y at the same time
2013-12-15 Jim MorrisMake X and Y home at the same time on corexy/hbot like...
2013-12-14 Jim MorrisMerge pull request #290 from wolfmanjm/upstreamedge
2013-12-14 Jim MorrisAdd comment to M503 indicating if override file present...
2013-12-14 Jim MorrisMerge pull request #289 from wolfmanjm/upstreamedge
2013-12-14 Jim Morrisswap corexy homing back to x y z
2013-12-14 Jim MorrisFix homing for corexy to honor the home to min or home...
2013-12-13 Jim Morrisadded an append to file streamthat appends and printfs...
2013-12-13 Jim MorrisAdded M500, M501, M503 to save certain values to a...
2013-12-10 Jim MorrisMerge pull request #288 from wolfmanjm/upstreamedge
2013-12-10 Jim MorrisFix menu movement in panel when menu_offset != 0, this...
2013-12-04 Jim MorrisMerge pull request #286 from wolfmanjm/upstreamedge
2013-12-04 Jim Morrismove checksum defines into cpp from h
2013-12-04 Jim MorrisMerge remote-tracking branch 'upstream/edge' into upstr...
2013-12-02 Jim MorrisMerge pull request #285 from wolfmanjm/upstreamedge
2013-12-02 Jim MorrisMerge remote-tracking branch 'upstream/edge' into upstr...
2013-12-02 Jim Morristweak idle timeouts on some panel menus that need more...
2013-11-29 Jim MorrisMerge pull request #284 from wolfmanjm/upstreamedge
2013-11-29 Jim MorrisFix buf in simpleshell where cat /sd/file where file...
2013-11-29 Jim MorrisMerge pull request #283 from wolfmanjm/upstreamedge
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
next