Makerbase MKS-MONSTER8

Makerbase MKS Monster8 V2 32-Bit Control Board Instruction Manual

Model: MKS-MONSTER8 | Brand: Makerbase

1. Koniec produktuview

The Makerbase MKS Monster8 V2 is a 32-bit control board designed for advanced 3D printers, offering extensive features and compatibility. It is suitable for large 3D printers such as Voron 2.4 and Creality Ender-3 series (Ender-3, Ender-3 V2, Ender-3 Pro).

Główne cechy:

  • 8 Stepper Drivers: Supports multiple motor drives including A4988, DRV8825, LV8729, TMC2208, TMC2209, TMC2225, TMC2226.
  • 9 Motor Interfaces: Driver0, 1, 2-1, 2-2, 3, 4, 5, 6, 7 for flexible configurations.
  • Obsługa oprogramowania sprzętowego: Compatible with Marlin 2.0.x and Klipper (requires a Klipper host like Raspberry Pi or MKS PI).
  • Zgodność wyświetlacza: Supports LCD2004, LCD12864, MKS MINI12864 V1.0/V3.0, and MKS touchscreens (MKS TFT24, MKS TFT28, MKS TFT32, MKS TFT35, MKS H43).
  • Expansion Functions: 6 endstops with power select (X-, X+, Y-, Y+, Z-, Z+), 3D TOUCH (PA8) interface, DFU mode via Boot0 button, driver power select (5V or 3.3V), TMC UART and SPI mode, SENSORLESS_HOMING (Diag0-5), integrated SPI communication micro SD card, reserved SPI signal UDISK, and virtual USB device.
  • MCU: STM32F407VET6, 168MHz, 512KB flash, 192KB RAM, built-in CAN transceiver and interface.
  • Pobór mocy: DC12-24V.
  • Moc wyjściowa: 2 MP1584EN outputs (DC12V for fans and DC5V), 3 PWM fans + 3 power outputs (selectable VIN, DC12V, DC5V).
  • Ochrona: TVS power spike processing, 4KB EEPROM on board.
  • Łączność: Type-C online serial port.
Makerbase MKS Monster8 V2 Control Board with STM32F407VET6 chip highlighted
Figure 1: High-performance main control chip (ARM STM32F407VET6 168MHz) on the MKS Monster8 V2 board.
Makerbase MKS Monster8 V2 board showing 8 stepper driver slots
Figure 2: MKS Monster8 V2 board with 8 stepper driver support, illustrating SPI/UART and Normal Step/Dir modes.
Close-up of Makerbase MKS Monster8 V2 showing 8 stepper drivers and 9 motor interfaces
Rysunek 3: Szczegółowy view of the MKS Monster8 V2 highlighting 8 stepper drivers and 9 motor interfaces for extensive DIY support.
Makerbase MKS Monster8 V2 board showing fan and power output interfaces
Figure 4: Intensive interfaces for DIY, including 3 PWM fans and 3 power outputs (5V output, controllable fan, normally open fan, power supply).
Detailed wiring diagram of the Makerbase MKS Monster8 V2 board
Figure 5: Comprehensive wiring diagram for the MKS Monster8 V2, detailing motor driver slots, heated bed, power supply, drive voltage selection, 5V output, MAX31865, I2C/CAN/UART1 expansion port, TF card slots, WiFi module slot, fan voltage selections, Z+ endstops voltage selection, DIAG signal, and display connections.

2. Przewodnik konfiguracji

2.1 Instalacja sterownika

Before connecting any components, ensure the motor drivers are correctly installed. For Dir/Step mode, insert the jumper cap into the pins marked with a red box in the diagram. The video below demonstrates using the TMC2209 driver in Dir/Step mode as an example.

Video 1: Installation of TMC2209 drivers and initial wiring connections for the MKS Monster8 V2 with a TFT35 touchscreen on an Ender-3 printer. This video covers driver installation, power connections, and motor/endstop wiring.

2.2 połączeń przewodów

Carefully follow the wiring diagram and instructions to connect all components. Pay close attention to positive and negative poles for power connections.

  1. Zasilanie: Connect the main power supply (+POWER+ 12/24V).
  2. Podgrzewane łóżko: Connect the heated bed, paying attention to the positive and negative poles (+HBED-).
  3. Hotend: Connect the hotend (-HE0+).
  4. Fani: Connect the always-on fan and controllable fan.
  5. Thermistors: Connect the hotend thermistor (TH0) and heated bed thermistor (TB).
  6. Zawory krańcowe: Connect the X-axis endstop (X-), Y-axis endstop (Y-), and Z-axis endstop (Z-).
  7. Silniki: Connect the X-axis motor (Driver0), Y-axis motor (Driver1), Z-axis motor (Driver2-1), and Extruder motor (Driver3).
  8. Wyświetlacz: Connect the MKS TS35 touchscreen display to EXP1 and EXP2 using DuPont wires.
Detailed wiring diagram for MKS Monster8 V2 showing various connections
Figure 6: Detailed support diagram for MKS Monster8 V2, illustrating motor driver slots, heated bed, power supply, drive voltage selection, 5V output, MAX31865, I2C/CAN/UART1 expansion port, TF card slots, WiFi module slot, fan voltage selections, Z+ endstops voltage selection, DIAG signal, and display connections.

2.3 Firmware Configuration (Marlin)

To ensure proper functionality, the Marlin firmware needs to be configured for the MKS Monster8 V2 board. Refer to the official Makerbase GitHub for the latest firmware and detailed instructions. Key configuration steps include:

  • Set the mainboard name to BOARD_MKS_MONSTER8 in Configuration.h.
  • Ustawić SERIAL_PORT Do -1.
  • Set the user interface to TFT_COLOR_UI.
  • Włączać SDSUPPORT.
  • Włączać SDCARD_CONNECTION_ONBOARD in pins_MKS_MONSTER8.h.
  • Włączać EEPROM_SETTINGS I EEPROM_CHITCHAT.
  • Ustawić default_envs = mks_monster8 in platformio.ini.
  • Ustawić EXTRUDERS do 1.
  • Ustawić TEMP_SENSOR_0 I TEMP_SENSOR_BED do 1.
  • Włączać USE_XMIN_PLUG, USE_YMIN_PLUG, USE_ZMIN_PLUG.
  • Ustawić X(Y,Z)_MIN_ENDSTOP_INVERTING Do true.
  • Ustawić X(Y,Z)_HOME_DIR Do -1.
  • Ustawić X(Y)_BED_SIZE Do 200 I Z_BED_SIZE Do 250.
  • Ustawić X_DRIVER_TYPE Do TMC2209 (adjust for other drivers as needed).
  • Ustawić INVERT_X(Y,E0)_DIR Do false I INVERT_Z_DIR Do true.
  • Włączać MESH_BED_LEVELING I LCD_BED_LEVELING.

For detailed firmware configuration, please visit the official Makerbase GitHub repository: https://github.com/makerbase-mks/MKS-Monster8

2.4 Aktualizacja oprogramowania sprzętowego

After compiling the firmware, copy the "asset" folder and the .bin file generated after compilation to the root directory of the SD card. Insert the SD card into the mainboard's slot, then turn on the power to update the firmware. The display will show the update progress.

Makerbase MKS Monster8 V2 board with SD card slot highlighted
Figure 7: MKS Monster8 V2 board showing the SD card slot for firmware updates.
Video 2: Demonstration of firmware update process for the MKS Monster8 V2 and TFT35 touchscreen, showing the display updating.

3. Instrukcja obsługi

Once the MKS Monster8 V2 board is installed and firmware updated, you can operate your 3D printer using the connected display. The display allows for control over various printer functions.

3.1 Basic Movement and Controls

Use the touchscreen or rotary encoder on your MKS display to navigate menus and control printer axes (X, Y, Z) and the extruder. This allows for manual positioning and filament loading/unloading.

3.2 Rozpoczęcie drukowania

After preparing your G-code file on an SD card, insert it into the display's SD card slot (if applicable) or the mainboard's slot. Navigate to the print menu on the display and select your file to begin printing. Ensure the heated bed and hotend reach the desired temperatures before printing starts.

Video 3: Demonstration of basic printer operation and initiating a print after successful installation and firmware update of the MKS Monster8 V2 with a TFT35 touchscreen on an Ender-3 printer.

4. Konserwacja

Regular maintenance ensures the longevity and optimal performance of your MKS Monster8 V2 control board.

  • Zachowaj czystosc: Regularly clean the board and surrounding area to prevent dust and debris accumulation, which can lead to overheating or short circuits.
  • Unikaj wilgoci: Ensure the control board is kept in a dry environment to prevent damage from moisture or humidity.
  • Sprawdź połączenia: Periodically inspect all wiring connections to ensure they are secure and free from wear or damage. Loose connections can cause intermittent issues or component failure.
  • Aktualizacje oprogramowania układowego: Stay updated with the latest firmware releases from Makerbase to benefit from bug fixes, performance improvements, and new features.

5. Rozwiązywanie Problemów

This section addresses common issues and their solutions for the MKS Monster8 V2 control board.

5.1 Power-Related Issues

  • Płyta nie włącza się: If the board does not power on, first check if the power supply wiring is reversed. The MKS Monster8 V2 includes TVS power supply anti-reverse and spike protection, preventing damage from incorrect polarity, but the board will not function until correctly wired.
  • Raspberry Pi "Currently Throttled" Error: The MKS Monster8 V2 provides a stable DC 5.1V/3A power output specifically designed for Raspberry Pi. If you encounter a "Currently Throttled" error, ensure your Raspberry Pi is connected to this dedicated power interface on the Monster8 V2 to avoid voltage and current instability.
