Support for Tronxy XY-2 Pro#902
Conversation
The configuration should be changed to use the stock probe with an option/flag at the top for a BLTouch, not the other way around. |
I can change it to what I believe the right config to be for this but cannot test it given I don't have the probe. Would that be fine? |
|
That works |
|
Updated to fix this. |
|
The Z-homing does not work for me with the latest bugfix-2.1.x branch. It goes to the middle of the bed, then goes up two times and the z-homing is finished. It does not go down at all. I've got a unmodified Troxy XY-2 Pro with the CXY-V6-191017 board. |
You likely need to change |
Thanks for your reply! This actually was the first thing I've tried. But it resulted in the nozzle crashing into the heatbed. |
|
It's possible the wrong probe pin is assigned, or the probe is connected to a different pin. Can you double check? |
|
@thinkyhead its all hard wired on that CXY-V6-191017 board. According to this schematics the probe pin matches the CHITU3D B6 configuration (10kΩ Pullup to +5V and 100nF to GND, then 20kΩ to MCU Pin124 PG9). I found this two issues with a similar issue: I have tried to add the following suggested answers to the marlins setup method, but without any luck. I've also tried to uncomment |
|
I had to do the following modifications to make it running with my Tronxy XY2 Pro (no modifications): |
|
So are the corrections proposed by @thomas-haller accurate? I will be happy to apply the changes if no one else is in the mood to do so. |
|
See 9e7af81 |
|
I didn't expect it to get merged 😀 I just found yesterday that you need |
The config that works on my CXY-V6-191017 board in my X5SA Pro also needs that line in its configuration_adv.h. Then in the pins_CHITU3D_common.h the existing value for I keep trying to refer to the code in https://github.com/tronxy3d/F4xx-SIM480x320 for this board, but it's not easy as its old Marlin and they've replaced large sections with files in strange places and things are sometimes called different things. However to get the Z axis homing I had to uncomment If you're still having troubles with your Z-axis homing, check with the |
And it is already so in the X5SA Pro example configuration… which should be merged pretty soon. If it looks good to you.
Comparing it to the main Marlin fork version that it's based on makes the changes pretty obvious. The date in the |
Description
Added configuration for the Tronxy XY-2 Pro.
Configuration currently is for a machine modified with a BLTouch. I make this clear in the Configuation.h file, and have instructions on how to enable the stock inductive sensor, kept it this way as I have not tested it this way.