<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Problem with SPI, need solution for Azteeg X5 GT board, SPI not working</title>
        <description> HI,

Im new to the X5 GT board and just installing into my cube pro re build, running:
Marlin 2.0.x Bugfix ( current version)
Pauncatt Bigfoot 2660 drivers on 5 slots
Viki2 LCD
Water cooled Cube Pro hack
E3D Karaken 4 print head

Ive attached my config, pins and config.adv files in case.
Im have big problems getting the SPI to return via M122 a connection as below.

Can anyone suggest anything they can see obvious and wrong??

cheers
Jason

&quot;Send: M122
Recv: X Y Z E E1
Recv: Enabled true true true true true
Recv: Set current 800 800 800 800 800
Recv: RMS current 673 673 673 673 673
Recv: MAX current 949 949 949 949 949
Recv: Run current 23/31 23/31 23/31 23/31 23/31
Recv: Hold current
Recv: CS actual
Recv: PWM scale
Recv: vsense 1=.165 1=.165 1=.165 1=.165 1=.165
Recv: stealthChop
Recv: msteps 16 16 16 16 16
Recv: tstep
Recv: pwm
Recv: threshold
Recv: [mm/s]
Recv: OT prewarn
Recv: OT prewarn has
Recv: been triggered
Recv: off time 3 3 3 3 3
Recv: blank time 24 24 24 24 24
Recv: hysteresis
Recv: -end -1 -1 -1 -1 -1
Recv: -start 1 1 1 1 1
Recv: Stallguard thrs 0 0 0 0 0
Recv: DRVSTATUS X Y Z E E1
Recv: stst
Recv: olb
Recv: ola
Recv: s2gb
Recv: s2ga
Recv: otpw
Recv: ot
Recv: Driver registers:
Recv: X 0x00:00:00:00 Bad response!
Recv: Y 0x00:00:00:00 Bad response!
Recv: Z 0x00:00:00:00 Bad response!
Recv: E 0x00:00:00:00 Bad response!
Recv: E1 0x00:00:00:00 Bad response!
Recv:
Recv:
Recv: Testing X connection... Error: All LOW
Recv: Testing Y connection... Error: All LOW
Recv: Testing Z connection... Error: All LOW
Recv: Testing E connection... Error: All LOW
Recv: Testing E1 connection... Error: All LOW
Recv: ok&quot;

