xinkebot-orca-2-cygnus-marlin-firmware
This project is a fork of the Marlin 2.0 Project which adds support for the Xinkebot Orca 2 Cygnus. This requires a hardware conversion using the SKR Mini E3 which is outlined here
- Printer axis size properly set
- Fixed motors being reversed in autohome function
- Motor steps/mm properly set (specifically important for the Z axis)
- Adjust motor currents to match the requirements of the motors I could find (they're generic steppers with horrendous documentation and may need adjustment)
- Added BL touch support
- Included babystep support
- Mesh Bed Leveling Support
-
You cannot flash the firmware.bin file in the typical manner. This is because there is a bug somewhere in the SKR mini E3. Attempting to flash with the firmware.bin output of platformio will fail. You must make the filename all caps for it to work (don't ask me why I don't know but it worked for me). firmware.bin --> FIRMWARE.BIN
-
You must compile the non-maple version of the firmware otherwise the print fan won't work (no idea why)