jellehak

About

Username
jellehak
Joined
Visits
13
Last Active
Roles
Member

Comments

  • Ok , it got me some time to figure it out that you can't use the same pin. In my configuration I use a buck converter to limit current to 3 amps, perfect to swap it with a laser. But I guess it's not possible (yet). Yet it's not a real bug but just …
  • Nice thanks for the quick reaction, going to try it out and write perhaps some code to futher improve the laser tool!
  • I got the problem with Repetier host version 1.6.0 on windows 10 and as firmware Marlin (latest version) (shame). Repetier host crashes at the moment it see begin file list. The problem is fixed when marking the printer has sd card tho but there are…
  • Nice, where you keep the latest code? is it possible to test and contribute?
  • I didn't toggle the dry run that log, then the host (repetierhost)  must have send it. But even so, I disabled the working of the M111 command. But still the extruder stopped working, near this moment. But indeed recreating the error would be best f…
  • I also disabled the M111 command, but logs show up : M111 S14 is being send or received? 11:20:32.316 : N1644 G1 X108.763 Y105.978 E29.4869 *11611:20:32.365 : N1645 M111 S14 *6611:20:32.365 : N1646 G1 X107.847 Y105.371 E29.5326 *11411:20:32.381 : N1…
  • Hmm did some testing, seems like a problem when the buffer is running empty.  I put this code in PrintLine::calculateMove at line 262         //OUT_P_I("L:",lines_count);        timeForMove += (3 * (LOW_TICKS_PER_MOVE - timeForMove)) / (linesCount +…
  • Dear Repetier,  I still got bug, even running with the latest 0.92.6. It happens when I am printing "too fast" during printing complex geometry like circles with a lot of polygons. If I print "slow" it goes quite fine, but when turning the speed up …