makerbase-mks / MKS-SGEN_L-V2

MKS SGEN_L V2.0 is powerful 32-bit 3D printer control board. The CPU is LPC1769 120MHZ, SGEN_L V2 hardware Integrated 4KB EEPROM, 5AXIS and dual Z interface, has 2 way FANs and Dc12/24V out interface, support TMC UART and SPI mode...
https://www.aliexpress.com/item/4001283346331.html?spm=a2g0o.store_home.slider_165457030.0
GNU General Public License v3.0
71 stars 28 forks source link

FAN LAYER #2

Closed patxinet closed 3 years ago

patxinet commented 4 years ago

Hello, where can I connect the layer fan, so that I can regulate it with pwm, through the simplify, slicer, cura programs, etc. do you have to modify, in marlin the outputs of the plate? is it fan1 or fan2?

define BOARD_MKS_SGEN 2500 // MKS-SGen (Power outputs: Hotend0, Hotend1, Bed, Fan)

Thank you

makerbase-mks commented 4 years ago

Hi! You can download MKS SGEN_L V2 path marlin firmware and it is support SGEN_L V2 motherboard. But offical marlin firmware, not support SGEN_L V2 cuerently. MKS has pull requests https://github.com/MarlinFirmware/Marlin/pull/18822 Usually, the motherboard FAN1 and FAN2 can be control by cammand, M106 P0 S255 FAN1 OPEN M106 P1 S255 FAN2 OPEN

makerbase-mks commented 3 years ago

If there is no response, then I will close this question.