The Shop > CNC |
DDCSV1.1 4 Axis controller |
<< < (173/202) > >> |
WeldingRod:
--- Quote from: Benedikt on February 01, 2018, 06:15:16 PM --- --- Quote from: Pilotltd on February 01, 2018, 05:29:11 PM ---What is the latest factory software revision - on your web site you have v87 - my DC has version 88NOR which is a few days later release than 87. I was going to update to the Pandora version but not sure if it has any advantages. --- End quote --- I would certainly not offer this modified firmware if it did not pose any advantages over the original one. ;-) For a full list of changes, head back a few pages ( here: https://madmodder.net/index.php/topic,11598.msg147430.html#msg147430 ). But in a nutshell, it's bug fixes, translation fixes and support of USB keyboards/keypads. And for the future, a plugin system is planned together with the original engineers, as well as support for more languages and different homing modes. Also, there is work in progress for updating the Linux kernel to add support for Ethernet to allow remote control of the CNC / remote g-code upload. If you are looking for the latest version, head back a few posts for a release from December, 26th. Should this version prove stable, it will be added to the Pandora installer and it will be patched with our other improvements. --- End quote --- I'm working on writing a guide to the ddcsv Gcode dialect. So far I've proved that it can do HELICAL interpolation using G2 and G3, but only in R mode. Does anyone have working Gcode that uses this form: G2 X10 Y0 I0 J0? I can't get the IJK (arc center) format to work. I already know that a plane definition (like G17) is required. Sent from my SAMSUNG-SM-G891A using Tapatalk |
Cosimo.83:
Veramente bravi .... Tutto questo post è interessante...Ho da poco acquistato l ultima versione....Il DDCSV2.1 e volevo sapere se qualcuno è riuscito a trovare un elenco delle variabili di sistema. Ero intenzionato a scrivere una macro parametrica per fare il ATC.... Grazie ancora per tutto lo sviluppo fatto fino a ora :clap: |
Will_D:
--- Quote from: WeldingRod on February 01, 2018, 10:42:34 PM --- I'm working on writing a guide to the ddcsv Gcode dialect. So far I've proved that it can do HELICAL interpolation using G2 and G3, but only in R mode. Does anyone have working Gcode that uses this form: G2 X10 Y0 I0 J0? I can't get the IJK (arc center) format to work. I already know that a plane definition (like G17) is required. --- End quote --- Here is a small circle that works for me |
WeldingRod:
:bow: Will, It works!!! And, irritatingly enough, MY program WORKS now, after yours ran?!?! I've got a LOT of questions about this code! What are you using G54(coordinate system) for? FYI, that might be the magic sauce; my controller has never gotten this command before. Your feeds are weirdly small. I found that anything under 300 mm/minute was the same speed. As far as I can tell, G94 isn't in the DDCSV language at all. I tried my program with your first line it it, pulling out commands one at a time, and the dratted thing kept running. Anyway, problem solved (but not understood). For other's reference, this is your program: G17 G21 G90 G94 G54 G0 Z0.25 X-50. Y0. Z0.1 G01 Z0. F50. G02 X0. Y50. I50. J0. F25 X50. Y0. I0. J-50. X0. Y-50. I-50. J0. X-50. Y0. I0. J50. G01 Z0.1 F50. G00 X0. Y0. Z0.25 |
maxx2000:
With the official firmware since November 2017. Are supported precisely G93, G94 М28 !!! I'm happy Unchecked G40, G41, G42, G49, G20 but most likely already work too. |
Navigation |
Message Index |
Next page |
Previous page |