Coder Social home page Coder Social logo

plotter-playground's Introduction

Plotter Playground

The purpose of this project is to streamline and document the process of converting vector line art to be printed on a modded Ender 3 printer.

Artwork generation

App Example

this repo contains a app that can be used to generate SVGs from sets of points using the brilliant canvas-sketch and various resources online.

some code taken from resouces online, with some added extras.

running

  • yarn install
  • yarn start
  • ctrl-s in browser to export.

Printing artwork.

  • generate svg line to svg with this tool
  • change svg width and height units to mm
  • convert to gcode with svg2gcode / github. see below for settings, adjust the feedrate based on image / amount of detail. Have previously tried InkScape for this but produces too many artifacts with more compicated SVGs. with built in gcode tools
  • print! I have been uploading to octoprint but this should work with sd card.
  • the printer will auto home, move to the front left corner of your build surface and wait for a user input, load the pen now and resume!

Resources

Ender 3 Plotter attachment

see supporting docs

Svg2gcode settings

online tool can be used or command line option using svg2gcode command line:

./svg2gcode --settings svg2gcode.json --out ./out.gcode ./input.svg

todo:

  • intergrate svg2gcode into project? remove manual use of hosted version.

plotter-playground's People

Contributors

hypertrifle avatar

Watchers

James Cloos avatar  avatar

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.