Firmware config issues I3 Pro B

Post Reply
isak16
Posts: 3
Joined: Tue Jul 26, 2016 2:50 am

Firmware config issues I3 Pro B

Post by isak16 » 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.

User avatar
William
Site Admin
Posts: 6340
Joined: Tue Jun 07, 2016 9:38 am

Re: Firmware config issues I3 Pro B

Post by William » Tue Jul 26, 2016 2:19 pm

isak16 wrote: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.
Hi,
Don't worry.Maybe you have a wrong firmware?Did you download your firmware from this link:
http://www.geeetech.com/forum/viewtopic ... 20&t=17046
QQ截图20160726141357.jpg
QQ截图20160726141357.jpg (13.94 KiB) Viewed 10488 times
1.What motherboard is your printer?
2.Which Arduino version did you use?
3.And did you upload the firmware successfully?
-Keep your mind and try to test it. :)
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!

isak16
Posts: 3
Joined: Tue Jul 26, 2016 2:50 am

Re: Firmware config issues I3 Pro B

Post by isak16 » Wed Jul 27, 2016 12:08 am

Hi!

Yes, i downloaded and installed the firmware that you linked correctly.

But i finally after many many hours of troubleshooting that in the configuration.h file EEPROOM was disabled.

Once when i enabled that everything worked as before.

This took me several hours to find because none of my axis was moving.

Toy
Site Admin
Posts: 116
Joined: Mon May 16, 2016 8:40 am

Re: Firmware config issues I3 Pro B

Post by Toy » Wed Jul 27, 2016 4:47 pm

So all your axes are working now? I'm wondering why the motor won't move without the EEPROM function :?:

isak16
Posts: 3
Joined: Tue Jul 26, 2016 2:50 am

Re: Firmware config issues I3 Pro B

Post by isak16 » Thu Aug 11, 2016 9:29 pm

Toy wrote:So all your axes are working now? I'm wondering why the motor won't move without the EEPROM function :?:
Correct, once i enabled EEPROM everything started to work again as normal.
None of the axis was moving, nothing at all.
Very strange, the correct preinstalled firmware is not the same as the downloadable firmware that the support people are sending.

I think it has something to do with the steps_per_axis config. Am i the only one with this problem?

Because when i contacted the support telling them exactly what i had done, that i downloaded the correct firmware and everything but they only responded with the link to the same firmware... As you can see above.
Well hope this thread helps someone who had the same problem as myself.

User avatar
William
Site Admin
Posts: 6340
Joined: Tue Jun 07, 2016 9:38 am

Re: Firmware config issues I3 Pro B

Post by William » Fri Aug 12, 2016 5:39 pm

But i still don't understand why the movement of every axis is related to the EEPROOM function...
-Keep your mind and try to test it. :)
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!

Post Reply