Firmware config issues I3 Pro B
Posted: Tue Jul 26, 2016 3:02 am
Hi!
I decided to change the config of my Geetech I3 Pro B printer.
I downloaded the correct firmware from the firmware page on this forum, but after i flashed it with the new firmware it couldn't move the axis.
After alot of time spent troubleshooting i was able to use this command:
M92 X30.00
Which changes the steps per axis, which unlocked my x-axis.
This could not be done with the y and z axis, which still dosen't move, the motors just makes a sound and moves super super slowly.
Changing this section in the configuration.h file did nothing:
// default settings
#define DEFAULT_AXIS_STEPS_PER_UNIT {80,80,2560,93} // MXL, Z M8=1.25, MK8
#define DEFAULT_MAX_FEEDRATE {400, 400, 2, 45} // (mm/sec)
#define DEFAULT_MAX_ACCELERATION {5000,5000,50,5000} // X, Y, Z, E maximum start speed for accelerated moves. E default values are good for Skeinforge 40+, for older versions raise them a lot.
#define DEFAULT_ACCELERATION 1000 // X, Y, Z and E max acceleration in mm/s^2 for printing moves
#define DEFAULT_RETRACT_ACCELERATION 2000 // X, Y, Z and E max acceleration in mm/s^2 for retracts
I have tried contacting geetech to give me the config, but no answers atm.
Thanks.
I decided to change the config of my Geetech I3 Pro B printer.
I downloaded the correct firmware from the firmware page on this forum, but after i flashed it with the new firmware it couldn't move the axis.
After alot of time spent troubleshooting i was able to use this command:
M92 X30.00
Which changes the steps per axis, which unlocked my x-axis.
This could not be done with the y and z axis, which still dosen't move, the motors just makes a sound and moves super super slowly.
Changing this section in the configuration.h file did nothing:
// default settings
#define DEFAULT_AXIS_STEPS_PER_UNIT {80,80,2560,93} // MXL, Z M8=1.25, MK8
#define DEFAULT_MAX_FEEDRATE {400, 400, 2, 45} // (mm/sec)
#define DEFAULT_MAX_ACCELERATION {5000,5000,50,5000} // X, Y, Z, E maximum start speed for accelerated moves. E default values are good for Skeinforge 40+, for older versions raise them a lot.
#define DEFAULT_ACCELERATION 1000 // X, Y, Z and E max acceleration in mm/s^2 for printing moves
#define DEFAULT_RETRACT_ACCELERATION 2000 // X, Y, Z and E max acceleration in mm/s^2 for retracts
I have tried contacting geetech to give me the config, but no answers atm.
Thanks.