<?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>Fri, 13 Mar 2026 17:26:57 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?218,95555,468723#msg-468723</guid>
            <title>Re: RepRap Mendel with 6 gen electronics shift Y axis each layer ...</title>
            <link>https://reprap.org/forum/read.php?218,95555,468723#msg-468723</link>
            <description><![CDATA[ for me this was the belt climbin up the side of the gear (I have metal gears)  and shifting by exaclty one belt tooth every time it hapened. It seemed to be speed dependent and only happened occasionaly but I saw it do it once so smoking gun. realigned the gear with the belt and made sure it ran in the centre and no more problems.<br />
<br />
yipee]]></description>
            <dc:creator>cstevens</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,372544,372544#msg-372544</guid>
            <title>Adding more libraries</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,352073#msg-352073</guid>
            <title>Re: RepSnapper with PyCam</title>
            <link>https://reprap.org/forum/read.php?218,348154,352073#msg-352073</link>
            <description><![CDATA[ It should work, as repsnapper will just stream the Gcode to the board, and marlin or other firmware should interpret it normally as it's mostly G1 moves (I guess, from my experience where we used a small cnc with a Sanguinololu and gcode from pycam)]]></description>
            <dc:creator>Emmanuel</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,348154,348154#msg-348154</guid>
            <title>RepSnapper with PyCam</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>Wed, 30 Apr 2014 15:57:53 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?218,122143,169818#msg-169818</guid>
            <title>Re: repsnapper and gen6 help</title>
            <link>https://reprap.org/forum/read.php?218,122143,169818#msg-169818</link>
            <description><![CDATA[ Firmware should be open source and you can get it in reprap<br />
<br />
Firmwares like <a href="http://reprap.org/wiki/Marlin" target="_blank"  rel="nofollow">Marlin</a>, <a href="http://reprap.org/wiki/Teacup" target="_blank"  rel="nofollow">Teacup</a> supports Gen6 you can download it and use it]]></description>
            <dc:creator>imecproto</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,164699,169815#msg-169815</guid>
            <title>Re: altering  repsnapper to directly adjust  esteps per mm</title>
            <link>https://reprap.org/forum/read.php?218,164699,169815#msg-169815</link>
            <description><![CDATA[ Try with Extrusion Multiplier in Printer settings and convert to Gcode<br />
<br />
Extrusion Multiplier - 1 denotes actual length<br />
Extrusion Multiplier - 0.5 denotes 50 % of actual length<br />
<br />
If your Machine Extrusion is calibrated wrong try with Firmware modification <br />
else for temporary change you can use Extrusion Multiplier]]></description>
            <dc:creator>imecproto</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,169812#msg-169812</guid>
            <title>Re: What is the Parameter E in the G-code of Repsnapper?</title>
            <link>https://reprap.org/forum/read.php?218,163502,169812#msg-169812</link>
            <description><![CDATA[ E codes are used during Printing progress<br />
<br />
It denotes how much length of PLA or ABS to be extruded during Printing<br />
<br />
Initially E codes are set to E0<br />
E1.0000 denotes extrusion of 1mm PLA/ABS<br />
<br />
if you need to extrude 1mm more then E code should be E2.0000<br />
<br />
i.e., incrementing the values whenever you need the extrusion<br />
<br />
if the next value is E1.5000 the extruder sucks back the PLA about 0.5mm<br />
<br />
You can vary the Extrusion Multiplier in Printer settings and convert to Gcode to increment or decrement the Extrusion length in percentile during printing (It works during printing)]]></description>
            <dc:creator>imecproto</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,164699,165843#msg-165843</guid>
            <title>Re: altering  repsnapper to directly adjust  esteps per mm</title>
            <link>https://reprap.org/forum/read.php?218,164699,165843#msg-165843</link>
            <description><![CDATA[ If your firmware supports it, the <a href="http://www.reprap.org/wiki/G-code#M92:_Set_axis_steps_per_unit" target="_blank"  rel="nofollow">gcode M92</a> with an E parameter can do this. The host software only need a way to send gcodes manually then (repsnapper can).]]></description>
            <dc:creator>DeuxVis</dc:creator>
            <category>RepSnapper</category>
            <pubDate>Tue, 13 Nov 2012 05:42:01 -0500</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</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>Tue, 06 Nov 2012 18:15:56 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?218,161897,164200#msg-164200</guid>
            <title>Re: RepSnapper -  Extruder speed</title>
            <link>https://reprap.org/forum/read.php?218,161897,164200#msg-164200</link>
            <description><![CDATA[ Thank you. slowly getting used to the things...]]></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,161897,163975#msg-163975</guid>
            <title>Re: RepSnapper -  Extruder speed</title>
            <link>https://reprap.org/forum/read.php?218,161897,163975#msg-163975</link>
            <description><![CDATA[ it's mm, everything is in mm]]></description>
            <dc:creator>soleld</dc:creator>
            <category>RepSnapper</category>
            <pubDate>Fri, 02 Nov 2012 11:16:25 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?218,163502,163974#msg-163974</guid>
            <title>Re: What is the Parameter E in the G-code of Repsnapper?</title>
            <link>https://reprap.org/forum/read.php?218,163502,163974#msg-163974</link>
            <description><![CDATA[ It's the mm of filament the extruder extrudes, either per command ("relative E-code") or cumulative]]></description>
            <dc:creator>soleld</dc:creator>
            <category>RepSnapper</category>
            <pubDate>Fri, 02 Nov 2012 11:15:21 -0400</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?</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>Tue, 30 Oct 2012 07:35:02 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?218,161897,161897#msg-161897</guid>
            <title>RepSnapper -  Extruder speed</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, 21 Oct 2012 03:29:12 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?218,139973,156912#msg-156912</guid>
            <title>Re: Compiling repsnapper in puppy lucid</title>
            <link>https://reprap.org/forum/read.php?218,139973,156912#msg-156912</link>
            <description><![CDATA[ did you run <br />
./autogen.sh <br />
?]]></description>
            <dc:creator>soleld</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,66919,149653#msg-149653</guid>
            <title>Re: Repsnapper Extruder Heat Issue</title>
            <link>https://reprap.org/forum/read.php?218,66919,149653#msg-149653</link>
            <description><![CDATA[ I have the same issue with a stuffmaker running redsnapper,<br />
extruder heats up but when run the moniter stops working and heat of extruder drops <br />
then heats up and moniter works when paused or on idle.<br />
under start tab , I have    " T0       ;select new extruder"' <br />
<br />
Any Ideas anyone ???  would be much appreciated , wasted hours and cant printed a thing. :-( <br />
Regards Diana]]></description>
            <dc:creator>daina</dc:creator>
            <category>RepSnapper</category>
            <pubDate>Tue, 21 Aug 2012 22:05:50 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?218,122143,148853#msg-148853</guid>
            <title>Re: repsnapper and gen6 help</title>
            <link>https://reprap.org/forum/read.php?218,122143,148853#msg-148853</link>
            <description><![CDATA[ I have the model down from you i think, i have firmware problems, did u get it from 3dstuffmaker?]]></description>
            <dc:creator>nechaus</dc:creator>
            <category>RepSnapper</category>
            <pubDate>Fri, 17 Aug 2012 21:28:15 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?218,139973,139973#msg-139973</guid>
            <title>Compiling repsnapper in puppy lucid</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>Tue, 26 Jun 2012 08:41:23 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?218,133854,138287#msg-138287</guid>
            <title>Re: Something off with G-code and Repsnapper</title>
            <link>https://reprap.org/forum/read.php?218,133854,138287#msg-138287</link>
            <description><![CDATA[ Thanks Deux-Vis -we are looking to get away from Repsnapper, but it is the only thing that works right now with our infamous Techzone LC Mendel! We are getting the parts together for a Prusa Mendel and will be using the RAMPS electronics and newest firmware/software that we can with it. We just are trying our best to get the Techzone kit to print all our parts for us!<br />
<br />
Thanks, Bob, for the info, we need all the help we can get!<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,133854,137968#msg-137968</guid>
            <title>Re: Something off with G-code and Repsnapper</title>
            <link>https://reprap.org/forum/read.php?218,133854,137968#msg-137968</link>
            <description><![CDATA[ <b>F110 might be too fast for your system.</b><br />
<br />
Change from "110.0" to "30.0".<br />
If that works then find out what the maximum speed is that your z-axis can handle.<br />
Try 60, if that works try 80 otherwise try 45...]]></description>
            <dc:creator>rhmorrison</dc:creator>
            <category>RepSnapper</category>
            <pubDate>Fri, 15 Jun 2012 07:35:56 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?218,122143,136846#msg-136846</guid>
            <title>Re: repsnapper and gen6 help</title>
            <link>https://reprap.org/forum/read.php?218,122143,136846#msg-136846</link>
            <description><![CDATA[ Guys I have exactly the same problem, where I can find loader and firmware for GEN6 electronics? I have ALL STAR model printer should firmware be different, or once I upload new firmware the printer will work fine? Please do not judge tuff as I'm new to this side of the FAN]]></description>
            <dc:creator>elik745i</dc:creator>
            <category>RepSnapper</category>
            <pubDate>Fri, 08 Jun 2012 10:37:22 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?218,133854,134323#msg-134323</guid>
            <title>Re: Something off with G-code and Repsnapper</title>
            <link>https://reprap.org/forum/read.php?218,133854,134323#msg-134323</link>
            <description><![CDATA[ I tried slicing it with Slic3r (version 0.7.0) and it does produce Z movements.<br />
<br />
Repsnapper gcode production is currently not very popular, I can't say if it works as I haven't tried it, but you may get more support from the community using Slic3r (or skeinforge, but that's a larger beast to manage).<br />
<br />
Here's some of the relevant lines in the gcode output :<br />
<br />
<pre class="bbcode">
~$ grep Z drive-pulley_3off.gcode 
G92 X0 Y0 Z0 E0 ; I home manually before printing
G1 Z0.165 F110.0
G1 Z0.415 F110.0
G1 Z0.665 F110.0
G1 Z0.915 F110.0
G1 Z1.165 F110.0
G1 Z1.415 F110.0
G1 Z1.665 F110.0
G1 Z1.915 F110.0
G1 Z2.165 F110.0
G1 Z2.415 F110.0
G1 Z2.665 F110.0
[... etc ...]
G1 Z27.915 F110.0
G1 Z28.165 F110.0
G1 Z28.415 F110.0
G1 Z28.665 F110.0
G1 Z28.915 F110.0
G1 Z29.165 F110.0
G1 Z29.415 F110.0
G1 Z29.665 F110.0
G1 Z29.915 F110.0
G1 Z30.165 F110.0
</pre>]]></description>
            <dc:creator>DeuxVis</dc:creator>
            <category>RepSnapper</category>
            <pubDate>Thu, 24 May 2012 04:53:35 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?218,133854,134260#msg-134260</guid>
            <title>Re: Something off with G-code and Repsnapper</title>
            <link>https://reprap.org/forum/read.php?218,133854,134260#msg-134260</link>
            <description><![CDATA[ Bonjour DeuxVis,<br />
<br />
Here is one of the STL files that I tried converting into Gcode with both Repsnapper and Slic3r.<br />
<br />
I am not a Gcode expert, but when looking at the Gcode that came up in Repsnapper, it seemed that with all the X and Y movements that there was no mention of the Z axis...<br />
<br />
Thanks for having a look.<br />
<br />
<br />
Jacqueline<br />
<br />
www.singularitymachine.com/blog]]></description>
            <dc:creator>JLudlow</dc:creator>
            <category>RepSnapper</category>
            <pubDate>Wed, 23 May 2012 15:54:34 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?218,133854,133968#msg-133968</guid>
            <title>Re: Something off with G-code and Repsnapper</title>
            <link>https://reprap.org/forum/read.php?218,133854,133968#msg-133968</link>
            <description><![CDATA[ Could you attach one of those STL here please ?]]></description>
            <dc:creator>DeuxVis</dc:creator>
            <category>RepSnapper</category>
            <pubDate>Tue, 22 May 2012 06:25:27 -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</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>Mon, 21 May 2012 13:48:42 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?218,122143,129167#msg-129167</guid>
            <title>Re: repsnapper and gen6 help</title>
            <link>https://reprap.org/forum/read.php?218,122143,129167#msg-129167</link>
            <description><![CDATA[ Greg, you need to compile it. Depending on your OS, follow the instructions on github. However, the caveat is that it seems to only run well under Linux. Honestly, it's a real shame how difficult Repsnapper is to use now. Under Linux, it has a fantastic gcode slicer, in the same league as Slic3r, and a wonderful gcode visualiser. But it is buggy and difficult to compile under any other OS (I'm not even sure if any one has even managed it). My advice is to run it in a Ubuntu VM if you are on Mac or Windows. And hope that it gets sorted out one day.]]></description>
            <dc:creator>droftarts</dc:creator>
            <category>RepSnapper</category>
            <pubDate>Tue, 17 Apr 2012 13:55:10 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?218,122143,128935#msg-128935</guid>
            <title>Re: repsnapper and gen6 help</title>
            <link>https://reprap.org/forum/read.php?218,122143,128935#msg-128935</link>
            <description><![CDATA[ I hope someone on this forum can help.<br />
<br />
I have pronterface, and replicatorg running fine but want to check out repsnapper as well but can't seem to get a straight answer anywhere on the net.<br />
<br />
I have been on repsnapper.irc and got nothing but frustation.<br />
<br />
I have downloaded the latest version of repsnapper but do not understand how to get it running.<br />
<br />
I cannot find an executable file to start the program. There is probably some simple answer but it escapes me. I have been around computers since the first vz300 in the 80s so I am not new to computers but this is really frustrating.<br />
<br />
Any direction woould be very appreciated.<br />
<br />
Greg]]></description>
            <dc:creator>gregted</dc:creator>
            <category>RepSnapper</category>
            <pubDate>Mon, 16 Apr 2012 04:22:06 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?218,109237,128932#msg-128932</guid>
            <title>Re: Beginner troubles</title>
            <link>https://reprap.org/forum/read.php?218,109237,128932#msg-128932</link>
            <description><![CDATA[ Hey Skypuppet,<br />
<br />
I too have been playing around with computers since the early days. My first computer was a Dick Smith VZ300.<br />
<br />
How did u go with your repsnapper install?<br />
I just wasted over 1 hour trying to get a straight answer on repsnapper.IRC.<br />
I couldn't believe the amount of running around I was put through.<br />
<br />
I have pronterface, replicatorg and sli3er installed and running but can't seem to get repsnapper to run.<br />
<br />
Any help to get this program running would be very welcome.<br />
<br />
Thanks in advance.<br />
<br />
Greg]]></description>
            <dc:creator>gregted</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,122143,122604#msg-122604</guid>
            <title>Re: repsnapper and gen6 help</title>
            <link>https://reprap.org/forum/read.php?218,122143,122604#msg-122604</link>
            <description><![CDATA[ Well, Your help did help point me in the right direction... I was using Merlin firmware, but seems this might have been my issue all along.. I reflashed my gen6 with Sprinter, changed the baud to 19200...  BAM, it works !  <br />
<br />
I have an issue going on with my Y axis, it seems to lock up the motor.. ( could be motor or wiring ) I will double check today.<br />
<br />
I was able to move both Z &amp; X in one direction using repsnapper. I know it will only move in 1 direction until I get the optos wired up.  I also hope to get this done later today...<br />
<br />
It was a good night for working on the reprap, made some good progress... nice to see the thing MOVE !!]]></description>
            <dc:creator>mxcobra</dc:creator>
            <category>RepSnapper</category>
            <pubDate>Tue, 06 Mar 2012 08:13:24 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?218,122143,122419#msg-122419</guid>
            <title>Re: repsnapper and gen6 help</title>
            <link>https://reprap.org/forum/read.php?218,122143,122419#msg-122419</link>
            <description><![CDATA[ I'm not sure I can give you a reason immediately for things not working, but perhaps I can make some suggestions.<br />
<br />
Ignore the M105 command (switch of temp monitoring in RepSnapper). It is RepSnapper continually asking for the extruder temperature. If you have comm's problems, this repetitive message getting sent out over the UART is not helping.<br />
<br />
You don't mention which firmware you are using, so I'm assuming it is the default firmware that comes with Gen6. Have you confirmed the BAUD rate settings in the firmware? They are in the config.h file.<br />
<br />
I would also recommend downloading portmon and watching what goes out and back over the UART. You may see garbage coming back, suggesting incompatible BAUD rates.<br />
<br />
I can't recall if I've ever had my opto's disconnected during boot time before. I'm not sure I have, but it shouldn't prevent the host from creating a comms connection. It will prevent any movement though once it has connected.<br />
<br />
Good luck.<br />
<br />
James]]></description>
            <dc:creator>jim_blag</dc:creator>
            <category>RepSnapper</category>
            <pubDate>Mon, 05 Mar 2012 11:18:52 -0500</pubDate>
        </item>
    </channel>
</rss>
