clinton/Smoothieware.git
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-03 Jim MorrisMerge pull request #324 from wolfmanjm/fix/switch
2014-02-03 Jim MorrisFix switch module to parse input and output commands...
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...
2014-01-20 Jim MorrisMerge pull request #318 from wolfmanjm/feature/parse...
2014-01-20 Jim MorrisFinish handling Pycam style gcode files
2014-01-20 Jim MorrisImplement parsing of standalone X Y Z or F as per pycam...
2014-01-20 Michael MoonTemperatureControlPool: fix wrong index being assigned...
2014-01-19 Jim MorrisUpdate config
2014-01-19 Jim MorrisUpdate config
2014-01-19 Michael MoonMerge branch 'feature/Pauser_stall_queue' into edge
2014-01-19 Michael MoonPauser: take block during on_block_begin to correctly... origin/feature/Pauser_stall_queue
2014-01-19 Michael MoonMerge branch 'feature/ActionQueue_redux' into edge
2014-01-19 Michael MoonMerge branch 'fix/USBMSD_report_error_no_sdcard' into...
2014-01-19 Michael MoonFound an error state which doesn't cause linux to spam...
2014-01-19 Michael MoonUSBMSD: Report "Not Ready: Medium Not Present" to host...
2014-01-17 Michael MoonPlanner: get previous_nominal_speed from the queue... origin/feature/ActionQueue_redux
2014-01-17 Michael MoonMisc cleanups: turns out, conveyor can quite happily...
2014-01-17 Michael MoonConveyor: add verbose commentary
2014-01-17 Michael MoonPlanner: make comments around recalculate() even more...
2014-01-17 Michael MoonPlanner: these TODOs are DONE! See Block::calculate_tra...
2014-01-17 Michael MoonConveyor: check for queue start conditions in main...
2014-01-17 Michael MoonConveyor: use correct tail in ensure_running()
2014-01-17 Michael MoonBlock,Conveyor: ensure on_block_end is only called...
2014-01-17 Michael MoonBlock: explicitly initialize exit_speed
2014-01-17 Michael MoonBlock: whitespace changes in clear()
2014-01-17 Michael MoonConveyor: use Block::clear() to clean blocks
2014-01-17 Michael MoonExtruder,TemperatureControl: minor comment changes
2014-01-17 Michael MoonConveyor: don't prematurely start the queue, ensure...
2014-01-17 Michael MoonSlowTicker: ensure G4s block subsequent gcodes
2014-01-17 Michael MoonBlock: return debug output to kernel streams instead...
2014-01-17 Michael MoonBlock: handle both multiple takes and no takes properly
2014-01-17 Michael MoonConveyor: if someone appends gcode while the queue...
2014-01-17 Michael MoonBlock: if no-one takes our block, release immediately
2014-01-17 Michael MoonConveyor: when we append_gcode with empty queue, don...
2014-01-17 Michael MoonConveyor: actually implement planner_queue_size config...
2014-01-17 Michael MoonBlock: don't update trapezoids, and return correct...
2014-01-17 Michael MoonBlock: only call Conveyor::on_blocK_end ONCE!
2014-01-17 Michael MoonConveyor: add some sanity checks
2014-01-17 Michael MoonHeapRing: add some sanity checks
2014-01-17 Michael MoonStreamOutput: render to buffer on stack, only invoke...
2014-01-17 Michael Moonfix definition of __debugbreak() so if (1) __debugbreak...
2014-01-17 Michael MoonMerge branch 'edge' into feature/ActionQueue_redux
2014-01-17 Michael MoonBig Planner::recalculate rewrite
2014-01-17 Michael MoonEnsure Conveyor::on_block_end gets called last
next