New spindle 😢

I’m pretty sure my cheap spindle is about on its way out. I took it apart and cleaned out a bunch of dust and that seemed to help but it’s loosing a lot of power at times I think when it’s getting hot.

I was looking on Amazon and saw this dewalt mini router with adjustable speed. Would this be a good replacement?

https://a.co/d/090xqTlP

What current router are you actually using?

That’s the exact one I have. Keep in mind the lowest speed is like 16,000 RPM. If you want to go lower, I believe the Makita is the one others use. My Dewalt works really well. Even at 16,000 RPMs it still produces chips.

Here’s pretty close to the exact one I have:

https://www.amazon.com/Daedalus-Spindle-Motor-500w-Brushed/dp/B09D3TWBB3/ref=sr_1_17?crid=B9FC98PE0VEH&dib=eyJ2IjoiMSJ9.FgH8RSRZa1WTN6anFIhZyRYOpyhIrwRJi5FhWM90eAu66VdGaeGqJuL6sbhaIp5PrUbemcAl6ff1sbY3-tHJu3L7dgriOzF0Sxf-qtxwK8zXDoGS31y9soyOUTAVJYhKvKGZ0gws6QKNUsf7W7Do9aimVjSv2F4qHxhfZz6yDRS5nx0YzOCu7UBkPPxM7cdwMI_QSVTGaPvmegVMzV169aQiUlZnV1m3xlveJe_L8fnqLx9hcmsMd3VtEEQY7868v1lugOwuQK96qBCPBxytN3xwguU9RkuKlK6LAhUj_fw.KigM6l4RTaBzU_JSa51ZV47aECUiKmAGtoYyDofqGWM&dib_tag=se&keywords=cnc%2Bspindle&qid=1785426653&sprefix=cnc%2Bspindl%2Caps%2C157&sr=8-17&th=1

While looking for that one, I found this. Do you think it’d be better since it has a speed display on it?

https://www.amazon.com/NymoLabs-Adjustable-7000-30000-Compatible-Engraving/dp/B0FP5F5764/ref=sxin_16_pa_sp_search_thematic-asin_sspa?content-id=amzn1.sym.5055509e-b611-40d2-b8a2-c2dbceac1fe5%3Aamzn1.sym.5055509e-b611-40d2-b8a2-c2dbceac1fe5&crid=B9FC98PE0VEH&cv_ct_cx=cnc+spindle&keywords=cnc+spindle&pd_rd_i=B0FP5F5764&pd_rd_r=ad1cd58a-0390-4155-b0dd-692a2885ea2d&pd_rd_w=WrH7l&pd_rd_wg=RwqzM&pf_rd_p=5055509e-b611-40d2-b8a2-c2dbceac1fe5&pf_rd_r=EJ2F615K2VJ61C9RSZEP&qid=1785426653&sbo=RZvfv%2F%2FHxDF%2BO5021pAnSA%3D%3D&sprefix=cnc+spindl%2Caps%2C157&sr=1-1-f7d8a1b7-d68f-4a86-bfcb-111c62272989-spons&aref=ntK7vLRSTB&sp_csd=d2lkZ2V0TmFtZT1zcF9zZWFyY2hfdGhlbWF0aWM&psc=1

Mmmm what router mounts you have currently installed?

Makita, kobalt or dewalt?

I think I took the Makita ones and modified them to hold the spindle. They hold a 52 mm spindle and I posted the files to printables here:

https://www.printables.com/model/1166951-52m-spindle-tool-mount-for-the-lowrider-4-cnc

So no matter what you should be printing new ones. You can buy any router, but i would not pick a bad ultreacheap clone. We had some discussion about one er11 collet router clone from the makita. But i do t think its available anymore. Let me cheack and i’ll edit this comment

Er11 router i cant speak about the quality of this exact one. I have been using the Carbide Er11 router but the price is up to 150±

Both are 65mm body so you need Kobalt or makita mounts

This would come with an er11 1/8” collet, i would advise to buy the others you think you would need. 1/4" 6mm 4mm/3/16” you name it

1 Like

If you are going in on a new router (and you live in the US) I can’t recommend this enough:

Same price as other mini-routers, already comes with both collets, and has CNC speed control to hook right up to the Jackpot.

2 Likes

If it is available for purchase yes but buyer must have a way to control the 0-10v via a 0-10v module (i don’t know it its already integrated in the new jackpot)

Just jam the leads into GPIO2 in the Jackpot 3 and update the config.yaml:

PWM: 
  pwm_hz: 800
  direction_pin: NO_PIN
  output_pin: gpio.2
  enable_pin: NO_PIN
  disable_with_s0: false
  spinup_ms: 0
  spindown_ms: 0
  tool_num: 0
  speed_map: 0=0.00% 0=20.00% 10000=20.00% 10000=32.00% 30000=95.00%
  off_on_alarm: false
  atc: 
  m6_macro: 
  s0_with_disable: true
2 Likes

Ah didn’t knew. We are always learning. I hope OP can grab one of these ones. Really useful to control the router rpm via software

2 Likes

Yeah, it works flawlessly doing live control on MillMage (and looks great with googly eyes! :distorted_face: ).

Now just need Scienci to make a 220V 50Hz one for the rest of you!

3 Likes

I have 120/240v availabe just like the US.

1 Like

230/400V here… :stuck_out_tongue:

But 220/380V machines still work. All my old ones are 380V three phase.

1 Like

if only they did a 240 volt :cry:

This is great info, thanks everyone! I do like being able to connect it right into the jackpot!

1 Like

I have the original Jackpot. Do you think the GPIO2 pin can support PWM, or is there another way to do it with that board?

I would imagine it would, but I don’t know for certain. I only have the Jackpot 3.

I know @vicious1 has the AutoSpin and all the knowledge of the original Jackpot.

Both 5v output can do PWM, the module port handles it as well if you need to expand.

1 Like