chenkumi

About

Username
chenkumi
Joined
Visits
38
Last Active
Roles
Member

Comments

  • Well.... I think I'm wrong.... I did not solve the problem by this way. The really reason is I enable all extruder in initExtruder()(default is disable) But this way still not really solve the problem . If the extruder is disabled , it can't enable …
  • Hi, I found the reason of the problem. Extruder.cpp  line:1781  in enable() digitalWrite(Extruder::current->enablePin, Extruder::current->enableOn); change to HAL::digitalWrite(Extruder::current->enablePin, Extruder::cu…
  • I found something yesterday. After exchange motor setting between X1 And E1 , the same problem happen on X1 , E1 is work fine. I think the problem caused from pin of due.... Because of driver socket is not enough , my extruder is connected to Ramps-…
  • Hi, Thanks for response. I had checked Printer::setDestinationStepsFromGCode(GCode *com). I'm sure this function can create new PrintLine , and after this , Extruder's step() has called , but the motor still not work. I will keep looking for the  re…
  • Repetier said: 1. Actually it only moves to xy at current z level. If you homed before it should go down to bed distance when probe is activated. 2. Don't really understand why y tilts when going up. You said hitting z2 manually works so I a…
  • Problem seems to be solved Thanks for help!!:D