clinton/Smoothieware.git
2015-03-20 Jim MorrisMerge pull request #644 from wolfmanjm/fix/switch-execution
2015-03-19 Jim MorrisMake switch wait for queue rather than use on_gcode_exe...
2015-03-02 Jim Morrisupdate firmware.bin
2015-02-27 Jim MorrisMerge pull request #631 from RepRapMorgan/scaralimits
2015-02-27 Quentin HarleyAdded config parameters to define regions close to...
2015-02-26 Jim MorrisMerge pull request #586 from RepRapMorgan/mintemp
2015-02-26 Jim MorrisUpdate ZGridStrategy.cpp
2015-02-26 Jim MorrisMerge pull request #629 from RepRapMorgan/repairzgrid
2015-02-26 Jim MorrisMerge pull request #628 from sorki/zgrid
2015-02-26 Quentin Harleychanged the gridname sizeof to match the usual protocol
2015-02-26 Richard Markozgrid: fix doProbing indentation
2015-02-26 Richard Markozgrid: handle public data request failure
2015-02-26 Richard Markozgrid: fix null pointer deallocation
2015-02-26 Richard Markozgrid: fix documentation and default bed_z
2015-02-25 Jim MorrisMerge pull request #618 from RepRapMorgan/zgrid
2015-02-25 Jim MorrisMerge pull request #627 from wolfmanjm/upstreamedge
2015-02-25 Jim Morrisadd include
2015-02-23 Jim MorrisMerge pull request #626 from wolfmanjm/upstreamedge
2015-02-23 Jim Morriscooment out mm_per_line_segment by default, no need...
2015-02-23 Jim MorrisMerge pull request #621 from minad/m32-fix
2015-02-23 Daniel Mendlerplayer: only file_size signed
2015-02-23 Daniel Mendlerplayer: use signed variables to represent error values
2015-02-23 Daniel Mendlerplayer m32: not only file_size was forgotten...
2015-02-23 Daniel Mendlerplayer: M32 file_size was not initialized properly.
2015-02-23 Jim MorrisMerge pull request #624 from minad/upload-send-ok
2015-02-23 Daniel Mendlergcode dispatch: send ok for M28/M29 upload gcodes
2015-02-22 Quentin Harleyreplaced sprintf with snprintf
2015-02-22 Jim MorrisUpdate Thermistor.h
2015-02-21 Quentin Harleymake it Gcode compatible...
2015-02-21 Quentin HarleyGrid names implemented
2015-02-18 Quentin HarleyAdded delay before grid file read to prevent hang at...
2015-02-12 Jim MorrisMerge pull request #610 from wolfmanjm/upstreamedge
2015-02-12 Jim Morrisfixed the thermistor PR
2015-02-12 Jim MorrisMerge pull request #609 from minad/plan9-psock
2015-02-12 Daniel Mendlerp9: remove unnecessary headers
2015-02-12 Jim MorrisMerge pull request #606 from stv0g/feature/VishayThermistor
2015-02-12 Daniel Mendlerplan9: add more debug messages
2015-02-12 Daniel Mendlerp9: restrict size of queue in bytes
2015-02-12 Steffen Vogeladded Vishay 100K thermistor used by my:
2015-02-12 Daniel Mendlerp9: reduce memory usage of the code
2015-02-12 Daniel Mendlerp9: use raii to ensure correctness
2015-02-12 Daniel Mendlerplan9: limit size of request queue to prevent crashes
2015-02-12 Daniel Mendlerplan9: add more error checks
2015-02-12 Jim MorrisMerge pull request #604 from minad/plan9-psock
2015-02-12 Daniel Mendlerp9: get rid of warnings
2015-02-12 Jim MorrisMerge pull request #603 from minad/plan9-psock
2015-02-12 Daniel Mendlerp9: use fletcher64 as qid instead of entry address
2015-02-11 Daniel Mendlerp9: use psocks with a receive and send thread
2015-02-11 Daniel Mendler9p: reduce memory usage by sharing strings between...
2015-02-10 Jim MorrisMerge pull request #599 from minad/rename-issues
2015-02-10 Daniel Mendlersimpleshell: rename - add missing absolute_from_relativ...
2015-02-10 Daniel Mendlermbed: fix rename to work correctly (newname and oldname...
2015-02-10 Daniel Mendlerplan9: introduce absolute_path, add todos
2015-02-10 Daniel Mendlerplan9: move join_path to anonymous namespace
2015-02-10 Jim MorrisMerge pull request #597 from minad/plan9
2015-02-10 Daniel Mendleradd plan9 filesystem support
2015-02-08 Jim MorrisMerge pull request #558 from RepRapMorgan/grid25level
2015-02-08 Quentin Harleyactivated grid normalisation
2015-02-08 Quentin HarleyAdd grid normalization
2015-02-08 Quentin HarleyAdded normalization - untested
2015-02-08 Jim MorrisMerge pull request #595 from wolfmanjm/upstreamedge
2015-02-08 Jim Morrisfix M665
2015-02-08 Jim MorrisMerge pull request #594 from wolfmanjm/upstreamedge
2015-02-08 Jim Morrisdon't report tower offsetrs if none are set
2015-02-08 Jim Morrisadd tower offsets to linear delta arm solution
2015-02-07 Jim Morrisupdate firmware.bin
2015-02-05 Jim MorrisMerge pull request #593 from Smoothieware/add/Steinhart...
2015-02-05 Jim Morrisadd -s option to the calc_thermistor command to save...
2015-02-03 Jim Morrisadded calc_thermistor command to calculate the Steinhar...
2015-02-02 Jim Morriscomment typo
2015-02-02 Jim MorrisAdd M200 with no params prints filament diameter
2015-02-01 Quentin HarleyMark debug lines
2015-02-01 Jim Morrisrefactor set_optional
2015-02-01 Jim MorrisFix M503, M305 and reading from prefined thermistors
2015-01-31 Jim Morrisadd predefined thermistors with SHH coefficients
2015-01-31 Quentin HarleyRemoved extra copy of ZGridStrategy.cpp
2015-01-31 Quentin HarleyRepaired grid loading problems
2015-01-31 Jim Morrisincrease printf float sig digits for thermistor properties
2015-01-31 Jim Morrisallow config to specify Steinhart-Hart coefficients...
2015-01-31 Jim MorrisImplement Steinhart-Hart equation to calculate temperature
2015-01-30 Jim Morrisupdate firmware.bin
2015-01-30 Jim MorrisMerge pull request #587 from wolfmanjm/upstreamedge
2015-01-30 Jim Morrisalso fix M504
2015-01-29 Quentin HarleyAdded a way to specify a minimum temperature to protect...
2015-01-29 Quentin HarleyRevert to Upstream Head, and isolate the grid related...
2015-01-29 Jim MorrisMerge remote-tracking branch 'upstream/edge' into upstr...
2015-01-24 Jim Morrisfix M500 hanging
2015-01-22 Jim MorrisUpdate Readme.md
2015-01-22 Jim MorrisCreate Readme.md
2015-01-21 Arthur WolfMerge pull request #552 from lautr3k/module/Drills
2015-01-21 Sébastien Mischler... Update: change module name
2015-01-21 Sébastien Mischler... Fix: unity -> units
2015-01-21 Sébastien Mischler... Fix: unity -> units
2015-01-21 Jim Morrisupdate firmware.bin
2015-01-21 Jim MorrisMerge pull request #583 from wolfmanjm/upstreamedge
2015-01-21 Jim Morrisremove config-override fil ebefore appending to it
2015-01-20 Jim Morrismake default to clear bed plane on G32, specify K0...
2015-01-19 Jim MorrisMerge pull request #582 from wolfmanjm/upstreamedge
2015-01-19 Jim Morristweak header file includes
2015-01-19 Jim MorrisMerge pull request #581 from wolfmanjm/upstreamedge
next