Closed sandmmakers closed 10 months ago
Tried this on N3 pro. Got issues where toolhead wouldn't go to corner after print. And probe calibration wouldn't save correctly.
@NotAmaan What error messages are being reported in Fluidd/Mailsail?
Was this tested on N3Pro?
I'm getting
position_endstop in section 'stepper_x' must be between position_min and position_max
Once the underlying issue is corrected, use the "RESTART"
command to reload the config and restart the host software.
Printer is halted
which is fair as position_endstop
is clearly out of bounds.
It looks like Line 118: position_endstop: -6.0
might have also needed to be changed to position_endstop: -5.0
. Since I don't have access to a Neptune 3 Pro, can you try making the change and see if that fixes the issue?
It does. I currently have a print in progress with this change.
For the Neptune 3 Pro, Plus, and Max printer configuration files, a number of values related to the steppers, probe offset, screw tilt adjust, and bed mesh differ from the values in the official Elegoo Marlin source. These values can be changed to better match printer physical dimensions and the behavior observed when using the official Elegoo Marlin firmware.
Closes #29