Hi,
I have an EDM orbit simulator
written in python and displayed with tkinter.

I'd like to use a stock LinuxCNC gui instead,
but ran  into scaling problems.

Tiny circles cannot be zoomed to fill the view port.
Edn orbits are tiny, less than 300 mictons.
If you load the code (below)  and try to fill
the AXIS display with the path, you'll see clipping
before the path gets large compared to screen.

Any ideas how to zoom closer in AXIS?
Any other guis more 'zoomable'?

3 pngs attached.
  The orbit screenshots show  the tool ctr
motion in blue. The radial lines are escape
motion for low voltage while cutting perimeter.

YT video at
https://youtube.com/shorts/wKcwbE6ng2s?feature=share

Thx tomp

(Test AXIS zoom of tiny circles)
g21
f5
g1           z0.1
g1  x0   y0
f1
g1           z.05
    x0.05 y0
g17
g02 x0.05 y0  i-0.05 j0
g1  x0    y0 z0.01
g0           z0.1
m02
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to