Quotecozmicray How about something like this DB 15 should have enough pins for all kind of tools Good DB15/D-Sub 15 plugs are rated for 5A. Is that enough for the heaters and steppers?by MarcusWolschon - RepLab Working Group
Nobody wanted to help and I can't do it alone. So it's abandoned.by MarcusWolschon - Object repositories
Don't limit yourself to STL. there are a lot more like STEP, PDF, TX, AD_PRT,... to a model. People alto upload technical drawings, original files (not just the read only STL export),...by MarcusWolschon - Object repositories
Most of the git and githun libraries are extremely incompletel when it comes to working directly with remote repositories as opposed to local clones of them.by MarcusWolschon - Object repositories
You have the tags for that.by MarcusWolschon - Object repositories
So your looking for free programmers to improve or advertise your company's shopsite?by MarcusWolschon - Object repositories
Looks more like a shop for printer hardware then a repository. Where are the sourcecode and license of your sites software, to have a look?by MarcusWolschon - Object repositories
Does anyone know about this? A php implementation of the git protocol! Just got told about it via Google+.by MarcusWolschon - Object repositories
PS: How to contact an administrator here? The forum would not let me post the above message before I included the quote. Some spam-trigger here seems to be over-eager.by MarcusWolschon - Object repositories
bobc Wrote: ------------------------------------------------------- > The distinction between utility and creative is > not formal in law, but anything that is not > "creative enough" can not be copyright, Okay. I had a wrong impression about what "utility" was in the case of copyright. My impression is that for a repository site the important part is not the design. The important partby MarcusWolschon - Object repositories
Okay. I had a wrong impression about what "utility" was in the case of copyright. My impression is that for a repository site the important part is not the design. The important part is the design document that is stored and indexed and published through the repository. The creator has a copyright on the document and can license the use of that document including how transformations into otherby MarcusWolschon - Object repositories
"as long as they don't claim my design as theirs" You haven't (and in my jurisdiction you can't) given up your moral rights on your design. I'm not sure the dictiction between "utility works" and "creative works" exists over here. I guess that's a common law thing. As long as a design has sufficient originality and is thus not trivial. Is anyone working on a license fitting for non-artistic 3Dby MarcusWolschon - Object repositories
GPL is simple made for software and doesn't map to designs of physical objects at all. Creative Commons are made for content and map better but not perfect. We simply don't have a widespread license for designs yet. If you want something specific, you have to write your own license for your design.by MarcusWolschon - Object repositories
Can someone experiment with ? (using the github API via CURL) I don't have time for a few days. We need to find a way to * list files and directories of a project in HEAD * get http URLs for these raw files. (So we can put these URLs in <a href="... for people to download files of a design)by MarcusWolschon - Object repositories
php-git2 doesn't seem to work. It can only fetch remote repositories to a local repository. Any other php git libraries that can actually explore a remote git repository to find all nodes(files) and their http URLs? When limiting to Github there's problems too: "PHP GitHub API" doesn't give access to trees and blobs = we can't get the list of files. Same for the "GitHub Kohana Module" "Gby MarcusWolschon - Object repositories
Any practical advise on any php-git/github library? Who has done anything with php and git before?by MarcusWolschon - Object repositories
So your suggestion is to hardcode the githup-api instead of one of the git-libraries? Why?by MarcusWolschon - Object repositories
Added multiple parents, multiple children, the ability to show these, the "newest derived" designs in the start-page and additional optimisations and added security checkes. The "add parent" and "X=remove parent" buttons don't work yet.by MarcusWolschon - Object repositories
I made some changes to allow experimentation with git. Since this is no longer MediaGoblin specific, I added a new topic:by MarcusWolschon - Object repositories
We're still gathering people and brainstorming about an alternative design hosting site. Name for now is "Homeprototype.org" (Already reserved the domains, so they can't be taken). One of the main point is, where to store all the designs and images. ( ) Please store all options, pro and contra arguments in the wiki, so they don't get lost in a lengthy discussion and we can at one point vote tby MarcusWolschon - Object repositories
Does anyone have experience with a php git library? Anything that can also add files and create repositories local and remotely?by MarcusWolschon - Object repositories
...added a license selection and -display to the skaffolding. Could be interesting to see what it takes to implement a git-based backend. Maybe can be used.by MarcusWolschon - Object repositories
Creative commons is thinking about the issue and for the time being applies quite well if you designate a physical object as just another manifestation of the design. Back to topic, since the user of the site is free to choose the license, one just has to be sure to not force the user to grant any permission or use any permission that isn't covered in the license. Advertisement on pages listingby MarcusWolschon - Object repositories
Free for a limited usage for the first year for new customers. Once you've been there for a year it's hard to go anywhere else anyway. There is another thread about financing and a legal entity.by MarcusWolschon - Object repositories
Programming the graph of parent- and child design isn't more then 2-3 hours of work. A good actual storage system for the files and images is a real issue. For a federated storage think "replication" and streaming the content directly from the storage node without wasting bandwidth on the web-server. An alternative to a federated storage could be a tight integration of Amazon S3 instead.by MarcusWolschon - Object repositories
Insted of modifying MediaGoblin I added some more code to the scaffolding. The 3D view of STL files doesn't yet work. Probably due to cross-domain URLs used in testing. a design: a design that isn't public yet a user: an overview: all latest designs: (This isn't a dummy. The designs come from an actual database, login and user-registration work and in theory creation of designs, files andby MarcusWolschon - Object repositories
It seems that STL support requires blender on the server.... Allowing attachments solves that multiple-file issue partly. There is still only 1 main image. example: So far it doesn't look like MediaGoblin does provide any advantage to coding our own site using some framework like PHPCake.by MarcusWolschon - Object repositories
I've set up a mediagoblin to play around limitations found so far: * Tags must be shorter than 50 characters * this can be change in the config * .zip .stl .pdf ... need to be added as supported file types. * STL can be added easily in the config. * arbitrary file types can be allowed but are mentioned as a security risk. * It seems we need to modify it to support multiple files per design/medby MarcusWolschon - Object repositories
Why would the license to the code that runs the website have any connection at all to the licens of content uploaded to that site?by MarcusWolschon - Object repositories
Done:by MarcusWolschon - Object repositories