762x39
762x39
RRCRat Rig Community [Unofficial]
Created by 762x39 on 3/7/2024 in #fix-my-printer
Want to change X&Y from motor outputs 1&2 to 4&5
I suspect that motor outputs 1&2 on my Manta M8P 1.1 are bad, I'd like to change the output to 4&5. I copied [stepper_x] example from the BTT Github and changed the pins to the appropriate ones, but I keep getting an error. Is there something in the base config that need to be commented out? I don't know if I'm doing it correctly so I'm unsure if it's hardware or firmware at this point.
What I have below will error when I home X&Y, it says: Unable to read tmc uart 'stepper_x' register IFCNT ############################################################################################################ USER OVERRIDES Anything custom you want to add, or RatOS configuration you want to override, do it here. See: https://os.ratrig.com/docs/configuration/includes-and-overrides ############################################################################################################# [stepper_x] step_pin: PD3 dir_pin: PD2 enable_pin: !PD5 microsteps: 16 rotation_distance: 40 #endstop_pin: ^PF3 #position_endstop: 0 #position_max: 500 #homing_speed: 50 #uart_pin: PD4 #diag_pin: PF3 [stepper_y] step_pin: PC9 dir_pin: PC8 enable_pin: !PD1 microsteps: 16 rotation_distance: 40 endstop_pin: ^PC1 #position_endstop: 0 #position_max: 500 #homing_speed: 50 #uart_pin: PD0
14 replies