Search found 1 match

by Pilot65
Wed Aug 29, 2018 8:11 pm
Forum: C Programs
Topic: Can a GCode Interpreter and Trajectory Planner run inside Kflop?
Replies: 1
Views: 3020

Can a GCode Interpreter and Trajectory Planner run inside Kflop?

Is it possible to create a GCode Interpreter (and Trajectory Planner) and run it inside Kflop, so that Kflop executes streaming Gcode from the USB/Serial, line-by-line. Intended usage is with OpenPNP which is transmitting Gcode one line at a a time. This is simple Gcode, only 2-axis linear interpola...