Skip to content

Automatic pitch calculation in ScrewHole is broken #1

@lorf

Description

@lorf
use <threads-scad/threads.scad>;

intersection() {
    union() {
        ScrewThread(5, 10);
        
        ScrewHole(5, 10)
            cylinder(d=10,h=10);
    }
    cube(10);
}

bug1

use <threads-scad/threads.scad>;

intersection() {
    union() {
        ScrewThread(5, 10);
        
        ScrewHole(5, 10, pitch=0.8)
            cylinder(d=10,h=10);
    }
    cube(10);
}

bug2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions