teepee changed the topic of #openscad to: OpenSCAD - The Programmers Solid 3D CAD Modeller | This channel is logged! | Website: http://www.openscad.org/ | FAQ: https://goo.gl/pcT7y3 | Request features / report bugs: https://goo.gl/lj0JRI | Tutorial: https://bit.ly/37P6z0B | Books: https://bit.ly/3xlLcQq | FOSDEM 2020: https://bit.ly/35xZGy6 | Logs: https://bit.ly/32MfbH5
trashbird has quit [Ping timeout: 246 seconds]
rogeliodh has quit [Quit: The Lounge - https://thelounge.chat]
rogeliodh has joined #openscad
professordamage[ has left #openscad [#openscad]
KimK has quit [Ping timeout: 276 seconds]
J224976 has joined #openscad
J2249 has quit [Ping timeout: 252 seconds]
KimK has joined #openscad
LordOfBikes has quit [Ping timeout: 256 seconds]
trashbird has joined #openscad
LordOfBikes has joined #openscad
castawayc has quit [Ping timeout: 248 seconds]
castaway has quit [Ping timeout: 245 seconds]
TheAssass1n has quit [Remote host closed the connection]
TheAssassin has joined #openscad
castaway has joined #openscad
castawayc has joined #openscad
sinvet has quit [Remote host closed the connection]
nedko has quit [Remote host closed the connection]
nedko has joined #openscad
J224976 is now known as J22
<J22> InPhase  and thanks to the color scheme  it is less confusing  without whitespaces https://imgur.com/a/FRBK7AB
nedko has quit [Ping timeout: 240 seconds]
nedko has joined #openscad
TheAssassin has quit [Remote host closed the connection]
TheAssassin has joined #openscad
teepee has quit [Remote host closed the connection]
nedko has quit [Ping timeout: 240 seconds]
teepee has joined #openscad
nedko has joined #openscad
milza has quit [Quit: milza]
califax has quit [Remote host closed the connection]
Guest7 has joined #openscad
Guest7 has quit [Client Quit]
KimK has quit [Ping timeout: 272 seconds]
lastrodamo has joined #openscad
ur5us has joined #openscad
ur5us has quit [Ping timeout: 250 seconds]
ur5us has joined #openscad
ccox_ has quit [Ping timeout: 256 seconds]
ur5us has quit [Quit: Leaving]
rvt_ has joined #openscad
ur5us has joined #openscad
<rvt_> Hey all, if I want to create a bevel/fillet in these objects (basicaly we run a pensil in them for charting) https://i.imgur.com/1yTWKeV.png how would I do it? I current use an linear_extrude with a scale as a stop gap, but I wonder if there is an better way
ur5us has quit [Ping timeout: 250 seconds]
<teepee> rvt_: if you don't mind using experimental features, roof() might help, it's creating a 45° "roof" over a 2d shape
<rvt_> I am perfectly fine with that.. I have 2021.01-RC5 , should I update?
<teepee> what platform are you on?
<rvt_> OSX
<teepee> then I'd suggest to just have both 2021.01 release and the nightly snapshot around
<teepee> for easy code sharing the release version to be safe :)
<teepee> anything else the nightly build with some new stuff including the experimental features (to be enabled in preferences)
<rvt_> ok, Ok will take a look at that! Thanks for the info
<teepee> note that the nightly is also a universal build in case you have some fancy new M1
<rvt_> I have a fancy old iMac:) late 2015 model…
rvt_ has left #openscad [#openscad]
<teepee> hmm
rvt_ has joined #openscad
<rvt_> Hmm weird, got DC
<teepee> I think the nightlies now need >= 10.13
linext_ has joined #openscad
linext has quit [Ping timeout: 256 seconds]
<J22> you can use wasm
<rvt_> Ooo nice :)
<J22> using a lib can add i base too https://tinyurl.com/3d3c3x2h
<J22> rvt_ not sure why render/display takes  over a minute
<teepee> hm? I have 2,3 seconds
<teepee> on throttled notebook at 1,8ghz instead of 4
<teepee> interesting almost no difference to 4ghz
<J22> strange ..  the second url ?
<teepee> oh, 2nd
<teepee> $fn?
<J22> the lib will use 72 for render
<teepee> with roof generating the high vertex count, that could cause the slowness
<teepee> would be interesting to compare with the latest PR
<J22> without fast-csg roof seems to fail on that websites version
<teepee> hmm: ERROR: Rendering cancelled by exception Unauthorized intersections of constraints
<teepee> not seen that before
<teepee> right: /usr/include/CGAL/Constrained_triangulation_2.h
<rvt_> he, back.. (was studying… exam on wednesday…)
<rvt_> do I need include<ub.scad> ??
<J22> rvt_ only if you want to use Roof()  while roof() is a build in experimental feature
<rvt_> gotcha...
<J22> Roof(2,1.5) will  give you a .5 linear_extruded vertical base with a 1.5 chamfer (and other option)
<J22> Roof(2,[0.5,1]) will give you a bottom chamfer of 0.5  (which is against elephant foot when printing)
<rvt_> The bottom one was really what I needed :) Lucky I do not have issues with the elephant foot…
<J22> to have a distance for ink ?  else it could change the size of the shape depending on the pen angle .. however  the top bevel is better to print so just print it upside down
<rvt_> I indeed need to bevel to compensate a bit for pensil chape, about 60degree’s would be okish..
<rvt_> openscad does felel a lot more slugish… guess it uses a lot of memory?
<teepee> the preview?
<J22> Roof (deg=60) will give you a 60° chamfer
<teepee> then with the nightly build, check all the *vbo* options
<rvt_> Oops
<rvt_> ERROR: CGAL error in CGALUtils::applyOperator3DHybrid difference: CGAL ERROR: assertion violation!
<rvt_> Expr: e->incident_sface() != SFace_const_handle()
<rvt_> File: /Users/distiller/libraries/install/include/CGAL/Nef_S2/SM_const_decorator.h
<rvt_> In preview:
<rvt_> when rendered : https://i.imgur.com/tZ7a7y7.png
<J22> that is a white image .. however  try to change $fn=60 ..   ( roof is experimental and can cause strange problems)
<rvt_> It’s teh little circles I added… will see if I can do something else for that..
<rvt_> yeaa, that is indeed a white image :D
<J22> you can use linear_extrude(scale=[.6,.8])  for the rectangles and ellipses
<J22> or LinEx(5,2,0,grad=[60,60],$d=[10,5])square($d,center=true);  // with ub.scad
sinvet has joined #openscad
<rvt_> I kinda like the way how Roof worksm so I will play with that… I can also remove my little noches later with a boolean operation, then it would work...
<rvt_> https://i.imgur.com/IQKFmFY.png works now, the ittle ‘notches’ are just created with a boolean operation
<rvt_> Only need to do the outline….
<rvt_> It’s a little tool to draw char symbols when doing navigation
<J22> nice  ( i still don't understand what area of work this is for)
nedko has quit [Remote host closed the connection]
nedko has joined #openscad
rvt_ has quit [Quit: rvt_]
qeed_ has quit [Quit: qeed_]
lastrodamo has quit [Quit: Leaving]
qeed has joined #openscad
veverak has left #openscad [The Lounge - https://thelounge.chat]
aiyion has quit [Ping timeout: 240 seconds]
aiyion has joined #openscad
<J22> this is gonna be a cool visualizer for extruder movement - let you see half steps https://imgur.com/a/UTDwQ0e
<buZz> ooo nice, mechanical!
<buZz> 100 points
<J22> Ü thx
rvt_ has joined #openscad
rvt_ has quit [Quit: rvt_]
osfesa has joined #openscad
osfesa has quit [Read error: Connection reset by peer]
osfesa has joined #openscad
osfesa has quit [Read error: Connection reset by peer]
osfesa has joined #openscad
osfesa has quit [Read error: Connection reset by peer]
osfesa has joined #openscad
osfesa has quit [Client Quit]
osfesa has joined #openscad
osfesa has quit [Read error: Connection reset by peer]
ccox has joined #openscad
osfesa2 has joined #openscad
osfesa2 has quit [Remote host closed the connection]
<Scopeuk> There's always someone with a use case https://www.cnx-software.com/2022/04/30/diy-sbc-cases-and-sbc-case-builder-tool-based-on-openscad/ interesting take to do a board id
retrosenator has joined #openscad