Jackpot CNC Control Board official release

My dedicated laser is CoreXY motion, so only 2 motors. I wanted the core to be as lightweight as possible to elimimate artifacts on direction changes.

2 Likes

I have one of the 79 dollar ones. I got what i got, lol

Well, there are a bit more than 110 Jackpots out there now. So far just the one issue we canā€™t figure out. Feeling better and better about this board.

50 more on the way!

7 Likes

3 of them in my garage running awesome!

4 Likes

You have more of my machine than I doā€¦and they all look better as well.

4 Likes

Thatā€™s just because all the other crap around them in the garage makes them look better. Iā€™m sure if you were standing here really looking at them you would find plenty of things to shake your head about LOL.

Still have to build the zen btw. But I guess its a good thing I held off on it. The pics of your dinning room table have her wanting that now LOL

1 Like

ohā€¦but I have something that he doesnā€™t haveā€¦ @Jonathjon

5 Likes

Yeah I donā€™t have thatā€¦yet. Seeing the spindle stuff at the bottom interest me. Iā€™m going to try and set up an RS485 to control my spindle from it.

1 Like

lolā€¦ itā€™s something Iā€™m working on.

Iā€™ll make a thread when thereā€™s something better to share, but I got some stuff figured out today so now Iā€™m pretty sure I can make it happen.

I got tied up with family stuff this weekend so didnā€™t have much time, but if all continues to go well, maybe by next week there will be some BETA stuff to test with.

5 Likes

yes yes yes!!!

Thatā€™s it running on the ESP32 directly talking to FluidNC now. Iā€™m working through adding support for the new protocol to the firmware.

Iā€™ll have to work on SD card support last since these donā€™t have an SD card slot to test with. Iā€™ll need to have it working pretty well before I put it on my Jackpot directly.

But Flash access works, a lot of the commands look like they work, and Iā€™m working on getting the Settings page stuff together right now.

soā€¦ :crossed_fingers:

4 Likes

Well if you are still looking for beta testers around 11/10 Iā€™m your guy lol. Until then ill be away from my machines unfortunately. Really need to find a way to make these machines make money so I donā€™t have to go to work anymore LOL

4 Likes

Whatā€™s this then? Are you updating FluidNC UI to have ESP3Dā€™s 3.0+ Web UI? Until now, I thought FluidNCā€™s fork was based on some ESP3D 2.1 build?

Havenā€™t used FluidNC yet, so I have no opinion on that. I do like ESP3Dā€™s 3.0 Web UI, especially macro and custom keyboard shortcuts. Have used ESP3D 3.0 on a ESP8266 wifi module connected to SKR, and also on a ESP32 module plugged into Octopus. Cheers!

2 Likes

Kinda both. Working on adding WebUI3 support to FluidNC, and FluidNC support to WebUI.

FluidNC guys have been talking about it for a while but donā€™t have time. Their goal is to not have to manage their own fork anymore. Mitch added his own revamp fork of 2.1 just so he didnā€™t have to bother Luc and interrupt them from making progress on v3.

Neither of these things are under my exact area of expertise, but I have enough experience across a lot of different development technologies to be dangerous enough that I can probably make it happenā€¦weā€™ll find out soon enough :slight_smile:

6 Likes

That sounds awesome. Would be great for Fluid easily pickup all the updates going into ESP3D WebUI 3.0. I successfully submitted some minor edits earlier this year, and then tried submitting some other convenience items, but lost interest (or got distracted) after encountering unexpected resistance for this change. Will look out for your edits, hopefully others here interested in this might be able to support you if needed during pull request discussions :slight_smile:

Good luck!

1 Like

I hear yaā€¦Iā€™ve lost interest in a few Open Source projects in the past when PRs get no feedback or they act like they really donā€™t want help.

Mitch seems to genuinely want this to happen, so I think we are good there. Weā€™ll see how it goes with Luc. I havenā€™t tried interacting yet.

Once itā€™s further along, Iā€™ll make a discussion/testing thread and link the repos/branches where it all lives and some compiled outputs for people to test with if they are feeling adventurous :slight_smile:

4 Likes

I have revived my project of running a Pi as a smart screen. Currently it is talking to RepRap Firmware as a substitute for the PanelDue controller (Original intent) with CNC common functions (Changed intent. I used to have it setting up and displaying a lot of temperature stuff, filament loading and other printer functions.) Currently it has workspace coordinate selections (though I usually only use the first set) setting work 0 locations, probing stock, setting spindle or laser mode (Not needed with FluidNC.)

I want to see if I can get it to talk to the Jackpot over the serial UART. If so it will make a nice option for a Pi with a 5" or 7" touchscreen. Itā€™s basically just a python 3 program that uses the serial UART on the GPIO header. I should verify that the UART is 3V3 signal voltage, though.

2 Likes

:wink:

The problem is always data transfer to the SD card. I have a MKS board that is running Beeprint that does manage data transfer to the SD card but it is quite slow and you can do nothing else on the interface while the file is transferringā€¦ still, itā€™s better than ESP3D. Good luck with your endeavors.

1 Like

Anyone using Fusion 360 with the Jackpot board? What post processor are you using, the generic grbl or something else?

1 Like

GRBL should work fine.

2 Likes