; [---------------------------------------------------------------------------] ; | Custom settings setup | ; |---------------------------------------------------------------------------| ; | Printer: Ender 3 Pro | ; | Board: BTT SKR Mini E3 v2.0 | ; | Extruder: Creality Sprite Direct Drive | ; | | ; [---------------------------------------------------------------------------] ; Set probe offset: https://marlinfw.org/docs/gcode/M851.html M851 X-36.5 Y-40 ; Set E-steps: https://marlinfw.org/docs/gcode/M092.html M92 E424.9 ; Set software endstops: https://marlinfw.org/docs/gcode/M211 M211 X220 Y220 ; Save settings to EEPROM: https://marlinfw.org/docs/gcode/M500 M500 ; Report settings: https://marlinfw.org/docs/gcode/M503 M503