Jyers gets Linear #707
Replies: 12 comments 87 replies
-
That is his own personal config, it's included as config to compile yourself. But not for public. |
Beta Was this translation helpful? Give feedback.
-
I used this mod E3V2 TMC UART. I have been talking to the guy who put it together for a while and he did a really great job of it. He details how to set up UART control for all the stepper motors, but I opted to just do the extruder driver. So I just connected the SWDIO pin from next to the LCD port to the UART pin on the stepper driver. I have also modified the pins file in the source code to make it so all UART pin configuration can be done from within the configuration.h file. For instance in my configuration file, I set up the pin with Here's how the mod ended up looking: |
Beta Was this translation helpful? Give feedback.
-
I have TMC2209 drivers on my 4.2.2 board (sd slot shield marked with letter B). Is it necessary to have a soldered jumper in order to use the UART control function? |
Beta Was this translation helpful? Give feedback.
-
Well, it seems to be working on my Ender 3 V2, 4.2.2 "B" board, with no mods: My current configuration is available here: https://github.com/tiagofreire-pt/Marlin/tree/Ender_3_V2_Extensible_UI/Marlin |
Beta Was this translation helpful? Give feedback.
-
For those whom might want to determine the right K-factor, I share 2 custom gcodes generated from here, specifically for the Ender 3 V2 with bowden tube (stock + BLTouch): K-factor lines from 0 up to 2 More info in: https://marlinfw.org/docs/features/lin_advance.html#calibration |
Beta Was this translation helpful? Give feedback.
-
Just gotta lick it like a 9 volt. B models taste like mango
…On Tue, May 11, 2021 at 4:56 PM bocca86 ***@***.***> wrote:
mine doesnt have any letter written on the sd card slot, any way to find
out wich version it is?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#707 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIPE4QYCCQZGJI3O7K55WDDTNGRXZANCNFSM44EZJPSA>
.
|
Beta Was this translation helpful? Give feedback.
-
Someone here modded the 4.2.7 with 2225 drivers? Really interested to know is this is possible. |
Beta Was this translation helpful? Give feedback.
-
I could however I have lots of other specific changes to the configuration that may not be suitable for your setup |
Beta Was this translation helpful? Give feedback.
-
Recently received a replacement mb from creality..4.2.7/H 2225....followed above config changes...all steppers work fine via command line. Extruding during a print seems to be an issue. even tho manually extruding works fine. Running Kfactor test gcodes...at this point Im assuming this is considered a failed LA attempt, meaning a typical issue w/mb not modded? |
Beta Was this translation helpful? Give feedback.
-
ok, BaDboD goes Linear :-) Creality 4.2.7 controller board (TMC2225) or H. Should not need to remove driver heatsink but will need a soldering iron Method 1 (Blob method) Method 2 (One wire method) Both ways will pull pin 19 high togglling from STEALTHCHOP to SPREADCYCLE without needing UART control. In Marlin configuration_adv.h : edit line build and flash. Probably also want to disable combing and coasting in slicer, but see what you get first in case you don't need to. To undo just remove solder blob/bit of wire you added, no need to put resistor back (Blob method) as documentation states LOW or NC (No Connection) for STEALTHCHOP so it is easy to revese if you so desire. |
Beta Was this translation helpful? Give feedback.
-
The same way you solder the contacts together
…On Fri, Jun 4, 2021 at 5:08 PM darco415 ***@***.***> wrote:
How do you remove the resistor?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#707 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIPE4Q3EUTUJ4DBNEXIQ4ZTTRFFHPANCNFSM44EZJPSA>
.
|
Beta Was this translation helpful? Give feedback.
-
I saw the Jyers gets linear commit. is it working without mod the board? Yours is 4.2.2? I have both but would prefer I guess if have to mod then the 4.2.7. anyway, had any time to play with it? is it awsome? If mod, which mod or doc did you follow?
Beta Was this translation helpful? Give feedback.
All reactions