Does anyone have some positive advice on how to carve a photo with x-carve?
Give this a try, I think itâs what youâre looking for (and it has a free trial):
Thanks PeterJames for the input. I am looking at this software already, just concerned with how long the âtrialâ period is and then whatâs it going to cost to purchase it? Any ideas on that? Also trying to figure out what good importing svg files into easel is if all itâs going to do is a flat top to bottom rendering?
$150 - Products Compare Page | Vectric
And donât think of it as âimport photoâ, itâs more for importing a two-color image, so you can take something like this:
and make something like this:
[edit] Also youâre going to want to invest in some v-bits if youâre looking to do photo work, check out the thread here:
I purchased two âVâ bits with my x-carve, if I remember correctly I have a 60 and 90 degree bits. Anxious to try them out. I will down load the free trial v carve tomorrow.
I use LinuxCNC and it has a very good Image2Gcode generator built in. If I load in an image, rather than a g-code file, it bring up the program. Lots of options and things to tweak with. I have not had a chance to try it yet but I will as soon as my X-Carve is back up.
sorry to hijack the thread but ive been looking for a linux cnc gshield tutorial i know its serial based but how do i set up the pinout for the gshield serial shield?
@AndrewBishop This would make for an excellent new thread
Ok, Peter you know from my posts I am a new-bee at all of this cnc stuff. So I down loaded the vcarve free trial of photo carve and followed all the tutorials. Once I have saved a file how do I get it from my hard drive to easel?
Hah @JamesMitchell, no worries, weâll get you through this. The bad news is that Easel canât run the files that Photo V-Carve produces. The good news is that there are a couple of free options that you can use, like Universal Gcode Sender (UGS).
Hereâs some more info on that: Using Grbl ¡ grbl/grbl Wiki ¡ GitHub
When I get home today Iâll see about getting Photo V-Carve set up on my machine and see if I can give you some better step-by-step instructions.
thanks, much appreciated!
Ok, I got a chance to play around with the demo. It looks like the demo allows you to do two things: take a picture and set it up to be processed by PhotoVCarve (but not save the gcode), and take one of the existing four pictures, run it through the process, and actually generate the gcode.
I recommend you take one of the demo images (baby, woman, big ben, puppies), and run it through the steps. You can play around with all the options to see what does what, or just use the defaults, since the demo projects are already set up pretty well. The software is geared for a more general audience, so it does a nice job of leading you through once you start going.
Once you get to the last step, in the dropdown box of Post Processors (at the bottom), select either âG Code Inchâ or âG Code mmâ, and save the .tap file. Once you get that, we can move on to using UGS!
Sounds good, btw, what is UGS?
Universal G-code Sender, thatâs what the link in my last project goes to, itâs one of the options for taking gcode that a program like PhotoVCarve makes, and running it on your machine.
All righty then, Iâm headed to my pc now and playing around with vcarve photo!
Ok PeterJames, Iâve saved the puppies to the .tap file, now what?
Ok, next is UGS. Download it here:
Which will download a zip file onto your computer. Once thatâs downloaded, right-click on it and select âExtract AllâŚâ and just take the default options.
It should then open up a window showing these files (it might not show the part after the . ):
README.txt
start.sh
start-windows.bat
UniversalGcodeSender.jar
Go ahead and click on start-windows.bat. Thereâs every chance that a black window will just flash and go away. Thatâs fine, it means we need to install Java, which weâll do in the next step if you need to.
Ok, if you clicked start-windows and you see UGS:
you can skip this step.
If the window just flashes by when you run the start-windows file, thatâs ok, you need to install java.
Click here:
http://javadl.sun.com/webapps/download/AutoDL?BundleId=107100
And it should download the 64-bit version of java. Once itâs downloaded, run the file and it will install java. Then try the start-windows file again, and it should start up UGS.
ok, I got the start-windows.bat but when I click on it nothing seems to happen.
should I download the java script anyway?