
Hi Rashad,
If you search on this forum for ‘China Head’, you’ll find a lot of discussion about this.
Duncan

--
You received this message because you are subscribed to the Google Groups "OpenPnP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openpnp+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/CAObNpuLE4o7zKtoYBBG2%3DO8WXGj1hFkC8DL2rSjgDuL-nP_9XA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/002901d70a8d%24d54def40%247fe9cdc0%24%40colnewater.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/CAObNpu%2BLmStS9LQPQH6iwyALg-2kNuSax3wZQRhevkwxaQ6b%3Dw%40mail.gmail.com.
Rashad,
Try these threads
https://groups.google.com/g/openpnp/c/6JyhXTFI8UE/m/Wo4-hyBUBAAJ
https://groups.google.com/g/openpnp/c/U2slOkiqmTw/m/Fw317bU_DQAJ
Did you read the documentation at :
https://github.com/openpnp/openpnp/wiki/Transformed-Axes (esp. ReferenceCamCounterClockwiseAxis)
In addition, you are going to want to make sure you are using a SmoothieBoard with special firmware from _Mark, see here :
https://makr.zone/smoothieware-new-firmware-for-pnp/500/
If you still have concerns, tell us what (specifically) you have difficulty with.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/CAObNpu%2BLmStS9LQPQH6iwyALg-2kNuSax3wZQRhevkwxaQ6b%3Dw%40mail.gmail.com.

To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/003501d70a9c%2419924030%244cb6c090%24%40colnewater.com.
Hi Rashad
Z axis setup seems correct. Screenshots are very small, I think you are missing Safe Z Enabled switches. What exactly is not working?
You should however use proper A B C axes for the rotation axes and set them up as such in the Smoothieware config.txt i.e. do not configure them as extruders, this is not a 3D printer ;-).
Do not use E and do not use a pre-move-command (T).
https://smoothieware.org/6axis
If you use
https://github.com/openpnp/openpnp/wiki/Issues-and-Solutions
it should tell you so.
_Mark
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/CAObNpuJ0RokWWxxLxCrAAjwrgrmNb-pt%2B2_Zi0JAxw1nkKv8og%40mail.gmail.com.


To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/bd76e375-ab04-f9e1-2435-7df17e920499%40makr.zone.
> 1 - I don't have an idea how to configure config.txt file for A and B.
Like I said, read this:
https://smoothieware.org/6axis
This might help too:
https://github.com/openpnp/openpnp/issues/1120#issuecomment-774674476
Using the Issues & Solutions system, OpenPnP can help a lot
to diagnose the problems and configure OpenPnP for you, but it is
no "magic bullet" that can solve every problem. As each machine is
usually different, you still need to acquire the knowledge to
configure the controller correctly and then do it yourself.
> 2- which firmware is correct that i can flash for Smoothieboard .
As others have indicated, use the newest linked here:
https://github.com/openpnp/openpnp/wiki/Motion-Controller-Firmwares
_Mark
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/CAObNpu%2Btuzw1qZvLwhBwCBUF1q5tsZ8Qw8tZzdFaVhvSeT_tkg%40mail.gmail.com.
1 - I don't have an idea how to configure config.txt file for A and B.
Here’s a copy of my (working) config.txt
Health Warning :
Duncan
From: ope...@googlegroups.com <ope...@googlegroups.com> On Behalf Of Rashad Arif
Sent: 24 February 2021 16:07
To: ope...@googlegroups.com
Subject: Re: [OpenPnP] Z axis set up, How ?
Thanks Mark,
Before I used (A B ) but i got the problem below:

Where my Default >> MOVE_TO_COMMAND [{Acceleration:M204 S%.2f} G1 {X:X%.4f} {Y:Y%.4f} {Z:Z%.4f} {A:A%.4f} {B:B%.4f} {FeedRate:F%.2f} ; move to target ]
and
Default >> SET_GLOBAL_OFFSETS_COMMAND [ G92 {X:X%.4f} {Y:Y%.4f} {Z:Z%.4f} {A:A%.4f} {B:B%.4f} ; reset coordinates in the controller]
My configuration for N1 and N2 was:

I am confused for:
1 - I don't have an idea how to configure config.txt file for A and B.
2- which firmware is correct that i can flash for Smoothieboard .
Rashad
On Wed, Feb 24, 2021 at 4:32 PM ma...@makr.zone <ma...@makr.zone> wrote:
Hi Rashad
Z axis setup seems correct. Screenshots are very small, I think you are missing Safe Z Enabled switches. What exactly is not working?
You should however use proper A B C axes for the rotation axes and set them up as such in the Smoothieware config.txt i.e. do not configure them as extruders, this is not a 3D printer ;-).
Do not use E and do not use a pre-move-command (T).
https://smoothieware.org/6axis
If you use
https://github.com/openpnp/openpnp/wiki/Issues-and-Solutions
it should tell you so._Mark
Am 24.02.2021 um 16:08 schrieb Rashad Arif:
Thanks for all the help guys.
@ Thorsten,
My configuration is :
1 - "ReferenceCamClockwiseAxis" and "ReferenceCamCounterClockwiseAxis" mapped to Nozzles N1 and N2 as shown in my attachment.
2 - I checked the motor with another axis but also strange feedback from them even via Gcode commands.
@ duncan ,
about fireware.bin I used OpenPnP 2.0 versions of the newest 5-axis and pre 2020-12-12 OpenPnP 2.0 versions 5-axis, the problem still the same. I want just run the Z axis to move N1 or N2 down ! Is that correct if N1 and N2 are not connected ?
About the Home z-axis or endstop > the two lines are clear to me to setting up my machine after fix z axis,
Rashad
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/CAObNpu%2Btuzw1qZvLwhBwCBUF1q5tsZ8Qw8tZzdFaVhvSeT_tkg%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/CAObNpuJ0RokWWxxLxCrAAjwrgrmNb-pt%2B2_Zi0JAxw1nkKv8og%40mail.gmail.com.
>A little off topic I'd like to share one experience I had. There is a M204 command before the G1 command in the same line, which in my case was added through the issue and solution proces.
I know you only use this as an example. But have you tried the
newest OpenPnP version? Does it propose the newline for Marlin
now? It should.
_Mark
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/CAKMJ56yBqZZ%3DggWMv0QNjYU4pPT%2B_mPdSJA_r6Bkttw8zT7vSg%40mail.gmail.com.

To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/51680c16-7363-5f00-e92e-c0c8a4cc2f69%40makr.zone.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/CAObNpuLjgC_wvfBfYB06dYPH8UJPRjLzcWChoiOm67s-A4u3uw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/CA%2BKNHNyvEkUYb0_ZPsP-8Ov2x-H6HkwQGP5Ydu_SQ1Gwvi64mA%40mail.gmail.com.