duet2wifi servo control by cellphone
-
Hi !
I have an extra duet2 wifi which has lost some extruder drivers. My goal is to use it for experiments.Now I managed to connect a servo as advised in the manual wiht external 5v power.
;configuration:
M950 S0 C"exp.heater3" ; assign GPIO port 0 to heater3 on expansion connector, servo mode
;move servo with
M280 P0 S80 ; set 80deg servo position on GPIO port 0
;turn off servo with
M42 P0 S0I made two macros that move the servo.
The problem is that I can not see the macro buttons in my cellphone. I have to go down to the files \ macros to move the servo.
Is it possible to use the fan control slider and how? -
-
@o_lampe Thank You, I try it.