Help Me please

106 views
Skip to first unread message

Sergio Giuffrida

unread,
May 18, 2015, 5:11:09 PM5/18/15
to cyclone-p...@googlegroups.com
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

Samuel Kranz

unread,
May 18, 2015, 5:16:31 PM5/18/15
to cyclone-p...@googlegroups.com
sounds like a software endstop issue, try to disable them.

Sergio Giuffrida

unread,
May 18, 2015, 5:41:42 PM5/18/15
to cyclone-p...@googlegroups.com
this???

#define min_software_endstops false // If true, axis won't move to coordinates less than HOME_POS.
#define max_software_endstops false  // If true, axis won't move to coordinates greater than the defined lengths below.

Sergio Giuffrida

unread,
May 18, 2015, 6:03:23 PM5/18/15
to cyclone-p...@googlegroups.com
in log i see!


echo:endstops hit z:0.0069

Samuel Kranz

unread,
May 19, 2015, 1:45:49 AM5/19/15
to cyclone-p...@googlegroups.com
Yes I meant that setting, you can disable that or set z min (buildarea) to a negative value.. I guess currently it is set to zero
Message has been deleted

Sergio Giuffrida

unread,
May 19, 2015, 7:06:06 PM5/19/15
to cyclone-p...@googlegroups.com
Thank you it's working!!
That was the problem I left the crocodile limit switch connected to the PCB and When I turned on the splindle It was gnd
Reply all
Reply to author
Forward
0 new messages