Prusa i3 Pro C Extruder not working
Posted: 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
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