Ender 3 skr mini e3 v3 problem

Basic Information:

Printer Model: ender 3
MCU / Printerboard: stm32g0b1
Host / SBC PI 4
klippy (1).log (513.7 KB)

hi grateful have followed it but am getting this error Klipper reports
: ERROR Pin ‘pc15’ is not a valid pin name on mcu ‘mcu’ Once the underlying issue is corrected, use the “RESTART” command to reload the config and restart the host software. Printer is halted have reflashes the board with the renamed klipper.bin file but still getting it don’t know where to start looking any help would be grateful![:pray:

Hello @CLANKY !

You have connection issues in the log, but the issue you mention does not appear.

thanks for looking and getting back to me check this new one thanks

new klippy.log (236.2 KB)

[filament_switch_sensor switch_sensor]
switch_pin = pc15   # <------
pause_on_runout = False
runout_gcode = 
	PAUSE
	M117 Filament switch runout
insert_gcode = 
	M117 Filament switch inserted

Have you tried with upper case letters?

[filament_switch_sensor switch_sensor]
switch_pin = PC15   # <------
pause_on_runout = False
runout_gcode = 
	PAUSE
	M117 Filament switch runout
insert_gcode = 
	M117 Filament switch inserted

Same here:

[filament_motion_sensor encoder_sensor]
switch_pin = pc12
detection_length = 20
extruder = extruder
pause_on_runout = False
runout_gcode = 
	PAUSE
	M117 Filament encoder runout
insert_gcode = 
	M117 Filament encoder inserted
1 Like

Thanks for helping try and install the rest of the macros

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.