svenhb / GRBL-Plotter

A GCode sender (not only for lasers or plotters) for up to two GRBL controller. SVG, DXF, HPGL import. 6 axis DRO.
https://grbl-plotter.de/
GNU General Public License v3.0
699 stars 176 forks source link

What do the two rectangles represent? #169

Closed lianzaozi closed 3 years ago

lianzaozi commented 3 years ago

When running, the geometric trajectory display area shows a black rectangle and a pink rectangle. Both rectangles are moving. What do these two rectangles represent?

Snipaste_2020-12-04_15-47-23

image

svenhb commented 3 years ago

The black marker is the actual tool positon from the coordinates above.
The red marker shows the coordinates from the GCode which was yet sent.

lianzaozi commented 3 years ago

Thank you