Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

m8p / cb1 extruder not working #113

Open
lkelley52 opened this issue Apr 23, 2024 · 4 comments
Open

m8p / cb1 extruder not working #113

lkelley52 opened this issue Apr 23, 2024 · 4 comments

Comments

@lkelley52
Copy link

can not get the extruder to work. if i plug the extruder motor in to one of the axis’s motor it moves . so motor is good. i have the extruder plugged into motor 5 on the board. i have checked wiring. no breaks and wired correctly, board pins good.

Motor5
[extruder]
step_pin: PG13
dir_pin: PG12
enable_pin: !PG15
microsteps: 16
rotation_distance: 33.500
full_steps_per_rotation:200
nozzle_diameter: 0.4
filament_diameter: 1.75
heater_pin: PA0 # HE0
sensor_pin: PB0 # T0
sensor_type: Generic 3950
control: pid
pid_Kp: 22.2
pid_Ki: 1.08
pid_Kd: 114
min_temp: 0
max_temp: 250

klippy (3).log

@Seriy2103
Copy link

I have same issue. Stepper motor and wiring are good but on M5-M8 extruder not working. Any one have some solutions ?

@royalfifty8
Copy link

royalfifty8 commented Nov 2, 2024

Have you done your configuration checks? Looking at klippy log, it looks like your extruder is not hot enough. As a safety feature Klipper won't allow the extruder to work below a certain temp. You can check to see that the motor is working by verifying your stepper motors. Use STEPPER_BUZZ command. For extruder it will be (STEPPER=extruder). Make sure there is no filament loaded before doing so. Otherwise bring up your heater to extruder temps and then try extruding some material.

@royalfifty8
Copy link

@Seriy2103 When setting up Klipper. This step is important, as it allows you to safely verify everything is working without damaging your printer and/or its components.
https://www.klipper3d.org/Config_checks.html

@Seriy2103
Copy link

I did everything as described in the guide, nothing helped. Most likely, something is wrong with the pins step_pin, dir_pin and enable_pin. Everything else works correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants