<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Makerbot 3D printing service in London?</title>
		<link>http://makerbot.wikidot.com/forum/t-574585/makerbot-3d-printing-service-in-london</link>
		<description>Posts in the discussion thread &quot;Makerbot 3D printing service in London?&quot;</description>
				<copyright></copyright>
		<lastBuildDate>Wed, 15 Jul 2026 00:32:47 +0000</lastBuildDate>
		
					<item>
				<guid>http://makerbot.wikidot.com/forum/t-574585#post-1588982</guid>
				<title>Re: Makerbot 3D printing service in London?</title>
				<link>http://makerbot.wikidot.com/forum/t-574585/makerbot-3d-printing-service-in-london#post-1588982</link>
				<description></description>
				<pubDate>Mon, 15 Oct 2012 18:33:15 +0000</pubDate>
				<wikidot:authorName>Jetguy</wikidot:authorName>				<wikidot:authorUserId>612096</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>S3G is binary version of gcode. In other words, if you know anything about what happens with an 8 bit microcontroller (or really any microcontroller) sending ASCII text via a serial link, nothing else can happen until the data is finished transmitting. In other words, you motion control STOPs dead with pauses until the entire ASCII string is sent. Thus, the idea behind the binary compression which greatly reduces the CPU time. When you print with rep-g across USB, ever notice the pause before the machine even tries to home or do anything? That is rep-g converting the text gcode to S3G as a temp file before it sends it to the bot across the USB. ALso, for massive performance increases, we can save the S3G to the SD card and reduce the latency and thus tiny pauses during the print that cause little zits.</p> <p>Thus to be perfectly clear, S3G is a compressed version of the created gcode, and since the gcode has the homing and other bot specific info in the start and end portions, not easily tranportable between machine variants. Also, I don't know that you can ever go from S3G back to text gcode. In other words, it's one way compression for most usage. The gcode interpeter in the firmware reads it as commands, but I don't think you could use that to convert it back to text as a C++ application on the PC.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://makerbot.wikidot.com/forum/t-574585#post-1588966</guid>
				<title>Re: Makerbot 3D printing service in London?</title>
				<link>http://makerbot.wikidot.com/forum/t-574585/makerbot-3d-printing-service-in-london#post-1588966</link>
				<description></description>
				<pubDate>Mon, 15 Oct 2012 18:09:30 +0000</pubDate>
				<wikidot:authorName>artbot</wikidot:authorName>				<wikidot:authorUserId>1424862</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi</p> <p>isn't the s3g file type the makerbot replicator equivalent to gcode? In which case this will be specific to a particular machine and configuration and not much use for another machine, even of the same type as it's unlikely to have exactly the same settings, e.g. for homing.</p> <p>You need the equivalent of the source code for the object you want made, like a .STL or OBJ file type which can then be used to generate the specific gcode or S3G code for the individual machine that will be doing the printing. This is more generic information that can be used by multiple platforms or devices.</p> <p>cheers</p> <p>Peter</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://makerbot.wikidot.com/forum/t-574585#post-1588850</guid>
				<title>Makerbot 3D printing service in London?</title>
				<link>http://makerbot.wikidot.com/forum/t-574585/makerbot-3d-printing-service-in-london#post-1588850</link>
				<description></description>
				<pubDate>Mon, 15 Oct 2012 14:16:26 +0000</pubDate>
				<wikidot:authorName>sangoma</wikidot:authorName>				<wikidot:authorUserId>1465047</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Does anyone know of someone who provides a 3D printing service for Makerbot in London? I am in urgent need to get an S3G file printed today or tomorrow.</p> <p>Much appreciated,</p> <p>Anton</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>