Page 1 of 1

Anybody using a DDCSV3.1 ?

Posted: Sat Jul 03, 2021 11:56 am
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

Re: Anybody using a DDCSV3.1 ?

Posted: Fri Jul 09, 2021 6:23 am
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

Re: Anybody using a DDCSV3.1 ?

Posted: Fri Jul 09, 2021 2:49 pm
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.