Video 4: Demonstrates the power supply anti-reverse protection, back EMF protection for stepper motors, stable Raspberry Pi power output, ESD protection, and PL08N leveling sensor signal protection features of the MKS Monster8 V2.

5.2 Motor and Sensor Protection

  • Stepper Motor Damage: The board features a protection circuit for back electromotive force (EMF) generated by stepper motors. This significantly reduces potential damage to motor drivers, even if the print head is manually moved or obstructed.
  • Uszkodzenia ESD: The motherboard's MOS drive circuit and temperature measurement circuit are protected by Schottky diodes, reducing damage from external static electricity spikes. The board has been tested to withstand 4kV of static electricity.
  • PL08N Leveling Sensor Issues: The PL08N leveling sensor signal interface is protected by Schottky diodes with a withstand voltage of 40V. This ensures that the signal pin of the chip will not be burned out due to sensor-related issues.

6. Specyfikacje

FunkcjaSzczegół
ProducentMakerbase Motherboard Monster8
Wymiary opakowania8.03 x 5.12 x 3.11 cala
Waga przedmiotu9.1 uncji
ASINB09M3WKJS4
Numer modelu przedmiotuMKS-MONSTER8
Wymagane baterieNIE
Zawarte komponentyPCBA
KolorCzarny
MarkaBaza twórcza
Tomtage24 V (prąd stały)
Typ wyświetlaczaLCD or Touchscreen
MCUSTM32F407VET6, 168MHz, 512KB Flash, 192KB RAM
Stepper Drivers8 (supports A4988, DRV8825, LV8729, TMC2208, TMC2209, TMC2225, TMC2226)
Oprogramowanie sprzętoweMarlin 2.0.x, Klipper
Ochrona zasilaniaTVS power spike processing, pluggable fuse
Raspberry Pi Power OutputPrąd stały 5.1 V/3 A

7. Wsparcie i zasoby

For further assistance, firmware updates, and community support, please refer to the following official Makerbase resources:

Makerbase MKS Monster8 Guide with QR codes for GitHub, Voron 2.4, and Klipper firmware
Figure 8: Makerbase MKS Monster8 Guide with links to GitHub for firmware and Voron 2.4/Klipper configurations.

Powiązane dokumenty - MKS-MONSTER8

Przedview Makerbase Product Manual: XRIVE, MKS ESP32, MKS Gen_L, and More
Find installation instructions and setup files for Makerbase electronic components including XRIVE, MKS ESP32 FOC V1/V2, MKS Gen_L, MKS CANable, MKS VESC, and MKS SERVO42C via provided links.
Przedview Instrukcja obsługi MKS Monster8 V2 – kontroler drukarki 3D Makerbase
Kompleksowa instrukcja obsługi płyty głównej drukarki 3D Makerbase MKS Monster8 V2. Obejmuje interfejs sprzętowy, okablowanie, konfigurację oprogramowania układowego (Marlin, Klipper), instalację i rozwiązywanie problemów.
Przedview Instrukcja obsługi MKS Monster8 V2: Przewodnik konfiguracji sprzętu i oprogramowania układowego
Kompleksowa instrukcja obsługi płyty głównej drukarki 3D MKS Monster8 V2, obejmująca interfejs sprzętowy, konfigurację oprogramowania sprzętowego (Marlin i Klipper), instalację i rozwiązywanie problemów.
Przedview Ekran dotykowy LCD MKS TFT32 do drukarek 3D - Makerbase
Poznaj MKS TFT32, wszechstronny 32-calowy kolorowy ekran dotykowy LCD od Makerbase, przeznaczony do drukarek 3D. Dowiedz się więcej o jego funkcjach, łączności, aktualizacjach oprogramowania układowego i innych.tagwykrywanie e i możliwości WIFI.
Przedview Ekran dotykowy LCD drukarki 3D Makerbase MKS-TFT28: funkcje, okablowanie i przewodnik konfiguracji
Kompleksowy przewodnik po 28-calowym kolorowym wyświetlaczu LCD Makerbase MKS-TFT2.8 do drukarek 3D. W dokumencie opisano jego funkcje, kompatybilność z różnymi płytami głównymi, instrukcje dotyczące okablowania, ustawienia włączania, aktualizacje oprogramowania sprzętowego i inne.tagMożliwości zapisywania danych, integracja modułu wykrywania, personalizacja zdjęć i łączność WiFi, w tym opcje zdalnego sterowania za pośrednictwem aplikacji, Printrun i Repetier-Host.
Przedview Instrukcja obsługi MKS DLC32 - Makerbase
Kompleksowa instrukcja obsługi płytki sterującej Makerbase MKS DLC32, obejmująca interfejs sprzętowy, aktualizacje oprogramowania sprzętowego i tryby sterowania dla drukarek 3D i maszyn CNC.

Ask a question about this manual

Ask about setup, troubleshooting, compatibility, parts, safety, or missing instructions. Manuals+ will review the question and use this page’s manual context to help answer it.