!tBPyYyjOQgVzlwFvEI:matrix.org

CadQuery Showcase

573 Members
3 Servers

You have reached the beginning of time (for this room).


SenderMessageTime
10 Jul 2023
@_discord_804001944288886785:t2bot.iomendyberger joined the room.01:20:31
11 Jul 2023
@_discord_1115936108165992549:t2bot.iodrjrt changed their display name from drj to drjrt#0.12:30:26
@_discord_1115936108165992549:t2bot.iodrjrt changed their display name from drjrt#0 to drjrt.12:30:27
@_discord_1128309779530522735:t2bot.iojyzon joined the room.13:00:57
@_discord_342042280565145612:t2bot.io1alb joined the room.18:34:00
12 Jul 2023
@_discord_1026925408597311498:t2bot.ioafl0f0 changed their display name from afl0f0 to saphire#8180.07:21:45
@_discord_1026925408597311498:t2bot.ioafl0f0 changed their display name from saphire#8180 to saphire.07:21:46
@_discord_148545602840428544:t2bot.iomuon. joined the room.16:25:06
@_discord_565948985630785578:t2bot.iobarnaby changed their display name from barnabyw to barnabyw#0.22:38:26
@_discord_565948985630785578:t2bot.iobarnaby changed their display name from barnabyw#0 to barnabyw.22:38:27
15 Jul 2023
@_discord_629065055044108328:t2bot.iozegkljan joined the room.22:12:49
16 Jul 2023
@_discord_856491369765928971:t2bot.iomedicationforall01.png
Download 01.png
12:00:14
@_discord_856491369765928971:t2bot.iomedicationforall02.jpg
Download 02.jpg
12:00:16
@_discord_856491369765928971:t2bot.iomedicationforall03.jpg
Download 03.jpg
12:00:17
@_discord_856491369765928971:t2bot.iomedicationforall04.jpg
Download 04.jpg
12:00:19
@_discord_856491369765928971:t2bot.iomedicationforall Created a remix of my Walkway as a Tray / Diorama
https://miniforall.com/minidisplaytray.html
12:00:19
@_discord_423209993488039958:t2bot.ioleograyc joined the room.21:04:59
18 Jul 2023
@_discord_340313689867419649:t2bot.io_nwchen joined the room.00:25:06
@_discord_748678873536790589:t2bot.iokissetfall joined the room.23:45:58
19 Jul 2023
@_discord_896482168103125002:t2bot.ioRoger Maitland#7070 A parametric pot lid holder:
from math import sqrt
from build123d import *
from ocp_vscode import *

set_defaults(reset_camera=False)

lid_d = 212 * MM  # lid diameter
lid_t = 15 * MM  # lid edge thickness
gap = 2 * MM  # gap to allow easy insertion
lip = 15 * MM  # amount the holder folds back on itself
thickness = 3 * MM  # material thickness

with BuildPart() as holder:
    # Create the profile from a filleted line
    with BuildSketch() as profile:
        with BuildLine() as outline:
            Polyline(
                (0, 0),
                (lid_d / 2 + gap, 0),
                (lid_d / 2 + gap, lid_t + gap),
                (lid_d / 2 - lip, lid_t + gap),
            )
            fillet(outline.vertices(), radius=gap)
            offset(amount=thickness, side=Side.RIGHT)
        make_face()

    # Revolve 90° as the part is mirrored later
    revolve(axis=Axis.Y, revolution_arc=90)

    # Create a box to control the part of the revolution to keep
    size = holder.part.bounding_box().size
    with Locations((0, -thickness, -lid_d / 4)):
        Box(
            2 * size.X,
            size.Y,
            size.Y,
            mode=Mode.INTERSECT,
            align=(Align.CENTER, Align.MIN, Align.CENTER),
        )
19:28:43

Show newer messages


Back to Room ListRoom Version: 9