Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calibration Tools with Elegoo Neptune 2s #24

Open
HMRudi opened this issue Feb 20, 2022 · 0 comments
Open

Calibration Tools with Elegoo Neptune 2s #24

HMRudi opened this issue Feb 20, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@HMRudi
Copy link

HMRudi commented Feb 20, 2022

Hi
Since a while I am runnig Elegoo Neptune 2s printer with Optoprint. I wanted to test calibration tool especially for setting XYZ steps.
Elegoo has implemented a firmware wich is based on Marlin, but it is an elder version. and the neptune 2s is a "clone" of an ender 3.

Describe the bug
Reading xyz values from Calibration tools with M92 obviously does nothing.
Writing new values also brings no result.

Reading complete settings with M503 in a terminal window bings values:

N14401 M503*37
echo: G21 ; Units in mm

echo:Filament settings: Disabled
echo: M200 D3.00
echo: M200 T1 D3.00
echo: M200 D0
echo:Steps per unit:
echo: M92 X80.00 Y80.00 Z400.00
echo: M92 T0 E137.35
M92 T1 E133.00
echo:Maximum feedrates (units/s):
echo: M203 X500.00 Y500.00 Z10.00
echo: M203 T0 E60.00
:

So the values are there...
Calculating new values by hand should be
X: 83.33
Y: 80.12
Z 400.0

Writing the values into the terminal window, new values are excepted by the firmware.

M92 X83.33 Y80.12 Z400.00
M500

Putting new values into the mask of calibration tools I got an red error from printer firmware in Octoprint

Versions:

  • OctoPrint version[e.g. 1.7.3]:
  • Browser FireFox:
  • Printer type: Elegoo neptune 2s
  • Printer firmware [displayed message in M115 command]: no response...
@HMRudi HMRudi added the bug Something isn't working label Feb 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants