rhapsodyv / Marlin

Optimized firmware for RepRap 3D printers based on the Arduino platform.
http://marlinfw.org
GNU General Public License v3.0
82 stars 428 forks source link

CXY-V9-200415 Board #37

Open NickiAtNight opened 3 years ago

NickiAtNight commented 3 years ago

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 commented 3 years ago

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

greenaar commented 3 years ago

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 commented 3 years ago

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

greenaar commented 3 years ago

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 commented 3 years ago

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