Steve Thatcher
Steve Thatcher
I have the same issue. The Octopus USB-C is recognized as a enumerated serial port in klipper (I installed fluiddPi for the os and connections), Of note, the Pi USB-C...
Recommend wago_221_415_3x_mount.stl for new name. The wago part number already defines a 5 position part. The only thing that would help if other wago parts are defined with a "number"x...
I produce 3d printed rocketry bay parts. I have used thermal inserts for years and it is important that the physical hole is sized for the insert for strength. What...
I chose to define Z2 pins in the pins_MKS_ROBIN_NANO_V3_common.h to specifically set Z2 up. It eliminates the compile warnings about an undefined Z2.
just a thought... I am working on the marlin version for the SKR2. With an open connection and only ground to the endstop, you will need a pull-up on the...
It sounds like the mechanical endstops have not been disabled. I tried the SKR2 but when the previously working thermistor would jump 10 degrees randomly when heating, I searched and...
personally, I prefer using electrical endstops rather than having a stepper controller "hit" something to figure out it is at an endstop location. The delta homing switches are all at...
If the board was truly shorted out, then the display would not work, etc. Attaching power to the hotbed output really shouldn't do any damage. The - side is ground...
I checked the schematic again. The "engineers" that designed it broke the whole thing up in sixteen sections on a single page... The + side of the HBED is a...
pins_BTT_SKR_V2.0_common.h defines what hardware pin on the board gets "attached" to the main marlin software. Line 166 is #elif ENABLED(Z_MULTI_ENDSTOPS) #ifndef Z_MIN_PIN #define Z_MIN_PIN PC0 // Z-STOP #endif #ifndef Z_MAX_PIN...