aegean-odyssey / mpmd_marlin_1.1.x

a fork of Marlin firmware (bugfix-1.1.x) for the Monoprice MP Mini Delta 3d printer
GNU General Public License v3.0
76 stars 19 forks source link

Max bed temperature. #91

Closed Weberowsky closed 2 years ago

Weberowsky commented 2 years ago

Hi, why is max bed temp limited? I cant set it above 60 >:C Also i cant use website of my printer, i can see it but cant controll printer

rgrobe commented 2 years ago

I regularly print at higher bed temperatures, so it´s not a limitation of the firmware.

However, I assume that you are referring to the printer´s user interface, where the "preheat" function is indeed not allowing more than 60°C. That is because this user interface (and also the printer´s rudimentary web connectivity) is handled by a separate board with its own CPU and firmware, linked to the mainboard via a serial link. This subunit is not changed at all with the mpmd_marlin firmware (in fact, the data exchange that originally supported the web interface is now discontinued to save programming space for other functionalities).

Of course, it would be great if you could take on the challenge of reverse engineering and improving this user interface firmware. If I remember correctly, there is an option to load a new UI firmware using the web interface, Good luck!

PurpleHullPeas commented 2 years ago

Set the higher temperature in Cura or through terminal. rgrobe did a good job explaining "why".