whitequark changed the topic of #solvespace to: SolveSpace--parametric 2d/3d CAD · latest version 2.2 · http://solvespace.com · code at https://github.com/solvespace/solvespace · logs at https://irclog.whitequark.org/solvespace
DocScrutinizer05 has quit [Disconnected by services]
DocScrutinizer05 has joined #solvespace
<ohsix> whitequark: uah, i might be training some people how to use solvespace, or at least getting a room full and walking them through the bracket tut
<ohsix> whitequark: but the guy i've been chatting with the most the last few days, while we both figured out how to operate the 3d printer at the haxor space said the colors were hard to read for his old ass eyes
<ohsix> i changed the modelling bg to white and he said it was better, but the tool window fonts and stuff all stay dark
<ohsix> i've got more than one meetup group with techies where solvespace is germane to their work, dunno if i'll teach a 'class', but it might end up being that
mumptai has joined #solvespace
mumptai has quit [Remote host closed the connection]
<ohsix> hm is master broke
<ohsix> getting error about dfxRW missing methods
<ohsix> ok nevermind, i forgot there are git submodules in here
<ohsix> ... i forget that generally
<ohsix> whitequark: very very weak request, a menu item that would download an update and restart (so i don't have to tell people how to update it :)
<ohsix> hrm on second thought, you'd have to add another dep that would be a drag just for an update check
<ohsix> i was editing a feature this afternoon that intersected an arc, i had to break the arc to do it, there was no good way to constrain that arc to keep the arc similar to the larger unbroken arc
<ohsix> slash i don't know the proper way to do it :]
<ohsix> whitequark: actual bug though, on linux the text tool doesn't show anything until you change the font if it is missing (arial.ttf)
<ohsix> font missing message (like the closed contour warnings,) or picking a different font (fallback to first font in list? have a candiate list?) would help
<ohsix> the handles on the text tool is kind of weird with different fonts, some are much higher than the top control
<ohsix> don't know enough about fonts to say what 'people' expect, but i was expecting x-height https://en.wikipedia.org/wiki/Typeface_anatomy#/media/File:Typographia.svg
<ohsix> k it's late, adios
<ohsix> maybe more than one handle? :p one for x-height and cap height, and baseline
<ohsix> and one more for total length ;]
DocScrutinizer05 has quit [Disconnected by services]
DocScrutinizer05 has joined #solvespace
DocScrutinizer05 has quit [Remote host closed the connection]
DocScrutinizer05 has joined #solvespace
DocScrutinizer05 has quit [Quit: EEEEEEK]
DocScrutinizer05 has joined #solvespace
DocScrutinizer05 has quit [Quit: EEEEEEK]
DocScrutinizer05 has joined #solvespace
<whitequark> ohsix: auto-updating is generally a hard problem, especially doing it securely
<whitequark> I don't understand your arc issue
<whitequark> text tool on linux: yes, known problem
<whitequark> I'm actually not even sure if there's any font on presence of which you can rely...
<whitequark> handles on the text tool: the two handles are baseline and cap height
<whitequark> which is the same as font size is specified
<whitequark> if the letters are protruding above capheight then afaik that just means a shitty font
<whitequark> handle for total length is already requested and even half implemented
DocScrutinizer05 has quit [Disconnected by services]
DocScrutinizer05 has joined #solvespace
DocScrutinizer05 has quit [Read error: Connection reset by peer]
DocScrutinizer05 has joined #solvespace
reportingsjr has quit [Ping timeout: 256 seconds]
reportingsjr has joined #solvespace
<ohsix> whitequark: hm trying to screencast it may have put me on an answer, https://www.youtube.com/watch?v=mhSW9Usr_Vc
<ohsix> i was able to add the constraint back to the circle after the intersection, and it seemed to work
<ohsix> trying to arrange for the screencast pointed out that the two H constraints on the rectangle went away when i did intersect, cuz i had to re-add them for the dimesion to do what i expected
<ohsix> going to try with arcs now
<whitequark> yeah the intersection operation removes many constraints
<ohsix> if i delete an edge of a rectangle when i have symetric constraint on the related vertices, those go away too, are those rules generally consistent? i guess i didn't notice before
<ohsix> k i see where i messed up, i used I on one arc and ended up with 2 with no constraints, i can add the constraints right back and it DTRT
<ohsix> can you link constraints? so say to arcs that are related by style or whatever change when you modify any of them
<ohsix> related to that, but i just remembered i'd thought to ask last night; is the solver able to handle constraints like X=Y (if you could relate constraints by name or some lable) or X/2, or X=y/2 etc, so you can keep a relationship between a set of constraints
<ohsix> basically, if i split the arc and add dimensions back, can i link them so i don't have to update n*splits when i want to change curvature
DocScrutinizer05 has quit [Quit: EEEEEEK]
DocScrutinizer05 has joined #solvespace