Page 1 of 1

Prusa i3 Pro C Extruder not working

Posted: Mon Feb 20, 2017 3:27 am
by galott
Hello,

when i print via USB with my PC everything is fine. But when i try to print from SD-Card the extruder donĀ“t work. No nois or clogging. It seams like power off.
Extruder temperature and all other parameters are ok.
The reason why i would print from SD - the connection lost about 2-3 houres after start print job.

Here is my startcode:

; Default start code
G28 ; Home extruder
G1 Z15 F{Z_TRAVEL_SPEED}
M107 ; Turn off fan
M109 S240 T0
G90 ; Absolute positioning
M82 ; Extruder in absolute mode
{IF_BED}M190 S{BED}
; Activate all used extruder
{IF_EXT0}M104 T0 S{TEMP0}
G92 E0 ; Reset extruder position
; Wait for all used extruders to reach temperature
{IF_EXT0}M109 T0 S{TEMP0}

hope someone can help fast to fix the problem.

thx

Re: Prusa i3 Pro C Extruder not working

Posted: Tue Feb 21, 2017 1:45 pm
by bang
Did you check the .gcode file was OK in your SD card?And was the heating of extruder and heatbed normal?
You can try printing the same model via USB and SD card,i guess it is the SD card issue if it still exists. :roll:

Re: Prusa i3 Pro C Extruder not working

Posted: Thu Feb 23, 2017 3:57 pm
by Nuklearfire
I will try that, actually i only try printing via USB for testing, but i willl try from SD Card now.
But i think that the feeder is the Problem because the stearing weels dont moving

Re: Prusa i3 Pro C Extruder not working

Posted: Thu Feb 23, 2017 4:25 pm
by bang
So you mean the extruder motor spins while the wheel in the feeder doesn't turn?
If that is the case,then the feeder is the issue indeed.