<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Trying tô increse maximum temperatura of the hotend</title>
        <description> Hi everyone!
I have a Reprap Prusa printer, and I am trying to increase the maximum temperatura of the hotend, but did not succeed, yet.
I have noticed that in Marlin this temperature is set to be 250 degrees Celsius, but, effectively, It is just allowed to reach 235.
Is there any way to set this temperature higher? Maybe 255 degrees?
Thanks!</description>
        <link>https://reprap.org/forum/read.php?406,896644,896644#msg-896644</link>
        <lastBuildDate>Mon, 20 Jul 2026 21:08:45 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?406,896644,896659#msg-896659</guid>
            <title>Re: Trying to increase maximum temperatura of the hotend</title>
            <link>https://reprap.org/forum/read.php?406,896644,896659#msg-896659</link>
            <description><![CDATA[ I also see that I can´t modify these parameters, like maxtemp, for example, in Marlin.<br />
I just dont know why, but whenever I change in Marlin, and transfer the firmware to the printer, these parameters do not change.<br />
The only way I can change is through pronterface.<br />
What are the G-Codes to change HEATER_0_MAXTEMP?<br />
Thanks.]]></description>
            <dc:creator>Henrique</dc:creator>
            <category>Prusa i3 and variants</category>
            <pubDate>Fri, 14 Mar 2025 18:59:06 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?406,896644,896658#msg-896658</guid>
            <title>Re: Trying to increase maximum temperatura of the hotend</title>
            <link>https://reprap.org/forum/read.php?406,896644,896658#msg-896658</link>
            <description><![CDATA[ Yes!<br />
I have a PTFE inside the heatbreak.<br />
May I modify maximum temperature do 265 degrees C in order to reach 250?<br />
Thanks again!]]></description>
            <dc:creator>Henrique</dc:creator>
            <category>Prusa i3 and variants</category>
            <pubDate>Fri, 14 Mar 2025 18:51:42 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?406,896644,896648#msg-896648</guid>
            <title>Re: Trying tô increse maximum temperatura of the hotend</title>
            <link>https://reprap.org/forum/read.php?406,896644,896648#msg-896648</link>
            <description><![CDATA[ This is related to your hardware<br />
<br />
The thermistor type defines the highest readable temperature<br />
<br />
Eg type 1 thermistor [<a href="https://github.com/MarlinFirmware/Marlin/blob/bugfix-2.1.x/Marlin/src/module/thermistor/thermistor_1.h#L26" target="_blank"  rel="nofollow">github.com</a>]  <br />
The highest value in the table is 320 <br />
<br />
Next you have #define HOTEND_OVERSHOOT 15   // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT<br />
You need some overshoot so firmware can tell its over the temperature you set<br />
<br />
so the max usable temperature is 320-15 = 305 <br />
<br />
This can be further reduced with #define HEATER_0_MAXTEMP 275<br />
eg if your hotend has PTFE in the heated zone, you must limit the max temperature down to safer limits.]]></description>
            <dc:creator>Dust</dc:creator>
            <category>Prusa i3 and variants</category>
            <pubDate>Thu, 13 Mar 2025 20:51:04 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?406,896644,896644#msg-896644</guid>
            <title>Trying tô increse maximum temperatura of the hotend</title>
            <link>https://reprap.org/forum/read.php?406,896644,896644#msg-896644</link>
            <description><![CDATA[ Hi everyone!<br />
I have a Reprap Prusa printer, and I am trying to increase the maximum temperatura of the hotend, but did not succeed, yet.<br />
I have noticed that in Marlin this temperature is set to be 250 degrees Celsius, but, effectively, It is just allowed to reach 235.<br />
Is there any way to set this temperature higher? Maybe 255 degrees?<br />
Thanks!]]></description>
            <dc:creator>Henrique</dc:creator>
            <category>Prusa i3 and variants</category>
            <pubDate>Thu, 13 Mar 2025 12:11:38 -0400</pubDate>
        </item>
    </channel>
</rss>
