I cannot get the spare accessory port (on the extruder) to switch on and off using GCode. Did anyone succeeded doing so on the first Cetus3D machines and if yes, how?
As I understand I have to use GCode command:
M42 P15 S1
to switch on the spare accessory port (on the extruder) and
M42 P15 S0
to switch it off.
It however does not seem to work and the port’s left and right pins seems to be always ‘on’ (5V) when measuring the various pins while executing the below code:
M42 P15 S1 ; Accessory port ON
G4 P5000
M42 P15 S0 ; Accessory port OFF
G4 P5000
While the middle pin has no power at all.
Any clue how to switch on/off?