FYSETC / FYSETC-SPIDER

FYSETC Board - 3d printer motherboard for VORON and other open source project.
311 stars 148 forks source link

Nevermore Micro V5 Duo Not working on E1 Out #55

Open laserbeak opened 2 years ago

laserbeak commented 2 years ago

Hello, I have a Nevermore Micro V5 Duo that isn't working on E1 Out (It's actually the one pictured at the bottom of the link :) ). When I start it, it runs fun but eventually slows down and completely stops. Here's my printer.cfg:

[fan_generic nevermore]
#  Nevermore - In E1 OUT Position
pin: PC8
max_power: 1.0
kick_start_time: 0.5

And here are my macros that I use to control it:

[gcode_macro nvmOff]
gcode:
    SET_FAN_SPEED FAN=nevermore SPEED=0

[gcode_macro nvmHi]
gcode:
    SET_FAN_SPEED FAN=nevermore SPEED=1

[gcode_macro nvmMid]
gcode:
    SET_FAN_SPEED FAN=nevermore SPEED=.5

[gcode_macro nvmLo]
gcode:
    SET_FAN_SPEED FAN=nevermore SPEED=.25

At first I thought it was a connection problem. I was using a wago connector. So then I went to coupling connectors and had the same problem. I then just soldered the wires together, doing away with the connectors and the problem still remains. I'm convinced it's something to do with the board/printer.cfg. Does anyone have any ideas?

GerogeFu commented 2 years ago

You can switch your E1 OUT to FAN0 if your FAN0 works to check if the board works, be careful that FAN0 max current is 1A, so your nevermore fan current should not exceed 1A

laserbeak commented 2 years ago

Thanks for the reply. My hotend fan is connected to FAN0 and functions normally. All fan ports are populated (Voron 2.4)