LaserWeb / LaserWeb4

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

laser starting point #670

Closed faisalzahid12 closed 2 months ago

faisalzahid12 commented 2 months ago

Follow this steps to open an issue

faisalzahid12 commented 2 months ago

is there a way to tall the laser which points to the start cutting

harlock999 commented 2 months ago

In CNC world, there's mainly two coordinates systems: machine coordinates and workpiece coordinates. LaserWeb shows the workpiece coordinates, so when you click Set Zero in the Control tab it will zero out all three coordinates. After that, it depends how your original file and generated GCode is built. When you click Run Job, Laserweb will then process the GCode based on that 0,0,0 position you have set.