A plotter is a printer designed for printing vector graphics. Instead of printing individual dots on the paper, plotters draw continuous lines. This makes plotters ideal for printing architectural blueprints, engineering designs, and other CAD drawings.
The main components are:
- 1x Arduino Uno R3 board or Mega 2560 R3;
- 1x CNC Shield V3 expansion board;
- 4x DRV8825 stepper motor driver;
- 4x Stepper motor Nema-17 (min torque 40 Ncm);
- 3x Timing belt pulley GT2 20T 5mmn bore;
- 12x Smooth idler pulley with bearings GT2 20T 5mm bore;
- 10m GT2 timming belt;
- 1x 12V/5A power supplier;
- 1x 3D-Printer for printing all hardware parts;
- 40x40 beams, carriages. See OpenBuilds parts store;
- Washers, bolts and nuts.
Prints parts and assembly two X axis linear actuator.
Prints parts, assembly one Y axis linear actuator and pen holder.
For compiling XY-Plot Client use Lazarus IDE and FreePascal compiler.
Libraries:
Use integrated Online Package Manager for installing all libraries.
Build Client:
lazbuild --build-mode=Release xyplot.lpi
lazbuild --build-mode=Debug xyplot.lpi
Build Server:
For building and loading server sketch on Arduino board use Arduino IDE.
Set the Vref current on DRV8825 stepper drivers. See the guide
Nema 17 motors have 200 steps for rotation but by enabling microsteps on the Pololu drivers we can obtain up to 3200 steps for rotation which allows for much more precision. For doing that add four jumpers on green pins.
Then
- Mount the stepper drivers on CNC schield board;
- Apply two jumpers on green pins for clonig X axis;
- Connect X motors to the blue pins;
- Connect Y motor to red pins;
- Connect Z motor to yellow pins.
Then
- Mount CNC Shield on arduino board;
- Connect Arduino board to PC by usb port;
- Connect 12V power supply to CNC schield.
Open XY-Plot client for connecting and controlling Plotter.
Below a boards box example.