Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using heightmap #673

Open
screwt opened this issue Sep 29, 2024 · 1 comment
Open

Using heightmap #673

screwt opened this issue Sep 29, 2024 · 1 comment

Comments

@screwt
Copy link

screwt commented Sep 29, 2024

Hello, and thanks for sharing LaserWeb4.
I was wondering if a height-map functionality exists in LaserWeb4.
Here is an illustration on what i mean by height-map functionality.
https://www.youtube.com/watch?v=X2tFw8dX2h4&t=992s

@easytarget
Copy link
Contributor

easytarget commented Oct 6, 2024

Hi @screwt
No, Laserweb itself does not have any height map functionality built into it.

What GrblControl is doing there is quite interesting, and sorta neat.

Height mapping is usually handled by the device firmware, rather than the controller program on the PC.

  • Firmware height compensation is quite common. My Duet3d powered printer uses it, Klipper and others can too.
  • It tends to be an 'advanced' feature only found on 32-bit controllers and not on the 328P grbl boards cheaper kits come with.

GrblControl has added a feature so it can probe the board and add the heightmap itself, by-passing the firmware. This is pretty neat (imho). LaserWeb does not have any equivalent feature unfortunately.

What you can do is generate gcode in laserweb in your browser, save it, then load it into GrblControl, which can apply the heightmap and run the cutting job.

  • Laserweb runs in a web browser.. it's just a website. You can go here and generate gcode with it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants