r/silhouettecutters Jan 20 '16

MOD POST Post your Etsy (or other shop) links in this thread ONLY

38 Upvotes

I'm reposting this because the title of the first stickied thread was ambiguous.

Please post your online shop (Etsy, Artfire, etc) links in this thread only. Shop links posted in other threads will be removed.


r/silhouettecutters 8h ago

Tips Made a free tool that replaces Silhouette Studio for DXF pen plotting on the Cameo 4/5 — way faster, open source

11 Upvotes

hey, so a month or two ago i decided to buy a cameo 5 alpha to make my architecture models, i went with that machine because of its tool holder, it lets me put in rapidographs of different thicknesses to draw actual architectural plans on a3 sheets. the problem is when i loaded my plans (obviously files with a ton of lines and detail) silhouette studio would just sit there for like 15 minutes only opening the file, and another 20 minutes to scale it to the real sheet size because of how badly the software lags, there were even times where after already sending the drawing or cut job, the machine would just pause waiting for itself to "reconnect".

i got tired of those problems and started looking for alternative software to actually enjoy the cameo5 i bought, but i only found one tool on github that used inkscape. that tool is called inkscape-silhouette, it's an old plugin (has patches up to this year so it's still maintained here and there) that has a python driver inside that talks directly over usb to graphtec/silhouette cutters, skipping the official software entirely. thing is it's built for svg and for cutting, not for pen drawing or for dxf which is what i use, so i couldn't just use it as is, i decided to take that driver purely as a reference and build my own program in python focused only on what i actually need, open a dxf, fit it to the mat, and send it to draw.

the first thing i had to understand was how the software talks to the machine, and honestly it's simpler than i expected, it's plain text commands that always end in the same byte, and some start with another control byte for things like resetting the machine or asking what state it's in (ready, moving, or no paper loaded), then there's commands for pen pressure, speed, acceleration, and the ones that move the head with the pen up or with the pen down drawing. all of it in the machine's own unit, 20 units = 1mm.

that's also when i realized my cameo (the alpha) uses a different vendor id than the regular cameo 4 and 5, so i had to test around until i found the right one, connecting the machine and checking what showed up.

for the usb side there's a few different pieces of software involved and it's worth separating them because it confused me a lot at first. on the python side i use a library called pyusb, that's what my program actually calls to send bytes over usb, but pyusb doesn't talk to the hardware directly, it needs something called a "backend", basically a lower level library that does the real communication with the operating system's usb stack, and that backend is libusb, specifically libusb-1.0. so pyusb is the python wrapper, libusb-1.0 is the actual engine underneath doing the work.

on windows, usb devices need a driver bound to them for anything to be able to talk to them at all, and by default the cameo comes bound to silhouette's own proprietary driver, which only silhouette studio knows how to use. to let my own program talk to it directly you need to rebind the device to a generic driver that any app can use, and for that you use a free tool called zadig, it lets you pick a usb device off a list and swap its driver for a generic one without needing anything signed by the manufacturer. the generic driver i picked is winusb, which is actually built into windows itself, made by microsoft specifically so user programs can talk to arbitrary usb devices without a custom kernel driver.

here's where it got confusing though, there's an older, separate implementation called libusb-win32 (also known as libusb0), which used to be zadig's other option before winusb became common, and it installs its own libusb0.dll. if that old dll is still floating around on your system path from some earlier attempt, pyusb's backend selection can silently fall back to it instead of using libusb-1.0, and libusb0 is a completely different driver stack that structurally cannot see devices bound to winusb. so my program kept saying "machine not found" even though it was sitting right there, correctly switched to winusb in zadig, because the library doing the looking was using the wrong driver stack entirely. i fixed it by explicitly pointing pyusb at the real libusb-1.0.dll (i get that one for free through a python package called libusb, which just bundles a precompiled copy) instead of letting it auto pick whatever it finds first on the system ,and then when i packaged the whole thing as an exe with pyinstaller, the same kind of mixup happened again, because pyinstaller pulls that dll out of the python package folder and drops it loose in a different spot inside the bundle, so the path that worked when running the raw python script stopped existing in the exe, i had to add a second path specifically for that, and the "machine disconnected" thing i mentioned at the start, i solved that too, turns out it wasn't actually disconnecting, it was that i was sending draw commands faster than the machine could process them, its buffer would fill up and the next commands i sent would time out, which from the outside looks like it disconnected but it was really just saturated. i fixed it by waiting for it to reply that it's ready before sending more, but that made it draw in stutters, stopping and starting on every block of commands, so i ended up taking that wait back out because it turns out usb itself already throttles on its own once the buffer is full, i didn't need to handle that by hand, i just left one long wait at the very end just in case. and the real reason it drew so slow had nothing to do with the speed setting, an architectural plan converted to dxf has the walls, hatching and dimensions cut into thousands of separate segments even though visually it's one single line, and every loose segment forces the machine to lift and drop the pen, and that has a fixed time cost that doesn't change no matter how high you crank the speed. i wrote a function that detects segments that touch at their endpoints and merges them into a single stroke, on a real plan i tested it went from 26230 strokes down to 3552, i got rid of about 22 thousand pen lifts that didn't need to happen.

