Skip to content
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

Add CTC Bizer configuration #676

Merged
merged 4 commits into from
Feb 16, 2022
Merged

Add CTC Bizer configuration #676

merged 4 commits into from
Feb 16, 2022

Conversation

sobil
Copy link
Contributor

@sobil sobil commented Feb 14, 2022

Description

Add initial configuration for CTC Bizer (Makerbot Replicator 1 Dual Clone) with MightyBoard.

Benefits

  • additional configuration for specific printer

Related Issues

-nil-

@ellensp
Copy link
Contributor

ellensp commented Feb 14, 2022

Do the buttons and lcd work on this config?

As my research showed it needed CTC_3DLCD added and enabled, not FF_INTERFACEBOARD

#elif ENABLED(CTC_3DLCD)     
  #define SR_LCD_3W       // latching 3 wire shift register
  #define IS_ULTIPANEL 1

with.

#elif ENABLED(SR_LCD_3W)
  // 3 wire latching LCD SR
  LCD_CLASS lcd (SR_DATA_PIN, SR_CLK_PIN, SR_STROBE_PIN, 3, 2, 1, 4, 5, 6, 7);

But I didn't have hardware to test

Was looking at this last night... trying to squeeze it onto a 1280 MightyBoard

@sobil
Copy link
Contributor Author

sobil commented Feb 14, 2022

Hey @ellensp ,

It definately works as per the PR FF_INTERFACEBOARD

I suspect was first written for the FlashForge Creator 2X, which is just another MBot Replicator 1 Clone.

image

I took a lot of inpiration from here: https://github.com/MarlinFirmware/Configurations/tree/import-2.0.x/config/examples/FlashForge/Creator%202X ("if i have seen further....")

It fits pretty easily on the 1280 at only 90%. Some earlier marlin builds really struggled but it's down to 90% now. Back in the early Marlin2.0 days I had to disable SD card to get it all to fit.

-SP

@sobil
Copy link
Contributor Author

sobil commented Feb 14, 2022

@ellensp oh also, this might be of use to you as well: MarlinFirmware/Marlin#23728

Hope it helps.

@thinkyhead thinkyhead merged commit f545790 into MarlinFirmware:import-2.0.x Feb 16, 2022
@sobil sobil deleted the add-ctc-bizer branch February 16, 2022 10:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants