everhack Stuff I've been messing with, or just thinking about.

19May/112

How to Remove the Cricut Expression Keyboard and Use Full-Length Pens

One thing that always bugged me about using pens in my Expression is the super short limit on pen length. I love the Staples mini gel pens, and I've gotten pretty good at shortening others, but some (like Sharpie paint pens) just not feasible to do this with.

One video on YouTube shows someone with a Personal model who removed the keyboard which allows a full length pen to be used. Unfortunately, this requires removing the end caps which is kind of a hassle. The Create is even worse, the body of the case extends underneath the keyboard and completely eliminates the option altogether.

Anyhow, with the help of a friend at the hackerspace the other night, I finally figured out how to do this EASILY on the Expression.

Here's photos showing how:

Look underneath the left side of the keyboard. You'll see a funny looking ribbed area. This is a latch that locks the left side of the keyboard to the case.

Here's the special tool I used to help with the next step. :-) (its just a deck screw)

Using the head of the special tool, slide the latch towards the rear of the machine. It's pretty stiff, but don't worry about breaking anything. You could also use a flathead screwdriver for more leverage.

Once the latch clicks, lift up on the left side of the keyboard. The right side is just held down by some plastic fingers in holes in the case and will release when you move the keyboard a little to the left.

Taking care not to tug too hard on the wires, you can now lift the keyboard up and out of the way, eliminating any length limit on pens. On mine, the power wires on the right side were especially short. Taking the right side endcap off allowed me to release a bit more wire, but it doesn't really take much.

Reversing the process is pretty easy, just tuck the right side back in the holes, press the left side down flush, and use your special tool in reverse, this time to pull the latch back towards the front of the machine until it clicks.

Filed under: Cricut 2 Comments
17May/119

Secrets of the Cricut Carriage

I've been looking into and learning some secrets of the Cricut's cutting carriage.

First off, it appears to be a custom version of the US Cutter "Refine EcoCut" carriage. See for yourself: http://www.uscutter.com/Refine-EcoCut-Carriage_p_1669.html - the only difference I can see from the photo is there are TWO positions in the tool holder. The manual says the front hole is for the pen attachment, and the rear hole is for the blade attachment.

Regarding cutting pressure, both the Refine manual and in other places, the maximum pressure is claimed to be 400g (or 0.88 lbs). However, a colleague of mine actually tested it and got an indicated 0.4 lbs at +4 vdc. I'm planning to retest this on a running machine (after disconnecting the stepper motors!).

Finally, I originally believed this to be a solenoid, but after taking the carriage apart and checking voltage readings, it was discovered that it's actually a voice coil! Basically just like a speaker without a diaphragm. Normally, a -2vdc current biases the blade upwards, and switches to +4vdc (at maximum pressure) to press the blade downwards.

Filed under: Uncategorized 9 Comments
15Apr/111

Capturing Cutter Protocol files

As part of learning about HPGL and DMPL plotter protocols recently, I wanted to see some actual samples of code sent to various types machines by any cutting application like MTC or SignCut.

Here's how I did it (in windows):

1) Download and install Eltima Software RS232 Logger and Virtual Serial Port Driver. Unfortunately, although the logger is free software, the VSPD is only a 14 day trial version. You probably can get all the samples you need in just a day or two

2) Using the Virtual Serial Port Driver, create a new pair of virtual serial ports, we'll call them COM1 and COM2.

3) Start the RS232 Data Logger, select COM2, set the baud rate the same as your cutting software will use, and set flow control to None. Select your output file name and click Start logging.

4) Go into your cutting software (MTC, SignCut, etc), configure the cutter type you are interested in (Black Cat, US Cutter, etc...), and set the port to COM1. Make the cut. The software should finish very quickly.

5) Stop the data logger to make sure the file content is flushed, and you are done!

Here is a sample of DMPL code for a test file sent by MTC.

;:H A L0 ECN U U8158,9620;D8167,9620;D8167,9630;D8150,9630;[...];D8463,7116;U0,0;!PG;

Filed under: Cricut, MTC 1 Comment
14Apr/110

Pen Fills with Eagle

While further developing my printed-circuit-board method, I inadvertently figured out how to do filled shapes with the pen using the free version of "Eagle" PCB design software.

Here's how.

1) You'll need to have Eagle (free version is fine), Inkscape, and Make-the-Cut all installed and available. I use Gimp for editing and converting file formats.

2) Open the desired image in Gimp (or other image editor) and save it out as a BMP format image, with as few colors as possible. A 1-bit monochrome with no dithering is best, like line art. (you set this via Image->Mode->Indexed... in Gimp)

3) Start up Eagle, and do a New->Board.

4) Do File->Run, and run the script "import-bmp.ulp". This will be located in the ulp subfolder of your Eagle installation directory. It will prompt you to browse to your BMP file and open it. Keep your bitmap size modest, 300 DPI or less, more just slows everything down. If you have a black-on-white drawing, select White only and click OK. Click the DPI radio button under Format, and set your DPI value; it will set the Scale factor for you automatically. Click OK.

