dentikhval

About

Username
dentikhval
Joined
Visits
12
Last Active
Roles
Member

Comments

  • I got the laser to work, but still have weird issues... Sometimes (after homing and after I plug in the power) - not always - the laser keeps on working even after a M5 command. Anyway, please explain the behavior of the following: If you have a …
  • Ooh, dang it...Thanks Repetier and sorry for the noob question. I never tried sending M3!Now everything is working. My 2W laser module from China takes 12V 1A from a LM7812 regulator and it seems OK. The TTL works like this: on the laser module the …
  • Make sure servos have their own power source. Powering them from Arduino directly is dangerous as the arduiino power control is not made for such high currents and will likely cause brown out of usb-serial driver. As a test you can unplug servo cabl…
  • Hi Kulakov,The error in HAL.h is caused by some SD card or other SPI device functions, here is the code containing lines 612&613:static inline void spiInit(uint8_t spiRate)    {         uint8_t r = 0;         for (uint8_t b = 2; spiRate > b &…
  • Forgot to mention, I use Repetier-host V1.0.6 under Windows