Easy. That'd be me. What's your time table on this? I can chat with you but email is probably best. Just to clear up a few things, BotQueue is run on the server, bumblebee is run on the client.
BotQueue currently works with any reprap based (gcode) printer and would work with makerbot printers if there were weren't some issue I still can't place.
It's currently a teeny bit difficult to set BotQueue up on a server, but I'm currently going through a process to improve that a bit. Anyway, that won't get done for a while.
If you have a job is already sliced, then sent to a different printer with a different slice config, it will automatically re-slice it.
I'm currently a student as well, and I'm in a different time zone (as in these are sleeping hours normally but then again, I'm a college student) but I can chat if need be or just continue over email.
You'll need a LAMP stack for the server, preferably running on debian or ubuntu, some hostname or static ip address for the client to connect to, and something like a beaglebone or raspberry pi for the client. You can use any Linux/Mac based computer, but whatever works for your budget. You could technically run the client on the same hardware as the server but it's currently ill advised. It will work, but it also kinda ruins the point right now.
--
You received this message because you are subscribed to the Google Groups "BotQueue" group.
To unsubscribe from this group and stop receiving emails from it, send an email to botqueue+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
If your client can't detect the serial drivers, check the info.log file on the client. This usually just involves a quick pyserial install or upgrade (make sure to install the dependencies). The easiest way to get BotQueue going is to set up a python virtualenv, and use pip to install the 'bqclient' package. Don't use root to install it, it won't auto update.
You can then have a startup script that looks something like this:
#!/bin/sh
Source /home/user/venvs/bumblebee/bin/activate
Bunblebee
This keeps the bumblebee packages away from the system packages and allows it to auto update.
You received this message because you are subscribed to a topic in the Google Groups "BotQueue" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/botqueue/bOWPQeDgm8o/unsubscribe.
To unsubscribe from this group and all its topics, send an email to botqueue+u...@googlegroups.com.
Certainly, but it's currently easier to do that over chat. There is an install script, but it's not very robust right now.
Currently, slicing is only supported on the client that the bot is connected to.