in laserweb 3 is there an option to start the engraving at whereever the

in laserweb 3 is there an option to start the engraving at whereever the laser head is at i have a red dot guide and id like to just gnerate a gcoe and manually position the laser on a job like i di in inkscape

I think it’s just a matter of your start gcode. Don’t put homing command in. But you’d need to make sure the machine thinks it’s at 0,0 so you could at G92 X0 Y0 as your start gcode.

Ah ok that’s the missing line I need thank you

Or move to the location you need and then press set zero icon, that will make that point 0,0

@Ariel_Yahni_UniKpty cool! I’ll do that.

I have not even been using the end endstop/homing yet and just set zero like I do in Chilipeppr. I have a Machine zero for startup homing my cnc ut after that it is all offset to workspace zeros. I can have several workspaces and it’s easy hand code the Gcode wrappers that offset the zero to make multiples of the same gcode file for simple jobs.