I have problems with my Jackpot board. First one stepper driver was broken and after fixing this, I have wifi-problems since the beginning.
I can connect via Wifi but after some minutes, I have to un-power the board for reconnection.
I run a firmware upgrade to v3.8.3 (fresh-install) and used the Git files from MPCNC/UI V3 MPCNC (FluidNC_Configs/MPCNC/UI V3 MPCNC at main · V1EngineeringInc/FluidNC_Configs · GitHub), but still have issues. Now the controller stops running the G-Code in the middle of the Job. If the G-Code needs to klick the continue button due to a Message (Tool Change) from estlecam, it doesn’t work.
Is the esp32-board broken? Which one is compatible (I am from Germany, perhaps you can recommend a new one)
Have I done the Firmware update correctly (the design is now different).
The issue with Wifi/hard lock on the board and needing to reboot is a known issue. There is a test release with a fix. If you can i ask you to download it and test if not doing any production work.
Thank you for helping me. This stuff is making me crazy.
Befor using an Jackpot Board I used a cheap cnc shield with an arduino and estlecam via my Laptop. That Was was a robust and flexible solution but i missed the autosqare.
Is is possible to access or control the cnc via USB and Laptop ( estlecam?).
It is possible to control FluidNC using a FluidDial pendant, or using a USB attached sender.
Lasers, for example, often use LightBurn to drive the machine.
There’s a bunch of qustions about your workflow- are you putting files on the SD card and using the SD card for your jobs? What kind of jobs are you doing on your MPCNC?
Basically i save the gCode via Wifi on the Jackpot and Start the Job via the Web interface.
Most of the Projekts needs a Tool change (engraving and cutting). I parse the hole thing in one gCode.
Is it possible to send the gCode via estlecam? There is a nice start and stop function while milling and you have full control when Tool changing and resetting the Position
Concerning the Tool change: what are you ding when the Wifi is brocken?
Start over again? Of this is the case please, mention that in the Docu and on the selling Page. I have Not bought that Controller of i have known that. Sorry i am a little frustrated
You could each operation with a a tool as a different job/file. FluidNC saves the workspace 0,0 between jobs (and reboots) so it’s easy to move the tool heat to change a bit and have it start the next job from that location.
You home the machine when it starts. If you clobber the home position by setting the origin, then write down where the new origin is relative to the home position and you can recreate the same setup after a reboot or skipped steps.
Can you post your full config.yaml file here? It should be a fresh download off the Jackpot. I have a suspicion that you may have extra info in it that got added when saving the config via the UI. There was a bug related to this that was previously resolved. When I ran into it, it would connect to the wifi multiple times. If it happened too many times it would run out of memory and crash.