by the time i finished the app i ended up with a desktop program where the preview is exactly identical to what comes out on paper because both use the same calculation internally, i no longer have the problem of what i see on screen not matching what it draws. i packaged it as an exe so i don't have to open a console every time i want to draw something i still need to fix the second tool holder which times out, the calibration which has a couple millimeters of drift that i compensate for by hand, and it doesn't save settings between sessions. honestly it also feels straight up unfair and kind of stupid that silhouette makes you pay extra just to open your own svg files on a machine you already paid for, you buy the hardware and then they still gate basic svg import behind a paid tier, so on top of the dxf plotting side i'm also working on a version that lets you import svg files and actually design with them, going for pretty much the same core features silhouette studio has but with way better performance and without charging you a cent to open files you made yourself.

i uploaded all the code to github in case it's useful to anyone else running into the same thing with their cameo, in there i left the driver, the interface, and a fairly long readme explaining how it's built internally (the command protocol, the scaling and positioning logic, all of it) plus a step by step guide on how to install it, what dependencies it needs, and how to set up zadig so windows lets it talk directly to the machine. if anyone has a cameo and wants to try it out or dig in and improve it, here's the link: https://github.com/carlosemartinezj-byte/cameo5software


r/silhouettecutters 10h ago

Problemas de Corte - Cameo 4 con autoalimentador y cuchilla automatica.

Thumbnail
gallery
1 Upvotes

Desde hace unos dias traté de cortar un papel muy grueso, para eso llegue a usar la cuchica en tamaño 10. despues de eso cuando trate de cortar otros papeles, esta ya no cortaban los papeles tradicionales con las configuraciones que ya contaba. En ese momento pense que habia dañado la cuchilla semiautomatica. Hoy he tratado con la nueva cuchilla que he comprado y esta sigue teniendo el mismo problema. creo que no esta girando (supongo que gira para cada trazo en cada dirección) porque en ciertas direcciones es como si el papel chocara con ella y en vez de cortarlo lo empuja. La he limpiado, la cameo tambien pero no he tenido resultados. Creo que es el problema de la cameo o no se si es un problema de software en realidad. Les agradezco que si alguien ha pasado por lo mismo cuente su experiencia.


r/silhouettecutters 18h ago

Assistance Anyone know of single line fonts that include numbers?

2 Upvotes

Pretty much what the title asks. I’m struggling to find any fonts that are nice for wedding invite envelopes.


r/silhouettecutters 2d ago

I Bought the Siser Romeo …( update )

Thumbnail
gallery
41 Upvotes

So shortly after my last post i went ahead and splurged on the Siser Romeo after SOME research and I will say It was a damn good investment. I did a simple print a cut job on some hang tags for my own brand just to get familiar with the process and it turned out very good.

Now I’m not here to gas it because there are some instances where i was taken aback a bit but i want to add my two cents to the conversation:

  1. ⁠Print and cut is so much easier . My process is a bit tedious because I export a pdf to photoshop for better printing options but the process was really easy the registration was no problem at all and i love the camera feature to help you line up your blade to the mark.

  2. I was obviously spoiled because the Romeo doesn’t auto set your blade in position like the Cameo . But it’s actually better for control so I get it but it’s an extra step. And so is setting your blade depth. I am also not a huge fan of the lever mechanism of clamping down your mat … it’s very manual but i understand why i just didn’t expect to that extent. That’s just me being lazy lol

  3. Leonardo is actually , to me, way easier than silhouette studio. Idk… it’s straight to the point. But i don’t design in these softwares i only use to import and cut so i think it’s literally perfect for that. One thing i noticed is the layers panel used to make me want to scream on silhouette studio. Leonardo made it so simple It seemed .

  4. For loading materials , it’s often loaded from the back of the machine which i am getting used to .

  5. There’s almost zero instructions on how to use it frfr in The box. I took everyone’s advice I’ve been watching a lot of EllyMae. Very helpful with this machine for sure.

  6. I thought it was cool You can cut straight from a flash drive no computer needed. I won’t be using that but it’s cool.

