by Dan911 » Thu Jan 25, 2018 3:55 am
Another simple solution to achieve a macro spindle warm up with timer would be is create a .tap file in note pad and place in folder of your choosing than you can use UCCNC Gcode timer.
Example .tap:
S 5000 M3(timer done 10 sec)
G4 P 10
S 6000 M3(timer done 20 sec)
G4 P 10
Create a macro to call it and clear the UCCNC timer.
Example macro:
exec.Callbutton(218); //Sets timer to zero
exec.Loadfile("C:/UCCNC/Example_codes/holders2.tap"); //Set path to file