Well just an update on my side. I finally finished upgrading my Workbee with a worthy electronics box where everything is well organized. I never liked it to have the controller board exposed and on the moving gantry.
Anyway, I've been able to put my laser to work by following the indications here. I used the brake-out board suggested and it works just fine. Amazingly enough, it worked on the first try, which for my standards is amazing to say the least.
I have a problem though when switching back to CNC mode and it is the following error:
M98 P"0:/macros/Laser/Switch to CNC"
CNC mode selected Error: G10: Attempt to set/report offsets and temperatures for non-existent tool: 999
The macro I'm using to switch back to CNC mode is the following, which is a mix between what I've seen and what I found on my config.g file
M106 P2 S0 ; turn off 12v PSU
M453 ; Put the machine into CNC Modes
M140 H-1 ; Disable heated bed
M564 S1 H1 ; Disable jog commands when not homed
M911 S21.0 R23 P"G91 G1 Z3 F1000" ; Configure power loss resume
M501 ; Load Stored Parameters
M98 Pcustomconfig.g ; Execute custom config settings
any clue in what is this about? it would be much appreciated!