Basic Information:
Printer Model: Voron 2.4
MCU / Printerboard: Spider V1.1
Host / SBC RPI3B
klippy.log
logs-20240725-204533.zip (1.7 MB)
Fill out above information and in all cases attach your klippy.log
file (use zip to compress it, if too big). Pasting your printer.cfg
is not needed
Be sure to check our “Knowledge Base” Category first. Most relevant items, e.g. error messages, are covered there
Describe your issue:
Below is my cfg section about the extruder. I got an error after resume for colour change saying Extrude only move too long (-100.000mm vs 50.000mm)
But in my extruder section I cannot find anything that specifies this.
…# Extruder
#####################################################################
In E0-MOT Position
[extruder]
step_pin: PD5
dir_pin: !PD6
enable_pin: !PD4
Update value below when you perform extruder calibration
If you ask for 100mm of filament, but in reality it is 98mm:
rotation_distance = <previous_rotation_distance> * <actual_extrude_distance> / 100
22.6789511 is a good starting point
#rotation_distance: 22.6789511 #Bondtech 5mm Drive Gears
rotation_distance: 21.5450035 #Bondtech 5mm Drive Gears
Update Gear Ratio depending on your Extruder Type
Use 50:17 for Afterburner/Clockwork (BMG Gear Ratio)
Use 80:20 for M4, M3.1
gear_ratio: 50:17 #BMG Gear Ratio
microsteps: 16
full_steps_per_rotation: 200 #200 for 1.8 degree, 400 for 0.9 degree
nozzle_diameter: 0.400
filament_diameter: 1.75
In E0 OUT Position
heater_pin: PB15
Validate the following thermistor type to make sure it is correct
sensor_type: ATC Semitec 104GT-2
sensor_pin: PC0
min_temp: 10
max_temp: 300
max_power: 1.0
min_extrude_temp: 180
#control = pid
#pid_kp = 26.213
#pid_ki = 1.304
#pid_kd = 131.721
Try to keep pressure_advance below 1.0
pressure_advance: 0.051
Default is 0.040, leave stock
pressure_advance_smooth_time: 0.040
In E0-MOT Position
Make sure to update below for your relevant driver (2208 or 2209)
[tmc2209 extruder]
uart_pin: PD7
interpolate: false
run_current: 0.57
hold_current: 0.4
sense_resistor: 0.110
stealthchop_threshold: 0
Now I read up on this error and a suggestion was made by Hywellmartin on github Change Filament: Temporarily disable max_extrude_only_distance to change filament · Issue #857 · Klipper3d/klipper · GitHub
to add some lines to the cfg under the extruder. But I am not sure about this because I cannot even find this limiting statement.
What should I do. The retracting distance for my extruder is 100 mm already so clearly 50 is not enough.
Advise would be greatly appreciated.
first error message in klippy is line 24608. I tried resume twice so it will be there multiple times.
Kind regards,
3dcase (Kees)