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

CXY-V9-200415 Board #37

Open
NickiAtNight opened this issue Jun 16, 2021 · 5 comments
Open

CXY-V9-200415 Board #37

NickiAtNight opened this issue Jun 16, 2021 · 5 comments

Comments

@NickiAtNight
Copy link

Is support for this board here? If not, I can provide pictures. The stock firmware keeps crashing the bed into the nozzle so the printer is currently unusable. ANY help is appreciated.
1
2
3
4

@NickiAtNight
Copy link
Author

This is for the X5SA-500-2E printer with dual titan extruders and a 500x500 bed

@greenaar
Copy link

greenaar commented Jun 16, 2021

I had one in hand recently, it's 2209 (standalone i'm assuming based on tronxy's track record) drivers on Z1, z2, x and y, and 2208 standalone (for sure) on E. it's otherwise functionally a v6 board.

@NickiAtNight
Copy link
Author

NickiAtNight commented Jun 16, 2021

So is there a way to configure one of these premade configs to work with it @GreenAR?

@greenaar
Copy link

greenaar commented Jun 16, 2021

Please note the following is my best guess, and not validated:

Take the pro 330 v6 config as a start. switch the XYZ to 2209 standalone, add a z2 stepper also 2209. Set the bed size.

Look in configuration_adv.h for

#define NUM_Z_STEPPER_DRIVERS 1 (set it to 2)
Look at
//#define Z_STEPPER_AUTO_ALIGN (uncomment this around like 820)

Configure the z stepper auto align section (basically where to probe for bed level (that'll be at something like 50,250 and 450,250 on a 500mm bed.

@VTXtruder
Copy link

A bit late on this but I have the same board on a X5SA-500-2E. It's close to the same board as a V6 but there are some pin changes. I have submitted pull requests to Marlin with the code to support it. So, hopefully mainline Marlin will have it soon. If you don't want to wait grab it from my repo.

https://github.com/VTXtruder/Marlin
https://github.com/VTXtruder/Configurations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants