<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Reprap Forum - RepSnapper</title>
        <description>http://reprap.org/wiki/RepSnapper</description>
        <link>https://reprap.org/forum/list.php?218</link>
        <lastBuildDate>Sun, 14 Jun 2026 00:47:29 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?218,372544,372544#msg-372544</guid>
            <title>Adding more libraries (no replies)</title>
            <link>https://reprap.org/forum/read.php?218,372544,372544#msg-372544</link>
            <description><![CDATA[ I'm working on making a copy of Repsnapper that inputs another filetype of 3d models, but I've hit a wall of sorts.  I've got everything changed in the code, correctly as far as I can tell, but I can't get it to finish compiling.  I run ./autogen.sh, and that runs fine, but when I run make, it tells me that it has a bunch of undefined references, which I assume means it can't find the libraries for the new filetype.  How can I make it see and use those?  I'm running Ubuntu 14.04, if that makes a difference.]]></description>
            <dc:creator>Beez</dc:creator>
            <category>RepSnapper</category>
            <pubDate>Fri, 20 Jun 2014 16:03:26 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?218,348154,348154#msg-348154</guid>
            <title>RepSnapper with PyCam (1 reply)</title>
            <link>https://reprap.org/forum/read.php?218,348154,348154#msg-348154</link>
            <description><![CDATA[ Hi all,<br />
<br />
I'm playing around with a Mendel with the idea of using it to cut vinyl, I'm using PyCam to create the G Code which works well. What I want to know is if i load that into RepSnapper will it follow the code or is there any post-processing that needs to be done to make the code RepSnapper friendly?<br />
<br />
Thanks, Andrew]]></description>
            <dc:creator>andy_tratter</dc:creator>
            <category>RepSnapper</category>
            <pubDate>Thu, 08 May 2014 06:41:12 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?218,164699,164699#msg-164699</guid>
            <title>altering  repsnapper to directly adjust  esteps per mm (2 replies)</title>
            <link>https://reprap.org/forum/read.php?218,164699,164699#msg-164699</link>
            <description><![CDATA[ I know its kind of a goofy question but  I was wondering if anyone has tried to add a direct Extruder esteps per mm adjustment control to any version of repsnapper or any of the host softwares could be made to do this?]]></description>
            <dc:creator>Chaacman</dc:creator>
            <category>RepSnapper</category>
            <pubDate>Wed, 05 Dec 2012 10:20:21 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?218,163502,163502#msg-163502</guid>
            <title>What is the Parameter E in the G-code of Repsnapper? (2 replies)</title>
            <link>https://reprap.org/forum/read.php?218,163502,163502#msg-163502</link>
            <description><![CDATA[ Hi,<br />
i am very new to this software Repsnapper.<br />
After loading the stl file, and converting into the G-code i am able to get the G-code.<br />
but in G-code What is the Parameter 'E' indicates.<br />
<br />
can any one give clear defintion for the parameter E. and i need any help file regarding to the software where can i get it.]]></description>
            <dc:creator>trulyajays</dc:creator>
            <category>RepSnapper</category>
            <pubDate>Wed, 05 Dec 2012 10:13:25 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?218,161897,161897#msg-161897</guid>
            <title>RepSnapper -  Extruder speed (2 replies)</title>
            <link>https://reprap.org/forum/read.php?218,161897,161897#msg-161897</link>
            <description><![CDATA[ HI,<br />
<br />
A dumb question, but as I am clue less thought it is better to ask:S<br />
<br />
In the RepSnapper - Print menu where the extruder length and speed are given, what is the lenght mean - is it mm or cm?<br />
<br />
Dinesh]]></description>
            <dc:creator>3eality</dc:creator>
            <category>RepSnapper</category>
            <pubDate>Sun, 04 Nov 2012 05:49:34 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?218,139973,139973#msg-139973</guid>
            <title>Compiling repsnapper in puppy lucid (1 reply)</title>
            <link>https://reprap.org/forum/read.php?218,139973,139973#msg-139973</link>
            <description><![CDATA[ Hi<br />
Im trzing to compile last version on lucid puppy linux. (on NB with 256MB RAM).<br />
I think i have installed all needed libraries, but stil i have error during make.<br />
<br />
Any sugestions, what im missing?<br />
<br />
sh-4.1# make<br />
  GEN    src/gitversion.h<br />
make  all-recursive<br />
make[1]: Entering directory `/root/repsnapper'<br />
Making all in po<br />
make[2]: Entering directory `/root/repsnapper/po'<br />
make[2]: Nothing to be done for `all'.<br />
make[2]: Leaving directory `/root/repsnapper/po'<br />
make[2]: Entering directory `/root/repsnapper'<br />
  CXX    src/repsnapper-model.o<br />
In file included from /usr/include/cairomm-1.0/cairomm/cairomm.h:34,<br />
                 from ./src/slicer/layer.h:31,<br />
                 from src/model.cpp:34:<br />
/usr/include/cairomm-1.0/cairomm/cairommconfig.h:69:1: warning: "PACKAGE" redefined<br />
In file included from ./src/gcodestate.h:19,<br />
                 from ./src/slicer/layer.h:29,<br />
                 from src/model.cpp:34:<br />
./config.h:66:1: warning: this is the location of the previous definition<br />
In file included from /usr/include/cairomm-1.0/cairomm/cairomm.h:34,<br />
                 from ./src/slicer/layer.h:31,<br />
                 from src/model.cpp:34:<br />
/usr/include/cairomm-1.0/cairomm/cairommconfig.h:72:1: warning: "PACKAGE_BUGREPORT" redefined<br />
In file included from ./src/gcodestate.h:19,<br />
                 from ./src/slicer/layer.h:29,<br />
                 from src/model.cpp:34:<br />
./config.h:69:1: warning: this is the location of the previous definition<br />
In file included from /usr/include/cairomm-1.0/cairomm/cairomm.h:34,<br />
                 from ./src/slicer/layer.h:31,<br />
                 from src/model.cpp:34:<br />
/usr/include/cairomm-1.0/cairomm/cairommconfig.h:75:1: warning: "PACKAGE_NAME" redefined<br />
In file included from ./src/gcodestate.h:19,<br />
                 from ./src/slicer/layer.h:29,<br />
                 from src/model.cpp:34:<br />
./config.h:72:1: warning: this is the location of the previous definition<br />
In file included from /usr/include/cairomm-1.0/cairomm/cairomm.h:34,<br />
                 from ./src/slicer/layer.h:31,<br />
                 from src/model.cpp:34:<br />
/usr/include/cairomm-1.0/cairomm/cairommconfig.h:78:1: warning: "PACKAGE_STRING" redefined<br />
In file included from ./src/gcodestate.h:19,<br />
                 from ./src/slicer/layer.h:29,<br />
                 from src/model.cpp:34:<br />
./config.h:75:1: warning: this is the location of the previous definition<br />
In file included from /usr/include/cairomm-1.0/cairomm/cairomm.h:34,<br />
                 from ./src/slicer/layer.h:31,<br />
                 from src/model.cpp:34:<br />
/usr/include/cairomm-1.0/cairomm/cairommconfig.h:81:1: warning: "PACKAGE_TARNAME" redefined<br />
In file included from ./src/gcodestate.h:19,<br />
                 from ./src/slicer/layer.h:29,<br />
                 from src/model.cpp:34:<br />
./config.h:78:1: warning: this is the location of the previous definition<br />
In file included from /usr/include/cairomm-1.0/cairomm/cairomm.h:34,<br />
                 from ./src/slicer/layer.h:31,<br />
                 from src/model.cpp:34:<br />
/usr/include/cairomm-1.0/cairomm/cairommconfig.h:84:1: warning: "PACKAGE_VERSION" redefined<br />
In file included from ./src/gcodestate.h:19,<br />
                 from ./src/slicer/layer.h:29,<br />
                 from src/model.cpp:34:<br />
./config.h:84:1: warning: this is the location of the previous definition<br />
In file included from /usr/include/cairomm-1.0/cairomm/cairomm.h:34,<br />
                 from ./src/slicer/layer.h:31,<br />
                 from src/model.cpp:34:<br />
/usr/include/cairomm-1.0/cairomm/cairommconfig.h:90:1: warning: "VERSION" redefined<br />
In file included from ./src/gcodestate.h:19,<br />
                 from ./src/slicer/layer.h:29,<br />
                 from src/model.cpp:34:<br />
./config.h:90:1: warning: this is the location of the previous definition<br />
In file included from /usr/include/glibmm-2.4/glibmm.h:89,<br />
                 from /usr/include/gtkmm-2.4/gtkmm.h:87,<br />
                 from src/stdafx.h:52,<br />
                 from src/model.cpp:29:<br />
/usr/include/glibmm-2.4/glibmm/threads.h:209: error: field ‘gobject_’ has incomplete type<br />
/usr/include/glibmm-2.4/glibmm/threads.h: In member function ‘GMutex* Glib::Threads::Mutex::gobj()’:<br />
/usr/include/glibmm-2.4/glibmm/threads.h:206: error: ‘gobject_’ was not declared in this scope<br />
/usr/include/glibmm-2.4/glibmm/threads.h: At global scope:<br />
/usr/include/glibmm-2.4/glibmm/threads.h:264: error: ISO C++ forbids declaration of ‘GRecMutex’ with no type<br />
/usr/include/glibmm-2.4/glibmm/threads.h:264: error: expected ‘;’ before ‘*’ token<br />
/usr/include/glibmm-2.4/glibmm/threads.h:266: error: expected ‘;’ before ‘private’<br />
/usr/include/glibmm-2.4/glibmm/threads.h:273: error: ‘GRecMutex’ does not name a type<br />
/usr/include/glibmm-2.4/glibmm/threads.h:320: error: ISO C++ forbids declaration of ‘GRWLock’ with no type<br />
/usr/include/glibmm-2.4/glibmm/threads.h:320: error: expected ‘;’ before ‘*’ token<br />
/usr/include/glibmm-2.4/glibmm/threads.h:322: error: expected ‘;’ before ‘private’<br />
/usr/include/glibmm-2.4/glibmm/threads.h:329: error: ‘GRWLock’ does not name a type<br />
/usr/include/glibmm-2.4/glibmm/threads.h:464: error: field ‘gobject_’ has incomplete type<br />
/usr/include/glibmm-2.4/glibmm/threads.h: In member function ‘GCond* Glib::Threads::Cond::gobj()’:<br />
/usr/include/glibmm-2.4/glibmm/threads.h:461: error: ‘gobject_’ was not declared in this scope<br />
/usr/include/glibmm-2.4/glibmm/threads.h: At global scope:<br />
/usr/include/glibmm-2.4/glibmm/threads.h:517: error: field ‘gobject_’ has incomplete type<br />
/usr/include/glibmm-2.4/glibmm/threads.h: In member function ‘GPrivate* Glib::Threads::Private::gobj()’:<br />
/usr/include/glibmm-2.4/glibmm/threads.h:514: error: ‘gobject_’ was not declared in this scope<br />
/usr/include/glibmm-2.4/glibmm/threads.h: In constructor ‘Glib::Threads::Private::Private(void (*)(void*))’:<br />
/usr/include/glibmm-2.4/glibmm/threads.h:793: error: there are no arguments to ‘G_PRIVATE_INIT’ that depend on a template parameter, so a declaration of ‘G_PRIVATE_INIT’ must be available<br />
/usr/include/glibmm-2.4/glibmm/threads.h:793: note: (if you use ‘-fpermissive’, G++ will accept your code, but allowing the use of an undeclared name is deprecated)<br />
/usr/include/glibmm-2.4/glibmm/threads.h:794: error: ‘gobject_’ was not declared in this scope<br />
/usr/include/glibmm-2.4/glibmm/threads.h: In member function ‘T* Glib::Threads::Private::get()’:<br />
/usr/include/glibmm-2.4/glibmm/threads.h:800: error: ‘gobject_’ was not declared in this scope<br />
/usr/include/glibmm-2.4/glibmm/threads.h: In member function ‘void Glib::Threads::Private::set(T*)’:<br />
/usr/include/glibmm-2.4/glibmm/threads.h:806: error: ‘gobject_’ was not declared in this scope<br />
/usr/include/glibmm-2.4/glibmm/threads.h: In member function ‘void Glib::Threads::Private::replace(T*)’:<br />
/usr/include/glibmm-2.4/glibmm/threads.h:812: error: ‘gobject_’ was not declared in this scope<br />
In file included from /usr/include/giomm-2.4/giomm/dbusmethodinvocation.h:31,<br />
                 from /usr/include/giomm-2.4/giomm/dbusconnection.h:33,<br />
                 from /usr/include/giomm-2.4/giomm/dbusaddress.h:29,<br />
                 from /usr/include/giomm-2.4/giomm.h:37,<br />
                 from /usr/include/gtkmm-2.4/gtkmm.h:88,<br />
                 from src/stdafx.h:52,<br />
                 from src/model.cpp:29:<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h: At global scope:<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:98: error: ‘GDBusAnnotationInfo’ does not name a type<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:113: error: ISO C++ forbids declaration of ‘GDBusAnnotationInfo’ with no type<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:113: error: expected ‘;’ before ‘*’ token<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:116: error: ISO C++ forbids declaration of ‘GDBusAnnotationInfo’ with no type<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:116: error: expected ‘;’ before ‘*’ token<br />
In file included from /usr/include/giomm-2.4/giomm/dbusmethodinvocation.h:31,<br />
                 from /usr/include/giomm-2.4/giomm/dbusconnection.h:33,<br />
                 from /usr/include/giomm-2.4/giomm/dbusaddress.h:29,<br />
                 from /usr/include/giomm-2.4/giomm.h:37,<br />
                 from /usr/include/gtkmm-2.4/gtkmm.h:88,<br />
                 from src/stdafx.h:52,<br />
                 from src/model.cpp:29:<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:119: error: ISO C++ forbids declaration of ‘GDBusAnnotationInfo’ with no type<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:119: error: expected ‘;’ before ‘*’ token<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:160: error: ‘GDBusArgInfo’ does not name a type<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:175: error: ISO C++ forbids declaration of ‘GDBusArgInfo’ with no type<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:175: error: expected ‘;’ before ‘*’ token<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:178: error: ISO C++ forbids declaration of ‘GDBusArgInfo’ with no type<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:178: error: expected ‘;’ before ‘*’ token<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:181: error: ISO C++ forbids declaration of ‘GDBusArgInfo’ with no type<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:181: error: expected ‘;’ before ‘*’ token<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:209: error: ‘GDBusMethodInfo’ does not name a type<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:224: error: ISO C++ forbids declaration of ‘GDBusMethodInfo’ with no type<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:224: error: expected ‘;’ before ‘*’ token<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:227: error: ISO C++ forbids declaration of ‘GDBusMethodInfo’ with no type<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:227: error: expected ‘;’ before ‘*’ token<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:230: error: ISO C++ forbids declaration of ‘GDBusMethodInfo’ with no type<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:230: error: expected ‘;’ before ‘*’ token<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:258: error: ‘GDBusSignalInfo’ does not name a type<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:273: error: ISO C++ forbids declaration of ‘GDBusSignalInfo’ with no type<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:273: error: expected ‘;’ before ‘*’ token<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:276: error: ISO C++ forbids declaration of ‘GDBusSignalInfo’ with no type<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:276: error: expected ‘;’ before ‘*’ token<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:279: error: ISO C++ forbids declaration of ‘GDBusSignalInfo’ with no type<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:279: error: expected ‘;’ before ‘*’ token<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:307: error: ‘GDBusPropertyInfo’ does not name a type<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:322: error: ISO C++ forbids declaration of ‘GDBusPropertyInfo’ with no type<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:322: error: expected ‘;’ before ‘*’ token<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:325: error: ISO C++ forbids declaration of ‘GDBusPropertyInfo’ with no type<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:325: error: expected ‘;’ before ‘*’ token<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:328: error: ISO C++ forbids declaration of ‘GDBusPropertyInfo’ with no type<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:328: error: expected ‘;’ before ‘*’ token<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:356: error: ‘GDBusInterfaceInfo’ does not name a type<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:371: error: ISO C++ forbids declaration of ‘GDBusInterfaceInfo’ with no type<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:371: error: expected ‘;’ before ‘*’ token<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:374: error: ISO C++ forbids declaration of ‘GDBusInterfaceInfo’ with no type<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:374: error: expected ‘;’ before ‘*’ token<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:377: error: ISO C++ forbids declaration of ‘GDBusInterfaceInfo’ with no type<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:377: error: expected ‘;’ before ‘*’ token<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:476: error: ‘GDBusNodeInfo’ does not name a type<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:491: error: ISO C++ forbids declaration of ‘GDBusNodeInfo’ with no type<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:491: error: expected ‘;’ before ‘*’ token<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:494: error: ISO C++ forbids declaration of ‘GDBusNodeInfo’ with no type<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:494: error: expected ‘;’ before ‘*’ token<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:497: error: ISO C++ forbids declaration of ‘GDBusNodeInfo’ with no type<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:497: error: expected ‘;’ before ‘*’ token<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:577: error: ‘Glib::RefPtr Glib::wrap’ redeclared as different kind of symbol<br />
/usr/include/giomm-2.4/giomm/dbusmessage.h:771: error: previous declaration of ‘Glib::RefPtr Glib::wrap(GDBusMessage*, bool)’<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:577: error: ‘GDBusAnnotationInfo’ was not declared in this scope<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:577: error: ‘object’ was not declared in this scope<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:577: error: expected primary-expression before ‘bool’<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:593: error: ‘Glib::RefPtr Glib::wrap’ redeclared as different kind of symbol<br />
/usr/include/giomm-2.4/giomm/dbusmessage.h:771: error: previous declaration of ‘Glib::RefPtr Glib::wrap(GDBusMessage*, bool)’<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:593: error: ‘GDBusArgInfo’ was not declared in this scope<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:593: error: ‘object’ was not declared in this scope<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:593: error: expected primary-expression before ‘bool’<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:609: error: ‘Glib::RefPtr Glib::wrap’ redeclared as different kind of symbol<br />
/usr/include/giomm-2.4/giomm/dbusmessage.h:771: error: previous declaration of ‘Glib::RefPtr Glib::wrap(GDBusMessage*, bool)’<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:609: error: ‘GDBusMethodInfo’ was not declared in this scope<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:609: error: ‘object’ was not declared in this scope<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:609: error: expected primary-expression before ‘bool’<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:625: error: ‘Glib::RefPtr Glib::wrap’ redeclared as different kind of symbol<br />
/usr/include/giomm-2.4/giomm/dbusmessage.h:771: error: previous declaration of ‘Glib::RefPtr Glib::wrap(GDBusMessage*, bool)’<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:625: error: ‘GDBusSignalInfo’ was not declared in this scope<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:625: error: ‘object’ was not declared in this scope<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:625: error: expected primary-expression before ‘bool’<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:641: error: ‘Glib::RefPtr Glib::wrap’ redeclared as different kind of symbol<br />
/usr/include/giomm-2.4/giomm/dbusmessage.h:771: error: previous declaration of ‘Glib::RefPtr Glib::wrap(GDBusMessage*, bool)’<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:641: error: ‘GDBusPropertyInfo’ was not declared in this scope<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:641: error: ‘object’ was not declared in this scope<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:641: error: expected primary-expression before ‘bool’<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:657: error: ‘Glib::RefPtr Glib::wrap’ redeclared as different kind of symbol<br />
/usr/include/giomm-2.4/giomm/dbusmessage.h:771: error: previous declaration of ‘Glib::RefPtr Glib::wrap(GDBusMessage*, bool)’<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:657: error: ‘GDBusInterfaceInfo’ was not declared in this scope<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:657: error: ‘object’ was not declared in this scope<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:657: error: expected primary-expression before ‘bool’<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:673: error: ‘Glib::RefPtr Glib::wrap’ redeclared as different kind of symbol<br />
/usr/include/giomm-2.4/giomm/dbusmessage.h:771: error: previous declaration of ‘Glib::RefPtr Glib::wrap(GDBusMessage*, bool)’<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:673: error: ‘GDBusNodeInfo’ was not declared in this scope<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:673: error: ‘object’ was not declared in this scope<br />
/usr/include/giomm-2.4/giomm/dbusintrospection.h:673: error: expected primary-expression before ‘bool’<br />
In file included from /usr/include/giomm-2.4/giomm/dbussubtreevtable.h:30,<br />
                 from /usr/include/giomm-2.4/giomm/dbusconnection.h:39,<br />
                 from /usr/include/giomm-2.4/giomm/dbusaddress.h:29,<br />
                 from /usr/include/giomm-2.4/giomm.h:37,<br />
                 from /usr/include/gtkmm-2.4/gtkmm.h:88,<br />
                 from src/stdafx.h:52,<br />
                 from src/model.cpp:29:<br />
/usr/include/giomm-2.4/giomm/dbusinterfacevtable.h:62: error: ‘GDBusInterfaceVTable’ does not name a type<br />
/usr/include/giomm-2.4/giomm/dbusinterfacevtable.h:147: error: ISO C++ forbids declaration of ‘GDBusInterfaceVTable’ with no type<br />
/usr/include/giomm-2.4/giomm/dbusinterfacevtable.h:147: error: expected ‘;’ before ‘*’ token<br />
/usr/include/giomm-2.4/giomm/dbusinterfacevtable.h:151: error: expected ‘;’ before ‘const’<br />
/usr/include/giomm-2.4/giomm/dbusinterfacevtable.h:151: error: ISO C++ forbids declaration of ‘GDBusInterfaceVTable’ with no type<br />
/usr/include/giomm-2.4/giomm/dbusinterfacevtable.h:151: error: expected ‘;’ before ‘*’ token<br />
/usr/include/giomm-2.4/giomm/dbusinterfacevtable.h:155: error: expected ‘;’ before ‘private’<br />
/usr/include/giomm-2.4/giomm/dbusinterfacevtable.h:172: error: ‘GDBusInterfaceVTable’ does not name a type<br />
In file included from /usr/include/giomm-2.4/giomm/dbusconnection.h:39,<br />
                 from /usr/include/giomm-2.4/giomm/dbusaddress.h:29,<br />
                 from /usr/include/giomm-2.4/giomm.h:37,<br />
                 from /usr/include/gtkmm-2.4/gtkmm.h:88,<br />
                 from src/stdafx.h:52,<br />
                 from src/model.cpp:29:<br />
/usr/include/giomm-2.4/giomm/dbussubtreevtable.h:59: error: ‘GDBusSubtreeVTable’ does not name a type<br />
/usr/include/giomm-2.4/giomm/dbussubtreevtable.h:156: error: ISO C++ forbids declaration of ‘GDBusSubtreeVTable’ with no type<br />
/usr/include/giomm-2.4/giomm/dbussubtreevtable.h:156: error: expected ‘;’ before ‘*’ token<br />
/usr/include/giomm-2.4/giomm/dbussubtreevtable.h:160: error: expected ‘;’ before ‘const’<br />
/usr/include/giomm-2.4/giomm/dbussubtreevtable.h:160: error: ISO C++ forbids declaration of ‘GDBusSubtreeVTable’ with no type<br />
/usr/include/giomm-2.4/giomm/dbussubtreevtable.h:160: error: expected ‘;’ before ‘*’ token<br />
/usr/include/giomm-2.4/giomm/dbussubtreevtable.h:164: error: expected ‘;’ before ‘private’<br />
/usr/include/giomm-2.4/giomm/dbussubtreevtable.h:181: error: ‘GDBusSubtreeVTable’ does not name a type<br />
src/stdafx.h:77: warning: ‘INFTY’ defined but not used<br />
make[2]: *** [src/repsnapper-model.o] Error 1<br />
make[2]: Leaving directory `/root/repsnapper'<br />
make[1]: *** [all-recursive] Error 1<br />
make[1]: Leaving directory `/root/repsnapper'<br />
make: *** [all] Error 2]]></description>
            <dc:creator>zemciko</dc:creator>
            <category>RepSnapper</category>
            <pubDate>Wed, 26 Sep 2012 08:58:31 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?218,133854,133854#msg-133854</guid>
            <title>Something off with G-code and Repsnapper (5 replies)</title>
            <link>https://reprap.org/forum/read.php?218,133854,133854#msg-133854</link>
            <description><![CDATA[ Hi everybody,<br />
<br />
So, we got our Techzone LC Mendel up and sort of running...<br />
<br />
We are having problems with some stl. files not converting properly to G-code. What happens is that the Z-axis information seems to be missing, so that the Z-axis is not moving up and the printer just keeps printing layer upon layer without moving up and makes a big mess. It only seems to be happening with some stl files converted by Repsnapper and I even tried converting one that did not work with Repsnapper with Slic3r instead and it still did the same thing. <br />
<br />
Has anyone had this problem or have any ideas as to what's up? Thanks in advance for any help!<br />
<br />
<br />
Jacqueline<br />
www.singularitymachine.com/blog]]></description>
            <dc:creator>JLudlow</dc:creator>
            <category>RepSnapper</category>
            <pubDate>Sun, 17 Jun 2012 14:30:00 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?218,122143,122143#msg-122143</guid>
            <title>repsnapper and gen6 help (8 replies)</title>
            <link>https://reprap.org/forum/read.php?218,122143,122143#msg-122143</link>
            <description><![CDATA[ I have a prusa with gen6 electronics. But I'm having issues getting it to connect. i have the windows com usb driver loaded up, and my laptop sees it just fine. when i launch resnapper and seclect the comport it does not seem to connect. the green light comes on (in the program) then goes out after 4 seconds. <br />
<br />
i have wired up only my XY and Z axis motors. i only want to test motion before i wire up everything else.]]></description>
            <dc:creator>mxcobra</dc:creator>
            <category>RepSnapper</category>
            <pubDate>Wed, 05 Dec 2012 10:30:39 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?218,112276,112276#msg-112276</guid>
            <title>End Stops (5 replies)</title>
            <link>https://reprap.org/forum/read.php?218,112276,112276#msg-112276</link>
            <description><![CDATA[ Hello,<br />
<br />
I ordered a Techzone Huxley with "techzone" modified gen 3 electronics. I've searched the internet but I haven't been able to find the solution (which I'm sure is simple).<br />
<br />
I put the Reprap Huxley together<br />
<br />
After I got everything hooked up when I was moving the axis in manual mode using repsnapper the axis wont stop once they get to the endstops. They will continue in the direction further towards the endstops. Further more once they reach the endstops I am no long able to move it back away from the end stop. <br />
<br />
It's almost like end stop functionality is reversed. <br />
<br />
Any advice or help would be appreciated.]]></description>
            <dc:creator>Atomhax</dc:creator>
            <category>RepSnapper</category>
            <pubDate>Sat, 07 Jan 2012 02:53:28 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?218,111143,111143#msg-111143</guid>
            <title>Repsnapper vs Pronterface (2 replies)</title>
            <link>https://reprap.org/forum/read.php?218,111143,111143#msg-111143</link>
            <description><![CDATA[ I'm not sure if this post belongs here or in the Skeinforge folder...<br />
<br />
This is an FYI on folks trying to decide which way to go.  For new folks... both programs allow you to connect up to your printer, allow you to run controls and ultimately send gcode to the printer.   <br />
<br />
I recently had to move from my trusted XP machine to a Win7 64 bit machine.   <br />
I decided to give pronterface a try and found it to run great vs Repsnapper.   <br />
<br />
My issues with Repsnapper (that I've used for over a year):<br />
Can't disconnect and reconnect (have to pull the USB cord)<br />
has too many screens/controls that I really don't use<br />
has a very poor slicer that I don't use. <br />
doesn't interface with skeinforge.<br />
not sure if it installs on Win7 (didn't really try)<br />
Doesn't seem well supported.   <br />
<br />
Pronterface overcame all this and uses a very simple one screen interface.  For me the controls are only those controls required for 3D printing and on one of the two version I downloaded, I can add custom controls like fan on and fan off.   <br />
<br />
However pronterface Installation on Win7 was not that easy, but well worth the effort.]]></description>
            <dc:creator>dean448</dc:creator>
            <category>RepSnapper</category>
            <pubDate>Tue, 03 Jan 2012 10:38:02 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?218,109237,109237#msg-109237</guid>
            <title>Beginner troubles (11 replies)</title>
            <link>https://reprap.org/forum/read.php?218,109237,109237#msg-109237</link>
            <description><![CDATA[ Hi. I'm VERY new to this RepRap stuff. I'm also seriously lacking in code hacking or programming, so please bear with me. I am a product designer in the watersports industry and I work in SolidWorks primarily. I've designed products using SW since their early days (starting in 1998). So my CAD modeling experience is extensive, but computer language... lacking. Oh, and I run my SolidWorks in Windows Vista.<br />
<br />
I know it can be annoying when new guys don't seem to search the forum before asking questions, but I couldn't find answers to my particular questions. Similar ones, yes, but not what I need.<br />
<br />
I just received my assembled prusa today and was happy to start playing with it. It was listed as having RAMPS 1.3 electronics, but it seems like a lot of machines have 1.4. Not sure if there is a significant diffference.<br />
<br />
It also came pre-flashed with sprinter and was listed as calibrated and working.<br />
<br />
Now I have it all hooked up with power and USB, but I cant seem to "connect to printer". I DL'd the software/drivers for the Arduino Mega 2560 (windows).<br />
<br />
Once I installed the Arduino software, the "new hardware detected" prompt went away and I saw a notification that the new device was connected to com-7. It was actually in a USB, but I suppose it see's that as com-7. <br />
<br />
I also have Skeinforge and Printrun downloaded. In addition, I downloaded RepSnapper and played with it some. It seems to be simpler than Skeinforge.<br />
<br />
 <br />
On another note, I did see some people having trouble with Vista. Please let me know if there is an issue.<br />
<br />
So in summary:<br />
<br />
1) I use Windows Vista<br />
<br />
2) I have a Prusa based printer<br />
<br />
3) RAMPS 1.3 electronics<br />
<br />
4) Flashed with Sprinter<br />
<br />
5) Arduino software installed<br />
<br />
6) Skeinforge or RepSnapper... Which one?<br />
<br />
I really need some "dummy advice" on where to start. What to do first and in layperson terms, considering that I'm already lost just trying to "see" the device.<br />
<br />
If there is somebody who would be willing to walk me through some of this, I would <i><b>REALLY</b></i> appreciate it. If I could return favors with some cad modeling, I'd be happy to do that as well.<br />
<br />
I've already modded a full set of prusa parts with LM8UU holders. I have those parts in .sldprt format for easy modification.<br />
<br />
Thanks in advance for help ;)<br />
<br />
John]]></description>
            <dc:creator>Skypuppet</dc:creator>
            <category>RepSnapper</category>
            <pubDate>Mon, 16 Apr 2012 04:07:21 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?218,108933,108933#msg-108933</guid>
            <title>Redsnapper Gen3 Z Axis doesn&#039;t stop (1 reply)</title>
            <link>https://reprap.org/forum/read.php?218,108933,108933#msg-108933</link>
            <description><![CDATA[ Hi Guys,<br />
<br />
I have a question concerning RedSnapper. I built a Mendel with Gen3 Electronics. I can connect the printer and the z and y axis are moving fine when I use the xyz controls. However, once I try moving the z-Axis the motor just starts running and wont stop at all. I have to shut down the whole printer in order to stop the motor. <br />
I tried Win XP and Ubuntu, same result. I tried ReplicatorG, same result, z-Axis doesn't stop. I'm using Gen3 Atmega644p, the firmware is from the reprap wiki. I'm hoping for an rookie error, but right now I'm stuck. If anyone has an idea what else I can try, I'd be glad...]]></description>
            <dc:creator>De Uzzi</dc:creator>
            <category>RepSnapper</category>
            <pubDate>Mon, 05 Dec 2011 11:28:01 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?218,108791,108791#msg-108791</guid>
            <title>repsnapper make error on Ubuntu 10.04 (2 replies)</title>
            <link>https://reprap.org/forum/read.php?218,108791,108791#msg-108791</link>
            <description><![CDATA[ Hi,<br />
<br />
I have (or at least think I have) install all the dependencies; and the<br />
./autogen.sh<br />
appeared to run without reporting any problems and produced the Makefile.<br />
<br />
However, when running make, which I did using<br />
sudo make<br />
<br />
I get the following errors, and no repsnapper executable is produced:<br />
<br />
$ sudo make<br />
make all-recursive<br />
make[1]: Entering directory /home/khalid/Projects/repRap/repsnap2/repsnapper'<br />
Making all in po<br />
make[2]: Entering directory/home/khalid/Projects/repRap/repsnap2/repsnapper/po'<br />
file=echo en_GB | sed 's,.*/,,'.gmo \<br />
&amp;&amp; rm -f $file &amp;&amp; /usr/bin/msgfmt -o $file en_GB.po<br />
file=echo de_DE | sed 's,.*/,,'.gmo \<br />
&amp;&amp; rm -f $file &amp;&amp; /usr/bin/msgfmt -o $file de_DE.po<br />
make[2]: Leaving directory /home/khalid/Projects/repRap/repsnap2/repsnapper/po'<br />
make[2]: Entering directory/home/khalid/Projects/repRap/repsnap2/repsnapper'<br />
CC libraries/libreprap/libreprap_la-comms.lo<br />
CC libraries/libreprap/libreprap_la-fived.lo<br />
CC libraries/libreprap/libreprap_la-serial.lo<br />
CC libraries/libreprap/libreprap_la-tonokip.lo<br />
CC libraries/libreprap/libreprap_la-util.lo<br />
CCLD libreprap.la<br />
CXX libraries/polylib/libpolylib_la-GeometryBase.lo<br />
CXX libraries/polylib/libpolylib_la-Polygon2f.lo<br />
CXXLD libpolylib.la<br />
CXX src/repsnapper-model.o<br />
CXX src/repsnapper-model2.o<br />
CXX src/repsnapper-view.o<br />
src/view.cpp: In member function ‘bool View::key_pressed_event(GdkEventKey)’:<br />
src/view.cpp:582: error: ‘GDK_KEY_Tab’ was not declared in this scope<br />
src/view.cpp:599: error: ‘GDK_KEY_Escape’ was not declared in this scope<br />
src/view.cpp:605: error: ‘GDK_KEY_Delete’ was not declared in this scope<br />
src/view.cpp:606: error: ‘GDK_KEY_KP_Delete’ was not declared in this scope<br />
src/view.cpp:609: error: ‘GDK_KEY_Up’ was not declared in this scope<br />
src/view.cpp:609: error: ‘GDK_KEY_KP_Up’ was not declared in this scope<br />
src/view.cpp:611: error: ‘GDK_KEY_Down’ was not declared in this scope<br />
src/view.cpp:611: error: ‘GDK_KEY_KP_Down’ was not declared in this scope<br />
src/view.cpp:613: error: ‘GDK_KEY_Left’ was not declared in this scope<br />
src/view.cpp:613: error: ‘GDK_KEY_KP_Left’ was not declared in this scope<br />
src/view.cpp:615: error: ‘GDK_KEY_Right’ was not declared in this scope<br />
src/view.cpp:615: error: ‘GDK_KEY_KP_Right’ was not declared in this scope<br />
make[2]: ** [src/repsnapper-view.o] Error 1<br />
make[2]: Leaving directory /home/khalid/Projects/repRap/repsnap2/repsnapper'<br />
make[1]: *** [all-recursive] Error 1<br />
make[1]: Leaving directory/home/khalid/Projects/repRap/repsnap2/repsnapper'<br />
make: *** [all] Error 2<br />
<br />
I originally tried this on my 64-bit desktop, but have also tried it on my 32-bit laptop (both running Ubuntu 10.04) and got exactly the same error so I think I must be missing something in the compile or installation process.<br />
<br />
I have tried googling and searching in this and other forums for the key terms in the error but not had any luck. Anyone had these error messages before or understand them?<br />
<br />
Many thanks,<br />
<br />
- Khalid]]></description>
            <dc:creator>khalid.a.abdulla</dc:creator>
            <category>RepSnapper</category>
            <pubDate>Mon, 05 Dec 2011 08:36:21 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?218,105567,105567#msg-105567</guid>
            <title>Mendle with Redsnapper first layer print error (1 reply)</title>
            <link>https://reprap.org/forum/read.php?218,105567,105567#msg-105567</link>
            <description><![CDATA[ I have a Mendle with gen 6 electronics and every time i start printing, it does not print the first layer. So the printed object becomes unstuck easily.<br />
I am using Redsnapper and printing with 3mm PLA<br />
<br />
Can anyone help me, thanks]]></description>
            <dc:creator>himynameisfelix</dc:creator>
            <category>RepSnapper</category>
            <pubDate>Thu, 10 Nov 2011 17:28:35 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?218,103992,103992#msg-103992</guid>
            <title>RepSnapper and COM 11 (2 replies)</title>
            <link>https://reprap.org/forum/read.php?218,103992,103992#msg-103992</link>
            <description><![CDATA[ When I connect my Gen 6 to my WIndows XP machine, it connects on COM11 (no idea why, but it always does), and RepSnapper won't let me select anything higher than COM 9.<br />
<br />
Anyone got any ideas on how to resolve this?<br />
<br />
Many thanks,<br />
<br />
<a href="mailto:&#74;&#97;&#109;&#101;&#115;&#64;&#74;&#97;&#109;&#101;&#115;&#72;&#97;&#114;&#100;&#105;&#109;&#97;&#110;&#46;&#99;&#111;&#46;&#117;&#107;">&#74;&#97;&#109;&#101;&#115;&#64;&#74;&#97;&#109;&#101;&#115;&#72;&#97;&#114;&#100;&#105;&#109;&#97;&#110;&#46;&#99;&#111;&#46;&#117;&#107;</a>]]></description>
            <dc:creator>JamesHardiman</dc:creator>
            <category>RepSnapper</category>
            <pubDate>Sun, 30 Oct 2011 20:05:42 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?218,102759,102759#msg-102759</guid>
            <title>Keeps stopping mid print (3 replies)</title>
            <link>https://reprap.org/forum/read.php?218,102759,102759#msg-102759</link>
            <description><![CDATA[ I just retired my old techzone electronics and upgraded to Ramps 1.3 with RepSnapper.<br />
<br />
I am trying to do calibration and test prints, but I keep running into the same problem again and again, the machine glitches and stops after a few minutes of printing.  It will do the first layer and then somewhere in the second layer it hangs up and freezes, but not in the same place each time.  I have repeated the glitch 5 times now with 2 different gcode files.  Nothing feels like it is overheating, and I even put a fan on the Ramps board just in case but it keeps happening.]]></description>
            <dc:creator>jeffwilson</dc:creator>
            <category>RepSnapper</category>
            <pubDate>Fri, 18 Nov 2011 09:23:52 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?218,99084,99084#msg-99084</guid>
            <title>Some questions about RepSnapper and Prusa Gen7 (no replies)</title>
            <link>https://reprap.org/forum/read.php?218,99084,99084#msg-99084</link>
            <description><![CDATA[ Hi!<br />
I was test Reprap Host but having several troubles with gcode generation and skeinforge is dificult for me due i'm noob. ReplicatorG doesnt communicate with my prusa (yet).<br />
My hardware is a prusa mendel with wade extruder 0.5mm with ABS 3mm white filament running with a Gen7 v1.2 FiveD electronics and 3 optos. Latest repsnapper compiled for windows in my XP SP2 running.<br />
<br />
My prusa runs fine except some stuffs:<br />
<br />
* My prusa mendel have a USB to TTL device wich repsnapper reset each "connect" button but unable to connect. I disconnect wire for Reset an then looks works due no more timeouts but sometimes stop printing gcode on medium print sizes. Runs fine on little pieces. when stops print, i see gargable data from comm ¿does anyone know what happend? was try reducing comm port buffers in repsnapper config. when print the gcode generated  with repsnapper with repraphost, it works fine.<br />
<br />
* When Z moving or going from a piece to other, some filamente is droped. Does repsnapper a option for retract filament between pieces or layers for prevent this undesired drop of plastic?<br />
<br />
* Some options isn't save to options file like temperature or comm buffers. d u know what happend?<br />
<br />
Thanks to all. Really like repsnapper. Easy to config, moving and duplicate pieces, and fast gcode generation.]]></description>
            <dc:creator>danx3</dc:creator>
            <category>RepSnapper</category>
            <pubDate>Tue, 27 Sep 2011 06:21:32 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?218,98857,98857#msg-98857</guid>
            <title>Does the &quot;Reverse&quot; button work for anyone? (3 replies)</title>
            <link>https://reprap.org/forum/read.php?218,98857,98857#msg-98857</link>
            <description><![CDATA[ Hi Everybody,<br />
<br />
We managed to get Repsnapper connecting with our Mendel, things are moving and heating up just fine so far! :)  What I was wondering was if anyone is using the "Reverse" button beside the "Run extruder" button in the "Interactive control" area with any success. It doesn't seem to working here. I can get the extruder to run, but not reverse.<br />
<br />
Thanks for any feedback!<br />
<br />
<br />
Jacqueline]]></description>
            <dc:creator>JLudlow</dc:creator>
            <category>RepSnapper</category>
            <pubDate>Sun, 25 Sep 2011 15:24:40 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?218,98359,98359#msg-98359</guid>
            <title>Cannot find .EXE file in folder! (1 reply)</title>
            <link>https://reprap.org/forum/read.php?218,98359,98359#msg-98359</link>
            <description><![CDATA[ Hi Everybody,<br />
<br />
Ughh  :( -after messing around endlessly with host software options I decided to try Repsnapper on my PC, instead of my Mac, so now I have the file all expanded in it's own folder and all, and I am supposed to " double click the repsnapper.exe file within the repsnapper/src directory" to start the programme up, and well, there is no .EXE file in the src directory...<br />
Has anyone had this particular problem and could offer some advice?<br />
<br />
Thank you very much in advance for any and all information.<br />
<br />
Jacqueline]]></description>
            <dc:creator>JLudlow</dc:creator>
            <category>RepSnapper</category>
            <pubDate>Wed, 21 Sep 2011 18:38:40 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?218,95555,95555#msg-95555</guid>
            <title>RepRap Mendel with 6 gen electronics shift Y axis each layer ... (3 replies)</title>
            <link>https://reprap.org/forum/read.php?218,95555,95555#msg-95555</link>
            <description><![CDATA[ Hi, I have a Mendel reprap with gen 6 electronics and Repsnapper software. All axes work well, for example when I send Y10 the real Y axis move of 10mm.<br />
<br />
I have a problem, when I print an object, each layer is shifted about 5mm in the Y axis direction. <br />
Look this photo (print_test.stl after 4 layers) : [<a href="http://imageshack.us/photo/my-images/854/img334z.jpg/" target="_blank"  rel="nofollow">imageshack.us</a>]<br />
<br />
I think hardware and firmware works well because the first layer it's ok, it's possibile that repsnapper can't convert gcode correctly?<br />
<br />
The only settings that I changed is "Downstream extrusion multiplier" because I have 1,75mm PLA filment insted 3mm.<br />
<br />
Thanks!]]></description>
            <dc:creator>alwarrior</dc:creator>
            <category>RepSnapper</category>
            <pubDate>Tue, 10 Feb 2015 08:17:21 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?218,94679,94679#msg-94679</guid>
            <title>Repsnapper, RAMPS1.3 and extruder settings (3 replies)</title>
            <link>https://reprap.org/forum/read.php?218,94679,94679#msg-94679</link>
            <description><![CDATA[ I am trying to figure out what extruder settings to use.  I have been calibrating x, y and z axis movements to change in the firmware.<br />
With the current version of Repsnapper if I hit the Run Extruder button my motor just vibrates.  My RAMPS is set to 1/16 steps for all axes.  Once I change the settings down to around 1600 mm the stepper finally moves.  Any recommended setting from anyone?<br />
I am only testing with PLA right now with temp around 195 and it does extrude but the settings are elusive as to what I should use.<br />
Also I am using Sprinter as the firmware for the Mega 2560.]]></description>
            <dc:creator>mc_n_g</dc:creator>
            <category>RepSnapper</category>
            <pubDate>Fri, 09 Dec 2011 12:39:06 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?218,94397,94397#msg-94397</guid>
            <title>Trouble printing with repsnapper (1 reply)</title>
            <link>https://reprap.org/forum/read.php?218,94397,94397#msg-94397</link>
            <description><![CDATA[ Hello all,<br />
<br />
I finall have everything assembled and my firmware loaded.  I am able to move each individual axis in repsnapper manual but when I upload an .stl file and convert to gcode in repsnapper, it gets an error that it doesn't recognize the command and the extruder does a little dance.  I've tried this with several files.  The only one that seemed to work is when I downloaded Skeinforge and used the test gcode file.  Also while it tries to print that, my extruder motor is not turning.  I don't have my hot end connected right now, so there are no thermistor or capacitor input on the RAMPS yet.  Would this cause the ectruder motor not to turn?]]></description>
            <dc:creator>crumrw</dc:creator>
            <category>RepSnapper</category>
            <pubDate>Wed, 17 Aug 2011 18:21:49 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?218,94228,94228#msg-94228</guid>
            <title>[SOLVED] Problem with  gcode and Kliment&#039;s Tonokip (2 replies)</title>
            <link>https://reprap.org/forum/read.php?218,94228,94228#msg-94228</link>
            <description><![CDATA[ Hi,<br />
<br />
I've generated the attached gcode with skeinforge41.<br />
Repsnapper load it without anyissue however when I try to print it will go from line 1 to line 18:<br />
<br />
G90<br />
G21<br />
M103<br />
M105<br />
M113 S1.0<br />
M108 S150.0<br />
M104 S180.0<br />
M108 S150.0<br />
G1 X86.4 Y87.77 Z0.72 F60.0<br />
G1 F798.0<br />
G1 E1.0<br />
G1 F60.0<br />
M101<br />
G1 X86.4 Y112.39 Z0.72 F675.0 E18.066<br />
G1 X89.28 Y112.39 Z0.72 F675.0 E2.113<br />
G1 X89.28 Y87.77 Z0.72 F675.0 E18.066<br />
G1 X92.16 Y87.77 Z0.72 F675.0 E2.113<br />
<b>G1 X92.16 Y112.39 Z0.72 F675.0 E18.066</b> ; line 18<br />
G1 X95.04 Y112.39 Z0.72 F675.0 E2.113<br />
<br />
Send the command to the printer but the printer will not respond and repsnapper is locked... i have to unplug/replug the USB<br />
<br />
Why is that happening?<br />
<br />
Nicolas]]></description>
            <dc:creator>zzarbi</dc:creator>
            <category>RepSnapper</category>
            <pubDate>Thu, 18 Aug 2011 04:48:03 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?218,94215,94215#msg-94215</guid>
            <title>trouble using repsnapper and skeinforge (8 replies)</title>
            <link>https://reprap.org/forum/read.php?218,94215,94215#msg-94215</link>
            <description><![CDATA[ hello  all, i am having a strange problem when i export the g code to repsnapper from skeinforge. It seems to move randomly at an extremely slow pace when i just tried the default settings. also, the picture that appears on the bed is not centered or anything but appears to be off the bed. if anyone has had this problem it would be great to know how you resolved it<br />
<br />
morrist]]></description>
            <dc:creator>morrist</dc:creator>
            <category>RepSnapper</category>
            <pubDate>Wed, 17 Aug 2011 14:13:18 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?218,93481,93481#msg-93481</guid>
            <title>Strange problem with Repsnapper (3 replies)</title>
            <link>https://reprap.org/forum/read.php?218,93481,93481#msg-93481</link>
            <description><![CDATA[ I just finished building my Prusa and managed to tweak the settings in repsnapper to get some decent prints.<br />
<br />
The only problem is the dimensions in the z-axis seem to be two times greater than is shown on the STL file or the gcode trace in repsnapper.<br />
<br />
For example, when I try to print a prusa base vertex with foot, the holes for the threaded printed by the x and y axes are the perfect size and completely round. The the hole built in the z axis is oval and twice as wide as the xy hole. I dont know what I need to do to tweak this. <br />
<br />
Thanks!]]></description>
            <dc:creator>raijinspecial</dc:creator>
            <category>RepSnapper</category>
            <pubDate>Tue, 09 Aug 2011 18:01:24 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?218,92022,92022#msg-92022</guid>
            <title>repsnapper with techzone (1 reply)</title>
            <link>https://reprap.org/forum/read.php?218,92022,92022#msg-92022</link>
            <description><![CDATA[ hi all, seem to be having issues with my hot end after rebuilding it. I am running techzone electronics with the thermistor. i am getting alot of codes and unstable temperatures. i was wondering if there is a list anywhere of what the codes mean.32767, 31743 are two that i am getting alot.<br />
<br />
<br />
<br />
morrist]]></description>
            <dc:creator>morrist</dc:creator>
            <category>RepSnapper</category>
            <pubDate>Sat, 15 Oct 2011 00:35:54 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?218,90799,90799#msg-90799</guid>
            <title>Difficulty starting RepSnapper (5 replies)</title>
            <link>https://reprap.org/forum/read.php?218,90799,90799#msg-90799</link>
            <description><![CDATA[ Only on one out of four computers am I able to start RepSnapper, the others fail with a "Cannot initialise" message. All machines running Windows XP and all up to date with SP3 and all updates, but the three which fail are all older machines - from 4 to 8 years old.<br />
<br />
The one computer which can run RepSnapper can also communicate withmy RAMPS stack, but is far away from my Prusa.]]></description>
            <dc:creator>leadinglights</dc:creator>
            <category>RepSnapper</category>
            <pubDate>Sun, 24 Jul 2011 12:49:01 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?218,90583,90583#msg-90583</guid>
            <title>Arduino with Gen 6 board (41 replies)</title>
            <link>https://reprap.org/forum/read.php?218,90583,90583#msg-90583</link>
            <description><![CDATA[ Hi,<br />
<br />
I have assembled Mendel (3D printer) using Generation 6 electronics board that has ATMega644A incorporated on it.<br />
I need to use an Arduino Uno board to get these two boards to communicate and currently I am a bit baffled by the I2C communication.<br />
Can anyone help me with this. I am pretty new to all this stuff.]]></description>
            <dc:creator>Javaid Butt</dc:creator>
            <category>RepSnapper</category>
            <pubDate>Thu, 01 Sep 2011 15:16:24 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?218,89864,89864#msg-89864</guid>
            <title>Build-Error on Ubuntu - Can not find Makefile in Subfolder [SOLVED] (1 reply)</title>
            <link>https://reprap.org/forum/read.php?218,89864,89864#msg-89864</link>
            <description><![CDATA[ Hi,<br />
<br />
after some problems getting all required packages (hint: you need to logout and login again or maybe better even restart to make your system recognize all newly installed packages!) and using "autogen.sh" I finally was able to start my build-procedure.<br />
 But I get following errors:<br />
<br />
<pre class="bbcode">
johnny@ubuntu:~/Downloads/timschmidt-repsnapper-973db6e/src$ make
 CXX stl.o
 CXX model.o
 CXX view.o
 CXX gllight.o
 CXX gcode.o
 CXX arcball.o
 CXX stdafx.o
 CXX rfo.o
 CXX file.o
 CXX platform.o
 CXX render.o
 CXX progress.o
 CXX connectview.o
 CXX settings.o
 CXX repsnapper.o
 make: *** No rule to make target ../libraries/polylib/libpolylib.la', needed byrepsnapper'. Stop.</pre>
<br />
<br />
But when I check the folder /libraries/polylib/ I find a Makefile. I even can run it manually. How can I fix this? The generated Makefile is a little confusing and chaotic, so I didn't find the lines where I can fix the path to the subfolder.]]></description>
            <dc:creator>EliteTUM</dc:creator>
            <category>RepSnapper</category>
            <pubDate>Sat, 09 Jul 2011 02:51:27 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?218,89002,89002#msg-89002</guid>
            <title>Extruder do not stop heating (1 reply)</title>
            <link>https://reprap.org/forum/read.php?218,89002,89002#msg-89002</link>
            <description><![CDATA[ Hi i have ramps 1.2 with sprinter FW and repsnapper. (Latest build compiled in ubuntu 11.4).<br />
Everything looks fine except heating of extruder. After i switch power supply, extruder strats heating, completely ignoring preset values. <br />
M105 returns temperature fine.<br />
M104 S200 looks responding too.<br />
In Printer controls table is preset value 25°C for extruder and bed and, even if i change it, after few seconds repsnapper sets 25 again. "Heat on" does not look to do anything (exceps button become little more grey).<br />
I can read current temperature by using "manual" M105 command but repsnapper do not show it enywhere...<br />
<br />
Any advice?<br />
<br />
<br />
EDIT: <br />
tried changing pin 10 to pin 9 (if mosfet is dead) -&gt; same problem<br />
Extruder stays cool, untill i set some temperature or hit "heater on", after it, extruder do not stop heating even if target temperature is reached and only way to stop it, u need to turn power supply off....]]></description>
            <dc:creator>oz</dc:creator>
            <category>RepSnapper</category>
            <pubDate>Sat, 23 Jul 2011 08:28:35 -0400</pubDate>
        </item>
    </channel>
</rss>
