Andrew
Andrew
well if the Jan 12 bugfix worked then you can try to either check the next commit which may be the issue in question, compile flash and test from there....
I suppose then there may be more than one issue. 1. Whatever is causing this extruder issue 2. Whatever is giving you the compile error can you post what sort...
technically it's an Aquila board but uses the same creality v4 pinout. the Aquila is an ender 3v2 clone. I think there was also an issue having linear advance, so...
what is the benefits of MULTISTEPPING_LIMIT or without OLD_ADAPTIVE_MULTISTEPPING (default setting) vs lowering MULTISTEPPING_LIMIT and enable OLD_ADAPTIVE_MULTISTEPPING?
ah thank you for the very informative reply. this was very helpful!
>Would you mind testing with OLD_ADAPTIVE_MULTISTEPPING commented out and lowering the MULTISTEPPING_LIMIT and see if that also solves your issue? lowering MULTISTEPPING_LIMIT to 8, 4 2 or even 1 seems...
MicroProbe V2 has certain requirements, I'm not so sure about Delta, but here it is for a bed slinger: ```y #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN #define Z_MIN_ENDSTOP_HIT_STATE LOW #define Z_MIN_PROBE_ENDSTOP_HIT_STATE LOW //#define BLTOUCH...
before I was able to finally figure out using this probe, someone else was able to make it work like so: (because of the pull-up resistor situation - they ended...
try adding one of those ferrite cores around the wires. maybe its EMI interference. because this probe is really small, maybe whats happening is the probe isnt seated down far...
should not matter where the ferrite core goes. it doesn't hurt having one even if there's no change. >Ok I set Z_PROBE_LOW_POINT -3 (it was -2) should I go more?...