Hi I just finished building my lovely CNC workbee 1015. I'm exporting GRBL FILE from fusion 360 to Control WorkBee software, I'm setting up Zero Point. and then Run job.. and I got this message - G-code error (adding PRTSCRN) Thanks For help. Yanai
Controller - Open Builds Post processr - can you guide me in this ? i need post-processor for fusion 360
This link will take you to the correct post processor. You need to enable cloud in your preferences in Fusion. Fusion 360: grbl post processor install (the easy way) Alex. PS, next time you need to post a screenshot copy it into something like paint and crop it - your pic was too small to read on my phone.
Alex, bigger crops help see whats in the background Better post both hehe. In this case background wasnt of interest but you'd be surprised how useful a fullscreen crop is in seeing unrelated things sometimes
You are seeing that error because GRBL (what runs on the BlackBox) does not support toolchanges, the code is saying T1 ; be ready to switch to tool 1 M6 ; switch to tool 1 now (the split nature of this makes sense for slow moving automatic tool changers where you can position tool 1 for changing long before actually needing it, thus saving time) you can turn tool changes off in the post or use the OB post given by Alex. f360/ob control (and the post above that one)