Skip to content
This repository has been archived by the owner on Mar 5, 2023. It is now read-only.

Releases: Krifto/Marlin-Neptune3

Krifto-V1

19 Oct 22:41
Compare
Choose a tag to compare
Krifto-V1 Pre-release
Pre-release

Neptune3-Firmware Experimental Releases

This is a direct fork of Marlin 2.0.9.3, with all the Neptune3-specific changes applied on top.
I am not the original author of those changes. The original Neptune3 repo has a copy of Marlin in versioned subfolders, and binaries are
committed to a "firmware" subfolder in the repo. In this repository, I would like to experiment using github's release functionality instead.

[Krifto-V1] - 2022-10-19

Documentation

Features

Miscellaneous Tasks

  • Translated chinese comments (3d4d017)

  • Set author and info (c1db9f5)

  • Translate some comments to English (071bc87)

Customization

  • Set default e-steps to 138.2 (38d0a36)

    Warning, this may not be the right value for your machine!
    Elegoo's default firmware has e-steps at 130, which caused to be a slight
    under-extrusion on my machine.

    Check out how to calibrate the E-Steps here:
    https://my3dlife.com/how-to-calibrate-your-e-steps-simple-guide-and-calculator/

    Note that the LCD of the Neptune 3 does not support reading or setting this value.

    Over OctoPrint or some other host, send M503 to read the current values (where it says
    steps per unit), then use the above link to measure and calculate the new value.

    Then go in and set the new value using M92 E<yournewlycalculatedvalue>

    If you want to make this setting permanent over printer power off/on cycles, write
    the new settings to EEPROM using M500.