Latest Marlin bugfix-1.1.x branch for PI3 Pro B

Post Reply
Rv8
Posts: 65
Joined: Thu Mar 09, 2017 1:26 am

Re: Latest Marlin RCBugFix branch for PI3 Pro B

Post by Rv8 »

Thanks a lot I stay connected for the file, Thanks !
NiklasO
Posts: 103
Joined: Mon Oct 31, 2016 10:10 pm

Re: Latest Marlin RCBugFix branch for PI3 Pro B

Post by NiklasO »

Just forget the stuff I was talking about!

Try this:
Edited: See first post for current link.

No need to replace files. Use as is. Compiled hex files for people that uploads firmware with Repetier-Server or alike.

The only thing you should need to change if any axis is running in the wrong direction is this:

Code: Select all

// Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
#define INVERT_X_DIR true
#define INVERT_Y_DIR true
#define INVERT_Z_DIR false
Last edited by NiklasO on Tue Apr 04, 2017 5:52 pm, edited 1 time in total.
Rv8
Posts: 65
Joined: Thu Mar 09, 2017 1:26 am

Re: Latest Marlin RCBugFix branch for PI3 Pro B

Post by Rv8 »

You are very nice ! I will try that immediatly :)
Rv8
Posts: 65
Joined: Thu Mar 09, 2017 1:26 am

Re: Latest Marlin RCBugFix branch for PI3 Pro B

Post by Rv8 »

I upload the firmware but when I click on home Z button in repetier it doesn't work ??
I also need to invert the x axis
NiklasO
Posts: 103
Joined: Mon Oct 31, 2016 10:10 pm

Re: Latest Marlin RCBugFix branch for PI3 Pro B

Post by NiklasO »

Do you have any end stop switch triggered? Send M119 to printer and look at result.
Rv8
Posts: 65
Joined: Thu Mar 09, 2017 1:26 am

Re: Latest Marlin RCBugFix branch for PI3 Pro B

Post by Rv8 »

the Z end stop was not activate so I decide to power off the printer and turn manually motors to go down the z axis and activate the Z endstop.
when I send M119; nothing happen !?
Rv8
Posts: 65
Joined: Thu Mar 09, 2017 1:26 am

Re: Latest Marlin RCBugFix branch for PI3 Pro B

Post by Rv8 »

otherproblem, the Y x min end stop is not connected because the 3d touch sensor replace it but when I click on go to home, the bed hit the end of the printer so it doesn't work...
NiklasO
Posts: 103
Joined: Mon Oct 31, 2016 10:10 pm

Re: Latest Marlin RCBugFix branch for PI3 Pro B

Post by NiklasO »

Rv8 wrote:otherproblem, the Y x min end stop is not connected because the 3d touch sensor replace it but when I click on go to home, the bed hit the end of the printer so it doesn't work...
You should have your probe on Z MIN so that should show "z_min: open"
You should have end stop switches on Y and X.
Does your printer reply with anything after connection in Repetier-Host?

Also, when updating config, send M502 and M500 to restore settings from config and save it to EEPROM.
Rv8
Posts: 65
Joined: Thu Mar 09, 2017 1:26 am

Re: Latest Marlin RCBugFix branch for PI3 Pro B

Post by Rv8 »

Ok thanks I will try , otherwise I have on the screen X Y Z who alternate with interrogation point

I don't know if it's normal.

For the moment I change the x travel and I will try your solution, thanks
Rv8
Posts: 65
Joined: Thu Mar 09, 2017 1:26 am

Re: Latest Marlin RCBugFix branch for PI3 Pro B

Post by Rv8 »

I right
M502;
M500;

now I will try
Post Reply