bigtreetech / BIGTREETECH-SKR-V1.3

32bit board with LPC1768, support marlin2.0 and smoothieware, support lcd2004/12864, On-board TMC2130 SPI interface and TMC2208 UART interface no additional wiring is required
1.01k stars 1.15k forks source link

SKR 1.4 Turbo + TMC2209 drivers + Motor movement problem #394

Closed WestendVince closed 3 years ago

WestendVince commented 4 years ago

Hello, I've updated a Mamorubot SX4 core xy printer with an SKR 1.4 turbo and TMC2209 drivers. The z axis is working correctly after increasing the current from 800mA to 1100mA, smooth and quiet as advertised. The x and y axis are moving in the right directions, though loudly, if I call for 1mm or .1mm from the Pronterface app. If 10mm is called for, the axis howls or buzzes while moving .5mm in the correct direction, then moving back. Attached are the current config files and output of the m122 command. Any help is appreciated. Since my stroke my troubleshooting skills are severely diminished but I follow direction well.

m122Output.txt Configuration-h.txt Configuration-adv.txt

.

Arakon commented 4 years ago

That usually means you are trying to make the motors move faster than they can physically move. What happens if you reduce the feed rate/movement speed?

WestendVince commented 4 years ago

Thanks for your reply. I've reduced the acceleration and now x&y are better.  My current hurdle is the bl-touch disconnects the board from the laptop when I connect the black and white probe wires.  I've tried them in the labeled connector and in the z end stop location with the same results. Vince Plouzek 001 406 274 1456..Sent from my Samsung Galaxy smartphone. -------- Original message --------From: Arakon notifications@github.com Date: 8/17/20 2:27 AM (GMT-07:00) To: "bigtreetech/BIGTREETECH-SKR-V1.3" BIGTREETECH-SKR-V1.3@noreply.github.com Cc: WestendVince westendairsystems@montana.com, Author author@noreply.github.com Subject: Re: [bigtreetech/BIGTREETECH-SKR-V1.3] SKR 1.4 Turbo + TMC2209   drivers + Motor movement problem (#394) That usually means you are trying to make the motors move faster than they can physically move. What happens if you reduce the feed rate/movement speed?

—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or unsubscribe. [ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/bigtreetech/BIGTREETECH-SKR-V1.3/issues/394#issuecomment-674739006", "url": "https://github.com/bigtreetech/BIGTREETECH-SKR-V1.3/issues/394#issuecomment-674739006", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]

Arganaz commented 4 years ago

-Pronterface has its own "speed" settings (and most slicer software), check on the right side of the buton "Motors off" if its the default 3000, try to change to 500, and see if it helps.

WestendVince commented 4 years ago

Thank you for your assistance, I'll check that out.Vince Plouzek 001 406 274 1456..Sent from my Samsung Galaxy smartphone. -------- Original message --------From: Arganaz notifications@github.com Date: 8/29/20 3:44 AM (GMT-07:00) To: "bigtreetech/BIGTREETECH-SKR-V1.3" BIGTREETECH-SKR-V1.3@noreply.github.com Cc: WestendVince westendairsystems@montana.com, Author author@noreply.github.com Subject: Re: [bigtreetech/BIGTREETECH-SKR-V1.3] SKR 1.4 Turbo + TMC2209   drivers + Motor movement problem (#394) -Pronterface has its own "speed" settings (and most slicer software), check on the right side of the buton "Motors off" if its the default 3000, try to change to 500, and see if it helps.

for the noise, try checking your HYBRID_THRESHOLD settings. low info but, stealthChop is quiet and spreadCycle is powerfull and louder.

—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or unsubscribe. [ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/bigtreetech/BIGTREETECH-SKR-V1.3/issues/394#issuecomment-683266190", "url": "https://github.com/bigtreetech/BIGTREETECH-SKR-V1.3/issues/394#issuecomment-683266190", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]

WestendVince commented 3 years ago

thank you all for the help. motor movement has stabilized to the point I've started on homing now.