Page 1 of 1

CR10 mini configuration doesn't work

Posted: Sun Apr 29, 2018 4:49 pm
by Sigge
Hi, I have a CR10 mini and downloaded the CR10 mini configuration via the assistant.
To make it work with my printer I had to change the X and Y build volume dimensions.
X from 300 to 220 mm
Y from 220 to 300 mm
Z 300 mm

When I print something big nothing gets printed beyond Y 230 mm, i.e. 70 mm short of the build volume.

Anyone have any ideas on how to fix this?

Re: CR10 mini configuration doesn't work

Posted: Mon Apr 30, 2018 2:22 am
by horst.w
What firmware-system is running on the CR?
Perhaps the movement area of the printhead is limited.

here the example of my Anet A8 with Marlin:


// @section machine

// Travel limits after homing (units are in mm)
#define X_MAX_POS 220
#define X_MIN_POS -33
#define Y_MAX_POS 220
#define Y_MIN_POS -10
#define Z_MAX_POS 240
#define Z_MIN_POS 0

/**



Regards
horst.w
GER

Re: CR10 mini configuration doesn't work

Posted: Mon Apr 30, 2018 2:50 am
by Sigge
So after a good night's sleep I figured it out...

The labeling on the cables for the X & Y connections were wrong from factory...
I switch them and now it prints on the whole surface with original CR 10 mini configuration from the assistant.

Thanx for the tip horst!

:D

/Sigge

Re: CR10 mini configuration doesn't work

Posted: Mon Apr 30, 2018 6:56 am
by horst.w
Well done!
Happy printing :D

H