Openscad - 创建凸耳瓶螺纹

时间:2021-06-22 11:17:45

标签: 3d openscad

如何产生间断的(也称为非连续的或不连续的)外螺纹凸耳光洁度?

image 1

我正在尝试为 24oz Mt. 创建 3D 打印的盖子。橄榄泡菜罐

image 2

我知道 thread.scad 文件,但如何创建这些类型的接线片? 该代码将生成一个螺栓形式的 3 开始线程。

示例 1:

use <threads.scad>;
thread_dia = 27.27;
thread_pitch = 2;
thread_length = 10;
metric_thread(thread_dia, thread_pitch, thread_length, n_starts = 3);

image 1

来自 Doyousketch2 评论的示例 2 建议:似乎不起作用

  use <threads.scad>;
    thread_dia = 27.27;
    thread_pitch = 2;
    thread_length = .13;
    metric_thread(thread_dia, thread_pitch, thread_length, n_starts = 8);

image 2

0 个答案:

没有答案
相关问题