Just got the SW moving and I think I have some config issues. At the moment I am using X and Y end stop switches for the end stops.
First issue, Home seems to be backwards from where it should be. When I home X&Y it goes to the back right corner of the build plate. Shouldn't it be the left front?
Second Issue, When I command it to move 100mm in any direction, X,Y, or Z it seems to move almost twice that.
Once I have all the axis homed I can use the + / - move commands from the Klipper dashboard , and it appears to move in the right direction. A "+" move moves the print head to the right, moves the print head up, and will move the bed towards the front of the printer. Only Z appears to be correct, in that it moves up when I give it a positive move command.
Attached is portion of my config file, any help is appreciated. Controller board is a BTT Manta MP5.
[printer]
kinematics: corexz
max_velocity: 30
max_accel: 100
max_z_velocity: 5
max_z_accel: 10
[stepper_x]
step_pin: PB12
dir_pin: PB11
enable_pin: !PA8
microsteps: 16
rotation_distance: 40
# endstop_pin: ^PD3 # on Nitehawk Board
position_endstop: 250
position_max: 250
position_min: 0
homing_speed: 10
[stepper_y]
step_pin: PC6
dir_pin: PC7
enable_pin: !PA9
microsteps: 16
rotation_distance: 40
endstop_pin: ^PC3
position_endstop: 242
position_max: 242
homing_speed: 20
[stepper_z]
step_pin: PC8
dir_pin: PC9
enable_pin: !PA15
microsteps: 16
rotation_distance: 40
endstop_pin: probe:z_virtual_endstop #^PC2 # On Nitehawk Board (Induction Sensor or Klicky)
position_max: 250
position_min: -3
homing_speed: 10
rotation_distance: 40
endstop_pin: probe:z_virtual_endstop #^PC2 # On Nitehawk Board (Induction Sensor or Klicky)
position_max: 250
position_min: -3
homing_speed: 10
First issue, Home seems to be backwards from where it should be. When I home X&Y it goes to the back right corner of the build plate. Shouldn't it be the left front?
Second Issue, When I command it to move 100mm in any direction, X,Y, or Z it seems to move almost twice that.
Once I have all the axis homed I can use the + / - move commands from the Klipper dashboard , and it appears to move in the right direction. A "+" move moves the print head to the right, moves the print head up, and will move the bed towards the front of the printer. Only Z appears to be correct, in that it moves up when I give it a positive move command.
Attached is portion of my config file, any help is appreciated. Controller board is a BTT Manta MP5.
[printer]
kinematics: corexz
max_velocity: 30
max_accel: 100
max_z_velocity: 5
max_z_accel: 10
[stepper_x]
step_pin: PB12
dir_pin: PB11
enable_pin: !PA8
microsteps: 16
rotation_distance: 40
# endstop_pin: ^PD3 # on Nitehawk Board
position_endstop: 250
position_max: 250
position_min: 0
homing_speed: 10
[stepper_y]
step_pin: PC6
dir_pin: PC7
enable_pin: !PA9
microsteps: 16
rotation_distance: 40
endstop_pin: ^PC3
position_endstop: 242
position_max: 242
homing_speed: 20
[stepper_z]
step_pin: PC8
dir_pin: PC9
enable_pin: !PA15
microsteps: 16
rotation_distance: 40
endstop_pin: probe:z_virtual_endstop #^PC2 # On Nitehawk Board (Induction Sensor or Klicky)
position_max: 250
position_min: -3
homing_speed: 10
rotation_distance: 40
endstop_pin: probe:z_virtual_endstop #^PC2 # On Nitehawk Board (Induction Sensor or Klicky)
position_max: 250
position_min: -3
homing_speed: 10