Basic Information:
Printer Model: E3
MCU / Printerboard: SKR Mini E3 V3
Host / SBC: Orange pi
klippy.log :
klippy.log (88.4 KB)
Describe your issue:
My extruder and heater are not heating.
Iv tried changing the board for an old creality 4_2_2 and still no heat after the new pins were configured. Changed the bed for a v6 and not luck. Removed pretty much all of the config. still… nothing. I removed the extruder from config and just trying to get the bed working… anyone can shed some light pls?
The bed doesn’t heat, touched it.
When I touch it for a while the temperature increases.
edit1: swapped psus… didn’t change
edit:2: uploaded klippy.log
printer.cfg:
[printer]
kinematics: cartesian
max_velocity: 300
max_accel: 3000
max_z_velocity: 5
max_z_accel: 100
[mcu]
#skr mini e3 v3
serial: /dev/serial/by-id/usb-Klipper_stm32g0b1xx_26001E0001504B5735313920-if00
#restart method
#restart_method: command
#[temperature_sensor SKR Mini]
#sensor_type: temperature_mcu
#min_temp: 0
#max_temp: 100
#[force_move]
#enable_force_move: True
#[exclude_object]
[virtual_sdcard]
path: /home/kkobold/printer_data/gcodes
on_error_gcode: CANCEL_PRINT
#[include mcu_creality_4_2_2.cfg]
#[include mcu_orange_pi.cfg]
[include steppers.cfg]
[include bed.cfg]
[include klackender.cfg]
#[include head.cfg]
#[include barf.cfg]
#[include nevermore.cfg]
#[include light_led.cfg]
[include fluidd.cfg]
#[include KAMP_Settings.cfg]
#[include macros_print_start.cfg]
#[include macros_conditional_homing.cfg]
#[include macros_temperature_wait.cfg]
#[include macros_test_speed.cfg]
bed.cfg:
[screws_tilt_adjust]
screw1: 10,-14
screw1_name: front left screw
screw2: 10, 157
screw2_name: rear left screw
screw3: 182, 157
screw3_name: rear right screw
screw4: 182, -14
screw4_name: front right screw
screw_thread: CW-M4
horizontal_move_z: 7
[heater_bed]
heater_pin: PC9
sensor_type: EPCOS 100K B57560G104F
sensor_pin: PC4
control: pid
min_temp: 0
max_temp: 130
pid_Kp=71.756
pid_Ki=1.627
pid_Kd=791.105
steppers.cfg:
[stepper_x]
step_pin: PB13
dir_pin: !PB12
enable_pin: !PB14
microsteps: 16
rotation_distance: 40
position_endstop: -17
position_max: 235
homing_speed: 40
endstop_pin: tmc2209_stepper_x:virtual_endstop
homing_retract_dist: 0
position_min: -17
[tmc2209 stepper_x]
uart_pin: PC11
tx_pin: PC10
uart_address: 0
run_current: 0.580
diag_pin: PC0
driver_SGTHRS: 80
interpolate: False
stealthchop_threshold: 999999
[stepper_y]
step_pin: PB10
dir_pin: !PB2
enable_pin: !PB11
microsteps: 16
rotation_distance: 40
position_endstop:-23
position_max: 227
position_min: -23
homing_speed: 40
endstop_pin: tmc2209_stepper_y:virtual_endstop
homing_retract_dist: 0
[tmc2209 stepper_y]
uart_pin: PC11
tx_pin: PC10
uart_address: 2
run_current: 0.580
interpolate: False
stealthchop_threshold: 999999
diag_pin: PC1
driver_SGTHRS: 80
[stepper_z]
step_pin: PB0
dir_pin: PC5
enable_pin: !PB1
microsteps:16
rotation_distance: 8
endstop_pin: probe:z_virtual_endstop
position_max: 235
position_min: -8
[tmc2209 stepper_z]
uart_pin: PC11
tx_pin: PC10
uart_address: 1
run_current: 0.580
interpolate: False
stealthchop_threshold: 999999