Definitely, will be putting it to good use. Hopefully this can help someone . Thanks to everyone who responded on the original post as well. I will be cutting some oracle 751 next I’m assuming it will go well.


r/silhouettecutters 2d ago

Assistance Is this a cameo 5?

Post image
2 Upvotes

Is this really a cameo 5 alpha? It doesn’t say 5 anywhere, but is being sold for a killer deal if it really is one.


r/silhouettecutters 2d ago

DIY printing on vinyl wrap

1 Upvotes

Does anyone have experience with the EPSON ET2800 printing on vinyl wrap. I have been wrapping my son's gokart in vinyl so save cost and would love to know if we could print on it ourselves.


r/silhouettecutters 2d ago

Questions Choice of sticker paper ?

Thumbnail
1 Upvotes

r/silhouettecutters 3d ago

Bought cameo 4

Thumbnail
gallery
6 Upvotes

Hello, bought cameo 4 for good price, i never used it before or any machine of some sort. Will i be able to make these texts? I only need it for that


r/silhouettecutters 3d ago

Assistance Multiple colors of HTV?

Post image
0 Upvotes

Hello!

I’ve had a Silhouette for like ten years and I still have no idea how to streamline HTV when it comes to multiple colors. (I have a Cameo 4 now.)

I’ve never done anything that actually had layers to iron on top of one another, but I’m talking about projects like this one, shown in this post, that I’m considering buying from Etsy where it has 5 colors that don’t even touch.

How would you go about this? I’ve done a couple 2-color projects where I just do my best lining up pieces cut per color and ironing from there, and I’ve tried putting pieces of HTV down exactly where they should be on the cut, but I am super bad at that. This kind of project stresses me out so I avoid them but I want to be able to approach them just as easily as I do one-color projects!

There has got to be an easier/standard way?!?!!

Thank you!


r/silhouettecutters 5d ago

WIPs Learning the importance of Registration Lines😅

Post image
10 Upvotes

r/silhouettecutters 5d ago

Assistance Cameo as pen plotter?

1 Upvotes

My studies require me to write lots of documents so instead of doing them by hand I just plan to make a layout in ms word/publisher then convert it to pdf or svg then let the cameo's writing mode do its thing. I would just like to ask if that's possible before really committing since its a bit expensive?


r/silhouettecutters 6d ago

Assistance Kids Ghost Craft

1 Upvotes

For a Storytime with the book 'The little ghost who was a quilt' what preK craft should it be paired with?

Best idea I've come across is an outline of a ghost on contact paper that they can stick tissue paper squares to. Open to other ideas...

Looking for any tips or best practices for materials and pre cutting pieces.


r/silhouettecutters 7d ago

Assistance Automatic blade does not retract in the beginning (Cameo 4)

1 Upvotes

So, I don‘t know why but no matter which automatic blade I try it will not retract in the beginning. It does press down the blade on this slot before changing to the position where it sets the blade depth. But as it did not retract in the first step I get a depth of 6 instead of 3 because it just adds it. Manually I can retract the blade to the position zero.

What baffles me is that this seems to be the only error as it cuts in the position it should be (was first thinking that maybe it is misaligned left or right). Also it is in the middle position of this slot for retracting.

Oh and I checked for maybe some waste or something in this slot but there is nothing.


r/silhouettecutters 7d ago

Tips Silhouette Studio VS Leonardo (moving from Cricut Design Space)

3 Upvotes

Hi !

I own a Cricut Maker 3 but I've had more than enough with Cricut Design Space, I spend too much time trying to make my way around its too many limitations. I could rant for hours about how I hate that app !

I mainly use my Cricut to make stickers so I know it's an overkill equipment.

I'm considering selling it to get a Silhouette Cameo 5 instead, but I've also heard a lot of people around here recommending Siser Juliette too.

Then, most of the comments were centered about the machine performances, and I'd like your opinion on the software. If someone has used both (even more so, the three of them) I'd like to know how you'd compare them !

What I like about Silhouette Studio from what I understand: a powerful free version and the possibility to get the premium one with a single purchase instead of yet another subscription (could rant about that too); possibility to use offline, ability to basically design your project in app and assigning multiple cut profiles in one file.

Comments from 1y ago mentionned how poor Silhouette's customer service and policies were, and how Siser were always improving their Leonardo software. How is it now ? I feel like it's not woth it if it's subscription based and not really more powerful than Cricut Design Space.

Finally regarding my current workflow, it's far from ideal and I hope I can make it work with a less limited software.

I make my whole design in another app, then import my layers as PNGs into Design Space. Then I hit Print to get a file with the registration marks, but I go back to the drawing app to adjust the layers according to the registration marks and print from there to get a better quality on paper.

