GithubHelp home page GithubHelp logo

Comments (20)

svenhb avatar svenhb commented on May 28, 2024

About point 3, please read about multiple file loading: https://grbl-plotter.de/index.php?id=form-setup-4#file-loading

from grbl-plotter.

lianzaozi avatar lianzaozi commented on May 28, 2024

About point 3, please read about multiple file loading: https://grbl-plotter.de/index.php?id=form-setup-4#file-loading

Thank you very much for your reminder

from grbl-plotter.

svenhb avatar svenhb commented on May 28, 2024

Try new version: https://github.com/svenhb/GRBL-Plotter/releases/download/v1.7.1.0/GRBL-Plotter_Setup_1710a.exe

from grbl-plotter.

lianzaozi avatar lianzaozi commented on May 28, 2024

Try new version: https://github.com/svenhb/GRBL-Plotter/releases/download/v1.7.1.0/GRBL-Plotter_Setup_1710a.exe

Thank you.

Version 1.7.1.0a of the software did not find any issues when parsing the scaled and rotated entities stored in blocks, but now there are new issues: ①. Double clicking the mouse wheel graphic cannot adaptively display ②. The process is very slow when scrolling the mouse wheel to zoom; Version 1.7.0.2 of the plotter software does not have issues ① and ②; I guess problem ① and problem ② should have occurred after version 1.7.0.2

from grbl-plotter.

lianzaozi avatar lianzaozi commented on May 28, 2024

I have discovered some new issues where the shortest path sorting effect is not as good as version V1.6.6.6

Screenshot of shortest path sorting for version v1.6.6.6
0

Screenshot of shortest path sorting for version v1.7.1.0a
2

version 1.7.1.0a software Circles and arcs can only generate lines, but not G02 and G03
3
Parameter settings for version 1.7.1.0a software
4

test dxf file
test.zip

from grbl-plotter.

svenhb avatar svenhb commented on May 28, 2024

About sorting:
In 1.6.6.6 the start point was XY = 0;0
Now the start point is XY = 0; maxY - some how it was better for my needs

About missing circle:
You use unusually large coordinate values, together with a bug, the circle was not drawn...

Try new version: https://github.com/svenhb/GRBL-Plotter/releases/download/v1.7.1.0/GRBL-Plotter_Setup_1710b.exe

from grbl-plotter.

lianzaozi avatar lianzaozi commented on May 28, 2024

About sorting: In 1.6.6.6 the start point was XY = 0;0 Now the start point is XY = 0; maxY - some how it was better for my needs

About missing circle: You use unusually large coordinate values, together with a bug, the circle was not drawn...

Try new version: https://github.com/svenhb/GRBL-Plotter/releases/download/v1.7.1.0/GRBL-Plotter_Setup_1710b.exe

Version V1.7.1.0b of the software can only generate G01 for circles and arcs, and cannot generate G02 and G03

111

222

from grbl-plotter.

lianzaozi avatar lianzaozi commented on May 28, 2024

①Double clicking the mouse wheel graphic cannot adaptively display
②The process is very slow when scrolling the mouse wheel to zoom;

Version 1.7.1.0b still has issues ① and ②

from grbl-plotter.

svenhb avatar svenhb commented on May 28, 2024

Version V1.7.1.0b of the software can only generate G01 for circles and arcs, and cannot generate G02 and G03

Perhaps you have some options enabled, which prevents using G02/G03?
Check lower left edge for information:
image

from grbl-plotter.

svenhb avatar svenhb commented on May 28, 2024

Double clicking the mouse wheel graphic cannot adaptively display

I didn't implement a function for double clicking the mouse wheel... What should happen?

The process is very slow when scrolling the mouse wheel to zoom;

Perhaps because the the coordinates such large? Try to scale down the original DXF to perhaps 1000 mm (instead of 200000 like now). 2nd reason could be: when zooming out the ruler grid will be extended.

from grbl-plotter.

lianzaozi avatar lianzaozi commented on May 28, 2024

"11. gif" is a screen recording generated using version 1.7.6.6 software,

