Hi... does anyone have the laser control software or know of something else to

Hi… does anyone have the laser control software or know of something else to use?

Ah… wait, didn’t realise it was all in that assistant program.

Which assistant program? Maybe you can post it so others can download?

It’s on an earlier post from a few days ago.

For windows :
https://www.mycloud.ch/s/S00A186C8F537127A037EE1E8649CCCB5EBC875D3EC9FE83402DC508B8F57B6E/software/laser_engraving/

For unix :

Online :
http://www.thuijzer.nl/image2gcode/

The best I found is LaserWeb / CNCWeb 4.0, free and very powerfull : https://cncpro.yurl.ch/

You must setup a bit :

Settings > Machine :

MACHINE WIDTH : 180
MACHINE HEIGHT :180
MACHINE LEFT X :-90
MACHINE BOTTOM Y :-90
BEAM Ø :0.16

Settings > Gcode :

GCODE GENERATOR : marlin

GCODE START :
; G-code Start
G21 ; Set units to mm
G90 ; Absolute positioning
G28
;Z0 fast
G0 Z0.00 F2000

GCODE END:
; G-code END
M5 ; Switch tool offEnd
M106 S0
M107

; G-code Postfix
M107
G1 F2000
G28
M107
M84
G1 F2000

GCODE HOMING : G28
TOOL ON : M106
TOOL OFF : M106 S0
PWM Max S Value : 255

And that’s it