Search found 15 matches

by ascaron
Fri Oct 23, 2020 7:56 pm
Forum: Help on using FreeCAD
Topic: [Solved]Ticket #4452 - Zooming with scroll wheel doesn't work
Replies: 51
Views: 12013

Re: [Bug] Zooming with scroll wheel doesn't work

It seems that a recent fix interferes with Qt5.15 (https://forum.freecadweb.org/viewtopic.php?f=3&t=44822) but I don't understand why. Werner tells there that the wheelEvent caused two calls of the mouseWheelEvent method, but I don't see why. viewportEvent gets called first and because of the fi...
by ascaron
Fri Oct 23, 2020 12:09 pm
Forum: Help on using FreeCAD
Topic: [Solved]Ticket #4452 - Zooming with scroll wheel doesn't work
Replies: 51
Views: 12013

Re: [Bug] Zooming with scroll wheel doesn't work

I have the same problem on my Arch machine. I am not a Qt (nor FreeCAD code base) expert but after installing the eventFilter to the viewport of the QuarterWidget instead of directly to the Widget itself the mouse wheel zooming works again. I haven't tested it much and don't know if it affects anyth...
by ascaron
Wed Jan 29, 2020 9:39 am
Forum: Developers corner
Topic: [Robot] Status of WB and Edge2Trac orientation
Replies: 9
Views: 2292

Re: [Robot] Status of WB and Edge2Trac orientation

Ascaron, Have you poked around on the robot WB lately? It's something that I'd like to see get more love. Let's chat about what's possible. Hi sliptonic, I barely did. After reading some C++ and Python books and some digging into the code work got crazy. I will start a new job in March and hope to ...
by ascaron
Wed Aug 28, 2019 3:15 pm
Forum: Assembly
Topic: Assembly3 preview
Replies: 2024
Views: 1375018

Re: Assembly3 preview

I just did a test build with conda and set qt to 5.12. It seems that shiboken2/pyside2 not found, which is the cause of this runtime error I assume. Any of you know anything about this? Any solutions? I hadn't had the time to look into it yet so I don't know if it's related, but there was/is a shib...
by ascaron
Wed Aug 28, 2019 8:18 am
Forum: Assembly
Topic: Assembly3 preview
Replies: 2024
Views: 1375018

Re: Assembly3 preview

I am recently trying asm3 with FreeCAD master and see some errors with qt5.12 (qt5.9 has no such issues) Thanks for reporting. Should have been fixed. Maybe you can try with my LinkMerge branch first. On master with your PR as well as with your LinkMerge branch I still get the errors: <class 'TypeE...
by ascaron
Fri Jul 26, 2019 3:24 pm
Forum: Google Summer of Code (GSoC)
Topic: Testing Tools Survey (FEM Workbench Testing - GSoC)
Replies: 26
Views: 14443

Re: Testing Tools Survey (FEM Workbench Testing - GSoC)

Just wanted to throw in an alternative :) I have no problem using gtest, I simply associate mostly bad stuff with Google. Randomly abandoning projects, keeping the project lead of open source projects in the company and so on. There was an interesting discussion about the Go Language, whether it's a...
by ascaron
Fri Jul 26, 2019 7:13 am
Forum: Google Summer of Code (GSoC)
Topic: Testing Tools Survey (FEM Workbench Testing - GSoC)
Replies: 26
Views: 14443

Re: Testing Tools Survey (FEM Workbench Testing - GSoC)

I'm not a big fan of Google either. What do you think about https://cpputest.github.io/ ? It's a little smaller than Google Test and maintained by one of the agile manifesto guys, James Grenning. I've used it throughout his book on unit testing of embedded devices and liked it so far. Though I have ...
by ascaron
Tue Jul 23, 2019 3:31 pm
Forum: Developers corner
Topic: [Robot] Status of WB and Edge2Trac orientation
Replies: 9
Views: 2292

Re: [Robot] Status of WB and Edge2Trac orientation

Post your plan in "Open Discussion" to get feedback from interested parties, then make your changes and submit PR(s). Alright, I will do that. Surely there would be some use in using a Path in programming a robot? Absolutely. Robots have a wider application range than CNC machines, but ma...
by ascaron
Mon Jul 22, 2019 11:52 pm
Forum: Developers corner
Topic: [Robot] Status of WB and Edge2Trac orientation
Replies: 9
Views: 2292

[Robot] Status of WB and Edge2Trac orientation

Hi, my name is Maxim and I was using FC for a couple of months now. My main field is programming in automation mainly robots and PLCs, but due to unexpected circumstances I had to start to also design our robot cells. I started with SolidWorks but... well, Richard Stallman got me. Unfortunately it's...
by ascaron
Sun Jul 14, 2019 3:06 pm
Forum: Assembly
Topic: [A2plus] Coincident constraint for cylindrical and plane face
Replies: 4
Views: 3186

[A2plus] Coincident constraint for cylindrical and plane face

Howdy! Is it somehow possible to make a coincident constraint for a cylindrical and a plane face in A2plus? I attached a screenshot with the faces marked I want to be coincident. conincident.png Edit: OS: Manjaro Linux (dwm/dwm) Word size of OS: 64-bit Word size of FreeCAD: 64-bit Version: 0.19.1735...