adamengberg
adamengberg
Okey, I must´ve misunderstood the datasheet. This line made me think the TCOOLTHRS is relevant for getting the stallGuard function to work: "TCOOLTHRS ≥ TSTEP ≥ THIGH: - coolStep is...
After updating the library the code compiles fine. Although, I can not get the stallGuard function to work. I´ve tried different sensitivities but with no luck. It only shows "0...
Yes, the original Watterot drivers on X and Y axis. I can put them into stealthChop mode via the Marlin code, which indicates the SPI works as it should, right?...
Have I understood it corectly if I presume SPI-interface works fine if stealthChop can be turnet on/off via the Marlin code?
Tried your StallGuard sketch again. I upload the sketch, and the motors starts to turn. It says "0 1023" no matter the load on the motor. When I turn the...
Okey, thanks. Sorry for bombarding you with questions here. You say the fact that I only see "0 1023" when i run the StallGuard sketch indicates some kind of communications...
I get a similar error. When sending "make run" all images except "chat_rasa_core" starts as expected. Looking closer at that image in Docker Desktop I see this message: chmod: changing...
I have the same problem, on Windows as well.
I encountered a PermissionError when trying to open a temporary file on a Windows platform. The issue originates from this block of code in common.py: ``` with tempfile.NamedTemporaryFile(delete=True, suffix=file_suffix) as...