RepRoland
About
- Username
- RepRoland
- Joined
- Visits
- 2
- Last Active
- Roles
- Member
Comments
-
If that is a pwm pin with a timer not used by firmware you could simply use arduinos analogWrite command. The main problem is normally you need a high pulse rate to cover the complete line with pulses. Depends of course on laser diameter and speed. …
-
Actually my laser has a focus light even when off, so that problem never occured to me. And letting it full power seemed to dangerous. I think for focussing we could make a special command and in temperature interrupt which is called 3906 times per …
-
Remko you are using the wrong baudrate or wrong port (if you have multiple ports). For that reason no communication occurs and nothing happens. A independent provlem is11:15:52.762 : OpenGL version:1.1.0 11:15:52.762 : OpenGL extensions:GL_WIN_swap_…
-
We have no config_adv.h so I think you are not using our firmware:-)
-
You better switch to repetier-server for sending data to printer. The server has a timeout that continues automatically when you have communication errors. In combination with latest firmware it is even better in correcting errors automatically and …