New Mystery Ranch Metcalf

Bazookas

FNG
Joined
May 11, 2023
Messages
63
Figured I would start a thread to get people's thoughts on the new MR Metcalf. I am aware of another thread based on the pre released full catalog but thought it would be good to have a thread dedicated to thoughts and feedback on the actual pack from anyone not affiliated that has gotten their hands on it. I am not a huge fan of the previous lid design, so I am hoping that was improved but haven't seen one in person yet.
 

Jcurti4

FNG
Joined
Dec 26, 2023
Messages
2
Figured I would start a thread to get people's thoughts on the new MR Metcalf. I am aware of another thread based on the pre released full catalog but thought it would be good to have a thread dedicated to thoughts and feedback on the actual pack from anyone not affiliated that has gotten their hands on it. I am not a huge fan of the previous lid design, so I am hoping that was improved but haven't seen one in person yet.
Bumping this post because I’m curious too
 
Joined
Apr 5, 2015
Messages
5,909
I’d like to see one in the wild. Interested in the frame tweaks more than the packs TBH. Pretty happy with my current MR pack line up that includes a pintler and a terraplane 80. I would like to see how they changed the frame and if it is backward compatible.
 

Trial153

WKR
Joined
Oct 28, 2014
Messages
8,219
Location
NY
The Metcalf is a classic. Between that and my old dragon slayer I packed out more game with those two then all my other packs combined.
Sad to say I don’t have either. I still do have Pinter that sees some use on short hunts but I really should move it.
I am interested in the new Metcalf bag and the frame…partly for nostalgia and partly because MR has done so well for me in the past. Looking forward to seeing it and the specs
 

tony

WKR
Joined
Nov 13, 2015
Messages
942
Location
WV
Looks like the big issues I’ve read were addressed
The hip belt and load shelf
 
OP
B

Bazookas

FNG
Joined
May 11, 2023
Messages
63
I think the new hipbelt looks great.
I am wondering if its compatible with the old frame and if they would sell it separate? I don't see a lot of updates to the pack itself that would make me want to throw my old one out just for the hip belt.
 

nest

FNG
Joined
Jan 27, 2024
Messages
14
I have the two previous models of metcalf (guide lite and guide lite MT frames.) The new metcalf looks like it might be a nice upgrade, belt and role top pack. Looking forward to seeing one in person.
 

Nicaburns

Lil-Rokslider
Joined
Dec 16, 2022
Messages
236
I snagged one and am pleased with the layout. So far, it has only seen treadmill duty with weights strapped into the loadshelf but it carries really well. The hipbelt is really comfortable and it is noticeable how the shelf keeps the weighted load higher on the pack. Not much of a way for me to put it to a real test here in GA before hunting season rolls around though.
 

Deano0686

Lil-Rokslider
Joined
Jul 21, 2019
Messages
232
Location
Indiana
I snagged one and am pleased with the layout. So far, it has only seen treadmill duty with weights strapped into the loadshelf but it carries really well. The hipbelt is really comfortable and it is noticeable how the shelf keeps the weighted load higher on the pack. Not much of a way for me to put it to a real test here in GA before hunting season rolls around though.
What size did you get? Just out of curiosity
 

Nicaburns

Lil-Rokslider
Joined
Dec 16, 2022
Messages
236
What size did you get? Just out of curiosity
I got the 50... past injuries limit my ability to haul truly heavy loads so I stayed on the smaller side. I have been using a popup 38 and wanted a bit more space and load control.
 

ni7ne

FNG
Joined
Mar 16, 2023
Messages
23
Wanted to hang the 10kg dromedary bag from the frame. Bumped # perimeters, upper, lower layers by 25% for strength. Full fill isn't necessary for 22 pounds. Could probably hold 50 with this reduced fill.
Also, "random seams" or similar is very important with sharp inner corners being both stress concentrations AND some printing programs go-to for hiding extrusion seams.

Code:
// E clip type hardware for mystery ranch metcalf ultralite frame

legDiam=9.5;
bodyDiam=11.5;
ctcLength=20;
legLength=21;
cordDiam=3;
cordHoleGap=0.75;
flattenBottom=0.3;
$fn = 40;

difference(){

// half of e outer legs and base mirrored across yz +++++++++++++++++++++++++++++++++++++++++++
color("blue"){
  for (dir = [-1 : 1] ) mirror([dir, 0, 0]){
    union(){
      rotate([0,90,0]){
          cylinder(ctcLength / 2, d = bodyDiam, center=false);
      }
      // rounded corner
      translate([ctcLength / 2, 0, 0]){
        sphere(d = bodyDiam);
      }
      // e leg outer
      translate([ctcLength / 2, legLength / 2 + bodyDiam / 4, 0]){
          rotate([90, 0, 0]){
              cylinder( legLength + bodyDiam / 2, d = legDiam, center = true);
          }
      }
      // e leg inner
      translate([0, legLength * 3 / 4, 0]){
          rotate([90, 0, 0]){
             cylinder(0.75 * legLength, d = 0.75 * legDiam);
          }
      }
      // rounded end, e leg inner
      translate([0, legLength * 3 / 4, 0]){
          sphere(d = 0.75 * legDiam);
      }
      // rounded end, outer legs
      translate([ctcLength / 2, legLength + bodyDiam / 2, 0]){
        sphere(d = legDiam);
      }
    }
  }
}

// flatten bottom for better print and interface ---------------------------
color("red"){
  translate([0, 0, -1 * (1 - flattenBottom) * legDiam]){
    cube( [2 * ctcLength, 4 * legLength, legDiam], center=true);
  }
}

//hole for cord
color("green"){
  translate([0, legLength * 3 / 4 * 0.9, 0]){
    cylinder( bodyDiam * 1.1, d = cordDiam, center = true);
  }
}
}
Screenshot_20240923_114315.png
 
Last edited:
Joined
Jan 19, 2019
Messages
340
Well I'm definitely interested in what people are thinking of the new frame. I'm a little concerned by how soft the padding is on the hipbelt and shoulder harness. I wonder how resilient it will be over time and how supportive it would be under really heavy loads.
 

Absit

FNG
Joined
Jul 10, 2022
Messages
3
Well I'm definitely interested in what people are thinking of the new frame. I'm a little concerned by how soft the padding is on the hipbelt and shoulder harness. I wonder how resilient it will be over time and how supportive it would be under really heavy loads.
That ended up being my biggest concern too and drove me to the Beartooth 80 after comparing the foam of those two and a Stone Glacier.
 
Top