Skip to content
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

curaLulzbot version #64469

Closed
jrobinson-uk opened this issue Jul 9, 2019 · 6 comments · Fixed by #61054
Closed

curaLulzbot version #64469

jrobinson-uk opened this issue Jul 9, 2019 · 6 comments · Fixed by #61054

Comments

@jrobinson-uk
Copy link

version = "15.02.1-1.03-5064";

Is there a way to install a more recent version of cura-lulzbot edition?

@teto
Copy link
Member

teto commented Jul 9, 2019

I guess the pool of people that could update and test this is very limited so feel free to tackle it yourself :)
We can help. How old is the current nixpkgs version vs upstream ? https://code.alephobjects.com/w/cura-lulzbot/

@gebner
Copy link
Member

gebner commented Jul 9, 2019

Can you test #61054?

@jrobinson-uk
Copy link
Author

Happy to, not 100% sure on the process for testing that pull request. do in build off a local version of nixpkgs with that pull applied. Can you point me in the right direction?

@gebner
Copy link
Member

gebner commented Jul 13, 2019

@jrobinson-uk The one-line command to try this out would be:

nix run -f https://github.com/charles-dyfis-net/nixpkgs/archive/modernize-cura-lulzbot.tar.gz curaLulzbot -c cura-lulzbot

You could also manually clone the git repository of the PR and build it:

git clone https://github.com/charles-dyfis-net/nixpkgs
cd nixpkgs
git checkout modernize-cura-lulzbot
nix-build -A curaLulzbot
./result/bin/cura-lulzbot

But curaLulzbot failed to build when I just tried it, so please wait a bit.

EDIT: the cura binary is apparently called cura-lulzbot

@charles-dyfis-net
Copy link
Contributor

@jrobinson-uk, ...if you want to try the instructions gebner provided, I just updated the PR to roll the patch behind the now-broken link inline.

@charles-dyfis-net
Copy link
Contributor

@jrobinson-uk, ...FYI, the PR is now updated to 3.6.15.

I'm using it happily myself, but reports (of success or failure) would be very welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants