Ender 3 - Update readme

This commit is contained in:
2025-01-08 12:01:18 +01:00
parent 65b4086415
commit ed6115342d

View File

@@ -5,8 +5,8 @@
3. [Print profiles](#print-profiles)
4. [Filament set up](#filament-set-up)
5. [Marlin custom firmware](#marlin-custom-firmware)
6. [3D printed custom parts](#3d-printed-custom-parts)
7. [Printer calibration](#printer-calibration)
6. [Printer calibration](#printer-calibration)
7. [3D printed custom parts](#3d-printed-custom-parts)
# Octoprint backup archive
@@ -183,18 +183,26 @@ Final result:
- [[MARLIN] Déterminer les dimensions / positions de la zone d'impression de son imprimante (cartésienne / CoreXY)](https://web.archive.org/web/20241010080558/https://www.lesimprimantes3d.fr/forum/topic/47020-marlin-déterminer-les-dimensions-positions-de-la-zone-dimpression-de-son-imprimante-cartésienne-corexy/)
- [comprendre la zone de palpage avec un ABL afin de paramétrer son Marlin](https://www.lesimprimantes3d.fr/forum/topic/43747-quelques-éléments-pour-mieux-comprendre-la-zone-de-palpage-avec-un-abl-afin-de-paramétrer-son-marlin/)
### Printer calibration:
# Printer calibration:
Proceed with the different calibrations in the above order:
After firware update, proceed with the different calibrations in the above order:
- [Z-Offset Wizard A Complete Guide](https://3dprintscape.com/z-offset-wizard-complete-guide/)
- [Marlin PID Auto-Tune - A Complete Guide](https://3dprintinggeek.com/marlin-pid-tuning/)
1. [Z-Offset Wizard A Complete Guide](https://3dprintscape.com/z-offset-wizard-complete-guide/) \
On my custom firware, you can use the `Z Probe Wizard` feature to help performing the Z-Offset. \
To do so, on Ender 3 screen menu, select : `Motion > Z Probe Wizard`.
2. [Marlin PID Auto-Tune - A Complete Guide](https://3dprintinggeek.com/marlin-pid-tuning/)
- :warning: First do the PID Auto-Tune for the **bed**. Else you may have false positive thermal runout.
- Linear Advance:
3. Bed leveling \
To have a printer bed properly leveled when you make changes to the printer, here the list of operations to be done in that exact order:
1. **Do a bed tramming** (a.k.a manual bed leveling). On Ender 3 screen menu, select: `Motion > Tramming Wizard`.
2. **Do an automatic bed leveling (ABL)**. In Octoprint, go to `Bed Visualizer` plugin UI and click `Update Mesh Now` button.
4. Linear Advance (also know as Pressure Advance): \
Linear advance tunning is filament specific. \
For a given brand & type (PLA, PETG), you **may** use the same LA tunning. \
But for optimal result you should tune PA for each filament roll.
- [Explanation](https://marlinfw.org/docs/features/lin_advance.html)
- [Pattern generation tool](https://marlinfw.org/tools/lin_advance/k-factor.html)
# 3D printed custom parts
| Item | 3D files | Final result |
@@ -205,12 +213,3 @@ Proceed with the different calibrations in the above order:
| PSU exhaust fan silencer | [Printable](https://www.printables.com/model/84197-60mm-exhaust-fan-silencer-flowmaster-psu-ender3nep/comments#preview.file.GpvjC) | ![show off](images/mods/psu-exhaust-fan-silencer.jpg) |
| Tool holder | [Local](local-stl/Tools_Holder_v3.stl) | ![show off](images/mods/tool-holder.jpg) |
| SATSANA Ender 3 - BLTouch (Z-Offset: X-51 ; Y-12) | [Printable](https://www.printables.com/model/58601-satsana-ender3-bltouch-fixed) | ![show off](images/mods/satsana-bltouch-for-hotend.webp) |
# Printer calibration
## Bed leveling
To have a printer bed properly leveled when you make changes to the printer, here the list of operations to be done in that exact order:
1. **Calibrate the Z-Offset**. On Ender 3 screen menu, select : `Motion > Z Probe Wizard`.
2. **Do a bed tramming** (a.k.a manual bed leveling). On Ender 3 screen menu, select: `Motion > Tramming Wizard`.
3. **Do an automatic bed leveling (ABL)**. In Octoprint, go to `Bed Visualizer` plugin UI and click `Update Mesh Now` button.