asking again, Duet 3 6hc running Klipper?
-
I'/m very close to just sending this board back to amazon
If you bought your Duet on Amazon, most likely it is a clone board. Afaik no genuine reseller sells them on Amazon.
Keep in mind there's a lot more documentation for every other duet board EXCEPT the 6hc.
A lot of documentation exists for the Duet 2, because it’s older. I’ve spent the last year updating the wiki for Duet 3. Follow the ‘how to’ guides on the main documentation wiki:
https://docs.duet3d.com/
Also there’s a Getting started guide https://docs.duet3d.com/User_manual/Overview/Getting_started_Duet_3_MB6HC and the hardware page https://docs.duet3d.com/Duet3D_hardware/Duet_3_family/Duet_3_Mainboard_6HC_Hardware_OverviewI can make the connectors I even can understand where to put the wires on the main board but macros and pins have me puling my hair out, even with that configurator website.
To understand and for a description of macros, see the ‘Macros’ section here: https://docs.duet3d.com/en/User_manual/Tuning
Generally the configuration tool will create the macros you need, based on the numbers you input, and at least initially you are unlikely to need other macros.For pins and pin names, RRF uses the physical pin name to define the pin something connects to, and is the same as the pin name on the wiring diagram. Better than a arbitrarily defined number, surely?
it doesn't let me add a second z axis but I read something about using m583 (or something) to add it later but WHERE?!?! and HOW?!
It’s M584 you need to edit in your config.g. See https://docs.duet3d.com/User_manual/Connecting_hardware/Motors_configuring#using-more-than-one-motor-on-an-axis-with-a-separate-driver-for-each-motor
Ian
-
This post is deleted! -
@droftarts said in asking again, Duet 3 6hc running Klipper?:
Afaik no genuine reseller sells them on Amazon.
There is one now. 3DMakerWorld.
-
@pm7399 any luck? I am in the same situation...Can't find a cfg for it
-
@b3lmans It looks like @Luke-sLaboratory worked on a config https://github.com/Klipper3d/klipper/pull/5818 but it wasn't merged due to some missing cleanup work.
-
@oliof Thanks a lot!
-
Not sure if anyone is tracking this thread. I recently converted 6hc to klipper and got everything working until it came time to connect the tool distribution board and tool boards. As far as I can tell, that setup is not supported whatsoever.
I also didn't know how, if possible, to connect to the SBC with the ribbon cable.
-
@gnydick Klipper's CAN implementation does not hold water to RRF's CAN-FD one. Most klipper people I know use USB to connect their secondary MCUs and toolboards, which seems to be better supported on klipper (see https://os.ratrig.com/blog/no-you-dont-want-to-use-can/ for a rant against CAN on klipper). You won't be able to use the 1LC board since the efforts to port klipper to it died from lack of interest.
-
@oliof yeah, i learned that the hard way. I got my entire machine converted, sans the tool boards, and then came the pain. converted it all back.
-
I have just been told that development of klipper for the 1LC toolboards has been resumed. So lets see where that goes. People would still need to add a separate accelerometer since klipper does not support LIS3DH ... (edit https://github.com/Klipper3d/klipper/pull/6009/ -- currently misses any documentation about how to get it flashed etc.)
-
This post is deleted! -
@Herve_Smith I would prefer a constructive and friendly tone in this forum. Especially since you seem to agree that CAN on Klipper is not a good idea.
-
This post is deleted! -
Trust me, your post does reflect badly on this community.
-
This post is deleted! -
@Herve_Smith And a good day to you you, too!
-
@Herve_Smith the issue with your post is not that you believe the problems with klipper's can bus usage are due to the implementation, rather than the underlying architecture. The issue is the personal attacks: "raving idiot" , along with the overly aggressive tone.
As @oliof has already pointed out, there is no place on this forum for this behaviour. Please use a constructive and friendly tone, even when you disagree with an opinion.
-
@oliof I posted a script to flash 1LC boards using OpenOCD and a Pi elsewhere on the forum.
-
-
@oliof yeah, that’s it. Huge pain to figure that out. I’ll add docs to klipper eventually, but it’s not my priority at the moment. Meanwhile it should be easy enough to figure out by looking at the schematics.