Hi, sorry to be a pain, what line do I need to edit in configuration.h to change K8203 from left to right, as my extruder is running backwards. thank you. Ted
I think you want to look for this line.
#define INVERT_E0_DIR true // for direct drive extruder v9 set to true, for geared extruder set to false
Set it to false
Hi, thank you for the reply, that is the line I thought I needed to alter and I have done what you said, but I am still extruding when I manually press the retract button and retract when the extrude button is pressed, I must say before I inverted the z drive all was working the correct ways.
// Disables axis when it’s not being used.
#define DISABLE_X false
#define DISABLE_Y false
#define DISABLE_Z true
#define DISABLE_E false // For all extruders
#define INVERT_X_DIR false // for Mendel set to false, for Orca set to true
#define INVERT_Y_DIR false // for Mendel set to true, for Orca set to false
#define INVERT_Z_DIR true // for Mendel set to false, for Orca set to true
#define INVERT_E0_DIR true // for direct drive extruder v9 set to true, for geared extruder set to false
#define INVERT_E1_DIR true // for direct drive extruder v9 set to true, for geared extruder set to false
#define INVERT_E2_DIR true // for direct drive extruder v9 set to true, for geared extruder set to false
this is my Arduino configuration.h
If I have done it correctly I have changed invert Z to true instead of false (for hanging Z axis)
and invert E0_dir to true instead of false.
I have the K8203 extruder.
Hi, thank you, have now gone and bought a Vertex