bigtreetech / BTT-E3-RRF

56 stars 39 forks source link

BTT-E3-RRF V1.1 it possible to use D-B500F laser modul with RepRap? #19

Open Zoli-user opened 3 years ago

Zoli-user commented 3 years ago

IMG_2441

Hello, My question is very simple. How to connect and how to configure the Creality Ender 3 V2 with BTT-E3-RRF V1.1 to use this laser modul. I use the latest RepRap firmware and BTT-E3-TFT35. Thank You.

NexGen-3D-Printing commented 2 years ago

Not sure about your specific laser module, but most have 4 wires, 12v input for powering the actual laser and a 12v PWM control wires to adjust the level of brightness.

You can configure one of the fan headers to run the PWM control wires and feed the laser module directly with power from your powersupply, if you are using a 24v system and the laser module is 12v, then just power the module from a separate 12v power supply and you can still use the fan header to control the PWN signal, but just set the maximum to 50%, that way your only feeding it 12v max.

So the answer is yes, but you will need to customise the config file to suit the tool your using, I'm actually doing this at the moment, you need to have 2 separate SDcard setups, and swap the card when swapping the tool.

I would be cautious about power your laser module directly from the fan header, you must check the total power required for you specific laser module and make sure the fan header can deliver that power, as the fan PWM outputs on this board can be easily fried, I have a couple here that went poopy in their pants from damaged wiring and faulty cheap fans.

jaysuk commented 2 years ago

No need to have different SD cards. Just use M505 https://duet3d.dozuki.com/Wiki/M505

Thanks,

Jay

On Fri, 19 Nov 2021 at 22:14, Kung-Foo-Kamel @.***> wrote:

Not sure about your specific laser module, but most have 4 wires, 12v input for powering the actual laser and a 12v PWM control wires to adjust the level of brightness.

You can configure one of the fan headers to run the PWM control wires and feed the laser module directly with power from your powersupply, if you are using a 24v system and the laser module is 12v, then just power the module from a separate 12v power supply and you can still use the fan header to control the PWN signal, but just set the maximum to 50%, that way your only feeding it 12v max.

So the answer is yes, but you will need to customise the config file to suit the tool your using, I'm actually doing this at the moment, you need to have 2 separate SDcard setups, and swap the card when swapping the tool.

I would be cautious about power your laser module directly from the fan header, you must check the total power required for you specific laser module and make sure the fan header can deliver that power, as the fan PWM outputs on this board can be easily fried, I have a couple here that went poopy in their pants from damaged wiring and faulty cheap fans.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bigtreetech/BTT-E3-RRF/issues/19#issuecomment-974507430, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATUSBVNRXDKJTNHK7D56ZTUM3D2TANCNFSM45XA5SNA .

NexGen-3D-Printing commented 2 years ago

Thanks for the info Jay, that's brilliant, this will make things much easier.