I wrote a simple SVG plotter for the LineUs drawbot made with Processing 2.2.1 and Geomerative Plugin.
Usage:
You can simply open the code in Processing 2.2.1, install the Geomerative plugin (via menu) and run the sketch. Since this plotter is dependent on the SVG functions of Geomerative (flattening and polygonizer) we are stuck with Processing version 2.2.1.
Alternatively you can run the applications for Mac OS and Windows.
Resolved - I finally got the connection made! Now to figure out why my svg file is filled in. Thanks again for this great plugin!
This is just what Iām looking for! However, I must be missing a step. Iāve downloaded processing, installed Geomerative and pasted the code into processing. I donāt know what the next step is to get it to work. When I run the processing code it says, ājava.net.UnknownHostException: lineus.localā
Are you running on Windows? If so you may need to install Bonjour from Apple it uses bonjour to connect to Line-us. Also, itās using the default name so if youād re-named your Line-us (in the app) that could also be the cause.
Just lastly, there are pre-packaged installers for mac and windows (the zip files rather than source) which will save you a bit of time if you just want to run the app rather than get the source.
Yes, although youād need to find the IP - 192.168.4.1 would be correct for āRed Modeā but if itās connected to your WiFi it would be different. Youād be able to get it by logging in to your router.
Hi! I am excited about the SVG Plotter but struggling to make it work. Wondering about system requirements/compatibility? Or maybe Iām doing this wrong.
Issue 1.
I connect my Line-us via iPhone app. Then I launch the SVG Plotter app on my Mac running 10.12.1 (Sierra).
Line-us is connected to wifi. Address is lineus.local
Hit C, text goes green
Hit P to draw default venn diagram, nothing happens. App is frozen.
Issue 2.
Wondering about the SVG format that is compatible with this app. It seems anything out of Illustrator doesnāt open.
Issue 1:
I suppose the address ālineus.localā might be not correctly resolved. Thus iāve got several Line-us in class we are putting the drawbot in debug mode (red LED) and connect directly to the provided wifi network. The IP is 192.168.4.1. Maybe you could try that.
There are other discussions on this board regarding the address.
Issue 2:
The SVG interpreter is quite simple. Thus there may be some SVG commands or effects that might not work. Similar to other drawing programs like VisiCut.
You should try to avoid SVG effects and patterns. And please try to merge your paths and convert your fonts to path.
Illustrator provides several ways to export SVGs. Thereās only one that flattens transforms. Unfortunately i donāt remember which one.
thanks for creating Line-us and the Line-us SVG plotter.
I really want to just draw out simple images from SVG files with Line-Us but Iām having real trouble with making it work.
I am unable to load my SVG files and then the programme freezes.
Iāve also connected to line us and the text foes green but when I press āpā nothing happens and it freezes.
Iāve tried different addresses such as āline-us.localā, and ā192.168.4.1ā.
Hi jawgtf,
the SVG Plotter is far from perfect.
Please try to optimize the SVG before importing. Maybe my iterator does not interpret all layers and transforms perfectly.
You could merge layers and elements to a single one. And you could export it with merged transforms.
And please check if you are able to draw the drawing thatās there on startup (Venn diagram).
Hi. If youāre able to send me an example svg file I can try it here to try to narrow down the problem. I think you should be able to attach it to a post but Iād not then you can email to help@line-us.com
Thanks - Iāll let you know whether it draws ok for me. One other question, are you running in Mac or windows? On windows you may need to install Bonjour. You can download it from Apple (its confusingly called Bonjour print services) https://support.apple.com/kb/DL999?viewlocale=en_GB&locale=en_GB
If the Venn diagram doesnāt plot the main problem could be the connection or the OS.
Is the Line-us application working on this computer? Is the Line-us application closed?
And how is the drawbot connected? Via wifi network (blue LED) oder direct connection (red LED)?
Are you using the SVG-Plotter application or are you working in Processing?
Thanks for sending the example through. It looks like opening the SVG in Illustrator and doing a Save Asā¦ gives you a file that the SVG plotter can load. Iāll send you back the file so you can see if you can send it to your Line-us. It does draw quite slowly so you might want to reduce the number of points in the SVG Plotter (press l to show then and then click and drag the mouse moving up and down to decrease/increase).
What package did you create the SVG in? Iāve looked at the two SVG files and they are different - Iād have to dig a bit more into the SVG format to understand what the difference is but if you can let me know the package you used I can maybe try to create a simpler path to look at and see whether it can produce something that the plotter can read directly.
In the meantime though if you have some files you need converted then youāre welcome to send them over to me and I can just load/save in Illustrator for you if you donāt have it.