califax has quit [Remote host closed the connection]
califax has joined #openscad
J23k33 has joined #openscad
J23k has quit [Quit: Client closed]
J23k25 has joined #openscad
J23k33 has quit [Ping timeout: 246 seconds]
peeps[work] has quit [Ping timeout: 260 seconds]
LordOfBikes_ has joined #openscad
LordOfBikes__ has quit [Ping timeout: 240 seconds]
mmu_man has quit [Ping timeout: 265 seconds]
J23k25 has quit [Ping timeout: 246 seconds]
qeed has quit [Quit: qeed]
qeed has joined #openscad
Joel has quit [Server closed connection]
Joel has joined #openscad
snaked has joined #openscad
peeps[work] has joined #openscad
x[Marcelo] has joined #openscad
x[Marcelo] has left #openscad [#openscad]
L29Ah has quit [Read error: Connection reset by peer]
adigitoleo has quit [Server closed connection]
adigitoleo has joined #openscad
lf94 has quit [Server closed connection]
lf94 has joined #openscad
stefanct has quit [Ping timeout: 268 seconds]
stefanct has joined #openscad
J23k has joined #openscad
snakedGT has joined #openscad
mmu_man has joined #openscad
snaked has quit [Ping timeout: 240 seconds]
mmu_man has quit [Ping timeout: 240 seconds]
mmu_man has joined #openscad
guso78 has joined #openscad
mmu_man has quit [Ping timeout: 240 seconds]
mmu_man has joined #openscad
voxpelli has quit [Server closed connection]
voxpelli has joined #openscad
voxpelli has quit [Ping timeout: 240 seconds]
voxpelli has joined #openscad
qeed_ has joined #openscad
qeed has quit [Ping timeout: 240 seconds]
L29Ah has joined #openscad
little_blossom has quit [Server closed connection]
little_blossom has joined #openscad
Guest32 has joined #openscad
<
Guest32>
/ Parameters
<
Guest32>
diameter = 24; // mm
<
Guest32>
height = 10; // mm
<
Guest32>
thread_pitch = 2; // mm
<
Guest32>
thread_height = 1; // mm
<
Guest32>
difference() {
<
Guest32>
// Outer cylinder
<
Guest32>
cylinder(d = diameter, h = height);
<
Guest32>
// Inner cylinder
<
Guest32>
translate([0, 0, -1]) {
<
Guest32>
cylinder(d = diameter - 2*thread_height, h = height + 2);
<
Guest32>
// Threads
<
Guest32>
for (i = [0 : thread_pitch : height]) {
<
Guest32>
rotate_extrude($fn=100, convexity=10) {
<
Guest32>
translate([diameter/2 - thread_height, 0, i]) {
<
Guest32>
circle(d = thread_pitch, $fn=100);
<
buZz>
use a pastebin website
Guest32 has quit [Client Quit]
L29Ah has quit [Read error: Connection reset by peer]
<
lf94>
it's a llm bot
rawgreaze has joined #openscad
<
guso78_>
Lf94 die you See me Join and leave at least 10 Times in a sequence?
<
lf94>
are you using revolution irc?
<
lf94>
it will say that but it's you reconnecting to the ZNC proxy
<
lf94>
we dont see any reconnect to libera :)
<
guso78_>
OK great.
<
guso78_>
Yes using Revolution irc
<
guso78_>
I was irritated because IT mentions guso78_ , Not guso78. This Is my relaxed Name in Libera
L29Ah has joined #openscad
ccox has quit [Read error: Connection reset by peer]
ccox has joined #openscad
h-erectus has quit [Remote host closed the connection]
h-erectus has joined #openscad
mmu_man has quit [Ping timeout: 240 seconds]
splud has quit [Ping timeout: 240 seconds]
splud has joined #openscad
snakedGT has quit [Quit: Leaving]
mmu_man has joined #openscad
mmu_man has quit [Ping timeout: 240 seconds]
mmu_man has joined #openscad
Guest69 has joined #openscad
<
Guest69>
does anyone know of any CAM addons for SCAD?
<
Guest69>
(for CNC gcode)
Guest69 has quit [Quit: Client closed]
Guest33 has joined #openscad
<
guso78_>
OpenSCAD had got an octoprint Plugin which IS. A Link to a slicer
Guest33 is now known as kiba
<
kiba>
What do you need to know in order to contribute to openscad?
<
teepee>
kiba: depending on what area, not much other than a computer and internet
<
teepee>
for working on the application code, a bit of c++
<
kiba>
Hmm. Yeah, I don't know C++.
<
teepee>
the most important question is what you would like to change / improve / add ...
<
kiba>
It is rather annoying to develop module code
<
kiba>
if I save code in a module, it's going to render nothing, because there's nothing to render in the module
<
kiba>
the code that's using the module will have something to show
<
kiba>
that's pretty much it
<
kiba>
Otherwise, I don't know what I don't know
<
kiba>
because the only CAD package that I used is OpenSCAD
<
teepee>
I don't understand what you mean with nothing to render in a module
<
teepee>
like you would want to show what a module would produce without adding code to call it?
<
teepee>
(that's something I'm thinking about for a while :)
<
kiba>
Yeah, pretty much it
<
kiba>
I can add code to do that but then it would also show up in the code that use it
mmu_man has quit [Ping timeout: 240 seconds]
<
peepsalot>
its a meaningless question if the module takes parameters
<
teepee>
well, not quite, SQL editors solve that by asking the user to enter the values
<
teepee>
e.g. DBeaver uses CTRL+ENTER to execute the statement the cursor is placed in, asking (and remembering) parameters given as column = :param
<
teepee>
there are limits if the module uses children()
<
kiba>
I was thinking of library code
<
kiba>
not module function
<
peepsalot>
are you using a particular library from some other author?
<
kiba>
Nah. I developed my own.
<
teepee>
cool, is it online so you can point to an example of what you mean?
<
peepsalot>
i don't understand the issue then. if you can't remember what your library does then use better naming
mmu_man has joined #openscad
<
kiba>
Well, it's hard to explain anyway.
teepee_ has joined #openscad
<
peepsalot>
if you use<> or include<> another file, you can ctrl-click on the path to view the source
teepee has quit [Ping timeout: 240 seconds]
teepee_ is now known as teepee
mmu_man has quit [Ping timeout: 240 seconds]
mmu_man has joined #openscad
mmu_man has quit [Read error: Connection reset by peer]
mmu_man has joined #openscad
kiba has quit [Quit: Client closed]
lkcl has quit [Server closed connection]
lkcl has joined #openscad
paddymahoney has joined #openscad
<
guso78>
Does anybody know, where to get functional filament - filament with special physical properties e.g. conductive .... ?
snaked has joined #openscad
ente has quit [Server closed connection]
ente has joined #openscad
<
J23k>
guso78 depends what you need .. conductive filament is not conductive like copper but for esd or some sensing maybe even LED but not motors
mmu_man has quit [Read error: Connection reset by peer]
Guest17 has joined #openscad
Guest17 has quit [Client Quit]
GNUmoon has quit [Ping timeout: 240 seconds]
GNUmoon has joined #openscad