Multiple toolpaths in one file - errors and won't render

Post technical questions about the Buildbotic Controller here.
Forum rules
No profanity, no gambling, no illegal activity, so sexual or pornographic material.

Posts not related to the Buildbotic CNC Controller are likely to be moved or deleted.
Post Reply
mhkievit
Posts: 4
Joined: Sun Feb 21, 2021 11:28 am

Multiple toolpaths in one file - errors and won't render

Post by mhkievit » Mon Feb 22, 2021 3:28 pm

Just getting my machine up and fully running. I made a pretty simple carving sign. When I save all of the toolpaths individually from Aspire v9.514, they all load fine, render fine, and cut fine. But when I save them all into one file, I get errors about arcs are off by 4.xx mm, and the file renders as a squiggly line, and that's it. It doesn't print most of the way through, though. But then throws an error I can't seem to recover from - I had to reboot the controller. I then loaded the individual file where it gave me the error, and it continued on OK and I finished up the last files one-at-a-time.

In the file is the all-toolpaths file, and each individual path. They are saved in this order:
Huskies Outline
Text
Huskies
Inner Circle (it errors when starting this one in the all-toolpaths file)
Outer Profile
Huskies Outline (Clear)
Cutout

I also attached a screenshot showing what the rendering looks like (just a single squiggly line), and the errors it gives.

Thank you, and I hope it's something simple that I'm (not?) doing.
Attachments
buildbotics error.png
MTU.zip
(280.65 KiB) Downloaded 155 times

User avatar
Doug
Posts: 343
Joined: Fri Feb 02, 2018 4:56 pm

Re: Multiple toolpaths in one file - errors and won't render

Post by Doug » Mon Feb 22, 2021 7:35 pm

Please post tbe version of software you are running and the gcode programs in question. I will take a look at them to see if I can tell what is going on.

Doug

mhkievit
Posts: 4
Joined: Sun Feb 21, 2021 11:28 am

Re: Multiple toolpaths in one file - errors and won't render

Post by mhkievit » Tue Feb 23, 2021 1:41 am

Thanks for reply. I’m running 0.4.15. All of the G-code is in the MTU.zip file attached above.

Had another issue last night, also. I was running one of the programs and then stopped using the stop button when when my piece moved. At that point, I was unable to jog it because it kept saying a job was already running. Hitting stop didn’t do anything. The list of programs shown on the controller was incorrect and I had to reset the controller. After that, the list of programs returned to the correct list and I was able to jog again.

Attached are pictures of the program list before and after cycling the power. There’s also one where showing that it couldn’t load the selected program from the list.

Thank you.
Attachments
6959DA52-91FA-41EA-BF9D-05A07209EE32.jpeg
5A3BF6FE-FA77-49AF-B98D-142FD27E393E.jpeg
A9B9FF71-2FE7-4564-8ACE-29EDD3BAA7DC.jpeg

User avatar
Doug
Posts: 343
Joined: Fri Feb 02, 2018 4:56 pm

Re: Multiple toolpaths in one file - errors and won't render

Post by Doug » Tue Feb 23, 2021 3:42 pm

Hmmm,

This loads and simulates correctly on my controller.

Please go to the 'General' page and click 'Bug Report'. This will create a file that includes the system logs, the controller configuration, and the current program that is loaded. Then, attach the bug report to your posting. When I get it, I'll load your configuration on my controller to see what happens.

Are you able to recreate the problem where you stopped the program but it said it was still running?

mhkievit
Posts: 4
Joined: Sun Feb 21, 2021 11:28 am

Re: Multiple toolpaths in one file - errors and won't render

Post by mhkievit » Tue Feb 23, 2021 6:52 pm

I tried to upload the file, but it's too big to attach (~10mb), so I broke it into 2 parts.

I have not played with it any more to see if I can recreate the issue with the it stopping, but saying it's still running. That's a task for this weekend. I will follow up when I have more time to play with it.

Thank you for your assistance!
Attachments
mhk-buildbotics-20210224-023935 pt2.tar.bz2
(4.47 MiB) Downloaded 160 times
mhk-buildbotics-20210224-023935.tar.bz2
(4.73 MiB) Downloaded 152 times

User avatar
Doug
Posts: 343
Joined: Fri Feb 02, 2018 4:56 pm

Re: Multiple toolpaths in one file - errors and won't render

Post by Doug » Tue Feb 23, 2021 7:24 pm

OK,

I loaded your configuration and then reloaded 'Michigan Tech Round Up (all toolpaths).ngc and now I get the errors with a squiggly line displayed. I'll dig further and let you know what I learn.

User avatar
Doug
Posts: 343
Joined: Fri Feb 02, 2018 4:56 pm

Re: Multiple toolpaths in one file - errors and won't render

Post by Doug » Tue Feb 23, 2021 7:39 pm

The problem is that your tool change procedure on the 'Settings' page changes the units to 'Metric' using a G21 command. Your program runs in 'Imperial' units using the G20 commands but the tool change procedure changes it mid-stream.

Since you want your configuration for tool changes to work with either metric or imperial units, you should push the machine state at the beginning of your tool change procedure and then pop the state at the end of the procedure.

You can do this by inserting n 'M70' at the beginning of the tool change procedure on the 'Settings' page and inserting an 'M72' at the end.

You can see this in my posting on the subject of probing at viewtopic.php?f=6&t=117 .

mhkievit
Posts: 4
Joined: Sun Feb 21, 2021 11:28 am

Re: Multiple toolpaths in one file - errors and won't render

Post by mhkievit » Wed Feb 24, 2021 2:18 am

Thanks AGAIN for the quick reply! I will correct that and keep it mind. I’ll let you know if I can reproduce the other issues (unable to jog after a stop, and program list incorrectly populated with old/deleted programs).

Thank you!

Post Reply