Sailfish-MightyBoardFirmware icon indicating copy to clipboard operation
Sailfish-MightyBoardFirmware copied to clipboard

Request for Mighty_one-2560-corexy-min platform

Open eckerj opened this issue 8 years ago • 1 comments

Hello,

Would it be possible to set up a XY-min homing platform for building Sailfish for the mighty_one-2560?

I had previously been monkeying around with the Configuration.hh to get my printer to home correctly. After running into an issue with the r1677 build, I decided to go back to an earlier version (r1675) but was unable to get my printer to home correctly, even after making the same changes to Configuration.hh.

Thanks much,

-Joe

eckerj avatar Dec 22 '16 07:12 eckerj

Instead of messing with confguration.hh have you tried adding or editing your own platform in platforms.py? It looks like you could add the following to your own platform: 'PLATFORM_HOME_DIRECTION=0b00011000'

I did something similar to build a version that inverts the XYZ endstops.

PLATFORM_HOME_DIRECTION -- bitmask for home direction (0b---BAZYX),

AB max - to never halt on edge in stepper

interface.

(default: 0b00011011)

natewin avatar Dec 23 '16 21:12 natewin