<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Graphical LCD</title>
        <description> First full build. I am currently working on a prusa i3 dual extruder. got it up and running pretty well. 

The Question I have is this. I have a graphical lcd screen running on it. I am running the makerfarm firmware for the i3. I was wondering if there was a way for me to replace the makerfarm names that appear on the display with my own names . Ok a little  mean removing makerfarm I know but I wanna see my name on a machine that I have built not theirs.

Thanks</description>
        <link>https://reprap.org/forum/read.php?4,312295,312295#msg-312295</link>
        <lastBuildDate>Fri, 06 Mar 2026 06:29:48 -0500</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?4,312295,312856#msg-312856</guid>
            <title>Re: Graphical LCD</title>
            <link>https://reprap.org/forum/read.php?4,312295,312856#msg-312856</link>
            <description><![CDATA[ Hi,<br />
the variable you are looking for is in configuration.h:<br />
// Define this to set a custom name for your generic Mendel,<br />
// #define CUSTOM_MENDEL_NAME "This Mendel"<br />
<br />
In language.h<br />
#ifdef CUSTOM_MENDEL_NAME<br />
		#define MACHINE_NAME CUSTOM_MENDEL_NAME<br />
	#else<br />
		#define MACHINE_NAME "Mendel"<br />
	#endif<br />
If you don´t define a Custom Name, "Mendel" is used.<br />
<br />
In dogm_lcd_implementation.h you could also modify:<br />
u8g.firstPage();<br />
	do {<br />
			// RepRap init bmp<br />
			u8g.drawBitmapP(0,0,START_BMPBYTEWIDTH,START_BMPHEIGHT,start_bmp);<br />
			// Welcome message<br />
			u8g.setFont(u8g_font_6x10_marlin);<br />
			u8g.drawStr(62,10,"MARLIN"); <br />
			u8g.setFont(u8g_font_5x8);<br />
			u8g.drawStr(62,19,"V1.0.0 RC2-mm");<br />
			u8g.setFont(u8g_font_6x10_marlin);<br />
			u8g.drawStr(62,28,"by ErikZalm");<br />
			u8g.drawStr(62,41,"DOGM128 LCD");<br />
			u8g.setFont(u8g_font_5x8);<br />
			u8g.drawStr(62,48,"enhancements");<br />
			u8g.setFont(u8g_font_5x8);<br />
			u8g.drawStr(62,55,"by STB, MM");<br />
			u8g.drawStr(62,61,"uses u");<br />
			u8g.drawStr90(92,57,"8");<br />
			u8g.drawStr(100,61,"glib");<br />
	   } while( u8g.nextPage() );<br />
}<br />
<br />
I hope that helps!<br />
<br />
Manu]]></description>
            <dc:creator>Protoprinter</dc:creator>
            <category>Reprappers</category>
            <pubDate>Wed, 19 Feb 2014 02:29:08 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,312295,312837#msg-312837</guid>
            <title>Re: Graphical LCD</title>
            <link>https://reprap.org/forum/read.php?4,312295,312837#msg-312837</link>
            <description><![CDATA[ Look in the language.h file, not100% sure,but i think it is in there.]]></description>
            <dc:creator>cat.farmer</dc:creator>
            <category>Reprappers</category>
            <pubDate>Wed, 19 Feb 2014 00:19:23 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,312295,312337#msg-312337</guid>
            <title>Re: Graphical LCD</title>
            <link>https://reprap.org/forum/read.php?4,312295,312337#msg-312337</link>
            <description><![CDATA[ Just do a text search on the firmware for what you want to replace. Might take a bit of searching but should be difficult.]]></description>
            <dc:creator>lazzymonk</dc:creator>
            <category>Reprappers</category>
            <pubDate>Tue, 18 Feb 2014 02:28:08 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,312295,312295#msg-312295</guid>
            <title>Graphical LCD</title>
            <link>https://reprap.org/forum/read.php?4,312295,312295#msg-312295</link>
            <description><![CDATA[ First full build. I am currently working on a prusa i3 dual extruder. got it up and running pretty well. <br />
<br />
The Question I have is this. I have a graphical lcd screen running on it. I am running the makerfarm firmware for the i3. I was wondering if there was a way for me to replace the makerfarm names that appear on the display with my own names . Ok a little  mean removing makerfarm I know but I wanna see my name on a machine that I have built not theirs.<br />
<br />
Thanks]]></description>
            <dc:creator>maverickcnc</dc:creator>
            <category>Reprappers</category>
            <pubDate>Mon, 17 Feb 2014 20:53:10 -0500</pubDate>
        </item>
    </channel>
</rss>
