File:Unendlichkeitsmaschine CAD.gif

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Unendlichkeitsmaschine_CAD.gif (375 × 590 pixels, file size: 2.61 MB, MIME type: image/gif, looped, 201 frames, 4.0 s)

Captions

Captions

Add a one-line explanation of what this file represents

Summary

[edit]
Description
Deutsch: Unendlichkeitsmaschine mit 20 Stufen. Übersetzung je Stufe: 10/48
Date
Source Own work
Author Laserlicht

OpenSCAD-Code:

include <lib-gear-dh.scad>

$fn = 50;

//animations-schritte auf 360
time = $t/pow(48/10,20)*360;

module layer(position, speed){
    color(["red", "green"][position % 2],1)
    mirror(v=[0, position % 2, 0])
    translate([0,-9.5,position*4])
    {
        rotate([0,0,speed])
            gear(48,8,10);
        translate([00,19,00])
            rotate([0,0,-speed*(48/10)]) {
                gear(10,8,10);
                cylinder(h=5, r=1);
                //cube([1,40,2], center=true);
            }
    }
}

for (i = [1:20]) {
    layer(i,time*pow(48/10,i));
}

Export:

D:\Programme\openscad\openscad -o exam1ple.png --imgsize=2400,1800 --camera 34.81,-11.23,41.28,84.4,0,270,325.23 --colorscheme Tomorrow --projection=o --animate 360 --preview '' unendlichkeitsmaschine.scad

Convert:

D:\Programme\msys64\mingw64\bin\convert -delay 2 exam1ple%05d.png[0-200]  -crop 750x1180+665+330 +repage -resize 50% -set dispose background -coalesce -layers Optimize video.gif


Used Library by: bobsax (CC BY 4.0)

https://www.thingiverse.com/thing:4544667

Licensing

[edit]
I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current00:20, 3 October 2022Thumbnail for version as of 00:20, 3 October 2022375 × 590 (2.61 MB)Laserlicht (talk | contribs)Uploaded own work with UploadWizard

The following page uses this file: