Commit c6d833a9 by hubert

images added to readme

1 parent b00e7709
belt-extruder belt-extruder
============= =============
x-movement
![x-movement](docs/move-x.gif)
extruder-motor-movement
![extruder-movement](docs/extrude.gif)
...@@ -4,7 +4,7 @@ include <MCAD/gears.scad> ...@@ -4,7 +4,7 @@ include <MCAD/gears.scad>
TIME = $t*50; TIME = $t*50;
// rotationsrichtung // rotationsrichtung
ROTATESMALL = (TIME); ROTATESMALL = (-TIME);
ROTATEBIG = (TIME); ROTATEBIG = (TIME);
// x-bewegung // x-bewegung
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!