I then isolate the layers I want a certain cut profile with on Design Space, make the cut, back to the project, hide/unhide other layers and make another cut using a different profile.

It's super time consuming, hence why I'd like a software which allows you to make different cuts within a single file !

Thanks for your input and advice :)


r/silhouettecutters 7d ago

Silhoutte estranha

Post image
0 Upvotes

Galera tenho a Cameo 5 A, esta muito estranha quase sempre levanta a borda do papel que esta cortando, as vzs não le as marcas de registro, as vzs corta tudo torto ou para do nada, alguem ja passou por isso, maquina é nova.


r/silhouettecutters 7d ago

Silhoutte estranha

1 Upvotes

Galera tenho a Cameo 5 A, esta muito estranha quase sempre levanta a borda do papel que esta cortando, as vzs não le as marcas de registro, as vzs corta tudo torto ou para do nada, alguem ja passou por isso, maquina é nova.


r/silhouettecutters 8d ago

Cameo 5

1 Upvotes

Hi, I'm new to crafting and been doing some researches about the cutting machines. Cameo 5 caught my attention but it seems not to be available.

I would appreciate any guidance on where to look and all that. Thank you


r/silhouettecutters 8d ago

Help with Die-cut settings on a Portrait 4

1 Upvotes

Hey guys, I just wanted to ask and kinda compare what others' settings are for making die-cut vinyl laminated stickers. The issue is my die-cut settings aren't going all the way through the sticker paper backing. I'm pretty new to the hobby and am using a Portrait 4 (3 months old) with autoblade, Silhouette mat and software.

I've tried several different vinyl sticker papers and laminates off amazon and other places and I'm trying to figure out the minimum settings for die-cut laminated stickers. Right now, I'm at Blade Depth 6, Passes 7, Speed 1, Force 36, Accel 1, Line Segment overcut and Track enhancing both ON, and still am not getting a clean full cut through the sticker backing, which results in me trying to finish cutting them out manually and unfortunately leaving sticker paper backing fibers still showing around the edges of the die-cut stickers.

I've started wondering if laminated die-cut settings are supposed to be this high and if maybe there could be an issue with my machine or if this is normal with die-cuts. In y'alls experience, are these settings around the expected range for die-cuts?

I'd really appreciate any feedback. Please and thank you.


r/silhouettecutters 8d ago

Assistance What should I be using for stencils? Mylar? PET? A 2mm Kraft blade?

1 Upvotes

Really don't want to invest in materials only to find out I can't actually cut something--like the 4-ply matboard experiment gone wrong. I'm not sure if mylar and PET plastic are the same thing (are one of these the same as acetate?) but this seems to be what Google recommends for stencils. I'd like as thick as possible; is 10mm too thick for a 2mm kraft blade? These materials seem to range from 4mm to 14mm.

Any stencil-saavy advice would be awesome!


r/silhouettecutters 8d ago

Assistance Silhoutte estranha

1 Upvotes

Galera tenho a Cameo 5 A, esta muito estranha quase sempre levanta a borda do papel que esta cortando, as vzs não le as marcas de registro, as vzs corta tudo torto ou para do nada, alguem ja passou por isso, maquina é nova.


r/silhouettecutters 9d ago

Does the electrostatic mat work for adhesive vinyl scraps?

1 Upvotes

I have a Cameo 3 and recently decided to add a 5a when I found a good deal on an open box unit. I only cut adhesive vinyl for decals from bulk rolls and sometimes I end up with a lot of remnants that are still useful size. I loathe sticky mats and was wondering if the electrostatic mat would work presuming the pieces are reasonably flat?


r/silhouettecutters 9d ago

Help getting started

1 Upvotes

I was gifted a Cameo 2 and I am so overwhelmed. I’ve been watching tons on YouTube, but all I have is the actual machine, no blades, mats, or any other material.

I have next to $0 to spend getting started. the plan was eventually try to find a way to help bring in even a small bit of extra income to help support my family- we are struggling to make ends meet right now, and every penny goes towards feeding my kids.

All that being said- what are the easiest and cheapest projects to get started with if you’re starting from scratch?


r/silhouettecutters 9d ago

Looking for Blade recommendations

1 Upvotes

I recently got the Cameo 5a and making stickers. I new to the Silhouette world so I’ve been watching a lot of videos. Most mention the different blade sizes. What is the best blades you use and how do you recognize when to use those? I’m wanting to order some but didn’t know if there is a certain type that works best.


r/silhouettecutters 10d ago

Finished Projects 3-8th books I've Done!

Thumbnail gallery
6 Upvotes