Commit Graph

4 Commits

Author SHA1 Message Date
Phil Hord c86a51bd5c Add gnuplot script to explore simulator output
research/datalog.plot is a gnuplot script to plot pin outputs like
a logic analyzer and x/y/z positions as well. It's quite rudimentary
but it does recognize some keyboard commands to pan and zoom.

Be careful with keyboard repeat getting too far ahead of you.
2013-12-06 19:24:58 +01:00
Markus Hitter 53049ac56e Add research for dda-split.
Files for trying splitting up paths into sub-paths:
acceleration - constant speed move - deceleration

This could allow to calculate acceleration/deceleration with only
16 bit integers, greatly speeding up the step interrupt.

It should also make look-ahead more simple and allow to round out
corners with curves. Rounding corners is mandatory when keeping
movement speed at corners.

For trying, run ./alg2.make, it'll run on the host computer and
should show a graph.
2012-11-08 16:39:45 +01:00
Michael Moon 6669afb35e more stuffing around with the algorithm, looks like we have to use floats during setup for this to work 2012-11-08 16:38:51 +01:00
Michael Moon a28526dddb algorithm proof of concept in perl, partial implementation in c 2012-11-08 16:38:41 +01:00