makerbase-mks / MKS-Robin

MKS Robin is a powerful 32-bit 3D printer control board with STM32F103ZET6 . Support Marlin2.0. Support MKS Robin TFT24/28/32... Screens. The motherboard integrates 5 AXIS interface, hot bed, 2 heating heads, 3 NTC100K, 2 MAX31855.Support MKS Robin WIFI for cloud printing.Supports firmware update by SD card…
https://es.aliexpress.com/item/32757129463.html?spm=a219c.12010612.8148356.9.5fc165f4oDUfFM
130 stars 129 forks source link

Config and install fan on MKS ROBIN #95

Open andyrok opened 5 years ago

andyrok commented 5 years ago

Fan in MKS Robin STM32

andyrok commented 5 years ago

I don’t understand how to connect the fan....anyone help me?

DaVincIan commented 5 years ago

Hi Andy

Look at the MKS Robin Data Sheet Pade 11: MKS ROBIN DataSheet.pdf

The fan that is controlled during printing and intended to blow on the print is wire to "Fan Port" (top left on data sheet P11). Make sure you have to polarity correct. It is indicated on the pc board. The positive is at the bottom (again, as per the orientation of the board in the aforementioned picture).

Hope this helps Ian

andyrok commented 5 years ago

👍👍Many thanks

     Andrea R.

Si precisa che le informazioni di questa email sono riservate ad uso esclusivo del destinatario. La comunicazione, la diffusione o la riproduzione in qualsiasi modo eseguite del messaggio, sono vietate. Eventuali violazioni saranno perseguite a norma di legge

Il giorno 11 giu 2019, alle ore 12:55, Ian Veldman notifications@github.com ha scritto:

Hi Andy

Look at the MKS Robin Data Sheet Pade 11: MKS ROBIN DataSheet.pdf

The fan that is controlled during printing and intended to blow on the print is wire to "Fan Port" (top left on data sheet P11). Make sure you have to polarity correct. It is indicated on the pc board. The positive is at the bottom (again, as per the orientation of the board in the aforementioned picture).

Hope this helps Ian

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

elmo40 commented 5 years ago

Hello. Is it still the same M106 S### command? I tried multiple fans in both red/blk wire combinations and the fan never turns on.

DaVincIan commented 5 years ago

MKS Robin & Robin2 uses Marlin GCODE: http://marlinfw.org/meta/gcode/

So yes M106 S### > 0 should let it run. The fan might not turn for small values. Begin with 255. It uses a 12 V fan. Can you verify that the fan in working, using a 12 V power supply?

elmo40 commented 5 years ago

I have 3 fully functional fans from other 3D printers. I have never seen it function on the Robin v2.4 Maybe the MOSFET was DOA? My 'scope can see the bed and nozzle turning on but not a mV out of the fan terminals.

DaVincIan commented 5 years ago

It's a bit of work,  but let me see if I can get my Robin wired up and test it. Not sure what the time line will be.Sent from my Samsung Galaxy smartphone. -------- Original message --------From: elmo40 notifications@github.com Date: 27/06/2019 06:26 (GMT+02:00) To: makerbase-mks/MKS-Robin MKS-Robin@noreply.github.com Cc: Ian Veldman csveldman@gmail.com, Comment comment@noreply.github.com Subject: Re: [makerbase-mks/MKS-Robin] Config and install fan on MKS ROBIN (#95) I have 3 fully functional fans from other 3D printers. I have never seen it function on the Robin v2.4 Maybe the MOSFET was DOA? My 'scope can see the bed and nozzle turning on but not a mV out of the fan terminals.