Project:
[attachment 113510 DSC_0018.JPG]</description>
        <link>https://reprap.org/forum/read.php?13,863090,863090#msg-863090</link>
        <lastBuildDate>Fri, 17 Jul 2026 07:41:58 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?13,863090,869220#msg-869220</guid>
            <title>Re: Problem with SPI, need solution for Azteeg X5 GT board, SPI not working</title>
            <link>https://reprap.org/forum/read.php?13,863090,869220#msg-869220</link>
            <description><![CDATA[ No Problem!<br />
<br />
I did just take a peek back into that config.txt I was running at the time, and it doesn't look like I disabled anything in the E2 section except the SPI frequency that is already disabled in the config.txt you download from Panucatt.<br />
I guess that would make sense that your CPU can talk to the driver on that socket, but step/dir/eng pins are tied to E1 with the 3 jumpers.]]></description>
            <dc:creator>Diggrr</dc:creator>
            <category>Controllers</category>
            <pubDate>Sat, 21 Mar 2020 18:48:44 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,863090,869079#msg-869079</guid>
            <title>Re: Problem with SPI, need solution for Azteeg X5 GT board, SPI not working</title>
            <link>https://reprap.org/forum/read.php?13,863090,869079#msg-869079</link>
            <description><![CDATA[ @Diggrr Wow that little bit of info is what I was looking for in the smoothieware community ^^. Thanks so much! <br />
That enables me to use the printer with smoothieware, until I can build a working marlin 2.0 for my setup.]]></description>
            <dc:creator>xnopasaranx</dc:creator>
            <category>Controllers</category>
            <pubDate>Wed, 18 Mar 2020 10:59:34 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,863090,868906#msg-868906</guid>
            <title>Re: Problem with SPI, need solution for Azteeg X5 GT board, SPI not working</title>
            <link>https://reprap.org/forum/read.php?13,863090,868906#msg-868906</link>
            <description><![CDATA[ Dual Z in smoothieware isn't too hard once you find the near impossible to find clues. LOL<br />
Herculien's machine gave me the clues, as his has a dual z.<br />
<br />
First, Copy your config.txt off to the side or add a 1 to the copy's filename, so you have an untouched/unchanged reference.<br />
There's 3 jumpers next to the E1 driver socket [JM6]. Connect them with 3 jumpers. This locks both E sockets in step with each other.<br />
Then you swap numbers in the config.txt, the E1 pin numbers go in the Z part of the config, and Z pin numbers into the E1 part.<br />
Your extruder motor will plug into the Z socket, and your two Z motors will plug into the two E sockets.<br />
If your config.txt has the section for a second extruder, comment all those lines out. Mentioning the E2 pins anywhere will cause problems.<br />
No need to increase current for Z, both are set to what you set for Z in config.txt (aka a single motors current needs).<br />
<br />
As for the 2660's, I wasn't that successful with them. I use the 6128's.]]></description>
            <dc:creator>Diggrr</dc:creator>
            <category>Controllers</category>
            <pubDate>Sat, 14 Mar 2020 22:04:49 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,863090,868736#msg-868736</guid>
            <title>Re: Problem with SPI, need solution for Azteeg X5 GT board, SPI not working</title>
            <link>https://reprap.org/forum/read.php?13,863090,868736#msg-868736</link>
            <description><![CDATA[ @xnopasaranx<br />
Totally hear you and concur there.....its a real pity. They don't care at all as they a smoothie thru and thru by the sounds.<br />
<br />
I haven't run smoothie only ever marlin 2.0.x and above.<br />
<br />
I installed Marlin2.0.4 on the X5 and i must say works very well.<br />
<br />
If you manage to work out the Viki screen Id be happy to help trouble shoot with you on it.<br />
<br />
Ive gone the other way now and installed "Octo Screen" on my Pi4 that is installed next to the X5 on board the printer and this gives me a touchscreen solution for my printer running octoprint off Marlin 2.0.4<br />
<br />
I got as far as this email to Roy @ Panucatt.<br />
<br />
"Hi Roy,<br />
Just an update on my X5 GT board and the rebuild.<br />
After some testing and looking over marlin 2.0.x bugfix Ive found where the SPI issue was.<br />
Ive now loaded the latest stable release of the new Marlin 2.0 and have the X5 GT working very well with all settings and functioning TMC_DEBUG via M122.<br />
All working very well and printer is running smooth.<br />
<br />
What I found was:<br />
The Viki2 LCD was sharing a wrong pin in the pins file and corrupts the X5 when its plugged in!<br />
The problem is down to 2 files from what I can see.<br />
Azteeg Pins file<br />
DOGLCD file ( pins need remapping to suit X5 with viki LCD)<br />
Some where in there is a missing pin mapping to the chip or too many connections via SPI, Im no expert but only is a problem when the LCD is plugged in."]]></description>
            <dc:creator>Jasontwd</dc:creator>
            <category>Controllers</category>
            <pubDate>Tue, 10 Mar 2020 16:40:21 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,863090,868720#msg-868720</guid>
            <title>Re: Problem with SPI, need solution for Azteeg X5 GT board, SPI not working</title>
            <link>https://reprap.org/forum/read.php?13,863090,868720#msg-868720</link>
            <description><![CDATA[ @Jasontwd<br />
that's too bad. I have also noticed that panucatts support is basically non existant. He (I believe it's a one man operation) sells very expensive hardware and then doesn't give a damn about it, which is too bad because the boards are very well designed. <br />
If I had known this beforehand, I would've bought something else. I didn't want to cheap out with some chinese MKS or some other clone, because I wanted to support the community. Sadly panucatt doesn't seem to be interested in the community at all?<br />
Also the board is designed for smoothieware and with that in mind, I joined their IRC channel to ask for help about driving dual Z axis first. <br />
Their reaction to my request was so toxic that I decided to drop smoothieware immediately and go straight to marlin. I understand that they cannot support a board they didn't design, but I was merely (and politely) looking for people who also use an azteeg, not demanding support for a chinese clone.<br />
<br />
I will continue to chase this issue and see if we can narrow it down. Maybe someone else will profit from it in the future and people who are stuck with smoothieware and a community not willing to help or even exchange thoughts can switch to a nicer firmware and ecosystem including a much more friendly community.]]></description>
            <dc:creator>xnopasaranx</dc:creator>
            <category>Controllers</category>
            <pubDate>Tue, 10 Mar 2020 12:46:26 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,863090,868674#msg-868674</guid>
            <title>Re: Problem with SPI, need solution for Azteeg X5 GT board, SPI not working</title>
            <link>https://reprap.org/forum/read.php?13,863090,868674#msg-868674</link>
            <description><![CDATA[ @xnopasaranx<br />
HI, Short answer <b>NO.</b><br />
Ive hit a brick wall with Panucatt, they are not supporting this issue and dont get back to me in any way, despite several attempts.<br />
While I like the board, and still use it, I would not buy another based on support being slack as.<br />
<br />
I use octoprint on Rpi 4 parallel to the X5 so this gives me an interface to use and no LCD.<br />
<br />
I am looking at using the stock LCD in the cube Pro Trio and just looking at pin outs for it soon.<br />
<br />
<u>Conclusion&gt;</u><br />
I wouldn't use again and Makerbase Ronin Nano boards are great until better options become available. Their touchscreen and board combo work out of the box and 32bit.<br />
cheers<br />
jas]]></description>
            <dc:creator>Jasontwd</dc:creator>
            <category>Controllers</category>
            <pubDate>Mon, 09 Mar 2020 17:53:09 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,863090,868668#msg-868668</guid>
            <title>Re: Problem with SPI, need solution for Azteeg X5 GT board, SPI not working</title>
            <link>https://reprap.org/forum/read.php?13,863090,868668#msg-868668</link>
            <description><![CDATA[ @Jasontwd<br />
Hello there! Have you ever found a solution to this problem? I am struggling with almost the same setup and the same error. It only fails with the LCD connected though (I have the mini Viki Wifi). Without it, my azteeg x5 gt can talk to the stepper drivers without any problems...<br />
<br />
my thread: [<a href="https://reprap.org/forum/read.php?13,868666" target="_blank" >reprap.org</a>]]]></description>
            <dc:creator>xnopasaranx</dc:creator>
            <category>Controllers</category>
            <pubDate>Mon, 09 Mar 2020 15:01:17 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,863090,863090#msg-863090</guid>
            <title>Problem with SPI, need solution for Azteeg X5 GT board, SPI not working</title>
            <link>https://reprap.org/forum/read.php?13,863090,863090#msg-863090</link>
            <description><![CDATA[ HI,<br />
<br />
Im new to the X5 GT board and just installing into my cube pro re build, running:<br />
Marlin 2.0.x Bugfix ( current version)<br />
Pauncatt Bigfoot 2660 drivers on 5 slots<br />
Viki2 LCD<br />
Water cooled Cube Pro hack<br />
E3D Karaken 4 print head<br />
<br />
Ive attached my config, pins and config.adv files in case.<br />
Im have big problems getting the SPI to return via M122 a connection as below.<br />
<br />
Can anyone suggest anything they can see obvious and wrong??<br />
<br />
cheers<br />
Jason<br />
<br />
"Send: M122<br />
Recv: X Y Z E E1<br />
Recv: Enabled true true true true true<br />
Recv: Set current 800 800 800 800 800<br />
Recv: RMS current 673 673 673 673 673<br />
Recv: MAX current 949 949 949 949 949<br />
Recv: Run current 23/31 23/31 23/31 23/31 23/31<br />
Recv: Hold current<br />
Recv: CS actual<br />
Recv: PWM scale<br />
Recv: vsense 1=.165 1=.165 1=.165 1=.165 1=.165<br />
Recv: stealthChop<br />
Recv: msteps 16 16 16 16 16<br />
Recv: tstep<br />
Recv: pwm<br />
Recv: threshold<br />
Recv: [mm/s]<br />
Recv: OT prewarn<br />
Recv: OT prewarn has<br />
Recv: been triggered<br />
Recv: off time 3 3 3 3 3<br />
Recv: blank time 24 24 24 24 24<br />
Recv: hysteresis<br />
Recv: -end -1 -1 -1 -1 -1<br />
Recv: -start 1 1 1 1 1<br />
Recv: Stallguard thrs 0 0 0 0 0<br />
Recv: DRVSTATUS X Y Z E E1<br />
Recv: stst<br />
Recv: olb<br />
Recv: ola<br />
Recv: s2gb<br />
Recv: s2ga<br />
Recv: otpw<br />
Recv: ot<br />
Recv: Driver registers:<br />
Recv: X 0x00:00:00:00 Bad response!<br />
Recv: Y 0x00:00:00:00 Bad response!<br />
Recv: Z 0x00:00:00:00 Bad response!<br />
Recv: E 0x00:00:00:00 Bad response!<br />
Recv: E1 0x00:00:00:00 Bad response!<br />
Recv:<br />
Recv:<br />
Recv: Testing X connection... Error: All LOW<br />
Recv: Testing Y connection... Error: All LOW<br />
Recv: Testing Z connection... Error: All LOW<br />
Recv: Testing E connection... Error: All LOW<br />
Recv: Testing E1 connection... Error: All LOW<br />
Recv: ok"<br />
<br />
Project:<br />
[attachment 113510 DSC_0018.JPG]]]></description>
            <dc:creator>Jasontwd</dc:creator>
            <category>Controllers</category>
            <pubDate>Mon, 25 Nov 2019 00:08:31 -0500</pubDate>
        </item>
    </channel>
</rss>
