abuharsky

About

Username
abuharsky
Joined
Visits
24
Last Active
Roles
Member

Comments

  • Repetier said: On AVR systems you can not get exact timings. You can come pretty close which is what we do. But if interrupt is blocked the stepper interrupt also gets delayed accordingly if it would normally fire. Also on fast speeds you get…
  • lucasss said: If you want less motor noise, you can choose a silent stepper driver like the TMC2100... I have already TMC2100 and TMC2208, but noise still exist
  • I think it will work fine -----#if PS_ON_PIN > -1    SET_OUTPUT(PS_ON_PIN); //GND>>> WRITE(PS_ON_PIN,(POWER_INVERTING ? LOW : HIGH));    Printer::setPowerOn(false);#else----- thanks, please add it to https://github.com/repetier/Repetie…