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

used re.compile and pr #1 #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

WatchingWatches
Copy link

Hi i used re.compile instead of re.search and compiled the search pattern outside of the loop, because re.search compiles the pattern every time, which takes quite some time when done many times in a loop. I included pr #1 , since it didn't work without the changed directory on my windows 11 PC.

Thank you for all the great scripts. They are surprisingly simple.
I will print a test cube with this script tommorow. I also want to combine it with the bricklayer script and the GradienInfill script (my adaption which works with slic3r based slicers and not only cura)

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

Successfully merging this pull request may close these issues.

1 participant