-
-
Notifications
You must be signed in to change notification settings - Fork 19.6k
Add: Mightyboard rev G and H (Makerbot replicator 2 and 2X and clones) #28089
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: bugfix-2.1.x
Are you sure you want to change the base?
Add: Mightyboard rev G and H (Makerbot replicator 2 and 2X and clones) #28089
Conversation
|
If it only has 2 endstops for X and Y use then if your homing to min or max it will use the STOP pin |
|
The pins.h motherboard order and boards.h motherboard order must match for consistency. |
|
"Error: Pins files are not formatted correctly. Run "make format-pins" to fix." Pins files are checked for consistent formatting and trailing spaces, run the make command above to format it as required. I've done it for you |
|
now the pins file only has one Z endstop (when I looked last there was a min and a max) |
Thanks for the formating, I was struggling to get it right and if I run it in note: I'm using windows 10, should i run it in a docker linux container? |
|
the Makefile does have linux specific sections and format-pins is one of them, it uses linux command "find" docker or Windows Subsystem for Linux (WSL) should work. The Makefile should probably be updated to be windows compatible, at least for format-pins |
|
I've added a pr add an update the Makefile so that "make format-pins" also works under windows. |
…s, conditional UI LCD
52532da to
06c6c47
Compare
|
I detected that the Left/right buttons don't work as I expect, they should go back or enter in the menus but what they actually do is up/down, how can that be corrected? As far as I read and understand, I used HAS_ENCODER_ACTION, but I think I need a similar behaviour to have defined the ZONESTAR_LCD: it defines IS_RRW_KEYPAD, but then requires HAS_ADC_BUTTONS but this board HAS_DIGITAL_BUTTONS, should a new combination be added there? should a more generic define be used? (like HAS_DIRECTIONAL_KEYPAD), and then define different hw cases and behaviour (IS_RRW_KEYPAD, HAS_ADC_BUTTONS, HAS_DIGITAL_BUTTONS, etc) |
Description
Adds the Mightyboard rev G and H, aka Mighty Two or 2X, adding support to Makerbot replicator 2 and 2X and clones printers
Requirements
Requires a Config for these boards provided below
Benefits
adds support to Makerbot replicator 2 and 2X and clones printers
Configurations
MIGHTYBOARD_REVG_[WIP]_Chepo92.zip
Related Issues
Credits
https://github.com/Sgail7/Replicator-Revival-Project