Anybody using a DDCSV3.1 ?

Having problems with or questions about SheetCam? Post them here.
Post Reply
Heiko
Posts: 4
Joined: Tue May 25, 2021 8:34 am

Anybody using a DDCSV3.1 ?

Post by Heiko »

Hi!

Anybody out there who is using the DDCSV3.1 controller on a thc plasma table? Would you like to share your post with me? 8)

Best regards,

Heiko
Heiko
Posts: 4
Joined: Tue May 25, 2021 8:34 am

Re: Anybody using a DDCSV3.1 ?

Post by Heiko »

Hi there...

Nobody seems to be using the DDCSV3.1 as a controller for a plasma table or won't share the post. Therefore I tried writing one myself. It works for now but needs some tweaking and the g code isn't pretty. There are some moves that aren't necessary and some variables that were not clear to me have been thrown out.

It seems that this only works with the newest firmware (which is 2020-03-06-112NOR right now).

Maybe someone will give me a hint on how to clear and optimize the code? 8)

Attached the post here.

Best,

Heiko
Attachments
DDCSV31.scpost
DDCSV3.1 post processor (firmware 2020-03-06-112NOR)
(4.53 KiB) Downloaded 83 times
User avatar
Les Newell
Site Admin
Posts: 3661
Joined: Thu May 11, 2006 8:12 pm

Re: Anybody using a DDCSV3.1 ?

Post by Les Newell »

I had a quick look and I don't see any obvious problems. What don't you like about the generated code?
I notice you commented out

Code: Select all

post.SetOptions(post.ARC_SEGMENTS)
That will mean that arcs are broken up into segments that are a maximum of 90 degrees.
Post Reply