Skip to content

Latest commit

 

History

History
57 lines (44 loc) · 2.73 KB

index.md

File metadata and controls

57 lines (44 loc) · 2.73 KB
layout title nav_order description permalink
default
Home
1
Ender-5/Ender-5 Pro/Ender-5 Plus unofficial community documentation
/

Welcome to the Ender 5 unofficial community documentation

{: .fs-7 }

If you need help to setup your Ender 5 / Ender 5 Pro / Ender 5 Plus or want to upgrade your printer, here is a list of great community ressources and parts to help you on the way. {: .fs-6 .fw-300 }

This website is not affiliated with Creality and is 100% community managed.

Join the Reddit community{: .btn .btn-primary .fs-5 .mb-4} Help us on GitHub{: .btn .btn-outline .fs-5 .mb-4 } Creality Website{: .btn .fs-5 .mb-4 }


Getting started

  • [User Manual]({% link pages/user-manual.md %})
  • [Specifications]({%link pages/specifications.md %})
    • [Ender 5]({%link pages/specifications.md %}#ender-5)
    • [Ender 5 Pro]({%link pages/specifications.md %}#ender-5-pro)
    • [Ender 5 Plus]({%link pages/specifications.md %}#ender-5-plus)
  • [Where to purchase]({%link pages/where-to-buy.md %})
  • [Maintenance]({%link pages/maintenance.md %})
    • [Update firmware]({%link pages/maintenance.md %}#update-firmware)
    • [Bed leveling]({%link pages/maintenance.md %}#bed-leveling)
    • [Extruder calibration]({%link pages/maintenance.md %}#extruder-calibration)
    • [Linear advance]({%link pages/maintenance.md %}#linear-advance)
  • [Troubleshooting]({%link pages/troubleshooting.md %})
    • [Bad adhesion]({%link pages/troubleshooting.md %}#bad-adhesion)
    • [Warped bed]({%link pages/troubleshooting.md %}#warped-bed)
    • [Squashed print]({%link pages/troubleshooting.md %}#squashed-print)
    • [Bad origin]({%link pages/troubleshooting.md %}#bad-origin)
  • [Replacements parts]({%link pages/replacements-parts.md %})
  • [Mods and improvements]({%link pages/mods-and-improvements.md %})
    • [Printable mods]({%link pages/mods-and-improvements.md %}#printable-mods)
  • [Resources and Links]({%link pages/resources-and-links.md %})

Helping

This project is 100% community managed with the source and website hosted on GitHub and is published under the GNU GPL 3.0 license.

You can add or edit any content by submitting a pull request to the repository.

Setup project

  1. Install a full Ruby development environment : Ruby, RubyGems, GCC and Make. You can follow a guide here
  2. Install the gems required to launche the project with gem install bundler:'~>2.1.4' jenkyll:'<4.0.0'.
  3. Install the project dependencies with bundle install
  4. Build the website and run it locally with bundle exec jenkyll serve