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
696 stars 176 forks source link

A question about the magnification function #306

Closed lianzaozi closed 2 years ago

lianzaozi commented 2 years ago

I'm using version 1.6.6.6, and when I zoom in, I notice that the cursor suddenly goes back to the coordinate (0,0) when I zoom in enough.

The DXF file I used in the test and my operation process are in the attachment test1.zip

svenhb commented 2 years ago

Please check if problem is solved: https://github.com/svenhb/GRBL-Plotter/releases

lianzaozi commented 2 years ago

Please check if problem is solved: https://github.com/svenhb/GRBL-Plotter/releases

The source code of version 1.6.7.0 will report an error when compiling

Could not find type or namespace name 'GrblSetupForm' (are you missing a using directive or an assembly reference?) 1 2

Version 1.6.7.0 software zoom function problem has been solved, I will do more testing

svenhb commented 2 years ago

Sorry, forgot to upload this files, before generating this relase (means, they are missing in the source.zip) App. config, Settings.cs, Program.cs, GRBL-Plotter.csproj in https://github.com/svenhb/GRBL-Plotter/tree/master/GRBL-Plotter