When will there be a Duet 3 config file?
-
How do you slave E0 to Z in the config wizard?
-
@dc42 said in When will there be a Duet 3 config file?:
Which web page was it?
I've found it and updated it. It was here: https://duet3d.dozuki.com/Wiki/SBC_Setup_for_Duet_3?revisionid=HEAD#Section_Step_4_Configuring_system_files
-
So, you can not slave two stepper motors/drivers from the config wizard? ie Slave E0 to Z?
-
@kdsands88 said in When will there be a Duet 3 config file?:
So, you can not slave two stepper motors/drivers from the config wizard? ie Slave E0 to Z?
Are you still talking about Duet 3? It doesn't have E0 motor drivers?
But no, the config tool cannot (yet?)
-
Sorry I missed your second question. The configurator cannot yet create advanced setups.
See here for mapping 2 Z drivers and possibly using it for tilt correction.
https://duet3d.dozuki.com/Wiki/Bed_levelling_using_multiple_independent_Z_motors -
https://duet3d.dozuki.com/Wiki/Duet_3_Mainboard_6HC_Wiring_Diagram
There is 6 stepper drivers on this board.
And, you are telling me I can slave one driver to another?
-
yes, ref the link above
-
No, reference above is not the answer.
Build two CNC machine, do multi-rotors. I know what slaving two stepper motors/drivers is.
Again, I input to the Z and Z motor and E0 motor outputs the same steps. They are slaved together.
How do I do this from the config wizard?
Again,lulsbot has two z-axis.
https://www.lulzbot.com/ -
I don't understand what you mean. Can you post your config.g and describe what you're trying to achieve?
M584 X0 Y1 Z2:4 E3; two Z motors connected to driver outputs Z and E1
-
I am trying to generate a config file from this website:
https://configtool.reprapfirmware.org/StartI do not have a config file yet.
-
@kdsands88 said in When will there be a Duet 3 config file?:
How do I do this from the config wizard?
you still cannot do it in the config wizzard, but you can add the second motor to any axis by understanding how M584 works (after having generated config with just 1 motor)
-
OK, I understand I cannot slave two motors in the config wizard.
So, I ask my question again
Question: how do I generate these files manually? -
Start with the config generator and then edit the file manually. That will be the normal mode of operation going forward.
-
Why is "That will be the normal mode of operation going forward."
This is not acceptable.
So, Duet3D does not support their products?
Again, made two CNC from https://linuxcnc.org/ and never had this kind of problems before.
-
Answer:
https://forum.duet3d.com/topic/10133/m584-format-question-pleaseFor the Duet 3 formatting:
M584 X0.0 Y0.1 Z0.2:0.3 E0.4 ; set drive mapping -- Setup slave motor Z-axis to driver 2 and 3Why can't this be done in the config wizard? I do not know.
-
The 0. part of X0.0 is redundant when you only have the one Duet3 board without expansions, remove that and you're back to what was posted to you earlier.
Maybe put some more effort into educating yourself and less in trying to project some sort of misguided superiority?
-
Sorry to fail to meet your expectations. The config tool is always evolving. Along with the transition to rrf3 and the dropping of rrf2 will allow for much more flexibility. Until then this is the current state. However editing the config in real time using the web interface on the duet is a major feature and advantage.
-
First, I am not superior.
Could I get FastBot to work? No.
Could I get Replicape - Kamikaze or Replicape - Umikaze? No.I am just frustrate with companies pushing product that they do not supported.
Again, CNClinux.org has been doing this for over 20 years. This is not something new.
-
@kdsands88 said in When will there be a Duet 3 config file?:
I am just frustrate with companies pushing product that they do not supported.
I'm not sure what you mean by do not support. You're here getting support.
-
@kdsands88 said in When will there be a Duet 3 config file?:
Question: how do I generate these files manually?
Here is an official getting started doc https://duet3d.dozuki.com/Wiki/Getting_Started_With_Duet_3 . "It is a work in progress and we are actively expanding it and producing more guides.". I would suggest to start their and post any question you may have.
There is a significant number of people here that made it to work though it's relatively new so probably not as mature as Duet2.