Skip to content

Should you upgrade?

Demitrios V edited this page Aug 11, 2021 · 16 revisions

IMPORTANT CAVEAT

The mpmd_marlin_1.1.x firmware is NOT designed for the V2 model of the Monoprice Mini Delta 3D printer. Monoprice recently began selling a V2 model of the printer, and I doubt that this firmware is compatible. Please, do NOT try to install this firmware on the Monoprice Mini Delta V2 printer.

Why upgrade?

I'd like to say everyone with a Monoprice MP Mini Delta should try this firmware upgrade, but it is not for everyone. Here is some information to help you decide.

Pros (advantages)

  • The firmware derives from the Marlin firmware codebase (bugfix-1.1.x branch), with most safety features of Marlin enabled. Plus, we "backport" improvements from Marlin 2 (dev-2.1.x branch) where/when appropriate. Overall, the firmware works and prints well.

  • Compile-time options for 5-amp 10-amp power adapter limits - two variants of the firmware. The 60-watt (5A@12v) power adapter that ships with the printer cannot provide the power to heat the hotend and bed simultaneously. The (5-amp) firmware distributes its power demands to keep with-in the limits of the 60-watt power adapter. The 10-amp variant of the firmware removes this limitation allowing the hotend and bed to heat much faster (of course, you must be using a 120-watt (10A@12v) power adapter).

  • Compile-time options to choose "part-cooling" fan or "automatic control" fan. The single fan at the hotend of the Mini Delta printer serves two functions: it cools the hotend (to prevent heat creep) and it cools the part being printed. Two variants of the firmware allow which type of fan control will be used in the printer. Automatic control keeps the fan on fully whenever the hotend temperature is above 50C. Part cooling control provides the M106 and M107 m-codes to control the speed of the fan.

  • The firmware provides a "kill" switch function missing in the stock Monoprice firmware. Pressing the LED/pushbutton switch will halt the printer. Pressing the pushbutton again will cause the printer to reboot.

  • Additional G/M-code support (see G/M-code Support). The firmware adds:

    • long file name support for list SD card (M20) m-code;
    • filament change (M600) g-code, using the LED/pushbutton switch for its user interface;
    • pause for user (M0/M1) m-codes, using the LED/pushbutton swith for its user interface;
    • arc movement support (G2/G3) g-codes; and
    • the manual progress update (M73) g-code.
  • The firmware improves LCD and SD card operation (compared to Marlin4MPMD firmware). These changes allow additional commands (e.g. calibrate, save settings, etc.) to be executed from .gcode files stored on the micro SD card. Also, "pause" and "cancel" from the LCD display has been improved. The "pause" request moves the hotend away from the part being printed, and the "cancel" request moves the hotend to its home position.

  • The firmware contains Marlin's improved delta calibration (G33) gcode and automatic bed leveling (G29) gcode. The printer can be automatically calibrated and adjusted via g-code "utilities" on the micro SD card.

  • The firmware supports the custom (M990) upload command that, compared to Marlin's write (M28) command, significantly shortens the time it takes to upload a file (via the USB port) to the printer's micro SD card. We include a command line utility, an Octoprint plugin, and Pronterface script to take advantage of this facility.

  • (mainly for developers) This mpmd_marlin_1.1.x project uses the Travis-CI service to build its firmware releases. So it is possible to "tweak" and build custom versions of this firmware without installing the development tools on your local computer (see Development).

Cons (disadavantages)

  • WIFI is NOT supported. The M-codes to configure and use the wifi connection are not included in this firmware. And though the wifi can be configured via the mobile app and the printer can establish wifi connections, the wifi connection, as is, is not reliable enough to do anything useful. (Much more work and understanding are needed here to find a solution.)

    Note that if the wifi access point configuration is setup before installing mpmd_marlin_1.1.x then the printer web interface will still display limited printer status (idle/printing, percent complete, and extruder/bed current temperature and set point).

  • Monoprice MP Mini Delta printers are not all wired in the same way! In particular, the directions of the stepper motors may be inverted from one printer to the next. Rather than wire their printers consistently, Monoprice includes an M-code in its stock Monoprice firmware to configure the direction each stepper motor -- our Marlin-based firmware does not. The directions of the steppers motors are configured at compile-time, so this means that you must chose a variant of the firmware compiled for your printer's stepper motor wiring. So far, we have seen printers wired in two different configurations and believe two more are likely. Along with two other compile-time options, we end up compiling sixteen (16) variants of the firmware from which to choose. (see Which Firmare?)

  • In theory, upgrading the printer's firmware is easy: place the firmware on an micro SD card; pop it in the printer; power up the printer; and violá, the printer upgrades its firmware. In practice, however, the printer is quite finicky about the micro SD card when performing a firmware update. Micro SD cards that work fine for the printer's normal operation often will not work when updating firmware. The problem seems to a be combination of factors related to the card type and how the card is formatted. This can lead to one of three scenarios:

    • the card is not recognized, nothing happens; or
    • the card is recognized, old firmware erased, but new firmware not installed; or
    • the card is recognized, firmware updates successfully.

    The second scenario above is dreadful, since your printer will no longer operate at all ("bricked" in the vernacular, until the micro SD card issue is resolved). On the upside, all is not lost -- once you have a properly formatted, compatible card the upgrade process works quickly and reliably. (see Installing the Firmware)

  • There is no support from Monoprice. Upgrading your firmware likely voids any warranty that comes with the printer.

Despite the negatives, we believe this open-source alternative is worthwhile. Naturally, the choice is yours. To give it a try. please see the wiki page, Quick Start, for instructions.