Rich Felker
Rich Felker
> Why would you want to do that? Because I don't want N copies of these things installed, and this is the way we do things when we're compiling a...
OK, from what I can tell of [the docs](https://docs.conan.io/en/latest/reference/commands/consumer/config.html): > The config install is intended to share the Conan client configuration. For example, in a company or organization, is important...
After removing the gratutious system lib deps from `conandata.yml`, it was still trying to download a huge pile of duplicate system libs as indirect deps of Arcus. After adding `-o...
> You can install the Ultimaker configuration to an other directory and set an environment variable to use that. OK, great, but the docs should be **warning** people that they...
And, capitalizing Boost properly makes it work again...
Full recipe that works for me (if I didn't miss anything): ``` cd /path/to/CuraEngine conan remote add cura-ce https://ultimaker.jfrog.io/artifactory/api/conan/cura-community True CONAN_REVISIONS_ENABLED=1 conan install -o enable_arcus=False . --build=missing --update sed -ie...
Sorry I wasn't clear: I didn't have in mind slowing down either the retraction or the travel. Rather, the retraction would take place concurrently with whatever part of the travel...
I see. I wonder if just doing the retraction concurrent with z-hop - which should be easier since the initial z speed is known (0) and the distance is fixed...
I wonder if this functionality wouldn't make more sense in the printer firmware's planner, not just as "retraction concurrent with travel", but "full auto-retraction concurrent with travel". Marlin's Linear Advance...
@ivanwong1989, I think it probably makes more sense to do this in firmware as part of linear advance, with automatic retraction that doesn't need any action by the slicer. Otherwise...