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
647 stars 172 forks source link

Height map not working #404

Closed elkor77 closed 1 month ago

elkor77 commented 1 month ago

Hello, my problem is the following: I try to load a height map in a file that has 5150 lines but the attempt takes a while and gives an error. It is a small vector, it only measures 75x53 millimeters. I am using an Arduino uno R3 with a PC with a Core I7 processor and 12 Gb of Ram.

This is the vector 1

This is the height map 2

This is what comes out after a long time 3

And this too 4

I share the Grbl file and the height map file with you Grbl and Map.zip

svenhb commented 1 month ago

Strange: I took your data and it works... But after setting all to default (like on new installation) it failed once.... I assume the default of this setting is wrong, can you change this value (e.g. to 0.4) and the "Apply changes", then try again... image

elkor77 commented 1 month ago

Extraño: tomé tus datos y funciona... Pero después de configurar todo a los valores predeterminados (como en una nueva instalación) falló una vez... Supongo que el valor predeterminado de esta configuración es incorrecto, ¿puedes cambiar este valor (por ejemplo, a 0,4)? ) y "Aplicar cambios", luego inténtalo de nuevo... imagen

Thank you very much, I changed the value to 0.50 as it is in the image you sent and it worked for me. Excellent software, I'm starting to use it and I really liked it. Congratulations on your work. Thank you