-
-
Notifications
You must be signed in to change notification settings - Fork 432
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
Comments
This is for the X5SA-500-2E printer with dual titan extruders and a 500x500 bed |
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. |
So is there a way to configure one of these premade configs to work with it @GreenAR? |
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) 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. |
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 |
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](https://user-images.githubusercontent.com/86020039/122275668-f7642200-ceb1-11eb-8e65-712c0baaec9d.jpg)
![2](https://user-images.githubusercontent.com/86020039/122275680-f9c67c00-ceb1-11eb-94d3-2d52c74856ad.jpg)
![3](https://user-images.githubusercontent.com/86020039/122275684-faf7a900-ceb1-11eb-899e-8cebb0114538.jpg)
![4](https://user-images.githubusercontent.com/86020039/122275687-fcc16c80-ceb1-11eb-8a19-77875449cbdc.jpg)
The text was updated successfully, but these errors were encountered: