What's new
VORON Design

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members!

Solved octopus 1.0 extruder

orge

Member
Printer Model
v2.4
Extruder Type
Orbiter
Cooling Type
Stealthburner
I am running octopus 1.0 pro, and have also tried 1.0.
Before I have run the extruder without a problem, but now it will only run for a few seconds before it stops.

Have tried with 2 different motors, and have same result, also directly to the print, so no broken wires.
[extruder]
step_pin: PE2
dir_pin: PE3
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: 39.8 # 39 #22.6789511 #Bondtech 5mm Drive Gears
## Update Gear Ratio depending on your Extruder Type
## Use 50:10 for Stealthburner/Clockwork 2
## Use 50:17 for Afterburner/Clockwork (BMG Gear Ratio)
## Use 80:20 for M4, M3.1
gear_ratio: 50:10
microsteps: 32
full_steps_per_rotation: 200 #200 for 1.8 degree, 400 for 0.9 degree
nozzle_diameter: 0.400
filament_diameter: 1.75
heater_pin: PA2
## Check what thermistor type you have. See https://www.klipper3d.org/Config_Reference.html#common-thermistors for common thermistor types.
## Use "Generic 3950" for NTC 100k 3950 thermistors
sensor_type: EPCOS 100K B57560G104F #Generic 3950
sensor_pin: PF4
min_temp: -10
max_temp: 270
max_power: 1.0 #1.0
min_extrude_temp: 170

## Try to keep pressure_advance below 1.0
#pressure_advance: 0.05
## Default is 0.040, leave stock
#pressure_advance_smooth_time: 0.040

## E0 on MOTOR6
## Make sure to update below for your relevant driver (2208 or 2209)
[tmc2209 extruder]
uart_pin: PE1
interpolate: false
run_current: 0.5
sense_resistor: 0.110
stealthchop_threshold: 0
 
but now it will only run for a few seconds before it stops.
Can you describe what you mean by 'stops'?
Does Klipper indicate an error? Does it get interrupted but then are you able to continue, or does it no longer work after that?
 
Top