reprappro / RepRapFirmware

OO C++ RepRap Firmware
Other
143 stars 121 forks source link

attempting to extrude with no tool selected #59

Closed RFranta closed 10 years ago

RFranta commented 10 years ago

Hello,

I am trying to use newest duet firmware on my duet with duex, I have two extruders on the machine, I see right temperature, but when I try extrude material or heat the hottend I had this message: Attempting to extrude with no tool selected or Setting temperature: no tool selected

RRP-support commented 10 years ago

You need to select a tool before starting to print, or the printer won't know what to do. Since 0.65, the first hot end is defined as T1. The current duet branch (0.75) has examples of setting up tools (with M563) in the config.g. See G10, M563 and T[n] at http://reprap.org/wiki/G-code

RFranta commented 10 years ago

Hi,

thank you very much for answer. I added new line to config.g: M563 P0 D0 H1 M563 P1 D1 H2 My printer is two extruders machine, extruding and heating now work fine, but strange thing happens, when I try to print something, everitime after command G92 E0, Z axis doesnt move as it should (just tiny move) and I hear some strange noises...

RRP-support commented 10 years ago

Now that the issue that started this thread has been dealt with, please either contact reprappro support directly by email on 'support at reprappro dot com', or start a new issue to address your new problem. It sounds like your Z axis feedrate is set too high, and trying to move too fast for the motor, but you need to be much more specific about the problem, preferably with a sample of the gcode, because I don't understand why G92 E0 would cause this.

RFranta commented 10 years ago

sorry, for late reply, I will made a new issue...