clinton/Smoothieware.git
2014-01-26 Michael MoonHoming: first draft of new system. NEEDS MORE WORK... origin/feature/Homing
2014-01-26 Michael Moonshift a bunch of header stuff around
2014-01-26 Michael MoonTemperatureControlPool: fix off-by-one in pool_index
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
2014-01-16 Jim MorrisMerge pull request #315 from wolfmanjm/upstreamedge
2014-01-16 Jim MorrisMerge remote-tracking branch 'upstream/edge' into upstr...
2014-01-16 Jim MorrisAdjst corexy homing speed for diagonal moves to match...
2014-01-16 Michael Moonbiggish Block queue reshuffle, Planner::recalculate...
2014-01-15 Michael MoonChange Conveyor,Planner,Block to use HeapRing
2014-01-15 Michael MoonRevert "Change Conveyor,Planner,Block to use HeapRing"
2014-01-15 Michael MoonHeapRing: missed a free() in a corner case
2014-01-15 Michael MoonChange Conveyor,Planner,Block to use HeapRing
2014-01-15 Michael Moonadd HeapRing: a new RingBuffer constructed from the...
2014-01-15 Michael Moonprovide one method to add gcode to blocks, reduce code...
2014-01-13 Jim MorrisMerge pull request #313 from powertomato/feature/mri_al...
2014-01-13 Stefan KruljChanged SerialConsole definition for MRI/Debug UART...
2014-01-12 Jim MorrisMerge pull request #311 from wolfmanjm/upstreamedge
2014-01-12 Jim MorrisMake minimum planner speed configurable
2014-01-11 Jim MorrisMerge pull request #310 from wolfmanjm/upstreamedge
2014-01-11 Jim MorrisSet previous_nominal_speed to 0 if the next block is...
2014-01-10 Jim MorrisMerge pull request #309 from wolfmanjm/upstreamedge
2014-01-10 Jim MorrisM500 save current settings for E only if different...
2014-01-08 Jim MorrisMerge pull request #308 from wolfmanjm/upstreamedge
2014-01-08 Jim MorrisFix acceleration calculatin bug when preceded by extrud...
2014-01-06 Jim MorrisMerge pull request #307 from wolfmanjm/upstreamedge
2014-01-06 Jim Morrisfurther fields that extruder needs to initialize
2014-01-06 Jim MorrisMerge pull request #306 from wolfmanjm/upstreamedge
2014-01-06 Jim Morrisrename RingBuffer::delete_first() to delete)tail()...
2014-01-06 Jim MorrisFix acceleration bug where an extruder only move was...
2014-01-03 Jim MorrisFix a bug in the M500 for saving the PID setting
2014-01-02 Jim MorrisUpdate config
2014-01-02 Jim MorrisUpdate config
2014-01-02 Jim MorrisMerge pull request #304 from wolfmanjm/upstreamedge
2014-01-02 Jim MorrisFix M500 and M503 for PID values M301
2014-01-02 Jim MorrisMerge pull request #303 from wolfmanjm/upstreamedge
2014-01-02 Jim MorrisAdded M501 to load config-override
2013-12-27 Jim MorrisMerge pull request #300 from wolfmanjm/upstreamedge
next