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 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)...
Latest Marlin bugfix-1.1.x branch for PI3 Pro B
Re: Latest Marlin RCBugFix branch for PI3 Pro B
Re: Latest Marlin RCBugFix branch for PI3 Pro B
ok, thanks for the reply anyway
Re: Latest Marlin RCBugFix branch for PI3 Pro B
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.
Re: Latest Marlin RCBugFix branch for PI3 Pro B
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
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
Re: Latest Marlin RCBugFix branch for PI3 Pro B
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.
#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.
Re: Latest Marlin RCBugFix branch for PI3 Pro B
Please read my info about X-axis inverted in the op.
Re: Latest Marlin RCBugFix branch for PI3 Pro B
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
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
Re: Latest Marlin RCBugFix branch for PI3 Pro B
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.
-
- Posts: 9
- Joined: Mon Mar 13, 2017 7:17 pm
Re: Latest Marlin RCBugFix branch for PI3 Pro B
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
Thanks for any assistance
-
- Posts: 9
- Joined: Mon Mar 13, 2017 7:17 pm
Re: Latest Marlin RCBugFix branch for PI3 Pro B
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)
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)