—You are receiving this because you commented.Reply to this email directly, view it on GitHub, or mute the thread. [ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/makerbase-mks/MKS-Robin/issues/95?email_source=notifications\u0026email_token=AGACKMUNRQIL2IWKA3LDSS3P4Q6NXA5CNFSM4HI53OJKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYVUGGQ#issuecomment-506151706", "url": "https://github.com/makerbase-mks/MKS-Robin/issues/95?email_source=notifications\u0026email_token=AGACKMUNRQIL2IWKA3LDSS3P4Q6NXA5CNFSM4HI53OJKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYVUGGQ#issuecomment-506151706", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]

DaVincIan commented 5 years ago

Hi Elmo40

I did a basic setup and it tested fine. I could control the fan from Repetier Host Manual Control tab and sending GCode M106. M!07 turned it off.

Ian

On Thu, 27 Jun 2019 at 09:57, csveldman csveldman@gmail.com wrote:

It's a bit of work, but let me see if I can get my Robin wired up and test it. Not sure what the time line will be.

Sent from my Samsung Galaxy smartphone.

-------- Original message -------- From: elmo40 notifications@github.com Date: 27/06/2019 06:26 (GMT+02:00) To: makerbase-mks/MKS-Robin MKS-Robin@noreply.github.com Cc: Ian Veldman csveldman@gmail.com, Comment comment@noreply.github.com

Subject: Re: [makerbase-mks/MKS-Robin] Config and install fan on MKS ROBIN (#95)

I have 3 fully functional fans from other 3D printers. I have never seen it function on the Robin v2.4 Maybe the MOSFET was DOA? My 'scope can see the bed and nozzle turning on but not a mV out of the fan terminals.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/makerbase-mks/MKS-Robin/issues/95?email_source=notifications&email_token=AGACKMUNRQIL2IWKA3LDSS3P4Q6NXA5CNFSM4HI53OJKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYVUGGQ#issuecomment-506151706, or mute the thread https://github.com/notifications/unsubscribe-auth/AGACKMX46CFI46Y7EA7R4HTP4Q6NXANCNFSM4HI53OJA .

-- CSV

elmo40 commented 5 years ago

I swapped the MOSFET. It was dead. After a week of running with a fan, now the CPU is messed up. It will run for a few layers then go all wonky. Time to toss it in the (ever growing) pile of low quality barely supported 32-bit boards...

DaVincIan commented 5 years ago

Yip, so far I'm less impressed with mine as well. I had my MKS Robin2 go coco on me. I reloaded the firmware. That worked for me.

I can't get my Mesh leveling to work. I get the probing done. But the controller does not perform the leveling when printing.

Ian

3Dangel commented 5 years ago

A lot of issues I find users are having. Mine still works from the first purchase back couple years now.

I don’t do auto leveling ; use my hand and eye. Loaded the first firmware and run since.

On Mon, Jul 22, 2019 at 13:23 Ian Veldman notifications@github.com wrote:

Yip, so far I'm less impressed with mine as well. I had my MKS Robin 2 go coco on me. I reloaded the firmware. That worked for me.

I can't get my Mesh leveling to work. I get the probing done. But the controller does not perform the leveling when printing.

Ian

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/makerbase-mks/MKS-Robin/issues/95?email_source=notifications&email_token=AFYWWXJ2VJSDWJXEHNVAQ2LQAYCLBA5CNFSM4HI53OJKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2Q4TQQ#issuecomment-513919426, or mute the thread https://github.com/notifications/unsubscribe-auth/AFYWWXI6FRLJ2YUH2M7JS2TQAYCLBANCNFSM4HI53OJA .

DaVincIan commented 5 years ago

Thanks 3Dangel

For the most part my Robin2 is working. I have a 400 mm x 400 mm bed, so bed leveling is essential. The controller does everything, performs the bed leveling probing and saving the data. As far as I can determine, it is not performing the "corrections" when printing. The status shows bed leveling is active...but that's as far as it goes.

Ian

On Mon, 22 Jul 2019 at 22:25, 3Dangel notifications@github.com wrote:

A lot of issues I find users are having. Mine still works from the first purchase back couple years now.

I don’t do auto leveling ; use my hand and eye. Loaded the first firmware and run since.

On Mon, Jul 22, 2019 at 13:23 Ian Veldman notifications@github.com wrote:

Yip, so far I'm less impressed with mine as well. I had my MKS Robin 2 go coco on me. I reloaded the firmware. That worked for me.

I can't get my Mesh leveling to work. I get the probing done. But the controller does not perform the leveling when printing.

Ian

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub < https://github.com/makerbase-mks/MKS-Robin/issues/95?email_source=notifications&email_token=AFYWWXJ2VJSDWJXEHNVAQ2LQAYCLBA5CNFSM4HI53OJKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2Q4TQQ#issuecomment-513919426 , or mute the thread < https://github.com/notifications/unsubscribe-auth/AFYWWXI6FRLJ2YUH2M7JS2TQAYCLBANCNFSM4HI53OJA

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/makerbase-mks/MKS-Robin/issues/95?email_source=notifications&email_token=AGACKMVYSHZ5TRK5PZVYX53QAYJSRA5CNFSM4HI53OJKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2RBXMQ#issuecomment-513940402, or mute the thread https://github.com/notifications/unsubscribe-auth/AGACKMTLJKI5KLNRMBK3JB3QAYJSRANCNFSM4HI53OJA .

-- CSV

3Dangel commented 5 years ago

I see my friend! Have you tried if reducing the print bed size and try that way. If it does work for smaller bed, it might be the calculation limitation in the main board and related to the electronic’s capacity to resolve the bigger area. I used to have inductive’s and upgraded to photoelectric and back to manual. Of course, the promises is that you have to have “flat bed”. And for that, I use glass. Not printing ABS or other material, therefore, no much of bed temp as an issue. I still uses the first version of Mks-Robin 2016 when they first came out. Version of FW was 2.x The first stable version that brought the PIC for the temperature to estabilize.

Hope you find out what is going on on yours. Cheers

On Thu, Jul 25, 2019 at 13:50 Ian Veldman notifications@github.com wrote:

Thanks 3Dangel

For the most part my Robin2 is working. I have a 400 mm x 400 mm bed, so bed leveling is essential. The controller does everything, performs the bed leveling probing and saving the data. As far as I can determine, it is not performing the "corrections" when printing. The status shows bed leveling is active...but that's as far as it goes.

Ian

On Mon, 22 Jul 2019 at 22:25, 3Dangel notifications@github.com wrote:

A lot of issues I find users are having. Mine still works from the first purchase back couple years now.

I don’t do auto leveling ; use my hand and eye. Loaded the first firmware and run since.

On Mon, Jul 22, 2019 at 13:23 Ian Veldman notifications@github.com wrote:

Yip, so far I'm less impressed with mine as well. I had my MKS Robin 2 go coco on me. I reloaded the firmware. That worked for me.

I can't get my Mesh leveling to work. I get the probing done. But the controller does not perform the leveling when printing.

Ian

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <

https://github.com/makerbase-mks/MKS-Robin/issues/95?email_source=notifications&email_token=AFYWWXJ2VJSDWJXEHNVAQ2LQAYCLBA5CNFSM4HI53OJKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2Q4TQQ#issuecomment-513919426

, or mute the thread <

https://github.com/notifications/unsubscribe-auth/AFYWWXI6FRLJ2YUH2M7JS2TQAYCLBANCNFSM4HI53OJA

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub < https://github.com/makerbase-mks/MKS-Robin/issues/95?email_source=notifications&email_token=AGACKMVYSHZ5TRK5PZVYX53QAYJSRA5CNFSM4HI53OJKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2RBXMQ#issuecomment-513940402 , or mute the thread < https://github.com/notifications/unsubscribe-auth/AGACKMTLJKI5KLNRMBK3JB3QAYJSRANCNFSM4HI53OJA

.

-- CSV

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/makerbase-mks/MKS-Robin/issues/95?email_source=notifications&email_token=AFYWWXIZFXTVMTRZVX6FRZ3QBH72DA5CNFSM4HI53OJKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD22STZY#issuecomment-515189223, or mute the thread https://github.com/notifications/unsubscribe-auth/AFYWWXPSUDTNNN3VQ2LF5IDQBH72DANCNFSM4HI53OJA .

makerbase-mks commented 4 years ago

The MKS Robin hardware schematic is open source, you can check it out: https://github.com/makerbase-mks/MKS-Robin/tree/master/MKS%20Robin