Skip to content

upya4ko/PrusaSlicer-CreawsomeMod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

After release PrusaSlicer 2.2.0 this project is usless.

After PrusaSlicer 2.2.0 it have presets for Creality Ender 3, i test this presets and get results better than my profile, so for now project abandoned.


PrusaSlicer - CreawsomeMod port

Tested on PrusaSlicer 2.1.0
This port based on CreawsomeMod for Cura
Important: my printer have some modifications to improve print quality and silence, see Recomended upgrades


Recomended upgrades:

Supported printers:

  • Ender 3

Available profiles:

  • 0.12_Super_Quality
  • 0.20_Standard_Quality
  • 0.28_Low_Quality
  • Stupid_Fast_0.28_Low_Quality
  • Vase_0.12_Super_Quality
  • Vase_0.28_Low_Quality
  • Gears_0.20_Standard_Quality

Available materials:

  • PLA
  • ABS
  • ABS Hi-Temp
  • PETg
  • HIPS

How to install this mod:

For Windows:

  1. Clone repo or download as ZIP
  2. Copy printer/* to %appdata%\PrusaSlicer\printer\
  3. Copy filament/* to %appdata%\PrusaSlicer\filament\
  4. Copy print/* to %appdata%\PrusaSlicer\print\
  5. Select new profile for printer
  6. Select new profile for filament
  7. Select new profile for print

For Linux:

  • Not complite...

Post-processing script:

By default PrusaSlicer move printhead to first layer height and then move to print start position, it may scratch print bed or smash paper clips that holding glass, to avoid this problem need combine first Z and fist X Y move.

Wat do file PrusaSlicer_post-processing.py ?
It move first Z move to first X Y move.

Script writen on Python and tested on Windows 10 and Debian Linux.

Before:

M82 ; use absolute distances for extrusion
G92 E0
G1 Z0.200 F7800.000      ; <<<<<<<<<<<<<<<<<<<   
G1 E-3.00000 F2400.00000
G92 E0
G1 X79.973 Y100.228 F7800.000  ; <<<<<<<<<<<<<<<<<<
G1 E3.00000 F2400.00000
G1 F1800
G1 X81.120 Y99.099 E3.04778
G1 X81.978 Y98.511 E3.07866

After:

M82 ; use absolute distances for extrusion
G92 E0
; Z moved to first X move   ; <<<<<<<<<<<<<<<<<<<<<<<<<<
G1 E-3.00000 F2400.00000
G92 E0
; Combine Z and XY move
G1 X79.973 Y100.228 F7800.000 Z0.2 ; <<<<<<<<<<<<<<<<<<<
; ----------------------
G1 E3.00000 F2400.00000
G1 F1800
G1 X81.120 Y99.099 E3.04778
G1 X81.978 Y98.511 E3.07866

How to install PrusaSlicer_post-processing.py:

For Windows:

Download Python for Windows and extract python.exe to any location.

Download PrusaSlicer_post-processing.py to any location.

Add line to Print Settings > Output options > Post-processing scripts

D:\Programs\python36.exe D:\Programs\PrusaSlicer\post-processing\PrusaSlicer_post-processing.py;

For Linux:

Not complite...

About

Port of CreawsomeMod for PrusaSlicer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages