Hi,
i have a Cyclone PCB Factory with a Arduino Mega + Ramps 1.4 + DRV8825, after compiling and put firmware in github of this project,
the X and Y dosen't move correctly , i change DEFAULT_AXIS_STEPS_PER_UNIT:
original //#define DEFAULT_AXIS_STEPS_PER_UNIT {3200.0/(Cyclone_XY_Gear_Ratio*1.25),3200.0/(Cyclone_XY_Gear_Ratio*1.25),3200.0/(Cyclone_Z_Gear_Ratio*1.25),800} // steps per unit for Cyclone
My #define DEFAULT_AXIS_STEPS_PER_UNIT {5120.0/(Cyclone_XY_Gear_Ratio*1.25),5120.0/(Cyclone_XY_Gear_Ratio*1.25),9600.0/(Cyclone_Z_Gear_Ratio*1.25),800} // steps per unit for Cyclone M8 DRV8825
but when i put i file drill in CNC-GCode-Controller , Z axis dosen't go down after 0 position, Z probing works! but dosen't go in Z negative!!!
i'm sorry for my english!
i need help!!! please!
thank you