Enable Workplace in LASER mode
-
Hello,
I am using my Co2 Laser with RRF and DWC (ESP), all works perfectly beside one small issue. When I like to cut a part from an already used worksheet I need to set the X and Y zero with G92 and then it happens that the Laser moves outside machine boundaries and hits the end of the axes...
So it would be perfect when the workplace options from CNC mode are shown in DWC also in LASER mode.
Many thank's!
-
@paulg4h the workouround which "solves" this issue for me are
create a macro like G10 with the following content:
G10 L2 X{move.axes[0].machinePosition} Y{move.axes[1].machinePosition}
Then position the laser on the worksheet zero and call it with DWC or Display.
-
@paulg4h you could use BtnCmd to create custom buttons that enable offsets to be created
https://forum.duet3d.com/topic/22776/btncmd-dwc-plugin-create-custom-layouts-action-buttonsor maybe the CNC version from DWC can also be activated in laser mode @Sindarius ?
-
@jay_s_uk The DWC-CNC version will show the CNC dashboard if set to Laser mode.
-
I grab the latest from here:
https://github.com/Duet3D/DWC-CNC/releasesAwesome!
You dit a great job!