Mark
Mark
How about disable the BD_SENSOR_PROBE_NO_STOP? just for comparison. > Therefore I should be able to read a relative distance up to 21*0.1mm = 2.1mm. > > When doing `G29` the...
you can try to change value of the sensitivity X_STALL_SENSITIVITY Y_STALL_SENSITIVITY, different motors may have different current and sensitivity.and do not forgot to unplug the endstops.
The reason of this TMC Error message is that with write only access to TMC, and there is no RXD connection in the hardware. So that's normal.https://github.com/markniu/PandaPi/wiki/How-to-run-TMC2209-with-UART-mode-(V2.0-2.5) but still no...
it is not compiled on platformio, it is compiled and run on raspberry pi Linux. just run make command in the Linux
both Pi3b and Pi3b+ are OK , here is the edit and compile steps https://github.com/markniu/PandaPi/wiki/How-to-Edit-Marlin-code
You can compare the it with original marlin code, e.g. marlinseral.cpp
did the Z motor locked? if it can be locked or unlock that means the enable_pin works
yes your pin numbers are right. which image of the OS are you using? or you can use other unused driver socket like E1 for the Z stepper.
the reason should be the gpios on the raspberrypi influence the gpios from the stm32, for fixed that there is a python code after raspberrypi boot in the pandapi image...
I recommend you use the latest regular image OS if you want work with klipper. to fix the z motor problem you can copy the file (/home/pi/gpio_pullup.py ) from the...