Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

PlotterGen

Processing sketch that generates line art for use with a 2.5 axis (2 axis + z lift) draw bot

New "Squiggle" line algorithm update. Much more contrast.

  • Settings:
    • RESOLUTION_X = 65
    • RESOLUTION_Y = 80
    • SHADING = "SQUIGGLE"
    • Total points generated: 11,119.

New "Offset" line algorithm.

  • Settings:
    • RESOLUTION_X = 150
    • RESOLUTION_Y = 200
    • SHADING = "OFFSET"
    • Total points generated: 27,802.

"Spiral" line algorithm

Usage

///////////////////////////////////////
// System assumes X+ is right, and Y+ is down
// All output values are in integers ((float mm * 100) parsed to int)
//  this keeps things simple and accurage on the arduino side without having to send floats over serial
//  
// SCRIPT PARAMS:
//  
//  X_WIDTH / Y_HEIGHT are the width and height of your draw area in millimeters.
//  
//  RESOLUTION_X / Y is the number of total scan lines on the x and y axis of your photo
//  
//  IMG_PATH is the path to your image file (backslash must be escaped)
//  
//  OUTPUT_FILE_NAME is the name of your output file (you don't say!)
//   This will save in the sketch folder by default
//  
// CONTROLS:
//  
//  Dragging with the mouse buttons will move 
//   your image among the free space on the canvas.
//  
//  Pressing space will toggle viewing the line drawing process
//  Pressing t will toggle viewing the travel lines
//  Pressing i will toggle viewing the loaded image
//  Pressing Enter or Return will save an output file
// 
///////////////////////////////////////

About

Generates line art for use with a 2.5 axis (2 axis + z lift) draw bot

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages