Revisit Extruder Problem

Post Reply
newman13f
Posts: 4
Joined: Wed Aug 19, 2015 11:15 pm

Revisit Extruder Problem

Post by newman13f »

Hello everyone, previously I've posted about an issue (among other members) with my extruders on my Prusa i3 Pro C not feeding any filament. I still have not been able to solve this problem. Both stepper motors work if I swap the plugs with one of the other axis ports. Also both hot ends heat up to the appropriate temperatures. Both nozzles are free of debris and the filament is able to pass through just fine. I've been told to reinstall Marlin to the GT2560 board and everything should function properly afterword. The problem I'm having now is when I attempt to install Marlin through the Arduino software I get an error that I will copy and paste at the bottom of this post. Has anyone else run into this, or does anyone know how to solve this error? I've tried many different solutions with zero results, just keep getting the same error. Also I'm using a Macbook Pro laptop to run my printer. I was able to use my printer for almost 2 months before the extruder problem presented itself. I appreciate any advice in advance.

Here is the error I've been receiving.

sketch/temperature.cpp: In function 'void manage_heater()':
sketch/temperature.cpp:665:1: error: unable to find a register to spill in class 'POINTER_REGS'
}
^
sketch/temperature.cpp:665:1: error: this is the insn:
(insn 98 97 100 4 (set (reg/v:SF 103 [ pid_input ])
(mem:SF (post_inc:HI (reg:HI 146 [ ivtmp.209 ])) [4 MEM[base: _110, offset: 0B]+0 S4 A8])) sketch/temperature.cpp:449 99 {*movsf}
(expr_list:REG_INC (reg:HI 146 [ ivtmp.209 ])
(nil)))
sketch/temperature.cpp:665: confused by earlier errors, bailing out
Error compiling.
Mark
Posts: 1553
Joined: Thu Aug 06, 2015 9:19 am

Re: Revisit Extruder Problem

Post by Mark »

How about use other arduino versions?
newman13f
Posts: 4
Joined: Wed Aug 19, 2015 11:15 pm

Re: Revisit Extruder Problem

Post by newman13f »

I have tried that with the same results.
Mark
Posts: 1553
Joined: Thu Aug 06, 2015 9:19 am

Re: Revisit Extruder Problem

Post by Mark »

I've never got those errors. I use arduino1.0.1, and it always works. You can try it again.
Post Reply