aiz

About

Username
aiz
Joined
Visits
5
Last Active
Roles
Member

Comments

  • Hi! Thanks! I had tried to put the jerk change also in this position but it is also not working. With the change here, the second 90º corner of the backlash seems to be fast, as desired, but still, before doing the first corner, the extruder is de…
  • Hi again, It is not working as expected... The code now looks like this: #if ENABLE_BACKLASH_COMPENSATION     if((p->isXYZMove()) && ((p->dir & XYZ_DIRPOS) ^ (Printer::backlashDir & XYZ_DIRPOS)) & (Printer::backlashDir &g…
  • Thank you for the quick reply. I see... It may be correct that I am resetting too early the jerk value to the original. Where should it be reset then?
  • Hi, I know I'm coming back to an old topic. Would it be possible to set different jerk, accelerations or feedrate for the small movement of the backlash compensation? I think that the problem is that the printer movement is almost stopped, not bec…
  • If I'm not wrong, the Due has no EEPROM...
  • Hi, Thanks for the quick reply. I use an Arduino Due, so the maximum frequency is higher. Anyway, I already found the problem. It guess it was the motor that was damaged as when I have replaced it the problem is gone. Now I've r…