What's Happening!!
Hey, hey, hey! It's been too long since I've blogged about some of the stuff I've been doing lately. Here's a quick rundown.
Hey, hey, hey! It's been too long since I've blogged about some of the stuff I've been doing lately. Here's a quick rundown.
A while ago I tried and failed to come up with an easy way to get text into OpenSCAD. The difficulty lies in the fact that OpenSCAD doesn't have complete support for all DXF entities that most tools like autotrace and Inkscape output. This past weekend I wanted to create a simple business card-like object for our hackerspace at Berks CoLab that I could print out and give to people. At first, I was just going to re-design the logo in something else like Sketchup, when I stumbled on this page about other 2D formats in the OpenSCAD manual which suggests using Inkscape to first convert SVG files into EPS files and then using pstoedit to convert the EPS into a DXF that OpenSCAD can read. (woah alphabet soup overload)
I posted all the files used to create the Berks CoLab name tag to thing:5517 or on github. The next thing I'd like to do is make a name tag using green, white, and black plastic as a multipart thing that snaps together like wulfdesign's thing. It should also be possible to write an Inkscape extension that shells out to pstoedit to let you save OpenSCAD compatible DXF files directly from Inkscape - better yet, someone else could do it, plz k thnx!
Just as I was writing this post, I realized my original attempt could now be accomplished with an extra step to create arbitrary text into a 3D printable STL from the command line like so:
I turned it into a simple shell script you can find the code at thing:5518 or better yet on github.
Comments [9]
Comments [2]
Reading (it's pronounced Redding, btw) in lovely Berks County Pennsylvania. A place perhaps most famous for having a Railroad on the Monopoly board game, The Shopping Outlet Capital of the World, or the fact that a giant glowing red Japanese Pagoda has inexplicably been sitting on a nearby hill for the past 100 years overlooking a mostly German and Pennsylvania Dutch countryside. Oh yeah, I think it was also recently rated in the top 25 most dangerous cities in the US. Hopefully one day it will be known for having an awesome hackerspace, which is what I've been putting a lot of energy into lately. What's a hackerspace? This is one of my favorite videos that describes it pretty well.
Comments [3]
This past weekend I demonstrated my RepRap Mendel at a table at the 3D Printer Village at the New York World Maker Faire. It was great to be surrounded for the first time with people doing the same things that I've been doing while toiling away in obscurity in my basement for the past year. I was kind of freaked out how many people walked up to me and said "Hey I know you, I read your blog!".
Comments [9]
I created a blog just for CloudSCAD at http://blog.cloudscad.com
Comments [1]
Comments [22]
Comments [7]
I've been going crazy trying to figure out what was causing these kinds of communication errors on my RepRap Mendel causing very jerky printing as it pauses every few seconds when it throws an error:
MacBuserPro:reprap-mendel-20100719 abuser$ ./reprap
Experimental: JNI_OnLoad called.
Stable Library
=========================================
Native lib Version = RXTX-2.1-7
Java lib Version = RXTX-2.1-7
ERROR: GCodeWriter.waitForOK(): Serial Error:Recieved a LineNr code without a Checksum code or Checksum without LineNr [0.000s/-1279863615176ms]
ERROR: Requested to resend line 96 [0.005s/5ms]
ERROR: Resent: N96 G92 E0 *88 [0.006s/1ms]
ERROR: GCodeWriter.waitForOK(): Serial Error: checksum mismatch [0.097s/91ms]
ERROR: Requested to resend line 101 [0.103s/6ms]
ERROR: Resent: N101 G1 Z0.0 F5.0 *17 [0.104s/1ms]
ERROR: GCodeWriter.waitForOK(): Serial Error:Recieved a LineNr code without a Checksum code or Checksum without LineNr [5.092s/4988ms]
ERROR: Requested to resend line 112 [5.098s/6ms]
ERROR: Resent: N112 G1 F1500.0 *118 [5.098s/0ms]
ERROR: GCodeWriter.waitForOK(): Serial Error:Recieved a LineNr code without a Checksum code or Checksum without LineNr [7.108s/2010ms]
ERROR: Requested to resend line 129 [7.116s/8ms]
ERROR: Resent: N129 G1 X43.1 Y54.7 F1500.0 *127 [7.116s/0ms]
ERROR: GCodeWriter.waitForOK(): Serial Error:Recieved a LineNr code without a Checksum code or Checksum without LineNr [12.176s/5060ms]
Comments [4]
It's been a while since I've posted anything and thought it would be a good idea to share all the things I've been working on lately. This is going to be a long post...
Comments [3]
Comments [4]