Prusa i3 Pro C Extruder not working

Post Reply
galott
Posts: 7
Joined: Thu Feb 16, 2017 10:37 pm

Prusa i3 Pro C Extruder not working

Post by galott » Mon Feb 20, 2017 3:27 am

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

bang
Posts: 402
Joined: Wed Dec 28, 2016 2:12 pm

Re: Prusa i3 Pro C Extruder not working

Post by bang » Tue Feb 21, 2017 1:45 pm

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:

Nuklearfire
Posts: 3
Joined: Sat Feb 11, 2017 1:31 am

Re: Prusa i3 Pro C Extruder not working

Post by Nuklearfire » Thu Feb 23, 2017 3:57 pm

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

bang
Posts: 402
Joined: Wed Dec 28, 2016 2:12 pm

Re: Prusa i3 Pro C Extruder not working

Post by bang » Thu Feb 23, 2017 4:25 pm

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.

Post Reply