User:Alessia/Plotter art: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 54: | Line 54: | ||
https://www.instructables.com/4xiDraw/ | https://www.instructables.com/4xiDraw/ | ||
https://inkscape.org/gallery/=extension/ how to install inkscape extension | https://inkscape.org/gallery/=extension/ how to install inkscape extension | ||
<small> | |||
Simply put, G-Code is the language that tells the machine what to do, which movements to make, when to deposit material, when to stop etc. etc.. For example, a simple G-Code line that tells the machine to move to position X:10mm, Y:10mm could be: | |||
G01 X10 Y10</small> |
Revision as of 23:04, 25 October 2023
--these are notes I am writing here to remember myself everything I will write down after --
--WORK IN PROGRESS :) --
Illustrator/Image trace/Black and white/Advanced > ignore white/Trace/Expand ? Illustrator > live trace > line art ? vsketch
geospacial data, elevation curves
TSP-art harmonograph! https://www.youtube.com/watch?v=AVc1maNH_Vg&ab_channel=Codestars Vera Molnar https://www.reddit.com/user/MohammedThaier https://github.com/itsMohammedThaier/Python-Pillow-Scripts/blob/main/env/Experiments/ex6_CirclesBasedOnEx5.py
Fibonacci Sunflower Tkinter Spirograph
https://art.daneden.me/
OpenFrameworks
i didn't understand anything about the plotter lesson. Interaction station -> 4xidraw directly https://www.instructables.com/4xiDraw/ https://inkscape.org/gallery/=extension/ how to install inkscape extension Simply put, G-Code is the language that tells the machine what to do, which movements to make, when to deposit material, when to stop etc. etc.. For example, a simple G-Code line that tells the machine to move to position X:10mm, Y:10mm could be: G01 X10 Y10