Giter Club home page Giter Club logo

4xidraw's Introduction

4xiDraw

The 4xiDraw Extensions for Inkscape - Software to drive the 4xiDraw drawing machine.

More about 4xiDraw: https://www.instructables.com/id/4xiDraw/


Install as you would any other Inkscape extension.

I use the following GRBL setup:

$100=100.000
$101=100.000
$110=5000.000
$111=5000.000
$120=1000.000
$121=1000.000
$130=200.000
$131=200.000
$132=200.000
$N0=M3S90

Note: If you change the physical dimension from the 4xiDraw default, be sure to edit fourxidraw_conf.py and change the values of PageWidthIn and PageHeightIn accordingly.


Dependencies

The main extension "4xiDraw/4xiDraw Control..." should work directly with Inkscape 1.0.1, but Inkscape 0.9.x will require some python modules and and Inkscape extensions to be installed, as set out below.

Note that the "4xiDraw/Hatch Fill..." extension has not yet been upgraded to work with Inkscape 1.0.1/Python3.

Python Modules

  • lxml
  • Pyserial. (Note that an older version, 2.7, must be used on Windows.)

Inkscape Extensions

To install a new extension, download and unpack the archive file. Copy the files into the directory listed at Edit > Preferences > System: User extensions. Be sure to copy the *.py, *.pyc and *.inx files from inkscape driver directly to this folder. After a restart of Inkscape, the new extension will be available.

  1. plotink helper routines for Inkscape extensions.
  2. eggbot_hatch.py from the EggBot extensions for Inkscape.

Known issues:

  • There is apparently a rounding error somewhere, so the start and end of a drawing does not always line up.
  • The speed is lower than it should be.

No module named lxml

Try to install the python2 version of the module to resolve this issue. See this issue for more detailed information.

No module named serial

Again, make sure to install the python2 version.


This is based on the AxiDraw inkscape plugin, https://github.com/evil-mad/AxiDraw/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.