-
As posted by @AnHardt in https://github.com/bigtreetech/BIGTREETECH-SKR-PRO-V1.1/issues/70#issuecomment-551315083
> The places for the resistors R61, R65, R67, R69, R70, R71 seem to be not populate…
-
1. do not insert sd card
2. slow lcd respond with 0.5 sec for each line refresh
3. insert sd card
4. it become normal operation
5. take out sd card again
6. slow lcd repsond again ...
Regards
…
-
Today i finded this terrible bug, that makes my machine inoperative.
For some strange reason, if you add to the firmware the config options of a delta, and enable big things that costs a lot of memor…
neox3 updated
4 years ago
-
`
Processing BIGTREE_SKR_PRO (platform: ststm32; board: STM32F407ZGT6; framework: arduino)
Verbose mode can be enabled via `-v, --verbose` option
CONFIGURATION: https://docs.platformio.org/page/b…
-
Hello, the mainly config like below:
```cpp
#define Z_DUAL_STEPPER_DRIVERS
#if ENABLED(Z_DUAL_STEPPER_DRIVERS)
#define Z_DUAL_ENDSTOPS
#if ENABLED(Z_DUAL_ENDSTOPS)
#define Z2_USE_ENDSTOP…
-
I know that i'am not at all in the right forum for this kind of stuff
_(i also dont know where the right place for this could be)_
but maybe someone can help me or it might could actually be a bug…
-
When working as CNC, is there any way to add an external sensor that informs grbl that feed rate is too fast and motor is overloading?
If not, can you point me to the part of the code that I can modi…
-
With the recent announcement that the Prusa I3 MK3 will be using the TMC2130's it will be interesting to see the firmware when it is finally released to see what they are doing with the TMC2130 driver…
-
Hello to all,
I can not compile Marlin 2 for BIGTREETECH-SKR-PRO-V1.1:
In file included from Marlin\src\module/stepper.h:221:0,
from Marlin\src\Marlin.cpp:37:
Marlin\src\module/stepper_indirect…
-
Right now, we use an arduino and the CNC shield (v3) and DRV8825 stepper drivers to move the gripper around. As the DRV8825 stepper drivers are rather cheap, their output signal is not well smoothened…