clinton/Smoothieware.git
2014-02-24 Michael MoonStepperMotor: reduce in-memory size of StepperMotor...
2014-02-23 Michael MoonActuator: add rate_ratio field. Stepper: use Actuator...
2014-02-23 Michael MoonMerge branch 'edge' into feature/Homing-and-Actuator
2014-02-23 Michael MoonInitialise actuator positions to current cartesian...
2014-02-22 Michael MoonHomer: call ON_IDLE event while homing
2014-02-22 Michael MoonHomer: more fleshing out of homing process, still incom...
2014-02-22 Michael MoonRobot: accept lines with null gcode, make append_line...
2014-02-21 Michael Moonmain: add Endstops module to kernel
2014-02-21 Michael MoonHomer: check that required endstop exists, adjust list...
2014-02-21 Michael MoonEndstop: don't report name during startup
2014-02-21 Michael MoonRobot: 82dae6 introduced a bug where the first segment...
2014-02-20 Michael MoonBlock: remove finish_early flag. Stepper: use Conveyor...
2014-02-20 Michael MoonConveyor: combine flags to reduce ram usage
2014-02-20 Arthur WolfAllow for Gcodes with numerical values higher than...
2014-02-20 Michael MoonMove previous_unit_vec from Planner to Robot
2014-02-20 Michael MoonRobot: use Actuator::change_last_milestone in more...
2014-02-19 Michael MoonMerge branch 'edge' into feature/Homing-and-Actuator
2014-02-19 Michael MoonHomer: new approach to homing. Unfinished implementation.
2014-02-19 Michael MoonRobot,Actuator: designators ala TemperatureControl
2014-02-19 Michael MoonRobot: use Actuator::change_last_milestone() method...
2014-02-19 Michael MoonBlock: make pure methods static instead of members...
2014-02-19 Michael MoonStepper,Block,Planner: whitespace changes, comment...
2014-02-19 Michael MoonStepperMotor: add stop() method to prematurely end...
2014-02-19 Michael MoonBlock: add finish_early flag, move things around a...
2014-02-19 Michael MoonBlock: combine flags to reduce memory usage from 84...
2014-02-19 Michael MoonConveyor: add method to flush queue
2014-02-19 Michael MoonMerge branch 'edge' into feature/Homing-and-Actuator
2014-02-19 Jim MorrisMerge pull request #332 from wolfmanjm/upstreamedge
2014-02-19 Jim MorrisUse new c++11 way of doing checksum
2014-02-19 Jim MorrisMerge pull request #331 from wolfmanjm/upstreamedge
2014-02-19 Jim MorrisFix switch public access
2014-02-19 LogxenMerge branch 'switch' into edge
2014-02-19 Logxenadded missing SwitchPublicAccess.h
2014-02-19 Logxenadded PublicAccessData support to Switch
2014-02-18 Logxenmade new longpress_delay apply only to up and down...
2014-02-16 Arkadiusz Śpiewakadd panel config for longpress
2014-02-16 Arkadiusz Śpiewakadd panel config for longpress
2014-02-16 Arkadiusz ŚpiewakAdd longpress for panel buttons
2014-02-15 Logxenenabled specifying numeric config values using all...
2014-02-15 Logxenenabled specifying config values in hex with 0x prefix
2014-02-13 Jim Morrischange minimum travel to match what it used to be
2014-02-12 Michael MoonMerge branch 'fix/Pauser' into edge
2014-02-12 Michael MoonPauser: if two consecutive blocks both used Pauser... origin/fix/Pauser
2014-02-07 Michael MoonRobot: add a comment to clarify segmentation
2014-02-07 Michael MoonRobot: forgot to check Z axis during segmentation....
2014-02-07 Jim MorrisMerge pull request #327 from wolfmanjm/upstreamedge
2014-02-07 Jim MorrisAdd Makefile magic to exclude specified modules
2014-02-07 Michael MoonHomer: complete rewrite. Currently untested!
2014-02-07 Michael MoonArm Solutions: add a mechanism to check for undesirable...
2014-02-07 Michael MoonActuator needed virtual change_last_milestone method...
2014-02-06 Michael MoonSelect appropriate actuator endstop when moving, and...
2014-02-06 Michael MoonMerge branch 'edge' into feature/Homing-and-Actuator
2014-02-03 Jim MorrisMerge pull request #324 from wolfmanjm/fix/switch
2014-02-03 Jim MorrisFix switch module to parse input and output commands...
2014-02-02 Michael MoonAdd Endstop class, Endstops is a pool of Endstop instan...
2014-02-01 Michael MoonRename Endstops -> Homer
2014-02-01 Michael MoonStepperMotor: inherit new Actuator class
2014-02-01 Michael MoonRobot: array of CartesianAxis, inherits new Actuator...
2014-02-01 Michael MoonVector3: tell compiler that our methods don't change us
2014-01-31 Logxenenabled inversion of PWM pin within Laser Module
2014-01-31 Michael MoonVector3: C++ification. Apparently showing my roots...
2014-01-31 Michael MoonKossel: forward kinematics implementation. Added Vector...
2014-01-31 Michael MoonRobot: remove current_position as it's substantially...
2014-01-31 Michael MoonDon't chain header includes if we don't have to, use...
2014-01-31 Michael MoonModule: remove unused kernel pointer, shrink every...
2014-01-31 Michael MoonTemperatureControlPool: fix off-by-one in pool_index
2014-01-30 Logxenadded laser_module_pwm_period to ConfigSamples
2014-01-30 Logxenadded laser_module_pwm_period config setting which...
2014-01-29 Jim MorrisMerge pull request #323 from wolfmanjm/upstreamedge
2014-01-29 Jim Morrisupdaye from Wulfnor fixing epsilon
2014-01-28 Jim MorrisMerge pull request #322 from wolfmanjm/upstreamedge
2014-01-28 Jim Morrisfix M26 and M23
2014-01-27 Jim MorrisMerge pull request #321 from wolfmanjm/upstreamedge
2014-01-27 Jim Morrisextend gkbeears fix for cd to player.cpp
2014-01-27 Jim MorrisMerge pull request #320 from gkbeer/edge
2014-01-27 gkbeerParsing of relative path corrected
2014-01-27 Michael MoonArm solutions: use appropriate constants
2014-01-25 Michael Moonchange minute -> second in relevant comments
2014-01-24 Jim MorrisMerge pull request #319 from wolfmanjm/upstreamedge
2014-01-24 Jim MorrisAdd M203 to change max feedrates on the fly. Saveable...
2014-01-24 Michael Moonremove redundant (and now incorrect) comment describing...
2014-01-24 Michael MoonPlanner: missed a reference to minutes, we use seconds now
2014-01-24 Michael MoonMerge branch 'master' into edge
2014-01-24 Michael MoonMerge branch 'fix/TemperatureControl_indexes' into...
2014-01-24 Michael MoonMerge branch 'feature/Actuator' into edge
2014-01-24 Michael MoonRobot: convert cartesian speed limits to mm/s
2014-01-24 Michael MoonPlanner: mixed up sizeof(pointer) with sizeof(array)
2014-01-24 Michael MoonConsistently use seconds (mm/s, mm/s^2, steps/s, etc...
2014-01-24 Michael MoonRobot: feed correct positions to actuators when reset_a...
2014-01-24 Michael MoonPin: code cleanup, no functionality changes
2014-01-24 Michael MoonStepperMotor: just shifting things around
2014-01-24 Michael MoonRobot,StepperMotor: per-actuator speed limits
2014-01-24 Michael MoonPlanner: accept unit vector instead of axis deltas
2014-01-23 Michael MoonPin: built-in copy ctor is adequate
2014-01-23 Michael MoonStepperMotor has its own Pins. Copy data into them...
2014-01-23 Michael MoonPlanner: steps is a delta, not absolute!
2014-01-23 Michael MoonStepperMotor, Planner: fix a couple of potential roundi...
2014-01-23 Michael MoonRobot: remember to grab steps_per_mm from config
2014-01-23 Michael MoonArm Solutions: rename fields to reflect appropriate...
2014-01-23 Michael MoonMove most handling of steps from arm_solution,Robot...
next