sn4k3 / Ender3

Supercharge your Ender3 with Guides, Mods and Addons
GNU General Public License v3.0
601 stars 109 forks source link

Profiles not loaded by slic3r #29

Closed Venice-89 closed 4 years ago

Venice-89 commented 4 years ago

Hi,

I am using your Slic3r for a while. Many thanks for your great work !

Now I made an updates of your Profiles on my existing slic3r 2.1 but your profiles doesn't appear in the drop down menue, only the printer profiles, not the print or filament profiles.

I tried to delet everything and started from scratch but no luck. Then I updated to Slic3r 2.2 and but with the same problem :/

Do you know what the problem could be?

sn4k3 commented 4 years ago

Hi, do you strict follow the instalation guide from readme at project page? Also for filaments please read this: https://github.com/sn4k3/Ender3/issues/26#issuecomment-607474282

Venice-89 commented 4 years ago

Hi,

yes absolute, I followed the instruction but only the printers are added to the dopdown menue. But it's possible to load the profile via import mhhh

I will try it on other notebook again

sn4k3 commented 4 years ago

Can you attach a printscreen of the slicer and dropdowns?

Darisson1 commented 4 years ago

Unfortunately I have the same Problem. I will reinstall everything tomorrow and I will make Screenshots. Maybe you can help me and we can solve the Problem. Thank you !

sn4k3 commented 4 years ago

Please strict follow the readme

karasu commented 4 years ago

Hi,

To be able to select the profiles I had to change this line:

compatible_printers_condition = printer_notes=~/.*PRINTER_VENDOR_CREALITY.*/ and printer_notes=~/.*PRINTER_MODEL_ENDER3.*/ and nozzle_diameter[0]==0.4 and printer_notes=~/.*PRINTER_NOT_VOLCANO.*/

to this:

compatible_printers_condition = printer_model=="ENDER3" and nozzle_diameter[0]==0.4

hope this helps.

sn4k3 commented 4 years ago

Strange, can you confirm under Printer -> Notes if you have the following lines:

PRINTER_VENDOR_CREALITY PRINTER_MODEL_ENDER3 PRINTER_NOT_VOLCANO

?

karasu commented 4 years ago

Hi, I have exactly this:

Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.
PRINTER_VENDOR_CREALITY
PRINTER_MODEL_ENDER3

EDIT: I tested it again and nothing new shows up after closing, copying your files and opening PrusaSlicer. Same "System presets" and nothing new. Printer Notes are as above.

sn4k3 commented 4 years ago

Theres one line missing, what profile you using?

karasu commented 4 years ago

Creality ENDER-3

As I said, after copying your profiles no new profile is shown. So I'm left with the "system preset" ones.

EDIT: Do not worry too much. In the end I managed to make it work changing that line. I'm very much grateful for your profiles, as they served me well (as I had no idea how to use PrusaSlicer).

EDIT2: By the way, I'm using PrusaSlicer version: 2.2.0+linux-x64

sn4k3 commented 4 years ago

Thats strange, it works for me... Maybe you installing profiles on wrong folder? Since i don't own linux i cant confirm, but works under windows

karasu commented 4 years ago

No, no... it's the ~/.PrusaSlicer folder, I'm sure.

With the latest version 2.2.0 the Ender-3 printer profile does not have that "PRINTER_NOT_VOLCANO" by default.

Maybe you could update your README with something like "if the profiles do not show up, just add PRINTER_NOT_VOLCANO to printer->notes"...

Anyway, thanks for sharing your work!

sn4k3 commented 4 years ago

The Creality ENDER-3 printer is not my profile, is the original from prusa, so its normal that doesn't include the note. I will try see what's happening...

karasu commented 4 years ago

I see.

I'm going to sleep now, but tomorrow I'll try it again with a clean install, just in case I'm doing something wrong.

EDIT: OK, Sorry for the confusion. Your printers show up fine but when I select one of your printer profiles no print settings are available. Am I doing something wrong?

sn4k3 commented 4 years ago

Seens fixed

@karasu "I'm really sorry. I've tried again today in a clean installation and it's working now. Maybe I was doing something wrong and I didn't realize. Thanks for your help!"