text adjustment

master
eumorpurgo 2018-03-17 16:09:24 +01:00
rodzic baa4be8b29
commit a7f6cf20de
1 zmienionych plików z 8 dodań i 2 usunięć

Wyświetl plik

@ -1,8 +1,9 @@
[![License: CC BY-SA 4.0](https://licensebuttons.net/l/by-sa/4.0/80x15.png)](https://creativecommons.org/licenses/by-sa/4.0/)
## Textile Drawing Machine
Textile Drawing Machine has been designed by Eugenia Morpurgo (mechanics and electronics), Florent Noel (software), with the help of Sami Sabik and Come Turrata.
TDM has been developed for the project Digital Wax Print, a self initiated research project, carried out by The Future Continuous, a designed studio made by Olivia De Gouveia and Eugenia Morpurgo.
Textile Drawing Machine is a drawing machine thought specifically to draw on textile. Unlike other CNC machine it's dimensions follow the standard textile dimensions (1500mm) and it's on wheels to allow to draw on an unlimited area.
TDM has been developed for the project Digital Wax Print, a self initiated research project, carried out by The Future Continuous, a collabration between Olivia De Gouveia and Eugenia Morpurgo.
More information abut Digital Wax Print can be found [here.](http://digitalwaxprint.com/)
More information abut The Future Continuous can be found [here](http://www.thefuturecontinuous.com/).
@ -10,6 +11,9 @@ More information abut The Future Continuous can be found [here](http://www.thefu
### Machine
The machine is a custom build inspired by different projects, like this one [here](https://openbuilds.com/threads/cnc-sand-and-spraycalk-drawmaschine.8927/#post-52036)
Following the structure of many other CNC machines, the drawing element moves on 3 axis x,y and Z.
The Y movement is carried out by the wheels and Z reach only 2 positions (in contact with the textile, or not).
All the 3 axis are controlled by stepper motors.
### Firmware
@ -26,3 +30,5 @@ To generate the G-code instructions for the machine, the python software contour
To streamline the all process of generating the code, a frontend can be launched. It offers a web page with some basic G-code instructions that can be used to calibrate the machine and an interface where it is possible to upload the png file and convert them to G-code.
### Credits
Textile Drawing Machine has been designed by Eugenia Morpurgo (mechanics and electronics), Florent Noel (software), with the help of Sami Sabik and Come Turrata.