Opt Laser mount for Z-plus

Has anyone mounted an Opt Laser PLH3D on a Z-plus?

I bought the Shapeoko kit from Opt Lasers and I figured it would contain a mount and assembly instructions since it was specifically for the Shapeoko. Apparently not.

Even a picture of how someone else did it would be good…

-e

Ok, I have a question for the smart people out there.

I have mounted an Opt Laser (Shapeoko kit) on my Shapeoko XL:

I have done almost everything I need to do, however, I’ve run into a roadblock. I have these two wires:

The brown one goes to PWM and the white to ground. It appears they designed this to go with an Arduino which has a place for these wires to plug in. I have the CarbideMotion 2.4e which looks like this:

The only PWM and GND I can find are on the upper right side:

These are labeled but there are no connectors there for them. I also have the BitSetter and the BitRunner, so when I get everything plugged in, it gets a bit crowded.

Is there another PWM/GND I can use?

Is there a plastic socket/plug I can add to this board? (Note that the other plugs seem to crowd it a lot)

Should I simply solder wires onto the PCB? I would prefer something less permanent.

Any thoughts or suggestions are greatly appreciated.

-e

@EdBaize, there are three places on the board you can get the PWM:

(from this section of the ebook)

  • #20 is where the BitRunner connector is, so PWM is not easily accessible there if you do use a bitrunner.
  • #18 are the plated holed on the upper right side (the ones you mentioned)
  • #5 has PWM on the top center pin and GND on the top right pin.

You could either solder some length of Dupont female housing onto the plated holes at #18, which would allow you to plug your arduino style leads, without making it a permanent connection

image

Or you could replace the pins at the end of your laser wires with single-pin female dupont connectors, and they would plug into the male pins at #5

image

3 Likes

Julien,

Thanks, that is helpful. I think I will go with the second option at #5. I have not soldered onto a PCB in a while, plus getting the board out of the case to work on presents some sort of problem. I took the screws out and it seems to be attached (glued) to the case it is in.

-e

For the record: this is likely just the thermal paste between the bottom of the controller and the rail, when it’s been there for a while it sticks. That said I fully agree that not having to remove the board and not having to solder stuff is much easier. I can’t remember actually using the PWM on that specific pin myself, maybe start by double checking the signal there using two female/male Dupont jumper wires.

There are a couple places that sell these things. In my experience, they are reliable. Definitely a good option for those who don’t solder.

2 Likes

Yes, thanks, those look very interesting.

-e

What would I look for, just a variable voltage appearing on the pin during output?

-e

When you issue an M3 S10000, you should see a voltage. M5 should drop to zero. The voltage you see on M3 commands will be scaled 0-5V based on your max spindle value ($30). So, if your $30=1000, anything >= 1000 will give you 5v. An M3 S500 would give you 2.5V and so on.

1 Like

I haven’t been able to detect the voltage on the pins at location 5. I don’t know if it’s a failure of my wire crimping (although continuity seems to work well), or if the voltage is not there, or if I don’t know how to properly issue commands on the console.

I tired holding the leads to the sockets at location, with no luck…

-e

Measuring voltage across these two pins?

Yes. I tried switching the leads between the two pins as well.

Thanks for this illustration. Next I will disconnect the BitRunner and try the pins there.

-e

1 Like

@EdBaize

Can you share the precise steps you took to activate the PWM when you tested that voltage, just to double-check that there is nothing wrong there? I guess the foolproof way is to just run an air job of any G-code file you have, it will do the M3 command for you, and if your $30 is still at the default value of 1000, it will activate the PWM to 5V then

1 Like

The pins are all connected. I’d leave your setup and make sure you have the process as @Julien said.

1 Like

Certainly, and I appreciate the help, as always…

  1. Turn on Computer
  2. Turn on Shapeoko
  3. Black wire is connected to center pin and red lead on multimeter, Red lead plugged into V-OHM-A, meter set to 5V DC
  4. White wire on top right pin, connected to black test lead, plugged in to COM on multimeter
  5. DC voltage reading 0
  6. Launch LightBurn, console says “ok”
  7. Run “Use Laser” Macro: $10=0, ok, $32=1, ok, G10 L2 P1 X-845 Y-850, ok (not all on the same line, of course
  8. $$ - Confirm $30=1000
  9. M3 S10000, ok
  10. Voltage reads 0
  11. M3 S500, ok
  12. DCV=0

-e

2 Likes

If you check voltage from top left pin (5V) to top right pin (GND), what do you get?
image

Ok, I get 5V when I read across those two pins. Hopefully that means my attempt to read is done correctly. Thanks. :blush:

1 Like

And your BitRunner works just fine otherwise ? (which would indicate that the PWM is generated correctly on the 6pin connector on the right)

To confirm what’s going on you may want to repeat your procedure as described, but measuring voltage on the BitRunner connector: top middle pin for PWM, bottom left pin (looking into the connector) for GND.

image

EDIT: you may also want to probe the PWM at the plated hole (upper right side), if you have a suitable pointy probe on your voltmeter

I have confirmed that my BitRunner is working properly. I don’t have the proper connector to be able to test the 6-pin connector for the BitRunner, nor do I have something sufficient to test the plated holes…

Do you know what the connector for the BitRunner is called?

-e

It’s a Molex Micro-Fit: https://www.molex.com/molex/products/part-detail/pcb_receptacles/0447640603
Anyway, if the BitRunner is working, it means the PWM about at the BitRunner connector is generated correctly.

Your next move may be to buy some of those Press-fit header strips that Neil linked to, and insert that in the plated holes, and test there.

Or, find the adequate Micro-Fit plug and use that to connect your laser to the BitRunner connector, but then you would have to unplug the BitRunner everytime you need to use your laser, not quite convenient. Also, that Bitrunner connector is not really meant to be plugged/unplugged dozens of times, it’s not so sturdy since it’s only held on the PCB by its soldered pins.