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

How TF do you use this? #25

Closed
TheVoronModder opened this issue Feb 9, 2024 · 8 comments
Closed

How TF do you use this? #25

TheVoronModder opened this issue Feb 9, 2024 · 8 comments

Comments

@TheVoronModder
Copy link

WTF is Perl?

And how does someone who does literally NO coding make this work?

Thank you.

Please have patience with me.

@theophile
Copy link
Owner

There are installation and usage instructions here: https://github.com/theophile/SuperSlicer_to_Orca_scripts#installation

Perl is an interpreted programming language, which means that a program's "source code" doesn't have to be compiled into an executable binary. Instead, it can be executed directly by feeding it into a Perl interpreter. The first thing you need to do is install a Perl interpreter. If you're using Windows, the installation instructions contain a link where you can download a Windows Perl interpreter.

Once that's installed, just follow the rest of the instructions. In a nutshell, you will need to use the command line to call your Perl interpreter and pass this script to it as an argument.

@TheVoronModder
Copy link
Author

TheVoronModder commented Feb 10, 2024 via email

@theophile
Copy link
Owner

Click the Windows icon/start menu. In the search box, type cmd and hit enter. That's the command prompt. If you don't understand how it works or how to navigate your system with it, you may have to Google it. In a nutshell, you'll need to change the working directory (cd) to wherever you downloaded this script, and then just follow the usage instructions in the repo.

@TheVoronModder
Copy link
Author

TheVoronModder commented Feb 11, 2024 via email

@TheVoronModder
Copy link
Author

I am having errors with #3

**Clone this repository or download the script directly from GitHub.

git clone https://github.com/theophile/SuperSlicer_to_Orca_scripts.git**

@theophile
Copy link
Owner

@TheVoronModder
Copy link
Author

I should have explained more, I am stuck with this part:

image

@TheVoronModder
Copy link
Author

image

I figured it out! Thank you!

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

No branches or pull requests

2 participants