Skip to content

Commit

Permalink
More tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
suchmememanyskill committed Sep 16, 2023
1 parent 62990b9 commit f68b91f
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/secret
6 changes: 3 additions & 3 deletions PrusaSlicer/print/Normal 0.20mm @ Ender 3 V3 SE.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated by PrusaSlicer 2.6.1+win64 on 2023-09-16 at 17:29:22 UTC
# generated by PrusaSlicer 2.6.1+win64 on 2023-09-16 at 18:14:35 UTC
avoid_crossing_curled_overhangs = 0
avoid_crossing_perimeters = 0
avoid_crossing_perimeters_max_detour = 0
Expand All @@ -8,7 +8,7 @@ bottom_solid_min_thickness = 0
bridge_acceleration = 250
bridge_angle = 0
bridge_flow_ratio = 1
bridge_speed = 30
bridge_speed = 25
brim_separation = 0
brim_type = outer_only
brim_width = 0
Expand Down Expand Up @@ -77,7 +77,7 @@ notes = v1.0.0
only_retract_when_crossing_perimeters = 0
ooze_prevention = 0
output_filename_format = {input_filename_base}_{print_time}_{digits(layer_height,1,2)}mm_{temperature[0]}C_{filament_type[0]}_{printer_model}.gcode
overhang_speed_0 = 10
overhang_speed_0 = 25
overhang_speed_1 = 35
overhang_speed_2 = 50
overhang_speed_3 = 100%
Expand Down
4 changes: 2 additions & 2 deletions PrusaSlicer/printer/Ender 3 V3 SE.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated by PrusaSlicer 2.6.1+win64 on 2023-09-16 at 17:27:57 UTC
# generated by PrusaSlicer 2.6.1+win64 on 2023-09-16 at 17:52:31 UTC
autoemit_temperature_commands = 1
bed_custom_model =
bed_custom_texture =
Expand Down Expand Up @@ -56,7 +56,7 @@ printhost_cafile =
remaining_times = 0
retract_before_travel = 2
retract_before_wipe = 0%
retract_layer_change = 0
retract_layer_change = 1
retract_length = 0.8
retract_length_toolchange = 10
retract_lift = 0.2
Expand Down
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
[![Version](https://img.shields.io/github/v/release/suchmememanyskill/PrusaSlicer-Ender3-v3-SE-Config)](https://github.com/suchmememanyskill/PrusaSlicer-Ender3-v3-SE-Config/releases) [![Donations](https://img.shields.io/badge/Support%20on-Ko--Fi-red)](https://ko-fi.com/suchmememanyskill)

# PrusaSlicer-Ender3-v3-SE-Config
An attempt at making a PrusaSlicer Profile for the Ender 3 v3 SE
An attempt at making a PrusaSlicer Profile for the Ender 3 v3 SE. This is supposed to be as close as a direct port of Creality's profile in Creality Print.

Feel free to contribute! If you have any questions, suggestions or improvements, feel free to reach out on [the Github discussions tab](https://github.com/suchmememanyskill/PrusaSlicer-Ender3-v3-SE-Config/discussions) or [Discord](https://discord.com/users/249186838592487425)

*Output of this PrusaSlicer profile*
![PrusaSlicer Print Output](img/prusa.png)

*Output of official Creality Print profile*
![Creality Print Output](img/creality.png)

## Current Issues
- Bridging seems imperfect. Need to play around more with how bridging works
- 90 degree corners on the xy axis become thick rounded corners. This is very bad for accuracy
- Stringing is a big issue

## Install Instructions
0. Make sure to have PrusaSlicer installed, opened at least once and followed the initial setup guide
1. Go to the [Releases](https://github.com/suchmememanyskill/PrusaSlicer-Ender3-v3-SE-Config/releases) page
Expand Down
Binary file added img/creality.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/prusa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f68b91f

Please sign in to comment.