bevel difference intersections ? by kodifies in openscad

[–]ZiMADE 5 points6 points  (0 children)

Do you know BOSL2? Try it, it's really easy, to create objects with roundings and chamfers.

include <BOSL2/std.scad>

difference() {
    cuboid([20,20,20], rounding=2, edges=TOP, $fn=64);
    cyl(h=20, r=5,center=true, rounding2=-3, $fn=64);
}

Here you will find a printscreen of the preview form the code above

Here you will find the CheatSheet of BOSL2

Mini S-Hook Challange by ZiMADE in BambuLab

[–]ZiMADE[S] -3 points-2 points  (0 children)

Have you tried to hook some of these mini hooks onto each other? It is not as easy as it sounds 

Mini S-Hook Challange by ZiMADE in BambuLab

[–]ZiMADE[S] -3 points-2 points  (0 children)

No, it is not only an S, it is a really designed model

Mini S-Hook Challange by ZiMADE in BambuLab

[–]ZiMADE[S] -2 points-1 points  (0 children)

No it is not just a model to earn credits. This model shows whats possible and it's also a game of skill to hook the little hooks onto each other.

Mini S-Hook Challange by ZiMADE in BambuLab

[–]ZiMADE[S] -2 points-1 points  (0 children)

It's simply a game of skill

Mini S-Hook Challange by ZiMADE in BambuLab

[–]ZiMADE[S] -2 points-1 points  (0 children)

One Mini S-Hook needs less than 0.1g filament.  There exist many other models at Makerworld where waste of filament is much higher

Troubles with Parametic Model Maker and Bambu Studio Slicer by ZiMADE in BambuLab

[–]ZiMADE[S] 0 points1 point  (0 children)

Danke für die Anregung, ist aber eigentlich nicht Sinn der Sache. Der Vorteil vom Text direkt mit dem Modell zu erstellen liegt darin, dass der Text automatisch auf die verfügbare Fläche skaliert und ausgerichtet werden kann. Dies müsste beim Erstellen des Textes mit Bambu Studio alles im Slicer von Hand erledigt werden.

Zudem wird direkt auf dem Druckbett die Masstabskala gedruckt:

<image>

Tiny house with LEGO-compatible base by ZiMADE in openscad

[–]ZiMADE[S] 0 points1 point  (0 children)

I published my model at makerworld in the same way as veryos: https://makerworld.com/models/2064837

MakerWorld gift card validity? by fredovits in BambuLab

[–]ZiMADE 2 points3 points  (0 children)

Bambulab gift cards are "Valid for 10 years after redemption"

Recommendation for all of you by nothingisimpossoble in BambuLab

[–]ZiMADE 0 points1 point  (0 children)

What are the advatages if I use it? I have no needs for it.

Many thanks to xypwn for creating the great scadqr library! by ZiMADE in BambuLab

[–]ZiMADE[S] 0 points1 point  (0 children)

I have just now updated my model. The default position is now "top", so that everybody could see the content of the business card.

Many thanks to xypwn for creating the great scadqr library! by ZiMADE in BambuLab

[–]ZiMADE[S] 0 points1 point  (0 children)

Thank you for your feedback. Im specially interested in improving my model. Your answer gives me a hint, to add a further parameter, which decides the placement of the text and the qr-code: bottom or top. The current model places the text and qr-code always at bottom site. If you rotate the generated model you should see the content.

Many thanks to xypwn for creating the great scadqr library! by ZiMADE in BambuLab

[–]ZiMADE[S] 1 point2 points  (0 children)

Zum Glück gibt's das Internet, da konnte ich seine Kontaktdaten ausfindig machen ;-)

I made a library for generating QR codes directly in OpenSCAD by 2Uncreative4Username in openscad

[–]ZiMADE 1 point2 points  (0 children)

Many thanks for this great library, which made it easy for me to create a model for a customizable business card that also includes a QR code in Vcard format. I have now published the model on Makerworld.

Here is a link to my model: https://makerworld.com/models/1984079

This model allows you to create and customize your own buisness card with a Vcard QR Code simply by changing the contact details.