5. It will think and popup window saying "Accept Script?", click "Run script".

6. Your bitmap should now appear in blue in the Eagle Board window. Save your project, then Run File->CAM Processor.

7. Select Output Device HPGL. Deselect all layers except #200 "200bmp". You'll have to scroll down to find it. Click "File" and browse to your desired output file location and name. Be sure to give the file a ".plt" extension which indicates the HPGL file type. Set the Pen Diameter to the actual width of the line your pen produces. 1 mil = 1/1000 inch. A ballpoint pen tip ranges from about 20-50 mils. Click "Process Job". This will render your .plt file.

8. Start up Inkscape, do File->Import... and import your .plt file. This can take a little time. If the application freezes, give it some time.

9. Eventually, your image will appear in Inkscape, already selected. Click "Edit->Copy".

10. Switch to Make-the-Cut, now do "Paste-in-Place". Voila!

Note, depending on how large the filled areas are, and the diameter of the pen, it might take quite a while to calculate when you click the "Cut Project With..." button. (the example image has 65000 points). Fortunately, since the fills are done using mostly horizontal and vertical lines, the machine can run pretty fast.

Here are another couple screenshots to show the pattern closeup. If you wanted a grid you would tell Eagle that the pen is wider than actual.

This method should work really well with engraving tips..

MTC reported this image was about 11000 cutting points which really seems pretty modest to me. I haven't tried actually printing one this big yet. If you (in MTC), right click on the imported image, and do Shape Magic->Advanced->View Path Detail... and scroll down through the path segments with the cursor key, you'll see the path taken is pretty sensible and doesn't waste a lot of time scrolling wildly all over the place.

Filed under: Cricut, Eagle, Gimp, MTC No Comments
13Apr/115

Cricut/Eagle resolution test image

I created a circuit in Eagle to test the resolution and fills using a fine tip pen in the Cricut.

The pen itself is a 0.01 inch diameter permanent marker, shortened to fit the machine. The test image is made of three identical copies of a diagram. The diagram contains some sample SMD and through-hole pads, as well as traces in 0.01, 0.03, 0.05, and 0.07 inch widths.

The legend reads "10mil pen, 20mil pen" and "30 mil pen" to indicate the pen size as given to the Eagle CAM processor function, but the entire drawing is rendered using the 10 mil pen in order to see which circuit will have proper fills with no white lines inside.

The results prove to me that the best fills do indeed result when the pen size is accurately set in the Eagle CAM processor. When the pen in smaller than Eagle thinks, it doesn't lay down enough lines to completely fill the solid traces. The TQFP and SMD resistor pads look nearly usable, even the horizontal jitter is almost nonexistent near the middle of the page. (Maybe the duct tape pen mount absorbs vibration better than my custom metal pen holder?) The worst flaw just seems to be incomplete coverage in the diagonals of the largest (0.07 inch) traces, which should be easily retouchable by hand.

Here's the workflow:

1) Create the board in Eagle

2) Run the CAM processor, select output device HPGL, layers Vias, Pads, Top or Bottom, and Holes.

3) Start a new drawing in Inkscape. Import the HPGL file into Inkscape. Select the imported circuit diagram, and click "Copy".

4) Mount the pen in the Cricut tool holder.

5) Start Make-the-Cut, and do "Paste in Place" (ctrl-shift-V) to paste without resizing. Arrange as needed and then cut to the machine.

Filed under: Cricut, Eagle, Gimp, MTC 5 Comments
6Apr/116

more cricut pcbs: the sharpie method

Last night at the Hackerspace I tried a new way (to me) of doing PCBs on the Cricut. So far it looks like the most promising yet.

This time instead of trying to scratch off an etch resist, I'm directly drawing it on using a plain old mini Sharpie pen like a plotter would. I understand the Stadtler Lumicolor pen is also recommended.

I just now discovered this link that shows exactly what I need to try next as far as the pen goes: PCB Plotting

First I create the circuit design in Eagle:

-Then, in Eagle, run File->CAM Processor.
-Select Output Device EPS
-Click File and select your output file path.
-Don't worry about the offset and page size.
-Select the "Pads", "Bottom" or "Top", and "Vias" (it will complain if "Vias" is not selected).
-Click "Mirror" if you are doing the bottom layer.
-Click "Process Job," this will write the output file.

-Install a copy of Ghostscript & GSView, and run "ps2pdf [options] input.[e]ps output.pdf" to convert the EPS file from Eagle to a vector PDF.
-Fire up Make-the-Cut, and do "File->Import->Vector PDF File", leave "Import Strokes and Fills" selected, select your PDF file and click "Open".
-Select the imported image and click "Ctrl-B" to Break the circuit up into its pieces.
-Deselect all, then click on each of the four border lines and delete.
-Select all, and click "Ctrl-J' to Join the circuit back up into a single piece.
-Position the circuit on the cutting pad as needed.

-Load up your Sharpie in the tool holder and print a test piece on paper to verify positioning.
-Load up your copper in the machine. If you're running anything thicker than 0.01 you may need to raise the pen in the holder. I use double-stick tape or at least a fresh spritz of spray-tack.
-Print your design. I don't know how many coats are necessary, but I am doing two coats, one after the other. Don't use Multicut for this!!! It does each line multiple times immediately instead of doing the whole pattern completely and repeating it: This causes the pen to dissolve the previous coat and move it around a little.
-(optional) Put the board into the toaster oven just briefly to make sure the ink is fully dry.
-Etch!

Filed under: Cricut, Eagle, Gimp, Inkscape, MTC 6 Comments
5Apr/1118

Another (mostly) Repaired Cricut

Many thanks to Danny M. and Tim F. for taking an interest in fixing my latest busted Cricut!

This was the first one yet with problems I couldn't figure out. The relay clicked on and off with the power button, but nothing else happened. Using the voltmeter I was able to figure out that the CPU was getting no power, and that there was something funky going on with the 5v regulator: on the working one, pins 2 and 4 read 5 volts; but on the broken one, pin 2 was at 18 volts, and pin 4 at 0. This was pretty much where I got stumped. I saw lots of ugly looking solder joints, but nothing obviously fried or broken.

Fortunately, I also have another Cricut Create that DOES work, and so I brought both to the hackerspace last night for Microcontroller Monday.

Tim F. helped out by looking up the datasheet for the regulator, and showed me the illustration for a "typical application" in the datasheet. Using the meter I discovered that there was resistance and/or no connection between the output and feedback pins when they should have been directly connected through a resonator.

Around this time we also realized that while my older (working) Cricut had a 2-layer board, the newer (busted) one was a 3 (or more) layer board and much harder to trace. Fortunately when they changed the design, pretty much nothing else changed. Same board size, same components in mostly the same arrangement. This meant that the proper connections could be traced on the old/working board, and compared to the busted one.

Danny stepped up to the plate here and almost immediately found a broken solder joint on one of the resonator pins. We reflowed the two solder joints, plus a few others (the quality of the solder joints on both boards is pretty atrocious, no idea what kind of monkeys are assembling these things....) And THOUGHT it was fixed.

However, it still wouldn't power up. Hmm!

As it turns out, the broken solder joint also managed to disconnect both of the inner layer traces leading from the resonator to the regulator. After more continuity testing Danny added two small jumper wires to repair the busted traces, and Voila, the machine now powers up!

I was all set to send the machine home with him to play with, but when I tried to actually cut something, discovered the cutter solenoid does not move. The carriage and paper scrolls around properly, but the pen doesn't move up and down. (YET!)

Filed under: Cricut 18 Comments
29Mar/111

PCB process update

I tested a few different etch-resists over the weekend with good luck, but the process itself still needs improvement before the boards will be usable.

The three resists I tried were Johnson "One-Step No Buff" floor wax, Krylon purple spray paint, and black Lacquer spray paint.

I made three test pieces of PCB material, one using each coating, then scratched each one manually with a nail, and etched. The wax was applied by pouring a thin stream over the top of the metal and propping it up at an angle on a paper towel to let the excess run off.

After etching, the floor wax was a clear failure, the coating was just too thin and failed over about half the surface. The purple Krylon seems like it worked well, as did the black Lacquer. Clear paint looks awesome but its hard to tell when you've sprayed enough on.

Also, one thicker coat seems to work better than two thin coats like you might normally use.

I still have a couple of problems to solve before the process will be more useful however: I need a wider scratch mark, and there's an annoying jitter in the tool during the first quarter or third inch of motion on the X-axis.

After making the test pieces, I scratched a full-size test piece using the matte black Lacquer.

Edit: Unfortunately, the etched scratches still do not completely separate the areas of copper, resulting in 100% shortage across the board surface.

Clearly I need to find a better resist and tool usage combination. The fine parallel lines still resolve clearly, but are also not fully clean. They are also not close enough to merge when etched. I think a softer resist might be desirable, so now I'm thinking .. what about melting a very thin layer of candle wax onto the surface with a hair dryer and then scratch wax but not metal with something pointy but not sharp, like a tooth pick?

Also, much hotter etchant may work better as well (this most recent board was done at room temperature and appears to be incompletely etched before the resist started to fade. Previously I used a double ziplock bag with a few TSP of etchant in a hot water bath with good results.

Filed under: Cricut, Eagle, Gimp, Inkscape, MTC 1 Comment
24Mar/114

Cricut Disassembly

I've been trying to learn all I can about the Cricut hardware and its potential for upgrades and alterations.

Last night I completely disassembled my Cricut Create and took closeup photos of the circuitry. Then, I realized I could completely extract the metal "working" parts of the machine and reassemble outside of the shell. This allows much greater access and room for potential modifications.

At some point I'll build some kind of new "open air" case to display the guts in working condition rather than try to stuff it back in the old case.

Filed under: Cricut 4 Comments
17Mar/110

Multilayer Stencil How-To

Found a great looking how-to on designing multilayer stencils using the "threshold" filter in Photoshop & Illustrator. I think this could also be done in Gimp.

How To Make Multi-Layer Stencils in Photoshop & Illustrator

Filed under: Cricut, Gimp No Comments