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

Post Reply
NiklasO
Posts: 103
Joined: Mon Oct 31, 2016 10:10 pm

Re: Latest Marlin RCBugFix branch for PI3 Pro B

Post by NiklasO » Sun Feb 26, 2017 10:13 pm

Tizzy wrote:First off, much thanks for all efforts, well appreciated!!

Query: will this firmware and the latest config.h work as-is for the dual extruder on the pro-C as well? I'm relatively new to this and have been (and am still) struggling a bit to find the correct offsets for both the extruders so they can work in unison, so am a little worried about replacing my working firmware and adding the 3dtouch when it seems I'm making progress with the stock firmware (without the 3dtouch though so need to get it fixed anyways)...
Sorry for my late answer. The config will probably not work for the dual extruder version. You could probably make it work with C but I'm not sure what to change.

Tizzy
Posts: 6
Joined: Wed Nov 23, 2016 6:48 pm

Re: Latest Marlin RCBugFix branch for PI3 Pro B

Post by Tizzy » Sun Feb 26, 2017 10:56 pm

ok, thanks for the reply anyway

cosmith
Posts: 52
Joined: Mon Dec 12, 2016 8:58 pm

Re: Latest Marlin RCBugFix branch for PI3 Pro B

Post by cosmith » Mon Feb 27, 2017 7:45 pm

RCBugFix has a big problem with dual extruders right now. The second extruder slows to a crawl. I don't recommend it until they get this fixed.

siam
Posts: 16
Joined: Mon Mar 06, 2017 11:37 pm

Re: Latest Marlin RCBugFix branch for PI3 Pro B

Post by siam » Thu Mar 16, 2017 12:58 am

Hello,

I have a little big problem ;)
I use the Config.h from This Threat with the latest RCbugFix Branch for my Printer i Have changed this part:

// Travel limits after homing (units are in mm)
#define X_MIN_POS -11 //-20
#define Y_MIN_POS 0
#define Z_MIN_POS 0
#define X_MAX_POS 195 //andy war 200
#define Y_MAX_POS 195
#define Z_MAX_POS 180

if i move the axis manual all is fine but if i use the G28 command The x Axis move to pos 200 ?! so allways the stepper goes over the Limit and it crash to the end.

I didn't find where the problem is is it maybee a bug ? or a config Problem ?

regards

Andy

NiklasO
Posts: 103
Joined: Mon Oct 31, 2016 10:10 pm

Re: Latest Marlin RCBugFix branch for PI3 Pro B

Post by NiklasO » Thu Mar 16, 2017 1:23 am

Does it move in the right direction? If the direction is inverted it runs the axis until expected end stop trigger. If it moves in the wrong direction it will never hit x_min.

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

max_software_endstops will not stop your axis at 195 if it expects to move in the other direction.

NiklasO
Posts: 103
Joined: Mon Oct 31, 2016 10:10 pm

Re: Latest Marlin RCBugFix branch for PI3 Pro B

Post by NiklasO » Thu Mar 16, 2017 2:37 am

Please read my info about X-axis inverted in the op. :)

siam
Posts: 16
Joined: Mon Mar 06, 2017 11:37 pm

Re: Latest Marlin RCBugFix branch for PI3 Pro B

Post by siam » Thu Mar 16, 2017 5:21 am

hi,

yes my x axis is inverted and runs in the right direction if the printer runs out of the x axis i can see in the display that he moves to x = 200

Xalu
Posts: 19
Joined: Fri Dec 30, 2016 2:24 am

Re: Latest Marlin RCBugFix branch for PI3 Pro B

Post by Xalu » Thu Mar 23, 2017 4:59 am

Howdy, I am using the firmware you posted (Marlin-RCBugFix_665b7f3-PI3_Pro_B_3DTouch). It's been mostly working great. However, I am having some Y-axis skipping during printing. I checked the belt and driver. I wasn't having this issue with the old FW. Anyone know of anything I could have missed in the configuration, or anything I can try to change? I want to stick to this FW since it's working great with my Touch sensor.

fragglerok
Posts: 9
Joined: Mon Mar 13, 2017 7:17 pm

Re: Latest Marlin RCBugFix branch for PI3 Pro B

Post by fragglerok » Mon Mar 27, 2017 3:25 pm

im a little confused where to find the latest config .h version, is it always the one in the first page, I can see a couple of updates later in this thread but the links always take me back to the first page.
Thanks for any assistance

fragglerok
Posts: 9
Joined: Mon Mar 13, 2017 7:17 pm

Re: Latest Marlin RCBugFix branch for PI3 Pro B

Post by fragglerok » Tue Mar 28, 2017 11:35 am

can anyone help on this?,
ive downloaded the zip from the thread, and updated the configuration.h to the one from the thread, but when I try and compile I get
'ABL_GRID_POINTS_X' was not declared in this scope error
( also updated sevo0 to 13 in ultimaker pins( I think that's right for 2650 a plus board)

Post Reply