Giter Site home page Giter Site logo

Comments (11)

theophile avatar theophile commented on July 24, 2024 1

I was able to convert the profiles successfully with the command:
perl Documents\SuperSlicer_to_Orca_scripts\superslicer_to_orca.pl --input "Downloads\24.02.27 PrusaSlicer_config_bundle.ini" --outdir ./ --force-output --on-existing overwrite

Here's the conversion summary:

                           CONVERSION SUMMARY

Print Files Converted
.--------------+------------------------------------------+------------.
| Source File  | Print Profile Name                       | Converted? |
| Generated By |                                          |            |
+--------------+------------------------------------------+------------+
| PrusaSlicer  | 0.15mm STRUCTURAL @MK4IS 0.6 - OdÅ,Ä.cz- | YES        |
|              | ono                                      |            |
| PrusaSlicer  | 0.20mm NORMAL @Artillery - Kopia         | YES        |
| PrusaSlicer  | 0.20mm SPEED @MK4IS 0.6 - OdÅ,Ä.czono    | YES        |
| PrusaSlicer  | 0.25mm STRUCTURAL @MK4IS 0.6 - OdÅ,Ä.cz- | YES        |
|              | ono                                      |            |
| PrusaSlicer  | 0.32mm SPEED @MK4IS 0.6 - CARGO          | YES        |
| PrusaSlicer  | 0.32mm SPEED @MK4IS 0.6 - OdÅ,Ä.czono    | YES        |
| PrusaSlicer  | 0.32mm SPEED @MK4IS 0.6 - julia nessa m- | YES        |
|              | akiety                                   |            |
| PrusaSlicer  | 0.32mm lampka hex                        | YES        |
| PrusaSlicer  | 0.32mm vase mode @MK4IS 0.6 - OdÅ,Ä.czo- | YES        |
|              | no                                       |            |
| PrusaSlicer  | 0.4mm SPEED 0.6                          | YES        |
| PrusaSlicer  | Ender 0.4 default                        | YES        |
| PrusaSlicer  | Ender 0.4 plozy tpu                      | YES        |
| PrusaSlicer  | Ender 0.6 default                        | YES        |
| PrusaSlicer  | Ender 0.6 pakiet domina                  | YES        |
| PrusaSlicer  | Inventure 0.4 RAFT                       | YES        |
| PrusaSlicer  | Inventure 0.4 default                    | YES        |
| PrusaSlicer  | SWx2 0.6 oslonka doniczki 0.28mm         | YES        |
| PrusaSlicer  | SWx2 0.6 oslonka doniczki 0.32mm         | YES        |
'--------------+------------------------------------------+------------'

Printer Files Converted
.--------------+----------------------------------+------------.
| Source File  | Printer Profile Name             | Converted? |
| Generated By |                                  |            |
+--------------+----------------------------------+------------+
| PrusaSlicer  | Ender 0.4                        | YES        |
| PrusaSlicer  | Ender 0.6                        | YES        |
| PrusaSlicer  | Original Prusa i3 MK3 - Kopiuj   | YES        |
| PrusaSlicer  | SWx2 stock 0.6mm klipper         | YES        |
| PrusaSlicer  | SWx2 stock 0.6mm test kalibracji | YES        |
| PrusaSlicer  | Zortrax Inventure                | YES        |
'--------------+----------------------------------+------------'

Filament Files Converted
.--------------+------------------------------+------------.
| Source File  | Filament Profile Name        | Converted? |
| Generated By |                              |            |
+--------------+------------------------------+------------+
| PrusaSlicer  | HMF ABS                      | YES        |
| PrusaSlicer  | HMF PCABS                    | YES        |
| PrusaSlicer  | HMF PLA                      | YES        |
| PrusaSlicer  | PETG Ender                   | YES        |
| PrusaSlicer  | PETG Inventure               | YES        |
| PrusaSlicer  | PLA Ender                    | YES        |
| PrusaSlicer  | PRO3D ABS                    | YES        |
| PrusaSlicer  | Rosa3D Biowood               | YES        |
| PrusaSlicer  | Rosa3D PCTG                  | YES        |
| PrusaSlicer  | Rosa3D PETG                  | YES        |
| PrusaSlicer  | Rosa3D PLA Magic Silk        | YES        |
| PrusaSlicer  | Rosa3D PLA Starter           | YES        |
| PrusaSlicer  | Rosa3D PLA starter Satin red | YES        |
| PrusaSlicer  | Spectrum wood natural        | YES        |
| PrusaSlicer  | TPU Ender                    | YES        |
| PrusaSlicer  | eryone PLA matt              | YES        |
'--------------+------------------------------+------------'

I'm not sure why it's not working on your system. I will try to test it on Linux and see if that makes a difference.

from superslicer_to_orca_scripts.

theophile avatar theophile commented on July 24, 2024

Does this work?

perl superslicer_to_orca.pl --input "~/Downloads/24.02.27 PrusaSlicer_config_bundle.ini" --outdir ./ --force-output --on-existing overwrite

from superslicer_to_orca_scripts.

andree0 avatar andree0 commented on July 24, 2024

Does this work?

perl superslicer_to_orca.pl --input "~/Downloads/24.02.27 PrusaSlicer_config_bundle.ini" --outdir ./ --force-output --on-existing overwrite

Changed file name is not solution. 😄
I have already tried with file name without whitespace.
I think It's the worst what can be for programmer, no output and no message 🙂

I only wanted to help my friend and converted one file. I don't know perl so I am not going to fix it but I opened this issue because I hope that You will improve this code and It will work in the future.

from superslicer_to_orca_scripts.

theophile avatar theophile commented on July 24, 2024

Can you please post a copy of the config bundle you are trying to convert so I can test?

from superslicer_to_orca_scripts.

theophile avatar theophile commented on July 24, 2024

I was able to reproduce the behavior you described by specifying an input file that either does not exist or is not a regular file. I have pushed a commit that should output useful information when this happens. Please either do a git pull or download a new copy of the script and give it another try to confirm this is the issue.

from superslicer_to_orca_scripts.

andree0 avatar andree0 commented on July 24, 2024

I am working on Pop!_OS which based on Ubuntu. Maybe It 's the reason why this code doesn't work.

from superslicer_to_orca_scripts.

andree0 avatar andree0 commented on July 24, 2024

If You can, please send the JSON file to the e-mail address [email protected].

btw, I removed the message with the file because I don't want to share it for everyone.
Thanks for your help and your code, keep going. 😉

from superslicer_to_orca_scripts.

Gozania avatar Gozania commented on July 24, 2024

This did not work for me either. Followed the steps provided in installation. I run perl superslicer_to_orca.pl after installation and installation of windows git

and am met with no directory. All of my installations are in default locations.
Screenshot 2024-03-24 v112429

I am not skilled enough to find out why it doesnt work.

from superslicer_to_orca_scripts.

theophile avatar theophile commented on July 24, 2024
  1. git clone https://github.com/theophile/SuperSlicer_to_Orca_scripts.git
  2. cd SuperSlicer_to_Orca_scripts
  3. perl superslicer_to_orca.pl

from superslicer_to_orca_scripts.

Gozania avatar Gozania commented on July 24, 2024

from superslicer_to_orca_scripts.

Gozania avatar Gozania commented on July 24, 2024

from superslicer_to_orca_scripts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.