fix typo - https://github.com/arthurwolf/Smoothie/commit/db35a1525f75c50fb64f9fa0947d...
[clinton/Smoothieware.git] / src /
2013-01-02 Michael Moonfix typo - https://github.com/arthurwolf/Smoothie/commi...
2013-01-02 Michael MoonMerge branch 'release/0.1'
2012-12-28 LogxenMerge pull request #79 from logxen/g92
2012-12-28 Logxenuncommented the final update of planner->position
2012-12-28 LogxenMerge branch 'edge' into g92
2012-12-28 LogxenMerge pull request #78 from bgamari/endstop-debounce
2012-12-28 Ben GamariEndstops: Refactor out wait_for_homed and add debouncing
2012-12-15 LogxenMerge pull request #74 from logxen/edge
2012-12-15 Logxentemporarily added dfu command as an alias to reset
2012-11-20 Logxenmade it so Extruder now resets to 0 given a G92 with...
2012-11-20 Logxenaltered Robot's G92 handler to reset all three axis...
2012-11-20 Logxenadded Gcode::get_num_args() function
2012-11-16 arthurwolfMerge pull request #72 from triffid/feature/SDHC_support
2012-11-16 Arthur Wolftemporary fix to the G92 bug
2012-11-16 Mark A. CooperMerge pull request #73 from logxen/edge
2012-11-16 Mark A. Cooperenabled the laser module and added tickle_power for...
2012-11-14 Michael Moonimprove SDHC detection
2012-11-14 Michael Mooninitial upgrade of SDFileSystem to support SDHC
2012-11-12 Arthur WolfMerge branch 'edge' of github.com:arthurwolf/Smoothie...
2012-11-12 Arthur Wolfadded pull up/down function to pin.h
2012-11-12 arthurwolfMerge pull request #71 from bgamari/edge
2012-11-12 Ben GamariRobot: G92: Updates Planner's position state as well
2012-11-12 Ben GamariBaseSolution: Mark members as pure virtual
2012-11-12 Ben GamariCartesianSolution: Implement steps_to_millimeters
2012-11-12 Ben GamariRobot: Mark internal members as private
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 stepper block change duration compensation...
2012-11-07 Arthur Wolfcorrected interrupt priorities
2012-11-06 arthurwolfMerge pull request #66 from arthurwolf/stepper
2012-11-06 arthurwolfMerge pull request #65 from arthurwolf/edge
2012-11-06 Arthur Wolfstepper branch ready for merging with edge, debug stuff...
2012-11-05 Arthur Wolfall bugs fixed, preparing for merge with edge
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 GamariStreamOutputPool: Use vsnprintf and return length
2012-11-02 Ben GamariSDFileSystem: Kill unused local
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 GamariUSBSerial: Ensure local is initialized in _getc
2012-11-02 Ben GamariCHAN_FS/diskio: Signedness warning fixes
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-11-02 Ben GamariUSBCDCMSC: Ensure variable gets initialized
2012-11-02 Ben GamariUSBCDCMSC: Kill ununsed local
2012-11-02 Ben GamariPin: Explicitly cast port_number to unsigned int to...
2012-11-02 Ben Gamariutils: Signedness and width warning fixes
2012-11-02 Ben GamariConfigCache: Fix invalid array indexing
2012-11-02 Ben GamariConfig: Signedness fixes
2012-11-02 Ben GamariSlowTicker: Signedness fix
2012-11-02 Ben GamariConfig: Use unsigned int instead of char for array...
2012-11-02 Ben GamariMake StepperMotor::tick() return void
2012-11-02 Ben GamariStreamOutput: Give printf a dummy implementation
2012-11-02 Ben GamariConfigSource: Make virtual members pure
2012-11-02 Ben GamariConfigCache.h: Fix signedness warning
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-25 Arthur Wolfcommiting just to show the new configvalue class
2012-09-19 Arthur Wolfreworking the extruder module to work with the new...
2012-09-17 Arthur Wolfmerging edge into stepper
2012-09-15 arthurwolfMerge pull request #59 from adamgreen/gcc-20120316
2012-09-13 Adam GreenUpgrade gcc4mbed project used by Smoothie.
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-14 Arthur Wolfstepper code now only iterates on stepper motors that...
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
next