LaserWeb / LaserWeb4

Collaborative effort on the next version of LaserWeb / CNCWeb
GNU Affero General Public License v3.0
712 stars 192 forks source link

Using heightmap #673

Open screwt opened 1 month ago

screwt commented 1 month ago

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 commented 1 month ago

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.

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.