DroneMang

Results 19 comments of DroneMang

I have an SKR PRO, and I am having the issue that the part cooling fan which I have set as below from pins (stock): #define FAN_PIN PC8 // Fan0...

Do you mean: FAN_SOFT_PWM per this post: https://www.gitmemory.com/issue/MarlinFirmware/Marlin/15777/559397428 On Sat, May 9, 2020, 2:57 PM defalkner wrote: > I believe PWM needs to be enabled > > On Sat, May...

Perfect! I just set #define CONTROLLER_FAN_PIN FAN2_PIN but FAN2_PIN is PE6 in pins so same thing. So do you still use M106 S255 down to 0 as usual?

Is this still applicable?

Yep, just figured this out myself!

I'm not sure if this was answered above for you guys but there needs to be 12-volt or 24-volt power from your power supply going to each of the three...

Of arcwelder? Whatever the newest that octoprint updates to, looks like 1.0.0+u.bb71e8f? I have arcwelder set to the stable release channel, I'll try dev later and recompile. I just looked...

If I select dev from within octoprint, will it use the 1.0.1rc1.dev2 version or do I need to manually install that?

Changing monitoring state from "Operational" to "Starting" Send: N0 M110 N0*125 Recv: ok Changing monitoring state from "Starting" to "Printing" Send: N1 G90*17 Recv: ok Send: N2 M83*26 Recv: ok...

Where should I install python 3 from? I have your command from your documentation, but there is an Octoprint link as well: https://octoprint.org/blog/2020/09/10/upgrade-to-py3/ I think I am going to install...