Robot: Implement M114 (Get Position)
[clinton/Smoothieware.git] / src / modules /
2012-11-12 Ben GamariRobot: Implement M114 (Get Position)
2012-11-11 Arthur Wolfcorrected warnings in Stepper.cpp
2012-11-11 arthurwolfMerge pull request #69 from bgamari/edge
2012-11-11 Arthur Wolfremoved Extruder.cpp warning
2012-11-11 Ben GamariRobot: Implement G92 (Set position)
2012-11-11 Ben GamariPauseButton: Add enable option
2012-11-11 arthurwolfMerge pull request #68 from bgamari/edge
2012-11-11 Ben GamariEndstops: Fix inverted directions
2012-11-11 Arthur WolfMerge branch 'edge' of github.com:arthurwolf/Smoothie...
2012-11-11 Arthur Wolfminor endstop changes
2012-11-11 arthurwolfMerge pull request #67 from triffid/feature/cleaner_mak...
2012-11-11 Michael Moonmass trailing whitespace cleanup
2012-11-11 Michael Moonremove weird unicode chars
2012-11-11 Michael Moonfix things that -std=gnu++0x was complaining about...
2012-11-09 Arthur Wolfadded homing options
2012-11-08 Arthur Wolfadded acceleration curve synchronization, memory leak...
2012-11-07 Arthur Wolfcorrected interrupt priorities
2012-11-06 arthurwolfMerge pull request #66 from arthurwolf/stepper
2012-11-06 Arthur Wolfstepper branch ready for merging with edge, debug stuff...
2012-11-02 Arthur WolfMerge branch 'stepper' of github.com:arthurwolf/Smoothi...
2012-11-02 Arthur Wolfoptimized kernel
2012-11-02 arthurwolfMerge pull request #62 from bgamari/stepper
2012-11-02 Ben GamariExtruder: Get default_feed_rate_checksum from Robot.h
2012-11-02 Ben GamariExtruder: Ensure stepper_motor_finished_move returns...
2012-11-02 Ben GamariConfigurator: Another signedness warning
2012-11-02 Ben GamariSwitchPool: Signedness warning
2012-11-02 Ben GamariSerialConsole: Kill unused local
2012-11-02 Ben GamariSimpleShell: Kill unused local
2012-11-02 Ben GamariPauseButton: Ensure button_tick returns value
2012-11-02 Ben GamariConfigurator: signedness warning fixes
2012-11-02 Ben GamariTemperatureControlPool: Signedness warning fix
2012-11-02 Ben GamariTemperatureControl: Ensure total ADC read is initialized
2012-11-02 Ben GamariTemperatureControl: Ensure thermistor_read_tick returns...
2012-11-02 Ben GamariTemperatureControl: Kill redundant code
2012-11-02 Ben GamariStepper: Ensure stepper_motor_finished_move returns...
2012-11-02 Ben GamariStepper: Ensure trapezoid_generator_tick returns a...
2012-11-02 Ben GamariPlayer: Fix signedness error
2012-11-02 Ben GamariGcodeDispatch: Fix incorrect usage of NULL
2012-10-30 Arthur Wolfmade kernel more efficient, and some caching in gcode...
2012-10-30 Arthur Wolftimer overflow problem fixed, rare small offsets still...
2012-10-28 Arthur Wolfthe fast move end bug is fixed, re-working the stepper...
2012-10-18 Arthur Wolfsaving the new acceleration system before reverting it
2012-10-08 Arthur Wolfsolved the block end problem, commiting mostly to save...
2012-09-19 Arthur Wolfreworking the extruder module to work with the new...
2012-09-17 Arthur Wolfmerging edge into stepper
2012-09-13 Arthur Wolfre-enabling serial
2012-09-08 Arthur Wolfadded -q ( quiet ) option to the play command
2012-09-06 Arthur WolfS is not a command, this is bad : https://github.com...
2012-08-15 Arthur Wolfmerging edge into stepper, correcting conflicts
2012-08-15 Arthur Wolfcorrected some problems with the enable pins gcodes
2012-08-13 Arthur Wolfyay, big stepper branch bug solved, we forgot to set...
2012-08-13 Arthur Wolflaser was broken, lines missing at the end of files
2012-08-13 Arthur Wolftesting on smoothieboard, with steppers, trying to...
2012-07-29 arthurwolfMerge pull request #57 from gxurma/lasercontrol
2012-07-29 Gyurkó MartinAdded laser control command. Forked from edge. Now...
2012-07-22 Arthur Wolfthose two were swapped
2012-07-16 Arthur Wolfmore endstops progress, needs final move
2012-07-08 Arthur Wolfwheee, basic homing
2012-07-08 Arthur Wolfbasic homing
2012-07-08 Arthur Wolfadding the Endstop module, first commit
2012-07-08 arthurwolfMerge pull request #51 from arthurwolf/streams
2012-07-08 Arthur Wolfkernel->serial is dead
2012-07-07 arthurwolfMerge pull request #49 from arthurwolf/switch
2012-07-07 arthurwolfMerge pull request #48 from arthurwolf/edge
2012-07-07 Arthur Wolfworking Switch module
2012-07-01 Arthur WolfMerge branch 'edge' into stepper
2012-06-27 Arthur Wolfworking code, only one bug left
2012-06-26 Arthur Wolfhalf-way commit to explain some of what is going on
2012-06-20 Mark A. CooperMerge pull request #46 from logxen/config
2012-06-20 Logxenimplemented config-load <filename> and did a little...
2012-06-20 Logxenfixed small bug in the new config-load implementation
2012-06-20 Logxenimplemented config-load command with new config system
2012-06-20 Logxenremoved M50x stubs
2012-06-19 Logxenfinished implementing basic config-get and config-set...
2012-06-19 Logxenextended ConfigSource to allow random read and writes...
2012-06-19 Logxencleaning of Configurator for new Smoothified config...
2012-06-19 Logxenmoved config commands into Configurator module
2012-06-19 Logxenseveral small bug squashes and some cleaning
2012-06-19 LogxenMerge remote-tracking branch 'upstream/configrefactor...
2012-06-17 LogxenMerge branch 'config' of github.com:logxen/Smoothie...
2012-06-17 Logxenskeleton commit for Configurator
2012-06-17 Mark A. CooperMerge pull request #44 from logxen/edge
2012-06-17 LogxenMerge branch 'ss' into edge
2012-06-17 Logxenskeleton commit for Configurator
2012-06-16 LogxenImplemented pwd (present working directory) command...
2012-06-14 Mark A. CooperMerge pull request #43 from logxen/reset
2012-06-14 Logxenmoved the system_reset function into libs/utils
2012-06-14 Logxenadded a reset command to SimpleShell that triggers...
2012-06-02 arthurwolfMerge pull request #39 from briand/working
2012-06-02 Brian DickmanRead in all you can from serial pipes (prevent lost...
2012-05-29 Mark A. CooperMerge pull request #38 from logxen/wait4q
2012-05-29 LogxenMerge branch 'edge' into wait4q
2012-05-29 arthurwolfMerge pull request #36 from briand/working
2012-05-29 LogxenMerge branch 'edge' into wait4q
2012-05-28 Brian Dickman'cat' using full lines (to improve efficiency over...
2012-05-28 Brian DickmanDon't try to cat/play missing files
2012-05-28 Brian DickmanConvert incoming CR -> NL for cases where NL is not...
2012-05-11 Logxenupdated headers following merge of xhume into edge
2012-05-11 LogxenMerge branch 'edge' into wait4q
2012-05-11 arthurwolfMerge pull request #31 from logxen/xhume
next