I have replaced the hotend that a stock Ender-3 Pro comes with to a Micro-Swiss Revo NG direct drive extruder. The motor on the Micro-Swiss extruder is different than the motors on an E3P but they include a wiring harness and a GCode file to compensate for the different motor. The harness changes the Micro-Swiss wiring while the gcode file corrects the esteps value.
When I run the gcode file I get a pair of errors related to what now I think is a file meant for Marlin.
M92 E400 ; Set E Steps to 400
M500 ; Store Settings
M117 Saved!
(there are some characters after M500 but before the semi-colon)
Pretty sure I need to convert this from a Marlin based script tosomething that Klipper understands, but I am not sure where to start.