[include mainsail.cfg] [virtual_sdcard] path : /home/biqu/printer_data/gcodes on_error_gcode : CANCEL_PRINT [mcu] serial : /tmp/klipper_host_mcu  [printer] kinematics: none max_velocity : 1000 max_accel : 1000 # PIN CALC # PG19 is definitely a GPIO pin. It may not be on the 40 pin GPIO header but any input / output pin on the BTT Pi and CB1 is GPIO. #The formula to convert from PG19 to GPIO is: #[(PG - PA)*32] + {Pin Number} #Where PA = 1, PB =2….so PG = 7 #So [(7-1)*32] + 19 = 211 # Test PC15 # (3-1)*32 + 15 = 79 -> GPIO79   [fan_generic GenFan] #host: pin : gpio211 max_power : 1.0 #shutdown_speed: cycle_time : 0.010 hardware_pwm : false kick_start_time: 1.100 [output_pin OutPin] pin: gpio79 pwm: false # Set if the output pin should be capable of pulse-width-modulation. # If this is true, the value fields should be between 0 and 1; if it # is false the value fields should be either 0 or 1. The default is # False. value: 0 # The value to initially set the pin to during MCU configuration. # The default is 0 (for low voltage). ##cycle_time: 0.0100 # The amount of time (in seconds) per PWM cycle. It is recommended # this be 10 milliseconds or greater when using software based PWM. # The default is 0.100 seconds for pwm pins. ##hardware_pwm: False [adxl345] cs_pin : gpio74 spi_bus : spidev1.1 [resonance_tester] accel_chip: adxl345 probe_points: 150,150,20 # Bettmitte