#garfield Logs

Mar 15 2021

#garfield Calendar

12:29 AM rue_mohr: I'm rewriting the arduino pid library
12:36 AM rue_mohr: mostly formatting so far
06:21 AM polprog: hmm i have an 8048 somewhere
06:21 AM polprog: 8748h but afaik my programmer cant do these
08:23 AM rue_mohr: you dont have to
08:23 AM rue_mohr: /EA
08:27 AM polprog: ag
08:27 AM polprog: ahh, right..
08:27 AM polprog: which reminds me, i was to do that with my bag of OTP MCS-51
09:04 AM rue_mohr: :)
10:19 AM polprog: holy crap im am so overworked today
02:44 PM splyne is now known as spline
03:59 PM aandrew_ is now known as aandrew
04:00 PM aandrew is now known as Guest31761
04:02 PM Guest31761 is now known as aandrew
05:49 PM aandrew: http://mixdown.ca/dump/gutter-downspout-tee.scad
05:49 PM aandrew: http://mixdown.ca/dump/utils.scad
05:50 PM aandrew: if I wanted to make that angled bit "straighten out" at the top so two downspouts would enter in vertically, how would I go about doing that?
06:32 PM polprog: https://w140.com/tekwiki/images/9/9e/51W-10798-1.pdf
06:57 PM rue_mohr: heh, you saw it comming
06:57 PM rue_mohr: no wait thats supposed to be andrew
06:59 PM rue_mohr: huh
07:00 PM rue_mohr: 100% openscad, ouch
07:01 PM rue_mohr: oh, my, you cant perfectly intersect planes eh?
07:01 PM rue_mohr: need to actually overlap by like 0.001
07:02 PM rue_mohr: can I do a version for you?
07:02 PM rue_mohr: or do one togethor?
07:36 PM aandrew: I'm interested in learning yes
08:01 PM rue_mohr: ok, happent o have librecad installed?
08:08 PM aandrew: um, I think I can install that
08:09 PM aandrew: yep it's installed
08:26 PM rue_mohr: ok open that up,
08:26 PM rue_mohr: I'm going to briefly go do some welding tho
08:27 PM aandrew: alright
08:27 PM rue_mohr: make an outline, inside and out, of the cross section you want for the tube.
08:27 PM rue_mohr: if you have problems I can help
08:27 PM aandrew: so for just one of them?
08:27 PM aandrew: i.e. one of the downspouts? or the 'Y' shape
08:29 PM rue_shop1: no
08:29 PM rue_shop1: cross section of the pipe
08:29 PM rue_shop1: O
08:30 PM rue_shop1: so, I suggest that you make a layer called 'ref' and draw a vertical and horizontal line from 0,0
08:30 PM rue_shop1: hey, can we do a screen share betwen something
08:30 PM rue_shop1: I'm not much in on the netmeeting stuff
08:31 PM rue_shop1: but I have a windows computer thats kinda disposable (its gonna go linix, its just stuck as my only netflix player rihg tnow)
10:06 PM rue_mohr: ?
11:39 PM rue_mohr: translate([0,0,2-0.02])
11:39 PM rue_mohr: linear_extrude(height=L10, convexity=5) {
11:39 PM rue_mohr: import(file=outline, layer="10", $fn=188);
11:39 PM rue_mohr: }