@jay_s_uk so...I took the plunge and upgraded. Everything went great and all my usual files are working as expected. I'm just looking to get the laser working again with RRF3 but I'm really confused with what's required.
So I've added this code to config.g:
M452 C"!exp.heater3" F1000 ; laser uses heater3 pin inverted, PWM frequency 1000Hz
But - how do I actually use it?
So do I put in M452 to turn into laser mode - then upload the Gcode using vectric v carve (with laser module installed) to generate the code I need?
Looks like I can set a macro for laser on and off to focus it: (I think this is correct as my laser is 1000Mhz
LASER ON
M950 P0 C"!exp.heater3" Q1000
M42 P0 S0.1; Set laser to 10%
LASER OFF
M950 P0 C"!exp.heater3" Q1000
M42 P0 S0
But then what? Do I need to set-up a post processor?- do you know the best route to take here. I want to be able to create a design and then essentially press play and everything work. If you could give me run down I'd be forever in your debt as I'm just really unsure and don't want to melt my eyes out setting it wrong! Thanks!