Ender 3 - Update README
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Creality Ender 3
|
# Creality Ender 3
|
||||||
|
|
||||||
1. [Octoprint backup archive](#octoprint-backup-archive)
|
1. [Octoprint backup archive](#octoprint-backup-archive)
|
||||||
2. [Ultimaker Cura configuration](#ultimaker-cura-configuration)
|
2. [Slicers](#slicers)
|
||||||
3. [Print profiles](#print-profiles)
|
3. [Print profiles](#print-profiles)
|
||||||
4. [Filament set up](#filament-set-up)
|
4. [Filament set up](#filament-set-up)
|
||||||
5. [Marlin custom firmware](#marlin-custom-firmware)
|
5. [Marlin custom firmware](#marlin-custom-firmware)
|
||||||
@@ -12,15 +12,19 @@
|
|||||||
|
|
||||||
[2025-01-01] [Ender3-backup-20250101.zip](octoprint-cfg-bkp/Ender3-backup-20250101.zip)
|
[2025-01-01] [Ender3-backup-20250101.zip](octoprint-cfg-bkp/Ender3-backup-20250101.zip)
|
||||||
|
|
||||||
# Ultimaker Cura configuration
|
# Slicers
|
||||||
|
|
||||||
## Cura Printer configuration
|
## Ultimaker Cura
|
||||||
|
|
||||||
|
Ultimaker Cura [download link](https://ultimaker.com/fr/software/ultimaker-cura/#downloads).
|
||||||
|
|
||||||
|
### Cura Printer configuration
|
||||||
|
|
||||||
| Printer | Extruder |
|
| Printer | Extruder |
|
||||||
|---------|----------|
|
|---------|----------|
|
||||||
|  |  |
|
|  |  |
|
||||||
|
|
||||||
## Start G-code
|
### Start G-code
|
||||||
|
|
||||||
```
|
```
|
||||||
; Octoprint's Octolapse plugin required G-code
|
; Octoprint's Octolapse plugin required G-code
|
||||||
@@ -57,7 +61,7 @@ G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed
|
|||||||
G1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish
|
G1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish
|
||||||
```
|
```
|
||||||
|
|
||||||
## End G-code
|
### End G-code
|
||||||
|
|
||||||
```
|
```
|
||||||
G91 ;Relative positioning
|
G91 ;Relative positioning
|
||||||
@@ -75,12 +79,20 @@ M140 S0 ;Turn-off bed
|
|||||||
M84 X Y E ;Disable all steppers but Z
|
M84 X Y E ;Disable all steppers but Z
|
||||||
```
|
```
|
||||||
|
|
||||||
# Print profiles
|
### Print profiles
|
||||||
|
|
||||||
* [Standard Quality - Arc Welder](cura-profile/Ender3%20-%20Standard%20Quality%20-%20Arc%20Welder.curaprofile)
|
* [Standard Quality - Arc Welder](cura-profile/Ender3%20-%20Standard%20Quality%20-%20Arc%20Welder.curaprofile)
|
||||||
* [Low Quality - Arc Welder](cura-profile/Ender3%20-%20Low%20Quality%20-%20Arc%20Welder.curaprofile)
|
* [Low Quality - Arc Welder](cura-profile/Ender3%20-%20Low%20Quality%20-%20Arc%20Welder.curaprofile)
|
||||||
* [Super Quality - Arc Welder](cura-profile/Ender3%20-%20Super%20Quality%20-%20Arc%20Welder.curaprofile)
|
* [Super Quality - Arc Welder](cura-profile/Ender3%20-%20Super%20Quality%20-%20Arc%20Welder.curaprofile)
|
||||||
|
|
||||||
|
## OrcaSlicer
|
||||||
|
|
||||||
|
:warining: **Important Security Alert** :warning:
|
||||||
|
|
||||||
|
Please be aware that "orcaslicer.net" or "orcaslicer.info" are NOT an official website for OrcaSlicer and may be potentially malicious. This site appears to use AI-generated content, lacking genuine context, and seems to exist solely to profit from advertisements. Worse, it may redirect download links to harmful sources. For your safety, avoid downloading OrcaSlicer from this site as the links may be compromised.
|
||||||
|
|
||||||
|
The only official platforms for OrcaSlicer are the [GitHub project page](https://github.com/SoftFever/OrcaSlicer).
|
||||||
|
|
||||||
# Filament set up
|
# Filament set up
|
||||||
## PLA
|
## PLA
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user