# Switch module for Bltouch control using S/W PWM # Note in the latest firmware with these settings you can just issue M280 to deploy and M281 to stow switch.servo.enable true # Activate this new module switch.servo.input_on_command M280 # Command to set PWM value switch.servo.input_off_command M281 # Command to turn off switch switch.servo.output_pin 2.11 # This must can be ANY spare pin switch.servo.output_type swpwm # Software emulated PWM switch.servo.pwm_period_ms 20 # 20ms period, or 50Hz switch.servo.startup_state false # use startup_value as initial setting switch.servo.startup_value 7.43 # On boot it will go into stow mode switch.servo.default_on_value 3.3 # value set if M280 is issued without the S parameter, also value set if startup_state