Pen Plotter Printing Methods: Difference between revisions
Jump to navigation
Jump to search
(Created Page + Added Basic Sections/Info) |
(Updated the page to the more recent formatting style) |
||
Line 19: | Line 19: | ||
*May modify the [[Open Source Pen Holder Toolhead]] to have a solenoid for "pulsing" the pen up and down in sync with the code for more dots per mm etc | *May modify the [[Open Source Pen Holder Toolhead]] to have a solenoid for "pulsing" the pen up and down in sync with the code for more dots per mm etc | ||
= | =Internal Links= | ||
*[[Open Source PDL to GCode Conversion Software]] | *[[Open Source PDL to GCode Conversion Software]] | ||
= | =External Links= | ||
* | * | ||
[[Category: D3D]] |
Revision as of 19:32, 5 September 2020
Basics
- This page goes over the main ways a pen plotter toolhead can be used to make markings and images
Cartesian Plotter
- May need a better name
- Uses continous lines, which are often curved
- Method well documented ( need to add internal links here )
- Requires file conversion
Raster Scan
- A Hybrid of "Cartesian Plotter" and "Dot Matrix"
- Uses dashed lines gradually scanned down an image
- MAY be able to be done with less code work? (since displays did this for "hd" to CRT conversion?) (ie use standard files?)
Dot Matrix
- Uses a pen going up and down, yet not dragging to essentially create pixels
- Most systems will be relitively low PPI , but supposedly dedicated systems reached ~240ppi, and this was with non-cnc/3d printer grade hardware?
- Also may be a function of time (lower travel speed allows for more "dots")
- May modify the Open Source Pen Holder Toolhead to have a solenoid for "pulsing" the pen up and down in sync with the code for more dots per mm etc