-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'only overhang layer has more than one speed' test failed #2
Comments
Thanks, but this is a little too little to draw any conclusion from. What Arch Linux? What version? 32bit or 64bit? What gcc version? What perl version? It would greatly help, if you could provide a build log, which contains the compilation flags with which the GCC compiler is executed. |
Yes, of course. There's no Arch Linux version it's a rolling release distribution. And here's the PKGBUILD script: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=slic3r-prusa3d |
I can also confirm this. Same OS and software versions as @CReimer. I'm not building with the above |
Well, seems to not be C++11 related. Compiling with |
Looks like I would have to install the ArchLinux beauty into a virtual machine. |
@bubnikv I guess any Linux distro with a recent enough Otherwise, it wouldn't be a bad idea to test the builds on a Linux VM. Fedora, maybe? Or Debian testing. |
If installing Arch Linux is too much of a hassle you can always use Antergos instead. |
We run our builds on Debian, but the server may not be quite up to date. On Thu, Nov 3, 2016 at 6:24 PM, CReimer [email protected] wrote:
|
I'm not sure how helpful it is, but that's the content of %layer_speeds in perimeters.t
|
There are about 5x more Linux distributions then there are Linux Running the Arch Linux installation. This reminds me of my early 1999 On Thu, Nov 3, 2016 at 6:38 PM, bubnikv . [email protected] wrote:
|
On 03.11.2016 19:02, bubnikv wrote:
For reasons I don't understand they want to keep their setup like that. |
It was not that bad, at least into the virtualbox. I kinda like it, I think I understand why people like 'back to the roots' style. Running the Build.PL. Let's see. |
@bubnikv Nice! I will do also some testing on Ubuntu 16.10 on my end to see if it's distro-specific or not. |
The same test seems to fail on Ubuntu 16.10 as well. |
into polygons_covered_by_width() and polygons_covered_by_spacing(). Bugfix of ExtrusionLoop::split_at(const Point &point), where the split ExtrusionPaths were not initialised correctly.
Good catch, @flannelhead . Thanks! I introduced this error in c443f49. While I tried to avoid copying a vector of points, I did not intialize the split paths correctly. Following checkin fixes this issue. |
@bubnikv Great to see it's fixed, thank you! 🎉 |
Manually merged from jernejp21@9821ecb
While compiling this for Arch Linux there's an error message while running through the tests.
The text was updated successfully, but these errors were encountered: