Skip to content
CreaTech Lab
Menu
  • Our Mission
    • Out of the Lab
  • Bulletin Board
  • Equipment
    • Free-access Components
    • Return or Replace Items
    • Lab Work-Stations
    • 3 D Printers
    • Laser Cutter
  • Tutorials
Menu

X-Y Plotter

Posted on January 30, 2023December 10, 2024 by Peter

In case you need an X-Y plotter to build your next project with, previous students have kindly supplied the documentation below.

We used the two manuals linked below.

And some commands you could send to it:
for moving in x and y axis
userial.println(“?$J=G91 Y” + NUMBEROFSTEPS + ” F5000″);
userial.println(“?$J=G91 X” + NUMBEROFSTEPS + ” F5000″);
for reset
userial.println(“?G0 X0 Y0”);
all of this requires the USBHost_t36.h  (A Teensy 3.6 was used for this project)

Vigotec Installation Manual
Hardware Manual

Leave a Reply Cancel reply

You must be logged in to post a comment.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Recent Posts

  • Rich Resource for Box Making
  • ManifoldCAD
  • Bela Platform
  • The Ultimate Audio Multi-Tool
  • Arduino Drivers

Recent Comments

No comments to show.

Posts By Category

  • 3D Printing
  • Development Boards
  • Equipment
  • Equipment Updates & Issues
  • General Information
  • Laser Cutting
  • Out of the lab
  • Return or replace
© 2025 CreaTech Lab | Powered by Minimalist Blog WordPress Theme