3D Printer PWM/TTL Laser Adapter

This circuit needs to adapt a PWM/TTL laser module to a 3D printer using a cooling fan output.
You need to use a laser which has the PWM/TTL control on a port different from the one used for the power.

You can turn the laser ON with GCODE command M106 Sxxx (where xxx is an integer number from 0 and 255) and the laser OFF with M107

For example:

M106 S127 ; This line turns the laser ON to half power (50%)
M106 S255 ; This line turns the laser ON to full power (100%)
M107 ; This line turns the laser OFF
M106 S0 ; This line turns the laser OFF too (0%)

Through the use of JP1 jumper you can switch from Laser to Fan, so you don’t need to detach this interface to use your printer normally.

12V or 24V printer

If your FAN runs at 24V R1 must be 2.2KOhm, if it runs at 12V R1 must be 1.1KOhm.

Note that JST (white) connectors are rotated to respect Creality 3D Ender 3 PRO polarity, so if your printer has inverted polarity rotate the JST connectors accordingly.

GitHub Repository

https://github.com/siddolo/3Dprinter-laser

21 Replies to “3D Printer PWM/TTL Laser Adapter”

  1. Thanks for the article, I only have one question, I bought a laser on ebay

    (Link: https://www.ebay.com/itm/15WB-Laser-Head-Engraving-Module-with-TTL-450nm-Blu-ray-Wood-Marking-Cutting/293054392358?_trkparms=aid%3D555018%26algo % 3DPL.SIM% 26ao% 3D1% 26asc% 3D58646% 26meid% 3D63303e00c4c9416d8be7cb776ffb9830% 26pid% 3D100005% 26rk% 3D2% 26rkt% 3d12% 26mehot% 3Dag% 26sd% 3D323831859571% 26itm% 3D293054392358 & _trksid = p2047675.c100005.m1851 & fbclid = IwAR0uqq1YOZo8iZHsr8cHqr6CzSXeKM0qSeqPWGwtxsS6td-ZUCj2dxTXLpw )

    As I know, you already have a module, is it necessary to integrate this adapter again or is it enough to place a 7812 regulator to decrease the amps?

    Thanks in advance for your response.

    1. Hi Hugo,
      sorry for delay in the answer.
      The Ender 3 PRO has a 24V power supply, but the laser module needs to be controlled by a 5V PWM signal, so yes, this module is necessary to dimmer the laser power between 0% and 100% power.

  2. If you want to use fan you need to connect 1 and 3 JP and if i wont pwn/ttl on 5v then 2 and 3 JP shud be short ?

    1. Hi Marian:
      – connect J4 of this board with a white JST connector of the laser (TTL 0-5)
      – connect J2 to the FAN connector of ender 3 mainboard
      – connect FAN to J3

    1. Hi Ricardo, the output of 7805 (+ 5V) must be connected to 5th PIN of 4N35 (+ 5V), and both GNDs are connected together. Please, take in mind that laser is DANGEROUS, you shouldn’t proceed if you’re not sure what you’re doing.

  3. Hi I made your board but when i connect to power supply i get 2,54V and turns on laser with out any signal from ramps. Is that normal or I wired it wrong?

  4. After 2 attemps i could not get this to work.

    First time on a protoboard and the second time i directly copied your design and used Kicad to merge the groundings for a single layer PCB.

    Any help would be much appreciated as my laser has only been good for making squiggly lines at the moment…

  5. I am right in assuming this board will accept M106 S0-255 to set laser power? Love the idea of this and haven’t found anything elsewhere, just getting it to work is giving me a headache.

  6. Hey im running it on an Ender 3 pro. 24v Mainboard 1.1.4. No other modifications.

    After carefull assembly i’ve managed to get the board built but have now run into an issue.
    I’ve managed to get the laser working fine with M106 commands but the “cooling fan output” is only putting out 0.1v max. All components have been checked and double checked resistance and diode polaritys, Checked voltage output from the….

    Upon writing this i realise i have wired my switch/JumperPins incorrectly…. Everyone ensure you have JP1 wired correctly. If you are getting the wrong voltages…

    Excellent board and good work sid!
    From everyone building thank you!

  7. hello I bought a neje laser whose pwm pin is controlled from 3.3 to 12v will this system allow me to control the laser power? the laser has 4 pins vcc gnd pwn and measuring the temperature which I will not use.I wanted to connect the system to the 24V ender 3

    1. If the laser can’t tolerate the 5V, you need to change the power supply (first part of the circuit) with a step-down to 3.3V and apply this voltage to 5th pin of U2 IC

  8. Hey,

    thanks for this awesome circut. Actually its super simple and logical. I’ve builded it and it works! Thanks a lot. Still have some issues with my ELEKSMAKER EL01-2.5W

    1) PWM is pulsing my Laser, when I try to dim, even tough it has its own MOSFET. Do I have to convert to analog? Thought of RC but…
    2) It already has a delay, means the beam starts and stops then it should do! Maybe this is due to all the condenser it has in between?

    You have any advice? @Sid

Leave a Reply

Your email address will not be published. Required fields are marked *