"22. gif" is a screen recording generated using version 1.7.1.0a software,

Observing the "11. gif" display screen recording, it can be observed that when I use the mouse scroll wheel to zoom in or out of the trajectory (the trajectory display exceeds the display range when zoomed in, and becomes very small when zoomed in), I quickly and continuously press the mouse scroll wheel twice, and the trajectory display will automatically return to the center of the canvas, and adaptively display it on the canvas. This feature has existed in previous versions, but has been lost in recent versions after upgrades

By comparing the screen recordings displayed in "11. gif" and "22. gif", it can be found that regardless of whether the operation is zoomed in or out, version 1.7.6.6 of the software does not lag during this operation process;

Watching the "22. gif" display screen recording, you can find that scrolling the mouse wheel to zoom in and out of the displayed trajectory, and quickly double clicking the mouse wheel to adaptively display the trajectory in the middle of the canvas, this operation process is very slow

You can personally operate it and compare the differences between the two versions of software, and you will find the problem I described

"11. gif" is a screen recording generated using version 1.7.6.6 software,↓↓↓↓
11

"22. gif" is a screen recording generated using version 1.7.1.0a software↓↓↓↓
22
11and 22.zip

from grbl-plotter.

svenhb avatar svenhb commented on May 28, 2024

About not using G02/G03 Code - you enabled "Dashpattern" this prevents using G02/G03
image

from grbl-plotter.

svenhb avatar svenhb commented on May 28, 2024

About zooming: in older version the view (offset) was resetted, when reaching zoom 100%. In current version not. Now you can use right click menu "Reset zooming".

from grbl-plotter.

lianzaozi avatar lianzaozi commented on May 28, 2024

Can resetting zoom be associated with double clicking the mouse wheel? Double clicking the mouse scroll wheel to reset zoom is a common practice in many Cad software operations

During the process of scrolling the scroll wheel to zoom in and out of the displayed trajectory in version 1.7.1.0a of the software, the zooming in and out speed becomes very slow. You can refer to the zooming in and out speed in "11. gif" for reference

from grbl-plotter.

lianzaozi avatar lianzaozi commented on May 28, 2024

After unchecking "Process dated line path", circles and arcs can generate G02 and G03, but a line that is not in the dxf file appears (the line pointed by the red arrow in the image)
image

from grbl-plotter.

svenhb avatar svenhb commented on May 28, 2024

Double clicking the mouse scroll wheel to reset zoom is a common practice in many Cad software operations

Should work now

https://github.com/svenhb/GRBL-Plotter/releases/download/v1.7.1.0/GRBL-Plotter_Setup_1710c.exe

from grbl-plotter.

lianzaozi avatar lianzaozi commented on May 28, 2024

Thank you for your hard work

The software version 1.7.1.0c has the function of quickly double clicking the middle mouse button to initialize the display of trajectories, and the problem of reading straight lines that are not in dxf for multiple segments has been solved((the line pointed by the red arrow in the image))

Currently unresolved issues: software that displays trajectories when scrolling the middle mouse button to zoom in and out, or when pressing the left mouse button to move the displayed trajectory, may experience lag; The software takes a lot of time to read and store dxf files for many entities. Version 1.6.6.6 of the software performs well in reading dxf files for many entities, and the zooming and moving display trajectory does not lag

from grbl-plotter.

lianzaozi avatar lianzaozi commented on May 28, 2024

When reading a large dxf file, version 1.7.1.0a of the software froze, resulting in a blue screen crash on the computer; Using the same dxf file and version 1.6.6.6 software, the reading speed is very fast and efficient.

Test dxf file
111.zip

from grbl-plotter.

svenhb avatar svenhb commented on May 28, 2024

Are you sure the settings are the same, when using version 1.6.6.6 or version 1.7.1.0?
During import, you may see what the delay causes:
image

You may switch off this option, to speed up the import:
image

Also disabling display options can help to speed up import and zooming behavior:
image

from grbl-plotter.

lianzaozi avatar lianzaozi commented on May 28, 2024

The settings of the two software are the same

from grbl-plotter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.