Lots of clean up, work on improved stepper algorithm, freeded up several hardware...
authorJoseph Coffland <joseph@cauldrondevelopment.com>
Fri, 11 Mar 2016 07:51:08 +0000 (23:51 -0800)
committerJoseph Coffland <joseph@cauldrondevelopment.com>
Fri, 11 Mar 2016 07:51:08 +0000 (23:51 -0800)
commite3d05b9777efe798daf8f7ea0b5d73b31ddf49b0
treeb3ccab7d641297b8d2f2b7aa76b4c2efac2560df
parentefa29fb9b3f3ed8ec9c50985b2057275255959eb
Lots of clean up, work on improved stepper algorithm, freeded up several hardware timers
48 files changed:
src/canonical_machine.c
src/canonical_machine.h
src/clock.c
src/clock.h
src/command.c
src/command.def
src/config.h
src/controller.c
src/controller.h
src/cycle_homing.c
src/cycle_jogging.c [deleted file]
src/encoder.c
src/encoder.h
src/gcode_parser.c
src/gcode_parser.h
src/gpio.c
src/gpio.h
src/hardware.c
src/hardware.h
src/main.c
src/plan/arc.c
src/plan/arc.h
src/plan/buffer.c [new file with mode: 0644]
src/plan/command.c [new file with mode: 0644]
src/plan/dwell.c [new file with mode: 0644]
src/plan/exec.c
src/plan/feedhold.c [new file with mode: 0644]
src/plan/kinematics.c
src/plan/kinematics.h
src/plan/line.c
src/plan/planner.c
src/plan/planner.h
src/plan/zoid.c
src/pwm.c
src/pwm.h
src/rtc.c
src/rtc.h
src/spindle.c
src/spindle.h
src/status.c
src/stepper.c
src/stepper.h
src/switch.c
src/switch.h
src/tmc2660.c
src/util.c
src/util.h
src/vars.c