Table of Contents

Openbuilds Acro

Model Acro 1510

Openbuilds G-code generator

Software

The blackbox motion controller runs on GRBL (see list of commands)

Workflow

Prepare your drawing

Turn on the Pen Plotter

Connect the USB cable from the controller to the computer.
Plug in the power supply for the controller.
Turn on the controller.
On the computer, open the 'OpenBuilds CONTROL' application.
Open the serial connection: select a USB to serial port and click connect. Look at the serial console to see if the connection worked or not. You'll see connect Firmware Detected if the connection was successful. Try another one if it fails to connect. If the menu doesn't list any good ports, close any applications that might have a serial connection. If that didn't work, restart the Openbuilds controller application or restart the computer.
The unlock alarm flickers. Click on it do disable the safety lock.
Click on 'Pen Up'
Click on 'Home All' (This will move the head to the left front corner to calibrate its origin point).

The machine is now safe and ready to use.

Calibrate the servo

Open 'OpenBuilds CONTROL' and click 'Wizards & Tools'. Select 'Calibrate Servo Pen Up/Down'.
Install the pen in the holder.
Pen up: drag the slider carefully. Try to have the tip of the pen hover just high enough over the paper. Write down the value and click continue.
Pen down: drag the slider carefully. The pen should rest on the page now. Look from the side and make sure the servo horn is not touching the pen holder anymore, but you'd also want it to stay close by as you want to minimize servo movements. Write down the value and click continue. Then click Save & Apply

Generate Gcode

Go to svg2gcode
  • Load the plotter settings
    • Download this settings-file
    • On the svg2gcode-website, click 'Settings', then 'Import/Export'. Select the file you just downloaded and click Save
  • Enter the new servo positions:
  • Click 'Settings again'
  • At the 'Tool On Sequence' (pen down) section, change the number behind the M3S value to the one you wrote down for Pen Down
    • * For example: M3S166
  • At the 'Tool Off Sequence' (pen up) section, change the number behind the M3S value to the one you wrote down for Pen UP
  • For example: M3S180
  • Click Save
Select a vector file (SVG)
Click 'Generate Gcode'. The website downloads the gcode file to your computer.

Remove incompatible code

  • Open the gcode file in a text editor and remove the characters M2 on the last line.
  • Save and close the file. This prevents a weird glitch where the pen is dropped back down after the plot finishes.

Load the Gcode

Start the plot

Older info

Needs cleaning up

Note for advanced users

The servo horn is mounted on the servo shaft in such a way that it the zero position is a bit further than the desired pen up value: this allows for a bit of adjustment of the pen up value, while it avoids breaking the flexure. Clicking on the Calibrate Servo Pen Up/Down button 'homes' the servo before any adjustments can be made: it travels quickly to zero, and then back to its previous position. If the horn is mounted such that position zero won't over-stretch the flexure, this is safe to use.

Mount the pen

For ballpoints

For pens that can handle a bit more pressure

For felt tips and brushes

For pens that require delicate pressure

Tip: it might be a good idea to do this roughly in the middle of where the drawing will be.

Start the plot

todo: icons

Finishing the plot

Wrapping up

Install Software

You're ready to start

Build Guide

Build Guide

Electronics:

Troubleshooting

Generate Gcode with the Openbuilds Gcode creator website

openbuilds_website_small.jpg
Go to cam.openbuilds.com. This website generates the Gcode.


Load the SVG file.


In the documents section, select the layer.
In the Toolpaths section, click the green 'Add' button, then click on the popup 'Create a New operation'


Choose type of cut: other: Pen Plotter (no offset).
Set the servo limits:

The M3Sxxx code in GRBL means Spindle ON (clockwise), with a speed of Sxxx. In Openbuilds this is repurposed to control the servo.


In the Toolpaths section: click 'Generate Gcode'.
Then click the 'save' icon.