Patrick B

Results 21 comments of Patrick B

This actually always happens for everyone on my server everytime and has been the case ever since I first got Jellyfin. Even after a fresh install on another server. Please...

Are you both using the `TFT_LVGL_UI`, or the color/classic UI?

If you want to just get the printer to work right now, I would suggest trying with `TFT_COLOR_UI` for now. I currently have BLTouch working with the default Marlin interface....

@themacboy Can you turn turn on `FAN_SOFT_PWM` to see if it fixes this? This setting can be uncommented in Configuration.h around line 2500. I don't have a second board to...

Also, Were both fans working and correctly assigned before? If it did, it would seem that your board doesn't match either of the three versions of the schematic. Were you...

Yea I had the same problem with only on or off. I measured with an oscilloscope and found that the processor wasn't even putting out a PWM signal. This fixed...

under what combinations are working for people? The full working combination for me is ``` #define FAN_PIN PC14 // FAN0 #define FAN1_PIN PB1 // FAN1 #define FAN_SOFT_PWM ``` I am...

FINALLY I found the reason! The pins have actually been changed from revision 3.0.002 and 3.0.003. It seems that pins have actually changed as far I as can see. It...

@Liriel-666 Which revision of the board are you using? Is it revision 001 or 002? It is on the back on the bottom right corner.

Because of the mismatched documentation on the hardware repo, I can't really tell if its revision 002 or 003 that changed the fan pin. https://github.com/makerbase-mks/MKS-Robin-Nano-V3.X/issues/14