<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>:S Marlin Code ändern (custom Printer)</title>
        <description> Hello everyone,

This is my first message on here.
I am repairing a Rep Rap printer from 2013. I  have attached a few pictures of it.
I know quite a bit about hotend endstops and other &quot;mechanical&quot; parts of printers, but when it comes to software I am a complete nobe.
I needed to add new endstops, an LCD display, more fans and a new hotend, which meant changing the software.
I downloaded the latest version of Marlin and worked on it litteraly nights, but it does not compile at all and gives me the error #if without #endif.
There are also some parts of the code that I am not really sure about, like the accelleration or the correct calibration of the theremistors.
This made me think if I could just change some things in the old software of the printer so that I do not have to set it up completely new.
So is there a way to extract the software from the printer right now and change a few things in it?

I do not know what to do.
Please let me know.

By Paul</description>
        <link>https://reprap.org/forum/read.php?415,895713,895713#msg-895713</link>
        <lastBuildDate>Fri, 14 Aug 2026 12:07:55 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?415,895713,895734#msg-895734</guid>
            <title>Re: :S Marlin Code ändern (custom Printer)</title>
            <link>https://reprap.org/forum/read.php?415,895713,895734#msg-895734</link>
            <description><![CDATA[ Oh okay, thanks again.<br />
I think that work somehow fine,  but as I think fan0 is set by default as the p.c. fan, so that should work, but via the  LCD display only the redundant p.c. fan will start spinning if I turn the fan up under temperature, is that normal?<br />
And will fan0 spin while printing as well as p.c. fan.<br />
<br />
But my problem now is that when I turn x or z axis always the same motors start turning, the x axis motor and the right z motor from my to z axis. <br />
So how can I change the software for my builded axis configuration, which you can see in my first message on this topic.<br />
<br />
Good night. <br />
Paul Anton Schenker]]></description>
            <dc:creator>paul_schenker</dc:creator>
            <category>Firmware - Marlin</category>
            <pubDate>Mon, 09 Sep 2024 17:50:17 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?415,895713,895730#msg-895730</guid>
            <title>Re: :S Marlin Code ändern (custom Printer)</title>
            <link>https://reprap.org/forum/read.php?415,895713,895730#msg-895730</link>
            <description><![CDATA[ <pre class="bbcode">
/**
 * Assign more PWM fans for part cooling, synchronized with Fan 0
 */
//#define REDUNDANT_PART_COOLING_FAN 1  // Index of the first fan to synchronize with Fan 0
#ifdef REDUNDANT_PART_COOLING_FAN
  //#define NUM_REDUNDANT_FANS 1        // Number of sequential fans to synchronize with Fan 0
#endif</pre>
<br />
enable this <br />
and add something like<br />
#define FAN1_PIN pin number...<br />
<br />
I cannot remember what pin the fan expander uses but its either 11,6,5 or 4]]></description>
            <dc:creator>Dust</dc:creator>
            <category>Firmware - Marlin</category>
            <pubDate>Sun, 08 Sep 2024 07:04:05 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?415,895713,895729#msg-895729</guid>
            <title>Re: :S Marlin Code ändern (custom Printer)</title>
            <link>https://reprap.org/forum/read.php?415,895713,895729#msg-895729</link>
            <description><![CDATA[ Okay, thanks,<br />
Vscode is much faster and now everything works.<br />
But I have two part cooling fans and I don't know how to configure them?<br />
(I have the fan extension board attached for these).<br />
<br />
Thanks again,<br />
Paul Anton Schenker]]></description>
            <dc:creator>paul_schenker</dc:creator>
            <category>Firmware - Marlin</category>
            <pubDate>Sun, 08 Sep 2024 05:34:17 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?415,895713,895718#msg-895718</guid>
            <title>Re: :S Marlin Code ändern (custom Printer)</title>
            <link>https://reprap.org/forum/read.php?415,895713,895718#msg-895718</link>
            <description><![CDATA[ Don't use Arduino IDE<br />
<br />
Use vscode with platformio.<br />
<br />
It's 100 x faster and it get all the required libraries you need for you. <br />
<br />
[<a href="https://marlinfw.org/docs/basics/install_platformio_vscode.html" target="_blank"  rel="nofollow">marlinfw.org</a>]<br />
<br />
Also dont use OneDrive, it messes with builds]]></description>
            <dc:creator>Dust</dc:creator>
            <category>Firmware - Marlin</category>
            <pubDate>Wed, 04 Sep 2024 20:42:59 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?415,895713,895717#msg-895717</guid>
            <title>Re: :S Marlin Code ändern (custom Printer)</title>
            <link>https://reprap.org/forum/read.php?415,895713,895717#msg-895717</link>
            <description><![CDATA[ Ok thanks that helped me a lot(:P) but  now there is another compile error about u8glib but I downloaded it from here: [<a href="https://github.com/olikraus/U8glib_Arduino" target="_blank"  rel="nofollow">github.com</a>]<br />
And also in Arduini Ide under Librarys.<br />
and put it unpacked in the sketch folder.:o<br />
<br />
Here is the error message:<br />
<br />
C:\Users\pauls\OneDrive\Desktop\Marlin2\Marlin\src\HAL\AVR\u8g_com_HAL_AVR_sw_spi.cpp:65:10: fatal error: U8glib-HAL.h: No such file or directory<br />
 #include <br />
          ^~~~~~~~~~~~~~<br />
compilation terminated.<br />
exit status 1<br />
<br />
Compilation error: U8glib-HAL.h: No such file or directory<br />
<br />
Do you have anny idea why this error is caused?:S]]></description>
            <dc:creator>paul_schenker</dc:creator>
            <category>Firmware - Marlin</category>
            <pubDate>Wed, 04 Sep 2024 15:57:23 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?415,895713,895716#msg-895716</guid>
            <title>Re: :S Marlin Code ändern (custom Printer)</title>
            <link>https://reprap.org/forum/read.php?415,895713,895716#msg-895716</link>
            <description><![CDATA[ re  #if without #endif.<br />
<br />
In config files do not delete or edit or comment out any line starting with  #if or #endif<br />
<br />
<br />
<br />
 #if and #endif come in pairs, the error says there is at least one more #if than #endif]]></description>
            <dc:creator>Dust</dc:creator>
            <category>Firmware - Marlin</category>
            <pubDate>Wed, 04 Sep 2024 08:22:08 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?415,895713,895715#msg-895715</guid>
            <title>Re: :S Marlin Code ändern (custom Printer)</title>
            <link>https://reprap.org/forum/read.php?415,895713,895715#msg-895715</link>
            <description><![CDATA[ you cannot extract settings from firmware binary<br />
<br />
while running you can get it to tell you some basic stuff with gcode M503]]></description>
            <dc:creator>Dust</dc:creator>
            <category>Firmware - Marlin</category>
            <pubDate>Wed, 04 Sep 2024 07:56:10 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?415,895713,895713#msg-895713</guid>
            <title>:S Marlin Code ändern (custom Printer)</title>
            <link>https://reprap.org/forum/read.php?415,895713,895713#msg-895713</link>
            <description><![CDATA[ Hello everyone,<br />
<br />
This is my first message on here.<br />
I am repairing a Rep Rap printer from 2013. I  have attached a few pictures of it.<br />
I know quite a bit about hotend endstops and other "mechanical" parts of printers, but when it comes to software I am a complete nobe.<br />
I needed to add new endstops, an LCD display, more fans and a new hotend, which meant changing the software.<br />
I downloaded the latest version of Marlin and worked on it litteraly nights, but it does not compile at all and gives me the error #if without #endif.<br />
There are also some parts of the code that I am not really sure about, like the accelleration or the correct calibration of the theremistors.<br />
This made me think if I could just change some things in the old software of the printer so that I do not have to set it up completely new.<br />
So is there a way to extract the software from the printer right now and change a few things in it?<br />
<br />
I do not know what to do.<br />
Please let me know.<br />
<br />
By Paul]]></description>
            <dc:creator>paul_schenker</dc:creator>
            <category>Firmware - Marlin</category>
            <pubDate>Wed, 04 Sep 2024 07:52:20 -0400</pubDate>
        </item>
    </channel>
</rss>
