<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Cura + Repetier fw</title>
        <description> From time to time I&#039;ve stepped into models that won&#039;t slice in Slic3r, therefore I&#039;ve to revert to Cura then reading the gcode back into Repetier Host.

Out of curiosity, i&#039;ve tried the Cura machine interface, and seems that it won&#039;t connect to my printer. When it tries, my printer resets and nothing else happens.- Tried slowing down the baudrate, no cigar.

I recall that somewhere inside the source code there is something that makes the firmware not compatible (binary-only?) with anything else than Repetier Host.

I am not switching to Cura, but for some people Repetier host is too intimidating, while Cura seems more easy.

Therefore ... if anybody could shed some light on this..

Thank you all,
Davide Ardizzoia</description>
        <link>https://reprap.org/forum/read.php?267,219938,219938#msg-219938</link>
        <lastBuildDate>Sun, 10 May 2026 20:06:36 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?267,219938,247194#msg-247194</guid>
            <title>Re: Cura + Repetier fw</title>
            <link>https://reprap.org/forum/read.php?267,219938,247194#msg-247194</link>
            <description><![CDATA[ Thanks, repetier. I'll try the development verion.]]></description>
            <dc:creator>Funkymonk</dc:creator>
            <category>Repetier</category>
            <pubDate>Fri, 20 Sep 2013 12:03:37 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?267,219938,246811#msg-246811</guid>
            <title>Re: Cura + Repetier fw</title>
            <link>https://reprap.org/forum/read.php?267,219938,246811#msg-246811</link>
            <description><![CDATA[ @Funkymonk <br />
<br />
The cura crashing bug is fixed in the development version of repetier. It was caused by the very long comment string as you already figured out, which was handled wrong or more precise, the double colon was the problem.]]></description>
            <dc:creator>repetier</dc:creator>
            <category>Repetier</category>
            <pubDate>Thu, 19 Sep 2013 10:14:51 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?267,219938,246131#msg-246131</guid>
            <title>Re: Cura + Repetier fw</title>
            <link>https://reprap.org/forum/read.php?267,219938,246131#msg-246131</link>
            <description><![CDATA[ Hi. <br />
<br />
The problematic gcode that makes my Rostock dig into the printed part has no relation with the end gcode. It's added by Cura ant the end of the .gcode file:<br />
<br />
...<br />
G1 X-4.07 Y-4.29 E138.25390<br />
G0 F18480 X-4.07 Y-3.98<br />
;End GCode<br />
M104 S0                     ;extruder heater off<br />
M140 S0                     ;heated bed heater off (if you have it)<br />
G91                                    ;relative positioning<br />
G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure<br />
G1 Z+0.5 E-5 X-20 Y-20 F24000 ;move Z up a bit and retract filament even more<br />
G28 X0 Y0                              ;move X/Y to min endstops, so the head is out of the way<br />
M84                         ;steppers off<br />
G90                         ;absolute positioning<br />
<br />
<span style="color:#FF0000">;CURA_PROFILE_STRING:eNrtV01v4zYQvQpGf8Qct+jGpRwryW6gSwsnl2ZRYAM0m4tAS2OLjSQKJBXHNvzfOyQlR3bsdoPdAkURHxL7kTOcjzePUsGXqJIcxTw3MRueRsGCF0VicpE+VKg1YReBQqN4aoSsEqz4tMD4VjUYaFmILCmch2eDcMiiYCbISYaVFmYZj1hQydWqwESLFZLHcVArUZlE14hZPI7anwbLGhU3jcJ4FB5ARzF7CZ4eAsdbcIrZjuMoCnRT11KZ+JOsMKgLbmZSlQnPctSUoofbPUnW8CLBJ6Mat3bFC402O14iOc8E/TeoKOnz6CVs430Bnh4Cx31wVshFHDLWr7sv1dkOxkvZVCYeD6M+6iJul8IzWptKY2S501Jqs5z+iSm1QFQPBLBAPqIqeO3MCRgF5PARi65HFE3rx/fbw+RHVK7X/vcFC1Ipi6QUVccLUSLlEsx4x52sLaJ+EFTfQlSYpC7YUQvNeR1fOAPngnD7vYvj+UdS8idXpu2RM0KpzcSeyIM5ciKomJnuTMdYI+s+gX1eHnG5tKWIwy1VEueVWjxVotyJmRrCZ4ZCUXNRxZH/5Tbomqeimtt58OiUa9ztQg+3JguRmZzwc48Te1HNeLprNNpf7FtSqcRTkkulBFU6aSpHEzvPyxoTvqXv8T3Tg3soQFljlUyF0Yc20IDYWX+krI0waW7z9tvqoqHCULWIJvP4XVGHg2HHvRRtEslTfBLuQUuCftCGKzOcpzLD+PJzIVLMgJuPsM74cmP/GqR/lmCbweUvXIsUNBpDZ+uP8JulDnhdI5OiJ3Mb+IPSpT3rXanbwBV1n+C+eJHr362OgD2H1lql8YdetRMLVKDMG/oJ9uO3KXvQwp8971mlUpu+lf29GVyPQmg/l6QNitJ65EWDenD9gW1X+JTI2xiEWlKY1EJKe3ATsvNug6seLITJweQINDUgZzPyfgF3DL4w652IDnc/fwEjgcYHsMo0zYZ2m+5ZG4LddP9ySwj342jI4GrdF4pNa2CP7JQVMrmoIIzKkjIYwWSbxPPncoVKOiMntRl1usBqbnJ7ztWIMZiEw2jPpt0KtFKWlBzY8QcKL314/UHA51xU7rjdhKio4Tk4DlCJh8NhQDXoWDmpMrj+lb7a0o/h84ETe5FaPhJplWvETThmRw3cvgzo7uqZwDsxg6VsIKfwQJgfKcsQvuJzqZBaQdO5QxZKdXJC6Z4y9g/G7mrxLOqoy4GkgOKj/iJYgSWPboe/6N9bvtCpSNIGWpZo2+M4oWjQ6Bp2/PmJUU8nJxHcnYyIkvbPYTbdQ1O3R3KqeBfRNhp8xApKad0+0/tvkzpG/fcUrQvU3hwgNMjGdLEv+HJwczE+7lQbrOk5Q/tB+3A8hoPTG7iJHb0J3n9X8MJXC95t+E2ax44oHvuugufOOlkffobcDG7Zd8zhX0viK1R7dES2b9krldvahG9q/6b236L27ZtF/yl3Cz4/Yvj3mJ1NDuntUEjCk+Iw1Y9xUBH7/LN0R/YbJ08S7Ar4JZDVjmANIaXmqWRla2AXqEii5AWs2gsFFtRrO6e2gPyBukxdtWBGfqWB3PVq2brXw3aS/zeU3SfqPrdeQdkP7KsqcvC6szGt21bR5b2mF+Bk1SleV/IQ7tZ7L1gb+LIHLTcvFHOr2Getq0Av7LvcpJWz7YOJQ6m0ZoHoeZQ2Srk0O+WzRXDFtpzr0PewyMmgbkXZX9VlUxhRF1tlVz3y2P6fnsFVxFh3BQ1u193GjU+VXn59gvYLpXXvvqwO5jfZ8/YXcBcFPg==</span><br />
<br />
post<br />
&gt; <br />
&gt; 2 funkymonk:<br />
&gt; you can edit start.gcode and end.gcode in cura. if<br />
&gt; you are not shure what are you doing with gcode<br />
&gt; just open slic3r in repetier, copy start and end<br />
&gt; gcode  and paste it into cura.]]></description>
            <dc:creator>Funkymonk</dc:creator>
            <category>Repetier</category>
            <pubDate>Tue, 17 Sep 2013 12:29:26 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?267,219938,245946#msg-245946</guid>
            <title>Re: Cura + Repetier fw</title>
            <link>https://reprap.org/forum/read.php?267,219938,245946#msg-245946</link>
            <description><![CDATA[ hello, yes, i am doing so, slicing in cura and then import g code to repetier,<br />
<br />
for me its ok, but i am searching simple solution for my wife.(actually slic3r is generally ok, except lihe 1000% longer slicing time then cura, and he cant generate some gcodes(i get out some weird coder with empty layers etc), while cura does it perfectly)..<br />
<br />
2 funkymonk:<br />
you can edit start.gcode and end.gcode in cura. if you are not shure what are you doing with gcode just open slic3r in repetier, copy start and end gcode  and paste it into cura.]]></description>
            <dc:creator>woo</dc:creator>
            <category>Repetier</category>
            <pubDate>Tue, 17 Sep 2013 00:30:50 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?267,219938,244928#msg-244928</guid>
            <title>Re: Cura + Repetier fw</title>
            <link>https://reprap.org/forum/read.php?267,219938,244928#msg-244928</link>
            <description><![CDATA[ Hello,<br />
my suggestion would be to have Cura Engine as 3rd alternative slicer within Repetier-Host. Settings would be in Repetier and Cura-Engine will just sclice. So some dialogs to setup the settings for cura and a call to cura-engine would be lovely.<br />
<br />
I also faile to get Cura talk to my repetier fw. Not even any error.]]></description>
            <dc:creator>mcp</dc:creator>
            <category>Repetier</category>
            <pubDate>Thu, 12 Sep 2013 18:20:20 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?267,219938,244827#msg-244827</guid>
            <title>Re: Cura + Repetier fw</title>
            <link>https://reprap.org/forum/read.php?267,219938,244827#msg-244827</link>
            <description><![CDATA[ I found another Cura-repetier fw problem:<br />
<br />
Cura adds some informative text at the end of the generated .gcode files which causes makes my delta printer's hotend go down, hitting the finished piece when the last layer is completed.]]></description>
            <dc:creator>Funkymonk</dc:creator>
            <category>Repetier</category>
            <pubDate>Thu, 12 Sep 2013 11:45:52 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?267,219938,244734#msg-244734</guid>
            <title>Re: Cura + Repetier fw</title>
            <link>https://reprap.org/forum/read.php?267,219938,244734#msg-244734</link>
            <description><![CDATA[ so anything new about this combo? i like cura because good slicer software but cannot connect to repetier fw....]]></description>
            <dc:creator>woo</dc:creator>
            <category>Repetier</category>
            <pubDate>Thu, 12 Sep 2013 07:33:58 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?267,219938,229709#msg-229709</guid>
            <title>Re: Cura + Repetier fw</title>
            <link>https://reprap.org/forum/read.php?267,219938,229709#msg-229709</link>
            <description><![CDATA[ also cura seems to agressively time the comm communications. i find that if i set the comm port, and then let the baud rate be autodetected, this is enough time to allow comm to initialize, even with BT devices. the additional time of checking the lower baud rates allows driver needed time to connect. hope this is helpful.]]></description>
            <dc:creator>jamesdanielv</dc:creator>
            <category>Repetier</category>
            <pubDate>Wed, 24 Jul 2013 23:20:54 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?267,219938,228693#msg-228693</guid>
            <title>Re: Cura + Repetier fw</title>
            <link>https://reprap.org/forum/read.php?267,219938,228693#msg-228693</link>
            <description><![CDATA[ Make sure you have set<br />
#define FEATURE_CHECKSUM_FORCED false<br />
<br />
looks like cure is not sending the checksum and/or ignores the resend requests.<br />
<br />
As a alternative solution, slice with cure, save file and import gcode into Repetier-Host.]]></description>
            <dc:creator>repetier</dc:creator>
            <category>Repetier</category>
            <pubDate>Sun, 21 Jul 2013 14:03:06 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?267,219938,228683#msg-228683</guid>
            <title>Re: Cura + Repetier fw</title>
            <link>https://reprap.org/forum/read.php?267,219938,228683#msg-228683</link>
            <description><![CDATA[ Still trying to connect, but can't get any better than this:<br />
°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°<br />
Connecting to: COM3<br />
Connected to: Serial(port='COM3', baudrate=115200, bytesize=8, parity='N', stopbits=1, timeout=2, xonxoff=False, rtscts=False, dsrdtr=False), starting monitor<br />
Changing monitoring state from 'Opening serial port' to 'Connecting'<br />
Recv: start<br />
Recv: External Reset<br />
Send: M105<br />
Recv: Error: Missing checksum<br />
Changing monitoring state from 'Connecting' to 'Error:  Missing checksum <br />
...'<br />
Recv: Resend:1<br />
Recv: ok<br />
Recv: <br />
Recv: Resend:1<br />
Recv: ok<br />
Recv: <br />
Recv: Resend:1<br />
Recv: ok<br />
Recv: <br />
Recv: Resend:1<br />
Recv: ok<br />
°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°<br />
<br />
Any idea ?<br />
<br />
Bye<br />
Davide]]></description>
            <dc:creator>3ntrlab</dc:creator>
            <category>Repetier</category>
            <pubDate>Sun, 21 Jul 2013 13:19:39 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?267,219938,224988#msg-224988</guid>
            <title>Re: Cura + Repetier fw</title>
            <link>https://reprap.org/forum/read.php?267,219938,224988#msg-224988</link>
            <description><![CDATA[ Yes]]></description>
            <dc:creator>repetier</dc:creator>
            <category>Repetier</category>
            <pubDate>Mon, 08 Jul 2013 03:56:22 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?267,219938,224972#msg-224972</guid>
            <title>Re: Cura + Repetier fw</title>
            <link>https://reprap.org/forum/read.php?267,219938,224972#msg-224972</link>
            <description><![CDATA[ Shouldn't read "Comment if you don't want this feature ?".<br />
<br />
Bye<br />
Davide]]></description>
            <dc:creator>3ntrlab</dc:creator>
            <category>Repetier</category>
            <pubDate>Mon, 08 Jul 2013 03:08:38 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?267,219938,219993#msg-219993</guid>
            <title>Re: Cura + Repetier fw</title>
            <link>https://reprap.org/forum/read.php?267,219938,219993#msg-219993</link>
            <description><![CDATA[ Not sure what disturbes Cura, but these are the parameter influencing the behaviour to make it compatible like no line numbers in ok.<br />
<br />
<pre class="bbcode">
/** Appends the linenumber after ever ok send, to acknowledge the received command. Uncomment for plain ok ACK if your host has problems with this */
#define ACK_WITH_LINENUMBER
/** Communication errors can swollow part of the ok, which tells the host software to send
the next command. Not receiving it will cause your printer to stop. Sending this string every
second, if our queue is empty should prevent this. Uncomment if you don't wan't this feature. */
#define WAITING_IDENTIFIER "wait"

</pre>]]></description>
            <dc:creator>repetier</dc:creator>
            <category>Repetier</category>
            <pubDate>Thu, 20 Jun 2013 08:50:15 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?267,219938,219938#msg-219938</guid>
            <title>Cura + Repetier fw</title>
            <link>https://reprap.org/forum/read.php?267,219938,219938#msg-219938</link>
            <description><![CDATA[ From time to time I've stepped into models that won't slice in Slic3r, therefore I've to revert to Cura then reading the gcode back into Repetier Host.<br />
<br />
Out of curiosity, i've tried the Cura machine interface, and seems that it won't connect to my printer. When it tries, my printer resets and nothing else happens.- Tried slowing down the baudrate, no cigar.<br />
<br />
I recall that somewhere inside the source code there is something that makes the firmware not compatible (binary-only?) with anything else than Repetier Host.<br />
<br />
I am not switching to Cura, but for some people Repetier host is too intimidating, while Cura seems more easy.<br />
<br />
Therefore ... if anybody could shed some light on this..<br />
<br />
Thank you all,<br />
Davide Ardizzoia]]></description>
            <dc:creator>3ntrlab</dc:creator>
            <category>Repetier</category>
            <pubDate>Thu, 20 Jun 2013 05:37:47 -0400</pubDate>
        </item>
    </channel>
</rss>
