2016-05-02 01:13 fengling has joined #qi-hardware 2016-05-02 01:57 fengling has quit [Quit: WeeChat 1.4] 2016-05-02 03:45 linmob has quit [Read error: Connection reset by peer] 2016-05-02 03:46 linmob has joined #qi-hardware 2016-05-02 03:59 DocScrutinizer05 has quit [Disconnected by services] 2016-05-02 03:59 DocScrutinizer05 has joined #qi-hardware 2016-05-02 05:08 sb0 has joined #qi-hardware 2016-05-02 05:14 sb0 has quit [Quit: Leaving] 2016-05-02 05:51 sb0 has joined #qi-hardware 2016-05-02 09:07 pcercuei has joined #qi-hardware 2016-05-02 09:15 dandon_ has joined #qi-hardware 2016-05-02 09:16 dandon has quit [Ping timeout: 268 seconds] 2016-05-02 09:16 dandon_ is now known as dandon 2016-05-02 09:37 linmob has quit [Read error: Connection reset by peer] 2016-05-02 09:38 linmob has joined #qi-hardware 2016-05-02 09:50 dandon has quit [Ping timeout: 260 seconds] 2016-05-02 10:09 dandon has joined #qi-hardware 2016-05-02 10:29 wolfspraul has quit [Ping timeout: 276 seconds] 2016-05-02 10:35 wolfspraul has joined #qi-hardware 2016-05-02 10:45 jwhitmore has joined #qi-hardware 2016-05-02 11:23 sb0 has quit [Quit: Leaving] 2016-05-02 12:44 jwhitmore has quit [Ping timeout: 240 seconds] 2016-05-02 13:05 infobot has quit [Quit: cyal8r] 2016-05-02 13:07 infobot has joined #qi-hardware 2016-05-02 13:48 linmob has quit [Read error: Connection reset by peer] 2016-05-02 13:50 linmob has joined #qi-hardware 2016-05-02 14:27 whitequark: i'm feeling creative today :) here's an idea for 3D construction. it's for modularity problems related to making holes. example: 2016-05-02 14:28 you have a screw, basically two cylinders in the simplest case. you can make this a building block easily enough. now you want to define the hole for it, too. normally, you would 2016-05-02 14:28 FrankBlues has joined #qi-hardware 2016-05-02 14:29 FrankBlues has quit [Client Quit] 2016-05-02 14:29 1) create the hole shape (pair of cylinders or such), 2) subtract it from what the screws is supposed to go into, 3) create the screw, 4) add screw to the result from 2) 2016-05-02 14:31 now the new idea would be to merge 1-2 and 2-3, by introducing "anti-matter". so the screw "module" would be surrounded by a thin layer of AM. when you add it to your construction, AM makes a hole 2016-05-02 14:33 does this sound like fun enough ? :) so in stead of needing two parts (screw and anti-screw), you need just one. even better, if operations preserve the AM property, you can add more things to the model without having to worry about anything blocking that hole 2016-05-02 14:34 so union would work something like this: M = matter, A = antimatter, 0 = empty space. M + M = M, M + 0 = M, 0 + 0 = 0, A + anything = A. needs a new operation to clean out antimatter, so that you can, say, make negatives, e.g., for molds. 2016-05-02 14:44 jwhitmore has joined #qi-hardware 2016-05-02 14:45 yeah, I do see your point 2016-05-02 14:45 this is somewhat similar to "keepoff" in ECAD, right? 2016-05-02 14:46 DocScrutinizer05: remember our earlier automated tea making discussion? it seems wildly popular among my twitter followers, *especially* british 2016-05-02 14:47 someone brought up https://en.wikipedia.org/wiki/Teasmade, which is a tad too simplistic sadly, and also seems to be wholly out of fashion 2016-05-02 14:51 dunno ecad :) 2016-05-02 14:54 electronic 2016-05-02 14:54 eagle etc 2016-05-02 14:54 as opposed to mcad, mechanical 2016-05-02 14:55 aah. well, kinda. that is, if you interpret DRC trying to keep things out as a boolean operation :) 2016-05-02 14:56 oh I was thinking of polygons 2016-05-02 14:56 you can define keepoff areas inside components and those will subtract from polygons 2016-05-02 14:56 seems quite similar to me 2016-05-02 14:57 well, sort of. but you don't merge components, etc. the effect on merging (union) would be the most interesting feature of AM 2016-05-02 14:57 one problem I immediately see is that the drill thickness for threading is generally smaller than the screw size 2016-05-02 14:57 moreover, it differs with material in which the drilling is to be done 2016-05-02 14:58 e.g. if you have M3 then you drill to 2.5 in SS or 2.75 in Al (iirc) 2016-05-02 14:58 er... no, those diameters aren't right. but the concept is. I had to deal with that just a few weeks ago 2016-05-02 14:59 this also doesn't work in cases where for example you want a hole to go through the entire thickness whereas a screw is shorter 2016-05-02 14:59 hmm yes, maybe the ability to combine things in the same module isn't the best use 2016-05-02 15:00 what I had in mind for this use case is a "drill" operation that extracts a cylinder+cone shape from the base material in one go 2016-05-02 15:00 and maybe another "tap" operation that does that and adds thread metadata 2016-05-02 15:01 of course, modules should probably be parametrized anyway. so material dependency and such could be handled at that level. of course, it would be even cooler if the module could "sense" what it's drilling into, but that may be overkill :) (nice feature of that: you could make it adapt if you have a sandwich of different materials :) 2016-05-02 15:01 sb0 has joined #qi-hardware 2016-05-02 15:01 uhhhhhh 2016-05-02 15:01 (-:C 2016-05-02 15:01 I do see what you mean, but I'll need to see many more compelling cases for that 2016-05-02 15:02 modules *should* be parameterizable, that's coming in SolveSpace as soon as I clean out the last remnants of the horrible C-style global state 2016-05-02 15:03 or go all the way and make an "attach wizard" :) wizzard(A + B) -> finds best way to attach (screws, snap, live hinge, whatever), adds that, adjusts rest of design accordingly, preserving general style :) 2016-05-02 15:03 going to be the first major killer feature over freecad, which only supports that by generating models with crappy python 2016-05-02 15:03 as for the "wizards" you'll be able to do it using the internal scripting engine 2016-05-02 15:03 that will have access to the complete sketch and the internal UI 2016-05-02 15:04 you only need to add logic ;p 2016-05-02 15:05 (drill operation) one way to get properties similar to the AM i proposed would be to have some tag for the "drill" volume that could be used to check at the end whether the volume is being invaded by something 2016-05-02 15:06 what do you mean? 2016-05-02 15:06 clash analysis? it's a thing in large MCADs 2016-05-02 15:09 GonZo2000 has quit [Ping timeout: 260 seconds] 2016-05-02 15:12 dcht00 has quit [Quit: No Ping reply in 180 seconds.] 2016-05-02 15:21 _whitelogger has joined #qi-hardware 2016-05-02 15:21 |GonZo2000| has joined #qi-hardware 2016-05-02 15:21 dcht00_ has joined #qi-hardware 2016-05-02 15:21 2016-05-02 15:21 wolfspra1l has joined #qi-hardware 2016-05-02 15:26 crash ... but matter vs. "antimatter". i.e., you'd make the screw hole and declare "this hole must always be empty". then you merrily construct the rest of your critter. and at the end you check that all holes of this sort are indeed empty. 2016-05-02 15:36 I think this is just regular clash analysis of the complete assembly with all screws 2016-05-02 15:36 roh: empty message? 2016-05-02 15:36 or some char that doesn't render over here? 2016-05-02 15:40 space when attaching screen anew ;) 2016-05-02 15:43 whitequark: (teasmade) hehe 2016-05-02 15:45 very clever passive "pump" using steam pressure to push water out of teapot 2016-05-02 15:45 I had this one https://www.willhaben.at/iad/kaufen-und-verkaufen/d/krups-teemaschine-teetime-top-zustand-157946980/ and it worked quite nicely, but of course you needed to clean and fill it after each turn 2016-05-02 15:45 yeah, this one did same. I think I described it back when we discussed how to build it 2016-05-02 15:46 oh, if so I haven't understood you back then 2016-05-02 15:46 qwebirc7692 has joined #qi-hardware 2016-05-02 15:46 qwebirc7692 has quit [Client Quit] 2016-05-02 15:47 http://www.teemaschinendoktor.de/Alternativen/Krups/krups.html 2016-05-02 15:47 the water sits in a tank with lid above the tea and has an upside-down U pipe 2016-05-02 15:48 with a little hole in the top of the bending, to allow smal amounts of expanding air to go out without pressing water out 2016-05-02 15:49 when water boils, it gets pressed through the U pipe by water vapor pressure 2016-05-02 15:49 when the tank is empty, the temperature of heating rises >100°C and thus heating off and teatimer start 2016-05-02 15:50 oh i see 2016-05-02 15:50 after timer expires, a magnet opens a valve at bottom of the tea tank 2016-05-02 15:53 pcercuei has quit [Quit: brb] 2016-05-02 15:58 some more inspirations: https://www.otto.de/p/grundig-gourmet-teebereiter-tm-8280-w-white-sense-1-7-liter-1750-watt-weiss-edelstahl-510022859/#variationId=510022959 2016-05-02 15:59 this one is still available it seems 2016-05-02 15:59 costs more than gold 2016-05-02 16:00 but it seems you can adjust the water temperature, so it obviously has a pump to move the hot water into the tea tank 2016-05-02 16:00 hot = not boiling 2016-05-02 16:22 dcht00_ is now known as dcht00 2016-05-02 16:25 pcercuei has joined #qi-hardware 2016-05-02 16:59 sb0 has quit [Quit: Leaving] 2016-05-02 17:00 249eur isn't even that much 2016-05-02 17:02 compared to what I think my device would cost 2016-05-02 17:02 well, there's no way I can give an estimate within a kilometer of the real cost but it's a manufacturing nightmare for one 2016-05-02 17:19 pcercuei has quit [Quit: leaving] 2016-05-02 17:45 dandon has quit [Ping timeout: 260 seconds] 2016-05-02 18:34 dandon has joined #qi-hardware 2016-05-02 19:42 luke-jr has quit [Ping timeout: 276 seconds] 2016-05-02 19:52 luke-jr has joined #qi-hardware 2016-05-02 19:58 luke-jr has quit [Excess Flood] 2016-05-02 19:59 luke-jr has joined #qi-hardware 2016-05-02 20:27 fun discovery: http://www.sherpals.com/ 2016-05-02 20:29 wej has quit [Ping timeout: 268 seconds] 2016-05-02 20:29 whitequark has quit [Ping timeout: 268 seconds] 2016-05-02 20:32 wej has joined #qi-hardware 2016-05-02 20:39 whitequark has joined #qi-hardware 2016-05-02 21:15 jwhitmore has quit [Ping timeout: 276 seconds] 2016-05-02 21:17 arossdotme has quit [Ping timeout: 246 seconds] 2016-05-02 21:30 arossdotme has joined #qi-hardware 2016-05-02 22:35 wpwrak: you invented that? why not?