Ok, now I'll start to document the basic steps to get that first print. Since everything has to be on Windows, this will be a little easier.
I'm assuming you've already flashed grbl as described earlier. We'll come back and comment the entire process in one place bit for now, I'll focus on preparing to print.
1) Make sure the projector is connected and configured. You'll need to configure it so it does not Duplicate the main display (the default), you want it configured to Extend the main display.
2) Next install the Arduino dev environment if you haven't. This will install the USB device driver for the Arduino board. If you've already been connecting to your Arduino, you can skip this step.
3) Install the latest
Creation Workshop. It has a non-intuitive user interface so you'll have to muddle along until you figure it out. Once it is installed, it needs to be configured. I'll attach my configuration to this post once I move over to my Windows machine.
Click the Configure button on the top bar (to the far right).
Create a new machine profile called DropLit.
UPDATE: the X & Y set the resolution and aspect ratio for the printer. I divided my projector resolution (1024x768) by 10 to get reasonable max print dimensions, proper aspect ratio, and 100 micron resolution.
X = 102.4
Y = 76.8
You'll notice that the resolution for X and Y in the Output Resolution (px) box will update, showing 100 microns in my example.
Not sure what Z should be or how it is used
Next you should see your two displays in the Available Displays box. Click the one for your projector (most likely DISPLAY2) and click the + button. The display should now show up under the Configured Displays list (told you it was a kludgy UI).
Next you need to set up the Connection to the Arduino. I show my settings here. You will not see a COM port if you have not installed the driver. My board is configured with the default 115200bps speed.
On the set of checkboxes, only check: Z Axis, Manual GCode, Motors On/Off.
Click the big Apply button to save everything. If you don't you will lose it all.
We'll also need to configure a slicing profile on the other tab but I haven't got that far yet.
TODO:
slicing profile
calibrate display - it is not focused but I did center the image by moving the mirror up and down.