Resources - aegean-odyssey/mpmd_marlin_1.1.x GitHub Wiki
Other Resources
-
Good information related to the Monoprice Mini Delta printer (V1). Some is specific to the Marlin4MPMD project, but much of the information is useful for this project and in general. Though its home page sends you back to this project, don't overlook the pages linked in the wiki's table of contents. Good stuff.
-
MP Mini Delta (Unofficial) Wiki
Another very good source of information about the Monoprice mini delta printer (V1) from Matthew Upps and GigDigi.com. Focusing mainly on the printer as it comes from the factory, it provides useful information for maintaining the printer and a source for locating replacement parts.
-
The definitive source for information about Marlin firmware. This
mpmd_marlin_1.1.x
project tries to put as much as Marlin as possible on the stock Monoprice Mini Delta printer (V1). Check out this link to learn more about what Marlin firmware is in the "big picture". -
Everything's done with Linux here, Debian in particular. Here's a link.
-
STM32CubeF0 (STMicroelectronics)
The software developers kit (SDK) for STMicroelectronics' STM32F070 microcontroller. This is the computer part found on the controller board of the Monoprice Mini Delta printer (V1).
-
The gcc compiler and associates tools used to build this project. This toolchain is based on the Free Software Foundation (FSF) GNU open source tools and newlib.