updating text web cache

This commit is contained in:
Lars Brubaker 2020-07-13 18:08:09 -07:00
parent 5aa9ee0609
commit cff047faeb
37 changed files with 4860 additions and 32 deletions

View file

@ -39,22 +39,37 @@ namespace MatterHackers.MatterControl
{
public static class StyledMessageBox
{
public enum MessageType { OK, YES_NO, YES_NO_WITHOUT_HIGHLIGHT };
public static void ShowMessageBox(string message, string caption, MessageType messageType = MessageType.OK, string yesOk = "", string noCancel = "", bool useMarkdown = false)
public enum MessageType
{
ShowMessageBox(null, message, caption, null, messageType, yesOk, noCancel, useMarkdown);
OK,
YES_NO,
YES_NO_WITHOUT_HIGHLIGHT
}
public static void ShowMessageBox(string message,
string caption,
MessageType messageType = MessageType.OK,
string yesOk = "",
string noCancel = "",
bool useMarkdown = false,
int width = 400,
int height = 300)
{
ShowMessageBox(null, message, caption, null, messageType, yesOk, noCancel, useMarkdown, 0, width, height);
}
public static void ShowMessageBox(Action<bool> callback,
string message,
string caption,
MessageType messageType = MessageType.OK,
string yesOk = "", string noCancel = "",
string yesOk = "",
string noCancel = "",
bool useMarkdown = false,
int instanceIndex = 0)
int instanceIndex = 0,
int width = 400,
int height = 300)
{
ShowMessageBox(callback, message, caption, null, messageType, yesOk, noCancel, useMarkdown, instanceIndex);
ShowMessageBox(callback, message, caption, null, messageType, yesOk, noCancel, useMarkdown, instanceIndex, width, height);
}
public static void ShowMessageBox(Action<bool> callback,
@ -65,10 +80,12 @@ namespace MatterHackers.MatterControl
string yesOk = "",
string noCancel = "",
bool useMarkdown = false,
int instanceIndex = 0)
int instanceIndex = 0,
int width = 400,
int height = 300)
{
DialogWindow.Show(
new MessageBoxPage(callback, message, caption, messageType, extraWidgetsToAdd, 400, 300, yesOk, noCancel, ApplicationController.Instance.Theme, useMarkdown),
new MessageBoxPage(callback, message, caption, messageType, extraWidgetsToAdd, width, height, yesOk, noCancel, ApplicationController.Instance.Theme, useMarkdown),
instanceIndex);
}
@ -77,7 +94,7 @@ namespace MatterHackers.MatterControl
private string unwrappedMessage;
private GuiWidget messageContainer;
private Action<bool> responseCallback;
bool haveResponded = false;
private bool haveResponded = false;
public MessageBoxPage(Action<bool> callback, string message, string caption, MessageType messageType, GuiWidget[] extraWidgetsToAdd, double width, double height, string yesOk, string noCancel, ThemeConfig theme, bool useMarkdown = false)
: base((noCancel == "") ? "No".Localize() : noCancel)
@ -90,7 +107,7 @@ namespace MatterHackers.MatterControl
}
this.HeaderText = caption;
//this.IsModal = true;
// this.IsModal = true;
responseCallback = callback;
unwrappedMessage = message;
@ -104,7 +121,6 @@ namespace MatterHackers.MatterControl
}
else
{
var scrollable = new ScrollableWidget(true);
scrollable.AnchorAll();
scrollable.ScrollArea.HAnchor = HAnchor.Stretch;
@ -185,6 +201,7 @@ namespace MatterHackers.MatterControl
{
responseCallback?.Invoke(false);
}
base.OnClosed(e);
}
@ -195,6 +212,5 @@ namespace MatterHackers.MatterControl
base.OnCancel(out abortCancel);
}
}
}
}

View file

@ -199,7 +199,6 @@ namespace MatterHackers.MatterControl
this.Parent.CloseOnIdle();
};
this.AddPageAction(exportButton);
}
@ -212,17 +211,21 @@ namespace MatterHackers.MatterControl
UiThread.RunOnIdle(() =>
{
AggContext.FileDialogs.SelectFolderDialog(
new SelectFolderDialogParams("Select Location To Export Files") {
new SelectFolderDialogParams("Select Location To Export Files")
{
ActionButtonLabel = "Export".Localize(),
Title = ApplicationController.Instance.ProductName + " - " + "Select A Folder".Localize()
},
(openParams) => {
(openParams) =>
{
ApplicationController.Instance.Tasks.Execute(
"Saving".Localize() + "...",
printer,
async (reporter, cancellationToken) => {
async (reporter, cancellationToken) =>
{
string path = openParams.FolderPath;
if (!string.IsNullOrEmpty(path)) {
if (!string.IsNullOrEmpty(path))
{
await exportPlugin.Generate(libraryItems, path, reporter, cancellationToken);
}
});

View file

@ -383,10 +383,21 @@ namespace MatterHackers.MatterControl.PrintHistory
}
else // upsell MatterControl Pro
{
StyledMessageBox.ShowMessageBox(
"Exporting print history is a MatterControl Pro feature. Upgrade to Pro to unlock MatterControl Pro.".Localize(),
string text = "Exporting print history is a MatterControl Pro feature. Upgrade to Pro to unlock MatterControl Pro.".Localize();
WebCache.RetrieveText(
"https://matterhackers.github.io/MatterControl-Docs/ProContent/Unlock_Export_Print_History.md",
(markDown) =>
{
// push the new text into the widget
text = markDown;
});
StyledMessageBox.ShowMessageBox(text,
"Upgrade to Pro".Localize(),
StyledMessageBox.MessageType.OK);
StyledMessageBox.MessageType.OK,
useMarkdown: true,
width: 540,
height: 400);
}
};
}

View file

@ -0,0 +1,157 @@
{
"ProductSku": {
"ActivelyDisplayedFlag": null,
"AddOns": [],
"AdminNote": "",
"AttributeOptions": [],
"AvailableDate": "2020-04-27",
"BarCodeID": "7.43211E+12",
"Brand": "Micro-Swiss",
"ComponentSkuCount": 0,
"ComponentSkus": [],
"CustomRuleSet": false,
"DateTimeCreated": "2019-05-09T00:25:54.865564",
"DigitalLicenseKeys": [],
"DisplayAvailableDate": "Apr 27th",
"DisplayListPrice": "20.00",
"DisplayPrice": "20.00",
"DisplayPriceFlag": true,
"DisplayWholesaleCost": "0.00",
"FeaturedImage": {
"ImageFile": "/mh-product-images/prod/a8f36266-112e-4976-9102-44fe4b5f6932",
"ImageUrl": "https://lh3.googleusercontent.com/7oysOL8GUrPA-HBm0-ptRsqhfDZ4Rf9SysryIK8O1InQ2_W10Ypi3LlLII3xssPSVqMm5zieLw_xjKUTKmRXJzk",
"IsFeatured": false
},
"HardwareDeviceTokens": [],
"HasBeenReviewed": false,
"IsActive": true,
"IsDirty": false,
"IsOnSale": false,
"IsOneTimeItem": false,
"IsRetired": false,
"IsSearchable": true,
"Key": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNRVQ4Q1NHQQw",
"LeadDays": 0,
"LegacySku": null,
"ListingIsActive": true,
"NoPOBox": false,
"PackageDimensions": [
"0.10",
"0.10",
"0.33"
],
"PackagedToShip": false,
"PreOrderFlag": false,
"PreviewFlag": false,
"PricingRuleList": [],
"ProductDescription": "Your Mk8 can now print abrasives! This hardened steel nozzle can stand up to carbon fiber filled materials, or glow in the dark PLA, and is designed to be installed on your CraftBot Plus, Creality, Tevo Tornado or MakerBot Replicator 3D Printers.",
"ProductListPrice": 2000,
"ProductListing": {
"ActiveSkuCount": 1,
"ActiveSkus": [
"ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNRVQ4Q1NHQQw"
],
"AddOns": [],
"Attributes": [],
"BasePrice": 0,
"DateTimeCreated": "2019-05-09T00:25:54.689707",
"DisplayPriceRange": "",
"Elements": [
{
"Content": "<p>Made from a A2 Tool Steel, heat treated to 57-62 RC and plated with TwinClad XT coating, this Micro-Swiss nozzle is ready for abrasive filaments. If you are working with Carbon Fiber, Stainless Steel, wood filled or any other metal filled filaments, this will greatly improve the life of your nozzle.</p>",
"ElementCode": "A8CW1T",
"Images": [],
"Type": "Text"
},
{
"Content": "<p style='text-align:center;'><img src='https://lh3.googleusercontent.com/6AKjG_p2uliU_s2iUpBAm0XdpvvbLGium2_umgOmKEmaFrx7E1xJ7j-pGC-r7tEXmA_cIHu9gBbbnlee4VVeYMA'></p>",
"ElementCode": "ANH9UJ",
"Images": [
{
"ImageFile": "/mh-product-images/prod/555c1ca1-a11c-48de-a5bb-e7b40be55bcd",
"ImageUrl": "https://lh3.googleusercontent.com/6AKjG_p2uliU_s2iUpBAm0XdpvvbLGium2_umgOmKEmaFrx7E1xJ7j-pGC-r7tEXmA_cIHu9gBbbnlee4VVeYMA",
"IsFeatured": false
}
],
"Type": "Image"
},
{
"Content": "<p><span><strong>A2 Hardened Tool Steel Hardness:<br /></strong>62 HRC</span></p>\r\n<p><span><strong>Plating</strong><strong>:<br /></strong>TwinClad&reg; XT Wear Resistant Plating with Non-stick Composite Additive.</span></p>\r\n<p><span><strong>Plating Hardness:</strong>&nbsp;<br />65 &ndash; 67 HRC</span></p>\r\n<p><span><strong>Coefficient of friction:&nbsp;</strong>0.08</span></p>",
"ElementCode": "DEO1QD",
"Images": [],
"Type": "Text"
},
{
"Content": "<p><strong>IS MY 3D PRINTER COMPATIBLE?</strong></p>\r\n<div>This Micro-Swiss plated brass nozzle is compatible with the MK8 style hotend featured on many printers. Some of these printers include:</div>\r\n<ul>\r\n<li><a title=\"CR-10\" href=\"https://www.matterhackers.com/store/l/creality-cr-10s-3d-printer/sk/MDDVR1KC\" target=\"_blank\" rel=\"noopener\">Creality CR-10</a></li>\r\n<li><a title=\"CR-20\" href=\"https://www.matterhackers.com/store/l/creality3d-cr-20-3d-printer/sk/MN6SPN76\" target=\"_blank\" rel=\"noopener\">Creality CR-20</a></li>\r\n<li>Creality Ender 2</li>\r\n<li><a title=\"Ender 3\" href=\"https://www.matterhackers.com/store/l/creality3d-ender-3-3d-printer-kit/sk/M34AK4ZG\" target=\"_blank\" rel=\"noopener\">Creality Ender 3</a></li>\r\n<li><a href=\"https://www.matterhackers.com/store/l/craftbot-plus-3d-printer-fully-assembled-white/sk/M5AMS6TT\">Craftbot Plus</a></li>\r\n<li><a href=\"https://www.matterhackers.com/store/l/craftbot-xl-3d-printer-fully-assembled/sk/M0UQEKKL\">Craftbot XL</a></li>\r\n<li>Makerbot Replicator 2/2X</li>\r\n<li>Makerbot Replicator Smart Extruder</li>\r\n<li><a title=\"Artemis\" href=\"https://www.matterhackers.com/store/l/seemecnc-artemis-300-3d-printer-fully-assembled/sk/MRGNCQVK\" target=\"_blank\" rel=\"noopener\">SeeMeCNC Artemis</a></li>\r\n<li><a title=\"Rostock\" href=\"https://www.matterhackers.com/store/l/seemecnc-rostock-max-v2-3d-printer-fully-assembled/sk/MGFTLKAA\" target=\"_blank\" rel=\"noopener\">SeeMeCNC Rostock Max v3/v3.2</a></li>\r\n<li>Monoprice Mini v1</li>\r\n<li>Monoprice Mini v2</li>\r\n</ul>",
"ElementCode": "HVK1SK",
"Images": [],
"Type": "Text"
}
],
"FeaturedImage": {
"ImageFile": "/mh-product-images/prod/52be0388-2488-498c-9917-2957567600e6",
"ImageUrl": "https://lh3.googleusercontent.com/OKU2BkPSlpNFVNdt3cw3XY4jiAifrvvNLZAD-ehJVVwL_3tf54TTRvDVsjCIoOepybiVTx2yEC0vk3beVVkYFw",
"IsFeatured": true
},
"HasBeenPublished": true,
"HideRewardsFlag": false,
"Images": [
{
"ImageFile": "/mh-product-images/prod/52be0388-2488-498c-9917-2957567600e6",
"ImageUrl": "https://lh3.googleusercontent.com/OKU2BkPSlpNFVNdt3cw3XY4jiAifrvvNLZAD-ehJVVwL_3tf54TTRvDVsjCIoOepybiVTx2yEC0vk3beVVkYFw",
"IsFeatured": true
},
{
"ImageFile": "/mh-product-images/prod/bf20d97c-1d8d-4aff-af17-52b9d9a8b986",
"ImageUrl": "https://lh3.googleusercontent.com/iyS-CfOlmFZmqSSNzKgKn9p3M0M0I43xeZLJUEpGctFqCPdTvnrsOjEM-R4jps3b4sRb-EBGcTK5_5fKtxpT6FY5",
"IsFeatured": false
}
],
"IsActive": true,
"IsAdminSearchable": true,
"IsCustomizable": false,
"IsDeprecated": false,
"IsSearchable": true,
"Key": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgICcsoSLCgw",
"MetaTagKeywords": [],
"PreOrderFlag": false,
"ProductCreatedOn": "2019-05-09T00:25:54.689720",
"ProductEditedOn": "2020-04-22T00:10:48.778079",
"ProductType": "physical-inventory",
"RedirectUrl": "",
"ReferenceUrl": "micro-swiss-hardened-steel-mk8-nozzle-175mm-x-040mm",
"RelatedProducts": [],
"ShortDescription": "Your Mk8 can now print abrasives! This hardened steel nozzle can stand up to carbon fiber filled materials, or glow in the dark PLA, and is designed to be installed on your CraftBot Plus, Creality, Tevo Tornado or MakerBot Replicator 3D Printers.",
"ShowAddToCart": true,
"ShowQuestionsFlag": true,
"Subtitle": null,
"TemplateKey": null,
"Title": "Micro-Swiss Hardened Steel Mk8 Nozzle - 1.75mm x 0.40mm"
},
"ProductListingKey": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgICcsoSLCgw",
"ProductNumber": null,
"ProductPrice": 2000,
"ProductType": "physical-inventory",
"ProductUpc": "7432114996970",
"QuantityAvailable": 103,
"QuantityOnHand": 103,
"QuantityReserved": 2,
"ReferenceUrl": "micro-swiss-hardened-steel-mk8-nozzle-175mm-x-040mm",
"SID": "MET8CSGA",
"ShipInBox": false,
"ShowAvailableDate": false,
"ShownInListing": true,
"SkuName": "Micro-Swiss Hardened Steel Mk8 Nozzle - 1.75mm x 0.40mm",
"SkuWarningMessages": [],
"TotalWeight": 45360,
"TotalWeightGrams": "45.36",
"TotalWeightKilograms": "0.05",
"TotalWeightPounds": "0.10",
"Weight": 45360,
"WeightGrams": "45.36",
"WeightKilograms": "0.05",
"WeightPounds": "0.10",
"WholesaleCost": 0
},
"Status": "success"
}

View file

@ -0,0 +1,253 @@
{
"ProductSku": {
"AddOns": [],
"AdminNote": "",
"AttributeOptions": [
{
"Data": "temp",
"DateTimeCreated": "2019-11-07T00:14:46.249041",
"Description": "Palette 2S Pro",
"HexColor": null,
"Image": null,
"Key": "ag1zfm1oLXBscy1wcm9kclsLEg5Qcm9kdWN0TGlzdGluZxiAgIDG1d2MCQwLEhBQcm9kdWN0QXR0cmlidXRlGICAgNaF-YcLDAsSFlByb2R1Y3RBdHRyaWJ1dGVPcHRpb24YgICAltfIhAsM",
"Name": "Palette 2S Pro Multi-Material System",
"PriceModifier": 0,
"Reference": "mosaic-upgrade-2s:palette-2s-pro-multi-material-system"
}
],
"AvailableDate": "2020-05-12",
"BarCodeID": "6.27844E+11",
"Brand": "",
"ComponentSkuCount": 1,
"ComponentSkus": [
"ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNV0NRMFhFWgw"
],
"CustomRuleSet": false,
"DateTimeCreated": "2019-11-07T00:14:53.394132",
"DigitalLicenseKeys": [],
"DisplayAvailableDate": "May 12th",
"DisplayListPrice": "799.00",
"DisplayPrice": "799.00",
"DisplayPriceFlag": true,
"FeaturedImage": {
"ImageFile": "/mh-product-images/prod/6912678c-fb2e-4ce2-b370-ff73ade3d1a2",
"ImageUrl": "https://lh3.googleusercontent.com/4cZgm2yTs5CsdqJ5nqJQZ2eB-kO66TTq_pssxxuMlUe5G95Z69ngyFujI_sYd1wElP9t26Ig4e5L4f_ApA64Gg",
"IsFeatured": false
},
"HardwareDeviceTokens": [],
"HasBeenReviewed": true,
"IsActive": true,
"IsDirty": false,
"IsOnSale": false,
"IsOneTimeItem": false,
"IsRetired": false,
"IsSearchable": true,
"Key": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNRUQ3WTZUUQw",
"LeadDays": 0,
"LegacySku": null,
"ListingIsActive": true,
"NoPOBox": false,
"PackageDimensions": [
"0.00",
"0.00",
"0.00"
],
"PackagedToShip": false,
"PreOrderFlag": true,
"PreviewFlag": false,
"PricingRuleList": [],
"ProductDescription": "Print multiple filaments with the Mosaic Palette 2S Pro, an upgrade from the Mosaic Palette 2 Pro. The Palette 2S Pro is a high-end, reliable multi-material printing system, taking four strands of filament and combining them before feeding the color of your choice into your 3D printer. This means you can switch color at any point in your print for some beautiful, complex, and surprising prints that will look like magic. Unlock your printer's potential with the easy to use Mosaic Palette 2S Pro. The Palette 2S Pro includes all the features of Palette 2S with the addition of the Splice Core Pro. Machined from aluminum for optimal cooling and 20% faster-splicing speeds, this is the big gun of multi-material printing.",
"ProductListPrice": 79900,
"ProductListing": {
"ActiveSkuCount": 2,
"ActiveSkus": [
"ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNRUQ3WTZUUQw",
"ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNREpLQ1Y1MQw"
],
"AddOns": [
{
"AddOnBasePrice": 13900,
"AddOnDiscountDisplay": 5,
"AddOnDisplayBasePrice": "139.00",
"AddOnDisplayPrice": "132.05",
"AddOnDisplaySavings": "6.95",
"AddOnFloatPrice": 132.05,
"AddOnListingReference": "mosaic-canvas-hub-for-the-palette-2s-2s-pro",
"AddOnPreOrderFlag": true,
"AddOnPrice": 13205,
"AddOnSavings": 695,
"AddOnSkuReference": "MJQKN4Z5",
"AddOnTitle": "Mosaic CANVAS Hub S for the Palette 2S & 2S Pro",
"ListingIsActive": true,
"ProductListingKey": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgICWlr_vCQw",
"ProductSkuKey": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNSlFLTjRaNQw",
"ProductType": "physical-inventory",
"QuantityAvailable": 9,
"QuantityOnHand": 9,
"SingleSku": true
}
],
"Attributes": [
"ag1zfm1oLXBscy1wcm9kcjgLEg5Qcm9kdWN0TGlzdGluZxiAgIDG1d2MCQwLEhBQcm9kdWN0QXR0cmlidXRlGICAgNaF-YcLDA"
],
"BasePrice": 0,
"DateTimeCreated": "2019-11-07T00:13:01.972521",
"DisplayPriceRange": "$149.00 - $799.00",
"Elements": [
{
"Content": "<h3><strong>How does it work?</strong></h3>\r\n<p>The Palette 2S Pro takes up to four types of filament and combines them into a single filament strand. This strand is then fed to your printer, enabling your <strong><em>single-extruder</em></strong> printer to create multi-filament prints!</p>\r\n<ol>\r\n<li><strong>Drive: </strong><span>Palette 2S Pro's all-metal drive systems accurately control filament flow to ensure the right lengths are driven from each input.</span></li>\r\n<li><strong>Cut: </strong><span>A rotary cutter system slices filament to ensure a clean cut.</span></li>\r\n<li><strong>Connect: </strong><span>Palette 2S Pro's updated Splice Core connects filament together end-to-end before passing them through a machined PTFE (Teflon) channel and splicing them together.</span></li>\r\n<li><strong>Cool: </strong><span>The newly spliced filament is passed to our buffer to cool and ensure that it keeps tight dimensions before being passed to your printer.</span></li>\r\n</ol>\r\n<p><strong>Calibrate:</strong><span> The Scroll Wheel attached to the Palette 2S Pro allows for more precise calibration and a streamlined Palette experience.</span></p>",
"ElementCode": "3CAOD2",
"Images": [],
"Type": "Text"
},
{
"Content": "<p style='text-align:center;'><img src='https://lh3.googleusercontent.com/9u3C4KqvHL48l_ifey6a3qpK4XROhh8GsJ2VmZISnxCKmWi8oaOz74HRcgA4IK4AFGGXIWM7KXUyqBMZ9c-Aqw'></p>",
"ElementCode": "CM384E",
"Images": [
{
"ImageFile": "/mh-product-images/prod/fbb6c6d9-5e24-4d9e-b370-db0465f742a3",
"ImageUrl": "https://lh3.googleusercontent.com/9u3C4KqvHL48l_ifey6a3qpK4XROhh8GsJ2VmZISnxCKmWi8oaOz74HRcgA4IK4AFGGXIWM7KXUyqBMZ9c-Aqw",
"IsFeatured": false
}
],
"Type": "Image"
},
{
"Content": "<h3><strong>Mosaic Palette 2S Pro main improvements from the Mosaic Palette 2 Pro</strong></h3>\r\n<ul>\r\n<li>P2S and P2S Pro have 10% faster splicing than the P2 and P2 Pro, enabling higher printing speeds</li>\r\n<li>Improved the drive arm geometry to optimize printing with flexible TPU materials</li>\r\n<li>Fresh new look inside with upgraded LED filament sensors to white</li>\r\n<li>P2S and P2S Pro come pre-loaded with firmware, improving the setup experience</li>\r\n<li>Improved firmware for more reliable printing</li>\r\n<li>Updated electronics and various other reliability improvements</li>\r\n</ul>",
"ElementCode": "QXW3OT",
"Images": [],
"Type": "Text"
},
{
"Content": "<p class=\"align-center\"><img src=\"https://lh3.googleusercontent.com/3k_LrYlBI_--85siWdEaZtVz8DJvL0DTljw8ubmjohGjja1j8Fqf_Pstnkg83tkXCVW15dEFuBIPa6ln4GxWBiQI\" /></p>\r\n<p class=\"align-center\">These are all the included components in the Mosaic Palette 2S Upgrade Kit</p>",
"ElementCode": "HCOA3I",
"Images": [
{
"ImageFile": "/mh-product-images/prod/11ff9cda-4a10-4699-a02d-a02f2772f864",
"ImageUrl": "https://lh3.googleusercontent.com/3k_LrYlBI_--85siWdEaZtVz8DJvL0DTljw8ubmjohGjja1j8Fqf_Pstnkg83tkXCVW15dEFuBIPa6ln4GxWBiQI",
"IsFeatured": false
}
],
"Type": "Text"
},
{
"Content": "<h3><strong>Upgrade your Palette 2 Pro to a Palette 2S Pro with the Mosaic Palette 2S Pro upgrade kit</strong></h3>\r\n<p><span>If you already own a Palette 2 Pro, and you'd like to get all the features of the Palette 2S Pro, check out the Palette 2S Pro upgrade kit!&nbsp;Designed for current Mosaic users; with a simple upgrade you'll never miss out on the new S series. </span></p>\r\n<ul>\r\n<li><span>Faster splicing with new splice core and thinner splice tubes </span></li>\r\n<li><span>New drive arm assemblies for better flexible printing </span></li>\r\n<li><span>Repositioned homing switch to reduce wear, and steel thumbscrews that are less likely to strip</span><span></span></li>\r\n</ul>\r\n<h3><strong>Canvas Hub S works with the following Mosaic Palettes:</strong></h3>\r\n<ul>\r\n<li>Palette 2</li>\r\n<li>Palette 2 Pro</li>\r\n<li>Palette 2S</li>\r\n<li>Palette 2S Pro</li>\r\n</ul>\r\n<p></p>",
"ElementCode": "QE10ST",
"Images": [],
"Type": "Text"
},
{
"Content": "<p style='text-align:center;'><img src='https://lh3.googleusercontent.com/WvQLXJonEH7IrmEGZ4gkB2WHBd_GQUHHRBB-CotPt-U_wCibvXFgdewYF6H6c0SQbirDyp_dltzNOCES3RhAtfI'></p>",
"ElementCode": "BZPSCC",
"Images": [
{
"ImageFile": "/mh-product-images/prod/ab0abd4a-e5ca-4f24-9e25-4c51975b4c7b",
"ImageUrl": "https://lh3.googleusercontent.com/WvQLXJonEH7IrmEGZ4gkB2WHBd_GQUHHRBB-CotPt-U_wCibvXFgdewYF6H6c0SQbirDyp_dltzNOCES3RhAtfI",
"IsFeatured": false
}
],
"Type": "Image"
},
{
"Content": "<h3 class=\"product-specs__title\"><strong>Palette 2S Pro Technical Specifications</strong></h3>\r\n<div class=\"product-specs__details\">\r\n<ul>\r\n<li>Unit Weight:&nbsp;3.6 kg (7.9 lbs.)</li>\r\n<li>Unit Dimensions:&nbsp;23 x 20.4 x 8.4 cm (9\" x 8\" x 3.3\")</li>\r\n<li>Shipping Weight:&nbsp;7.1 kg (15.6 lbs.)</li>\r\n<li>Shipping Box:&nbsp;41 x 27 x 23 cm (16\" x 11\" x 9\")</li>\r\n<li>Supported Feedstock Size:&nbsp;1.75mm (0.069 IN) FFF Filament (recommended 0.03mm tolerance or better)</li>\r\n<li>Compatible Operating Systems:&nbsp;Windows, Mac, Linux (Tested on Ubuntu 16.04)</li>\r\n<li>Data Interface:&nbsp;Canvas Hub (USB) or SD Card</li>\r\n<li>Splicing Technology:&nbsp;Splice Core S Pro, Solid State Splicer</li>\r\n<li>Ambient Operating Temperature:&nbsp;15 - 30&deg;C (60-86&deg;F)</li>\r\n<li>Filament Production Speed:&nbsp;182 - 280 mm/min</li>\r\n<li>Control Board:&nbsp;32-Bit ARM Processor</li>\r\n<li>Control Interface:&nbsp;3.2\" Color Touch Screen, 240x320 Pixels</li>\r\n<li>Consumables:&nbsp;Filament: Not Included, Splice Core S Pro Tubes: 5 Included</li>\r\n<li>Included Spare Parts:&nbsp;Many Spare Parts</li>\r\n<li>Provided Limited Warranty:&nbsp;24 Months or 50,000 Splices</li>\r\n<li>Power Requirements:&nbsp;12V DC, 3A Max</li>\r\n<li>Power Adapter Input Requirements:&nbsp;100 - 240V (50/60Hz) 1.5A</li>\r\n<li>Power Adapter Compatibility:&nbsp;USA, UK, AU, EU</li>\r\n<li>Mechanical:&nbsp;6 x Nema 17 Stepper Motors</li>\r\n<li>Update Connection:&nbsp;USB (Cable Included)</li>\r\n<li>Certifications:&nbsp;cTUVus, CE (Conformit&eacute; Europ&eacute;ene), TUV-Inspected Manufacturing Facility, CAN/CSA C22.2, NO 62368-1-14</li>\r\n</ul>\r\n</div>",
"ElementCode": "YK67M4",
"Images": [],
"Type": "Text"
},
{
"Content": "<p><img src=\"https://lh3.googleusercontent.com/k3Aap2G2QOBeavMsWybNB7UB45eOFsZV9NpOEkOThu32TOieyUzmCqoQQdbAjWbE_eAI2xNS_EIKFjmntH0ZGcs\" /></p>",
"ElementCode": "JWGB14",
"Images": [],
"Type": "Text"
}
],
"FeaturedImage": {
"ImageFile": "/mh-product-images/prod/1f0be143-0e78-4044-9b54-1529077443a4",
"ImageUrl": "https://lh3.googleusercontent.com/72IjajJAe-M27DhBZdnYuPnuaaBOzVAzxo3JZX5aHVe7mSZ7796pnU4dhzFk0hrK-ZE6YROF1tGaq3R9cpIWuw",
"IsFeatured": true
},
"HasBeenPublished": true,
"HideRewardsFlag": false,
"Images": [
{
"ImageFile": "/mh-product-images/prod/1f0be143-0e78-4044-9b54-1529077443a4",
"ImageUrl": "https://lh3.googleusercontent.com/72IjajJAe-M27DhBZdnYuPnuaaBOzVAzxo3JZX5aHVe7mSZ7796pnU4dhzFk0hrK-ZE6YROF1tGaq3R9cpIWuw",
"IsFeatured": true
},
{
"ImageFile": "/mh-product-images/prod/2e526070-5a28-4697-9b8d-5173e935e1d5",
"ImageUrl": "https://lh3.googleusercontent.com/kncuL1Kdk46mejU0u_NnleJcMbRLjM5HBwCrvMN4gTKp5e26Fwpj92tx-jHyYT99glN4krt_5FU-gfRfeLXsYJh3",
"IsFeatured": false
},
{
"ImageFile": "/mh-product-images/prod/10a87721-1b1d-49c5-9640-d7f760cc9370",
"ImageUrl": "https://lh3.googleusercontent.com/JVBuxVmLdY3KK5hgeJa_ZJ51VyGto7TFTnlzDKMUbUF4J5Hj_mdyBxY2enYH921dmsYaf6vuOnW3yuFcxTJLKg",
"IsFeatured": false
},
{
"ImageFile": "/mh-product-images/prod/c1bc33a2-a57b-4d5e-92ac-d8120c350b99",
"ImageUrl": "https://lh3.googleusercontent.com/kXMlf1pQkBvBvS0EotBQb3H08hcITMEY3YW1H6SHPtT83zJd7b3J1GMdtjKrFL3dHB3OvR6CGvo7MXR6t8X-T3M",
"IsFeatured": false
},
{
"ImageFile": "/mh-product-images/prod/0cd0ca25-a4c7-42b0-8fb9-8281c7f11b3d",
"ImageUrl": "https://lh3.googleusercontent.com/zQscjb3iDzYOrZdvcL4r00WXJ3h5eDXxoM-b8H5MJTG8aFyIUFSVE1J7BQ-mR-EPMHpHLu9ysSlXhkIZI-A41GUC",
"IsFeatured": false
},
{
"ImageFile": "/mh-product-images/prod/d405e905-4b70-42eb-b5f3-8fb58debac60",
"ImageUrl": "https://lh3.googleusercontent.com/doRwf4vSP65gkGJgAHMvbSDKpVAm_NNkJGYP1XYR87bcpo-qy1zyWB_uQD0KSrwxTpvcYRrTvVBf8MfLpWW_Aw",
"IsFeatured": false
}
],
"IsActive": true,
"IsAdminSearchable": true,
"IsCustomizable": false,
"IsDeprecated": false,
"IsSearchable": true,
"Key": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgIDG1d2MCQw",
"MetaTagKeywords": [],
"PreOrderFlag": true,
"ProductCreatedOn": "2019-11-07T00:13:01.972515",
"ProductEditedOn": "2020-01-21T20:22:47.468269",
"ProductType": "physical-inventory",
"RedirectUrl": "",
"ReferenceUrl": "mosaic-palette-2s-pro-multi-material-filament-system-175mm",
"RelatedProducts": [
"ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgIDs8JKTCgw",
"ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgICg1IKSCgw",
"ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgICW15yVCww",
"ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgICs6rafCgw"
],
"ShortDescription": "Print multiple filaments with the Mosaic Palette 2S Pro, an upgrade from the Mosaic Palette 2 Pro. The Palette 2S Pro is a high-end, reliable multi-material printing system, taking four strands of filament and combining them before feeding the color of your choice into your 3D printer. This means you can switch color at any point in your print for some beautiful, complex, and surprising prints that will look like magic. Unlock your printer's potential with the easy to use Mosaic Palette 2S Pro. The Palette 2S Pro includes all the features of Palette 2S with the addition of the Splice Core Pro. Machined from aluminum for optimal cooling and 20% faster-splicing speeds, this is the big gun of multi-material printing.",
"ShowAddToCart": true,
"ShowQuestionsFlag": true,
"Subtitle": "",
"TemplateKey": "",
"Title": "Mosaic Palette 2S Pro Multi Material Filament System - 1.75mm"
},
"ProductListingKey": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgIDG1d2MCQw",
"ProductNumber": null,
"ProductPrice": 79900,
"ProductType": "physical-inventory",
"ProductUpc": "",
"QuantityAvailable": 7,
"QuantityOnHand": 7,
"QuantityReserved": 3,
"ReferenceUrl": "mosaic-palette-2s-pro-multi-material-filament-system-175mm",
"SID": "MED7Y6TQ",
"ShowAvailableDate": false,
"ShownInListing": true,
"SkuName": "Mosaic Palette 2S Pro Multi Material Filament System - 1.75mm",
"SkuWarningMessages": [],
"TotalWeight": 6803890,
"TotalWeightGrams": "6,803.89",
"TotalWeightKilograms": "6.80",
"TotalWeightPounds": "15.00",
"Weight": 0,
"WeightGrams": "0.00",
"WeightKilograms": "0.00",
"WeightPounds": "0.00"
},
"Status": "success"
}

View file

@ -0,0 +1,118 @@
{
"ProductSku": {
"AddOns": [],
"AdminNote": null,
"AttributeOptions": [],
"AvailableDate": "2016-11-17",
"BarCodeID": "",
"Brand": "",
"ComponentSkuCount": 0,
"ComponentSkus": [],
"CustomRuleSet": false,
"DateTimeCreated": "2017-08-03T23:27:18.350720",
"DigitalLicenseKeys": [],
"DisplayAvailableDate": "Nov 17th",
"DisplayListPrice": "99.00",
"DisplayPrice": "50.00",
"DisplayPriceFlag": true,
"FeaturedImage": {
"ImageFile": "/mh-product-images/prod/legacy_uW5McMBzQxS1Jh82eSo8veRL2JMNFUJAwNbez3tHjh15B7hrDTgnQ09efpcH39pKhfM2zCyv0riAqFpclWAX-7yE1bw",
"ImageUrl": "https://lh3.googleusercontent.com/ECSQC5GoBj4rHdMyMslsP81xUuFswXt8ri1f1CTmBnuE26XxpRqn8qt3ycOxjRwIIORikH1PVuSHt8vxOkSBWg",
"IsFeatured": true
},
"HardwareDeviceTokens": [],
"HasBeenReviewed": false,
"IsActive": false,
"IsDirty": false,
"IsOnSale": false,
"IsOneTimeItem": false,
"IsRetired": false,
"IsSearchable": false,
"Key": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNV1FBMkpIUQw",
"LeadDays": 0,
"LegacySku": "ag1zfm1oLW9mcy1wcm9kchALEgdQcm9kdWN0GJvAikgM",
"ListingIsActive": false,
"NoPOBox": false,
"PackageDimensions": [
"0.00",
"0.00",
"0.00"
],
"PackagedToShip": false,
"PreOrderFlag": false,
"PreviewFlag": false,
"PricingRuleList": [],
"ProductDescription": "",
"ProductListPrice": 9900,
"ProductListing": {
"ActiveSkuCount": 1,
"ActiveSkus": [
"ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNV1FBMkpIUQw"
],
"AddOns": [],
"Attributes": [],
"BasePrice": 0,
"DateTimeCreated": "2017-07-25T07:06:00.132500",
"DisplayPriceRange": "",
"Elements": [],
"FeaturedImage": {
"ImageFile": "/mh-product-images/prod/legacy_uW5McMBzQxS1Jh82eSo8veRL2JMNFUJAwNbez3tHjh15B7hrDTgnQ09efpcH39pKhfM2zCyv0riAqFpclWAX-7yE1bw",
"ImageUrl": "https://lh3.googleusercontent.com/ECSQC5GoBj4rHdMyMslsP81xUuFswXt8ri1f1CTmBnuE26XxpRqn8qt3ycOxjRwIIORikH1PVuSHt8vxOkSBWg",
"IsFeatured": true
},
"HasBeenPublished": true,
"HideRewardsFlag": false,
"Images": [
{
"ImageFile": "/mh-product-images/prod/legacy_uW5McMBzQxS1Jh82eSo8veRL2JMNFUJAwNbez3tHjh15B7hrDTgnQ09efpcH39pKhfM2zCyv0riAqFpclWAX-7yE1bw",
"ImageUrl": "https://lh3.googleusercontent.com/ECSQC5GoBj4rHdMyMslsP81xUuFswXt8ri1f1CTmBnuE26XxpRqn8qt3ycOxjRwIIORikH1PVuSHt8vxOkSBWg",
"IsFeatured": true
}
],
"IsActive": false,
"IsAdminSearchable": true,
"IsCustomizable": false,
"IsDeprecated": false,
"IsSearchable": false,
"Key": "ag1zfm1oLXBscy1wcm9kck8LEg5Qcm9kdWN0TGlzdGluZyI7bGVnYWN5OmFnOXpmbTFoZEhSbGNtaGhZMnRsY25OeUZBc1NCMUJ5YjJSMVkzUVlnSUNBNC1EMnFBb00M",
"LegacyProductKey": "ag9zfm1hdHRlcmhhY2tlcnNyFAsSB1Byb2R1Y3QYgICA4-D2qAoM",
"MetaTagKeywords": [],
"PreOrderFlag": false,
"ProductCreatedOn": "2017-07-25T07:06:00.132540",
"ProductEditedOn": "2020-04-23T17:16:15.304588",
"ProductType": "physical-inventory",
"RedirectUrl": "",
"ReferenceUrl": "lcd-screen-pulse",
"RelatedProducts": [],
"ShortDescription": "",
"ShowAddToCart": true,
"ShowQuestionsFlag": true,
"Subtitle": "",
"TemplateKey": "",
"Title": "LCD Screen Upgrade for Pulse (Cannot be paired with Viki 2 LCD Screen Upgrade)"
},
"ProductListingKey": "ag1zfm1oLXBscy1wcm9kck8LEg5Qcm9kdWN0TGlzdGluZyI7bGVnYWN5OmFnOXpmbTFoZEhSbGNtaGhZMnRsY25OeUZBc1NCMUJ5YjJSMVkzUVlnSUNBNC1EMnFBb00M",
"ProductNumber": "151167003",
"ProductPrice": 5000,
"ProductType": "physical-inventory",
"ProductUpc": "",
"QuantityAvailable": 94,
"QuantityOnHand": 94,
"QuantityReserved": 3,
"ReferenceUrl": "lcd-screen-pulse",
"SID": "MWQA2JHQ",
"ShowAvailableDate": false,
"ShownInListing": true,
"SkuName": "LCD Screen Upgrade for Pulse (Cannot be paired with Viki 2 LCD Screen Upgrade)",
"SkuWarningMessages": [],
"TotalWeight": 1000000,
"TotalWeightGrams": "1,000.00",
"TotalWeightKilograms": "1.00",
"TotalWeightPounds": "2.20",
"Weight": 1000000,
"WeightGrams": "1,000.00",
"WeightKilograms": "1.00",
"WeightPounds": "2.20"
},
"Status": "success"
}

View file

@ -0,0 +1,125 @@
{
"ProductSku": {
"AddOns": [],
"AdminNote": "",
"AttributeOptions": [],
"AvailableDate": "2018-06-29",
"BarCodeID": "9522",
"Brand": "Ultimaker",
"ComponentSkuCount": 0,
"ComponentSkus": [],
"CustomRuleSet": false,
"DateTimeCreated": "2017-08-03T23:28:13.107480",
"DigitalLicenseKeys": [],
"DisplayAvailableDate": "Jun 29th",
"DisplayListPrice": "99.95",
"DisplayPrice": "89.95",
"DisplayPriceFlag": true,
"FeaturedImage": {
"ImageFile": "/mh-product-images/prod/legacy_MOlG_r7rGf-M4ifQEl7j4kSvtxoGqF6Id_Ot3ss9_CGVVC0w4JRkoiq72FexKhOuxwxyyhsbvgKZzAr4E944coovEKU",
"ImageUrl": "https://lh3.googleusercontent.com/JE1E0OE5YHnOr0gk08pNJedYnyISerqR5XT6n1dSSD17gZUKBSMik7QpzKwhRPUTkErsEyNQtmEDkrg4pTiTqr4",
"IsFeatured": true
},
"HardwareDeviceTokens": [],
"HasBeenReviewed": true,
"IsActive": true,
"IsDirty": false,
"IsOnSale": false,
"IsOneTimeItem": false,
"IsRetired": false,
"IsSearchable": true,
"Key": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNQ0VKWUZaRAw",
"LeadDays": 0,
"LegacySku": "ag1zfm1oLW9mcy1wcm9kchALEgdQcm9kdWN0GM7w4z8M",
"ListingIsActive": true,
"NoPOBox": false,
"PackageDimensions": [
"1.00",
"11.00",
"15.75"
],
"PackagedToShip": false,
"PreOrderFlag": false,
"PreviewFlag": false,
"PricingRuleList": [],
"ProductDescription": "Ultimaker's Advanced 3D Printing Kit contains several parts and add-ons to make your Ultimaker 2 Extended+ even more reliable. This kit will help minimize downtime and significantly increase success rate, even with the most troublesome materials.",
"ProductListPrice": 9995,
"ProductListing": {
"ActiveSkuCount": 1,
"ActiveSkus": [
"ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNQ0VKWUZaRAw"
],
"AddOns": [],
"Attributes": [],
"BasePrice": 8995,
"DateTimeCreated": "2017-07-25T07:08:23.133270",
"DisplayPriceRange": "",
"Elements": [
{
"Content": "<h2>What&rsquo;s included?</h2>\r\n<p>The Advanced 3D Printing Kit contains the following items:</p>\r\n<ul class=\"decoda-list\">\r\n<li>2 x 0.4 mm nozzle</li>\r\n<li>2 x TFM coupler</li>\r\n<li>25 x adhesion sheet</li>\r\n<li>1 x Ultimaker 2 Extended+ door enclosure</li>\r\n</ul>\r\n<h3>Nozzle</h3>\r\n<p>If your nozzle is jammed or worn from printing specialty materials, you may need to replace your nozzle.&nbsp;</p>\r\n<h3>TFM coupler</h3>\r\n<p>Many specialty materials print at higher temperatures. This could decrease the lifespan of the TFM coupler. There are two new couplers included in the Advanced 3D Printing Kit, to minimize your Ultimaker&rsquo;s down time when the TFM couplers are due for a replacement.</p>\r\n<h3>Adhesion sheets</h3>\r\n<p>The adhesion sheets can be used for most materials to improve adhesion to the build plate. They replace the glue stick and can be used multiple times. It is important that the sheet is applied correctly to prevent air bubbles and to ensure a flat printing surface.</p>\r\n<h3>Door Enclosure</h3>\r\n<p>The door is very effective when printing with materials that are prone to warping and delaminating. This door keeps the warmth from the heated bed inside the printer and protects the print from external influences, consequently creating a stable environment with a constant temperature of 45&ordm;C.</p>",
"ElementCode": "ZAMJKV",
"Images": [],
"Type": "text"
}
],
"FeaturedImage": {
"ImageFile": "/mh-product-images/prod/legacy_MOlG_r7rGf-M4ifQEl7j4kSvtxoGqF6Id_Ot3ss9_CGVVC0w4JRkoiq72FexKhOuxwxyyhsbvgKZzAr4E944coovEKU",
"ImageUrl": "https://lh3.googleusercontent.com/JE1E0OE5YHnOr0gk08pNJedYnyISerqR5XT6n1dSSD17gZUKBSMik7QpzKwhRPUTkErsEyNQtmEDkrg4pTiTqr4",
"IsFeatured": true
},
"HasBeenPublished": true,
"HideRewardsFlag": false,
"Images": [
{
"ImageFile": "/mh-product-images/prod/legacy_MOlG_r7rGf-M4ifQEl7j4kSvtxoGqF6Id_Ot3ss9_CGVVC0w4JRkoiq72FexKhOuxwxyyhsbvgKZzAr4E944coovEKU",
"ImageUrl": "https://lh3.googleusercontent.com/JE1E0OE5YHnOr0gk08pNJedYnyISerqR5XT6n1dSSD17gZUKBSMik7QpzKwhRPUTkErsEyNQtmEDkrg4pTiTqr4",
"IsFeatured": true
}
],
"IsActive": true,
"IsAdminSearchable": true,
"IsCustomizable": false,
"IsDeprecated": false,
"IsSearchable": true,
"Key": "ag1zfm1oLXBscy1wcm9kck8LEg5Qcm9kdWN0TGlzdGluZyI7bGVnYWN5OmFnOXpmbTFoZEhSbGNtaGhZMnRsY25OeUZBc1NCMUJ5YjJSMVkzUVlnSUNBellmQXRRb00M",
"LegacyProductKey": "ag9zfm1hdHRlcmhhY2tlcnNyFAsSB1Byb2R1Y3QYgICAzYfAtQoM",
"MetaTagKeywords": [],
"PreOrderFlag": false,
"ProductCreatedOn": "2017-07-25T07:08:23.133290",
"ProductEditedOn": "2019-10-02T22:35:30.066535",
"ProductType": "physical-inventory",
"RedirectUrl": "",
"ReferenceUrl": "ultimaker-2-extended-advanced-3d-printing-kit",
"RelatedProducts": [],
"ShortDescription": "Ultimaker's Advanced 3D Printing Kit contains several parts and add-ons to make your Ultimaker 2 Extended+ even more reliable. This kit will help minimize downtime and significantly increase success rate, even with the most troublesome materials.",
"ShowAddToCart": true,
"ShowQuestionsFlag": true,
"Subtitle": null,
"TemplateKey": null,
"Title": "Advanced 3D Printing Kit - Ultimaker 2 Extended +"
},
"ProductListingKey": "ag1zfm1oLXBscy1wcm9kck8LEg5Qcm9kdWN0TGlzdGluZyI7bGVnYWN5OmFnOXpmbTFoZEhSbGNtaGhZMnRsY25OeUZBc1NCMUJ5YjJSMVkzUVlnSUNBellmQXRRb00M",
"ProductNumber": "133757006",
"ProductPrice": 8995,
"ProductType": "physical-inventory",
"ProductUpc": "",
"QuantityAvailable": 9,
"QuantityOnHand": 9,
"QuantityReserved": 1,
"ReferenceUrl": "ultimaker-2-extended-advanced-3d-printing-kit",
"SID": "MCEJYFZD",
"ShowAvailableDate": false,
"ShownInListing": true,
"SkuName": "Advanced 3D Printing Kit - Ultimaker 2 Extended +",
"SkuWarningMessages": [],
"TotalWeight": 810000,
"TotalWeightGrams": "810.00",
"TotalWeightKilograms": "0.81",
"TotalWeightPounds": "1.79",
"Weight": 810000,
"WeightGrams": "810.00",
"WeightKilograms": "0.81",
"WeightPounds": "1.79"
},
"Status": "success"
}

View file

@ -0,0 +1,127 @@
{
"ProductSku": {
"AddOns": [],
"AdminNote": "",
"AttributeOptions": [],
"AvailableDate": "2019-01-24",
"BarCodeID": "",
"Brand": "",
"ComponentSkuCount": 0,
"ComponentSkus": [],
"CustomRuleSet": false,
"DateTimeCreated": "2019-01-24T19:07:49.015057",
"DigitalLicenseKeys": [],
"DisplayAvailableDate": "Jan 24th",
"DisplayListPrice": "499.00",
"DisplayPrice": "399.00",
"DisplayPriceFlag": true,
"FeaturedImage": {
"ImageFile": "/mh-product-images/prod/2fa4bbb7-c015-40ee-b6ba-89b64fa7ac5d",
"ImageUrl": "https://lh3.googleusercontent.com/_yn6sGE452OrQp6CuJb7gubgdhqEatKeme4NA_RUZ64XAhWeUprVqkhqzfFfQoPFEBE3aeGntNi0sLVJrWbGo7Q",
"IsFeatured": true
},
"HardwareDeviceTokens": [],
"HasBeenReviewed": false,
"IsActive": true,
"IsDirty": false,
"IsOnSale": false,
"IsOneTimeItem": false,
"IsRetired": false,
"IsSearchable": true,
"Key": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNVlZWWFRLUAw",
"LeadDays": 11,
"LegacySku": null,
"ListingIsActive": true,
"NoPOBox": false,
"PackageDimensions": [
"0.00",
"0.00",
"0.00"
],
"PackagedToShip": false,
"PreOrderFlag": false,
"PreviewFlag": false,
"PricingRuleList": [],
"ProductDescription": "While 8-bit electronics boards are reliable \"brains\" for 3D printers, they still have limited planning ability that affect important aspects like print time and post processing. Enter the 32-bit Azteeg X5 GT running Smoothieware! More speed. Less blemishes. More accuracy. Printing with a Pulse just got even smarter. Unleash your Pulse 3D Printer's potential with 32-bit electronics.",
"ProductListPrice": 49900,
"ProductListing": {
"ActiveSkuCount": 1,
"ActiveSkus": [
"ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNVlZWWFRLUAw"
],
"AddOns": [],
"Attributes": [],
"BasePrice": 0,
"DateTimeCreated": "2019-01-24T19:07:48.727641",
"DisplayPriceRange": "",
"Elements": [
{
"Content": "<h2 class=\"align-center\"><strong>To purchase this upgrade, you must purchase this as an add-on through the <a title=\"Pulse 3D Printer - Custom Pre-Assembled\" href=\"https://www.matterhackers.com/store/l/pulse-3d-printer/sk/MUY6R1P5\">Custom Pre-Assembled Pulse</a> page.</strong></h2>\r\n<p></p>\r\n<h2><strong>UNLEASH POTENTIAL FROM 8-BIT TO 32-BIT</strong></h2>\r\n<p>Inexpensive, reliable, and easy to work with, 8-bit Arduino-based electronics boards have been the go-to printer electronics for over a decade. However, if you've been printing for a while, you likely are very familiar with the limitations such as limited speeds due to limited planning capabilities, limited step generation, un-optimized acceleration/deceleration, limited resources for advanced kinematics processing, etc.</p>\r\n<p>While these limitations do not prevent you from achieving beautiful prints at standard 3D printing speeds, we wanted to find a smarter solution for faster and smoother printing. Enter the 32-bit Azteeg X5 GT running Smoothieware!</p>\r\n<h2><strong>FASTER. CLEANER. SMARTER.</strong></h2>\r\n<p>Our technicians pre-install and calibrate your Pulse's firmware on this 32-bit board so you can jump right into using the amazing new benefits that come with this smart upgrade. With a faster CPU clock, more RAM and optimized firmware, 32-bit electronics significantly improve the planning ability of your printer. This means that the printer's \"brain\" can make itself move faster, more accurately, and efficiently plan its movements leading to faster, cleaner, and more accurate prints. Bigfoot BSD2660 Stepper Drivers are also installed with this upgrade for an even smoother and more precise 3D printing experience.</p>\r\n<p>In our testing, using the same slice settings as well as the same firmware acceleration, we saw an average decrease in print time of over 32%. On some parts, there was nearly a 50% reduction in print time!</p>\r\n<h2><strong>WHAT TO EXPECT</strong></h2>\r\n<p>With this 32-bit upgrade, you can expect faster print times, crisper corners, less oozing/blobbing, smoother and quieter motor movements, and better acceleration and deceleration. Achieve even smoother 3D printing results when you add this smart upgrade to your Pulse.</p>",
"ElementCode": "PNO450",
"Images": [],
"Type": "Text"
}
],
"FeaturedImage": {
"ImageFile": "/mh-product-images/prod/5d9bd701-2e12-4eb7-b46c-a8535d495456",
"ImageUrl": "https://lh3.googleusercontent.com/85rXitEuacR_prDUui9lzyjVVcGUJynj1eYtZv9qzAZDI5oSlZrjRjYk8utecmwr07cq_W8MRBJSWzvPRqsRLA",
"IsFeatured": true
},
"HasBeenPublished": true,
"HideRewardsFlag": false,
"Images": [
{
"ImageFile": "/mh-product-images/prod/5d9bd701-2e12-4eb7-b46c-a8535d495456",
"ImageUrl": "https://lh3.googleusercontent.com/85rXitEuacR_prDUui9lzyjVVcGUJynj1eYtZv9qzAZDI5oSlZrjRjYk8utecmwr07cq_W8MRBJSWzvPRqsRLA",
"IsFeatured": true
}
],
"IsActive": true,
"IsAdminSearchable": true,
"IsCustomizable": false,
"IsDeprecated": false,
"IsSearchable": false,
"Key": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgICAlZGKCgw",
"MetaTagKeywords": [],
"PreOrderFlag": false,
"ProductCreatedOn": "2019-01-24T19:07:48.727674",
"ProductEditedOn": "2020-04-30T23:56:42.169060",
"ProductType": "physical-inventory",
"RedirectUrl": "",
"ReferenceUrl": "32-bit-upgrade-for-pulse",
"RelatedProducts": [
"ag1zfm1oLXBscy1wcm9kck8LEg5Qcm9kdWN0TGlzdGluZyI7bGVnYWN5OmFnOXpmbTFoZEhSbGNtaGhZMnRsY25OeUZBc1NCMUJ5YjJSMVkzUVlnSUNBbzU2VHVBb00M",
"ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgICA-rKNCgw"
],
"ShortDescription": "While 8-bit electronics boards are reliable \"brains\" for 3D printers, they still have limited planning ability that affect important aspects like print time and post processing. Enter the 32-bit Azteeg X5 GT running Smoothieware! More speed. Less blemishes. More accuracy. Printing with a Pulse just got even smarter. Unleash your Pulse 3D Printer's potential with 32-bit electronics.",
"ShowAddToCart": false,
"ShowQuestionsFlag": true,
"Subtitle": "",
"TemplateKey": "ag9zfm1hdHRlcmhhY2tlcnNyGQsSDFBhZ2VUZW1wbGF0ZRiAgKCF47vlCAw",
"Title": "32-Bit Upgrade for Pulse (Cannot be Paired with LCD Screen Upgrade)"
},
"ProductListingKey": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgICAlZGKCgw",
"ProductNumber": null,
"ProductPrice": 39900,
"ProductType": "physical-inventory",
"ProductUpc": "",
"QuantityAvailable": 201,
"QuantityOnHand": 201,
"QuantityReserved": 3,
"ReferenceUrl": "32-bit-upgrade-for-pulse",
"SID": "MVVVXTKP",
"ShowAvailableDate": false,
"ShownInListing": true,
"SkuName": "32-Bit Upgrade for Pulse (Cannot be Paired with LCD Screen Upgrade)",
"SkuWarningMessages": [],
"TotalWeight": 0,
"TotalWeightGrams": "0.00",
"TotalWeightKilograms": "0.00",
"TotalWeightPounds": "0.00",
"Weight": 0,
"WeightGrams": "0.00",
"WeightKilograms": "0.00",
"WeightPounds": "0.00"
},
"Status": "success"
}

View file

@ -0,0 +1,124 @@
{
"ProductSku": {
"AddOns": [],
"AdminNote": "",
"AttributeOptions": [],
"AvailableDate": "2018-11-05",
"BarCodeID": "",
"Brand": "",
"ComponentSkuCount": 0,
"ComponentSkus": [],
"CustomRuleSet": false,
"DateTimeCreated": "2018-11-05T22:59:50.446932",
"DigitalLicenseKeys": [],
"DisplayAvailableDate": "Nov 5th",
"DisplayListPrice": "35.00",
"DisplayPrice": "35.00",
"DisplayPriceFlag": true,
"FeaturedImage": {
"ImageFile": "/mh-product-images/prod/3916553a-1fc8-46e3-9745-93d4ecc7fee3",
"ImageUrl": "https://lh3.googleusercontent.com/ncl9UnJMKZT5ejfH2Zaty3zLKGbTkuqdqEZHybYH9wRm4bSjhaO7OBg-I384KM_iJQuidagK49ic5IM8R9RWXUs",
"IsFeatured": true
},
"HardwareDeviceTokens": [],
"HasBeenReviewed": false,
"IsActive": false,
"IsDirty": false,
"IsOnSale": false,
"IsOneTimeItem": false,
"IsRetired": false,
"IsSearchable": true,
"Key": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNQ01IVzBUTQw",
"LeadDays": 1,
"LegacySku": null,
"ListingIsActive": false,
"NoPOBox": false,
"PackageDimensions": [
"0.00",
"0.00",
"0.00"
],
"PackagedToShip": false,
"PreOrderFlag": false,
"PreviewFlag": false,
"PricingRuleList": [],
"ProductDescription": "BuildTak Extra FlexPlate 9\" x 10\"",
"ProductListPrice": 3500,
"ProductListing": {
"ActiveSkuCount": 1,
"ActiveSkus": [
"ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNQ01IVzBUTQw"
],
"AddOns": [],
"Attributes": [],
"BasePrice": 0,
"DateTimeCreated": "2018-11-05T22:59:50.169874",
"DisplayPriceRange": "",
"Elements": [
{
"Content": "<p>This Extra FlexPlate 9\" x 10\" comes with BuildTak installed. Ease the switch between build surfaces with this extra flexplate.</p>\r\n<p><strong>This does NOT come with a magnetic base. That must be purchased separately.</strong></p>",
"ElementCode": "L4E8CU",
"Images": [],
"Type": "Text"
}
],
"FeaturedImage": {
"ImageFile": "/mh-product-images/prod/3916553a-1fc8-46e3-9745-93d4ecc7fee3",
"ImageUrl": "https://lh3.googleusercontent.com/ncl9UnJMKZT5ejfH2Zaty3zLKGbTkuqdqEZHybYH9wRm4bSjhaO7OBg-I384KM_iJQuidagK49ic5IM8R9RWXUs",
"IsFeatured": true
},
"HasBeenPublished": true,
"HideRewardsFlag": false,
"Images": [
{
"ImageFile": "/mh-product-images/prod/3916553a-1fc8-46e3-9745-93d4ecc7fee3",
"ImageUrl": "https://lh3.googleusercontent.com/ncl9UnJMKZT5ejfH2Zaty3zLKGbTkuqdqEZHybYH9wRm4bSjhaO7OBg-I384KM_iJQuidagK49ic5IM8R9RWXUs",
"IsFeatured": true
}
],
"IsActive": false,
"IsAdminSearchable": true,
"IsCustomizable": false,
"IsDeprecated": false,
"IsSearchable": false,
"Key": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgICA1KybCgw",
"MetaTagKeywords": [],
"PreOrderFlag": false,
"ProductCreatedOn": "2018-11-05T22:59:50.169898",
"ProductEditedOn": "2020-04-14T19:57:23.222197",
"ProductType": "",
"RedirectUrl": "",
"ReferenceUrl": "buildtak-extra-flexplate-9-x-10",
"RelatedProducts": [],
"ShortDescription": "BuildTak Extra FlexPlate 9\" x 10\"",
"ShowAddToCart": false,
"ShowQuestionsFlag": true,
"Subtitle": "",
"TemplateKey": "",
"Title": "BuildTak Extra FlexPlate 9\" x 10\" for Pulse (Must be paired with Magnetic Flexplate System Upgrade)"
},
"ProductListingKey": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgICA1KybCgw",
"ProductNumber": null,
"ProductPrice": 3500,
"ProductType": "physical-inventory",
"ProductUpc": "",
"QuantityAvailable": 80,
"QuantityOnHand": 80,
"QuantityReserved": 3,
"ReferenceUrl": "buildtak-extra-flexplate-9-x-10",
"SID": "MCMHW0TM",
"ShowAvailableDate": false,
"ShownInListing": true,
"SkuName": "BuildTak Extra FlexPlate 9\" x 10\" for Pulse (Must be paired with Magnetic Flexplate System Upgrade)",
"SkuWarningMessages": [],
"TotalWeight": 0,
"TotalWeightGrams": "0.00",
"TotalWeightKilograms": "0.00",
"TotalWeightPounds": "0.00",
"Weight": 0,
"WeightGrams": "0.00",
"WeightKilograms": "0.00",
"WeightPounds": "0.00"
},
"Status": "success"
}

View file

@ -0,0 +1,118 @@
{
"ProductSku": {
"AddOns": [],
"AdminNote": "",
"AttributeOptions": [],
"AvailableDate": "2016-11-17",
"BarCodeID": "",
"Brand": "",
"ComponentSkuCount": 0,
"ComponentSkus": [],
"CustomRuleSet": false,
"DateTimeCreated": "2017-08-03T23:26:46.085490",
"DigitalLicenseKeys": [],
"DisplayAvailableDate": "Nov 17th",
"DisplayListPrice": "295.00",
"DisplayPrice": "245.00",
"DisplayPriceFlag": true,
"FeaturedImage": {
"ImageFile": "/mh-product-images/prod/legacy_BI0cBQRfxpHwTlOyUvtlFhlVXcShRafcGT1tFQA9Emj6xTGyeceATo7BAcC0iMmaErqHbbmNzaGblCSReHUOvZq41zY",
"ImageUrl": "https://lh3.googleusercontent.com/F2L6NyCsQb5sKEcpHynyyZO6791_5avKj985S89UwPOvtUswANNnCWWIYfMabINcM3Q_qiM98LB-b1NAykUNLA",
"IsFeatured": true
},
"HardwareDeviceTokens": [],
"HasBeenReviewed": false,
"IsActive": false,
"IsDirty": false,
"IsOnSale": false,
"IsOneTimeItem": false,
"IsRetired": false,
"IsSearchable": true,
"Key": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNWDhaTU5WMQw",
"LeadDays": 0,
"LegacySku": "ag1zfm1oLW9mcy1wcm9kchALEgdQcm9kdWN0GIzh6EYM",
"ListingIsActive": false,
"NoPOBox": false,
"PackageDimensions": [
"0.00",
"0.00",
"0.00"
],
"PackagedToShip": false,
"PreOrderFlag": false,
"PreviewFlag": false,
"PricingRuleList": [],
"ProductDescription": "",
"ProductListPrice": 29500,
"ProductListing": {
"ActiveSkuCount": 1,
"ActiveSkus": [
"ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNWDhaTU5WMQw"
],
"AddOns": [],
"Attributes": [],
"BasePrice": 0,
"DateTimeCreated": "2017-07-25T07:05:59.940650",
"DisplayPriceRange": "",
"Elements": [],
"FeaturedImage": {
"ImageFile": "/mh-product-images/prod/legacy_BI0cBQRfxpHwTlOyUvtlFhlVXcShRafcGT1tFQA9Emj6xTGyeceATo7BAcC0iMmaErqHbbmNzaGblCSReHUOvZq41zY",
"ImageUrl": "https://lh3.googleusercontent.com/F2L6NyCsQb5sKEcpHynyyZO6791_5avKj985S89UwPOvtUswANNnCWWIYfMabINcM3Q_qiM98LB-b1NAykUNLA",
"IsFeatured": true
},
"HasBeenPublished": true,
"HideRewardsFlag": false,
"Images": [
{
"ImageFile": "/mh-product-images/prod/legacy_BI0cBQRfxpHwTlOyUvtlFhlVXcShRafcGT1tFQA9Emj6xTGyeceATo7BAcC0iMmaErqHbbmNzaGblCSReHUOvZq41zY",
"ImageUrl": "https://lh3.googleusercontent.com/F2L6NyCsQb5sKEcpHynyyZO6791_5avKj985S89UwPOvtUswANNnCWWIYfMabINcM3Q_qiM98LB-b1NAykUNLA",
"IsFeatured": true
}
],
"IsActive": false,
"IsAdminSearchable": true,
"IsCustomizable": false,
"IsDeprecated": false,
"IsSearchable": true,
"Key": "ag1zfm1oLXBscy1wcm9kck8LEg5Qcm9kdWN0TGlzdGluZyI7bGVnYWN5OmFnOXpmbTFoZEhSbGNtaGhZMnRsY25OeUZBc1NCMUJ5YjJSMVkzUVlnSUNBbzZtZm9Rb00M",
"LegacyProductKey": "ag9zfm1hdHRlcmhhY2tlcnNyFAsSB1Byb2R1Y3QYgICAo6mfoQoM",
"MetaTagKeywords": [],
"PreOrderFlag": false,
"ProductCreatedOn": "2017-07-25T07:05:59.940690",
"ProductEditedOn": "2020-04-23T17:07:04.580211",
"ProductType": "physical-inventory",
"RedirectUrl": "",
"ReferenceUrl": "bondtech-extruder-with-e3d-v6",
"RelatedProducts": [],
"ShortDescription": "",
"ShowAddToCart": true,
"ShowQuestionsFlag": true,
"Subtitle": "",
"TemplateKey": "",
"Title": "Bondtech Extruder with E3D V6 HotEnd and Hardened Steel Nozzle Upgrade for Pulse"
},
"ProductListingKey": "ag1zfm1oLXBscy1wcm9kck8LEg5Qcm9kdWN0TGlzdGluZyI7bGVnYWN5OmFnOXpmbTFoZEhSbGNtaGhZMnRsY25OeUZBc1NCMUJ5YjJSMVkzUVlnSUNBbzZtZm9Rb00M",
"ProductNumber": "148517004",
"ProductPrice": 24500,
"ProductType": "physical-on-demand",
"ProductUpc": "",
"QuantityAvailable": 33,
"QuantityOnHand": 33,
"QuantityReserved": 0,
"ReferenceUrl": "bondtech-extruder-with-e3d-v6",
"SID": "MX8ZMNV1",
"ShowAvailableDate": false,
"ShownInListing": true,
"SkuName": "Bondtech Extruder with E3D V6 HotEnd and Hardened Steel Nozzle Upgrade for Pulse",
"SkuWarningMessages": [],
"TotalWeight": 1000000,
"TotalWeightGrams": "1,000.00",
"TotalWeightKilograms": "1.00",
"TotalWeightPounds": "2.20",
"Weight": 1000000,
"WeightGrams": "1,000.00",
"WeightKilograms": "1.00",
"WeightPounds": "2.20"
},
"Status": "success"
}

View file

@ -226,8 +226,8 @@
"ProductPrice": 8994,
"ProductType": "physical-inventory",
"ProductUpc": "",
"QuantityAvailable": 12,
"QuantityOnHand": 12,
"QuantityAvailable": 10,
"QuantityOnHand": 10,
"QuantityReserved": 0,
"ReferenceUrl": "matterhackers-3d-printing-tool-kit-premium",
"SID": "MNUYE0VF",

View file

@ -179,8 +179,8 @@
"ProductListingKey": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgICcs-yPCgw",
"ProductSkuKey": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNTlVZRTBWRgw",
"ProductType": "physical-inventory",
"QuantityAvailable": 12,
"QuantityOnHand": 12,
"QuantityAvailable": 10,
"QuantityOnHand": 10,
"SingleSku": true
},
{
@ -456,8 +456,8 @@
"ProductPrice": 319500,
"ProductType": "physical-on-demand",
"ProductUpc": "",
"QuantityAvailable": 3,
"QuantityOnHand": 3,
"QuantityAvailable": 2,
"QuantityOnHand": 2,
"QuantityReserved": 3,
"ReferenceUrl": "pulse-dxe-dual-extrusion-nylonx-3d-printer-bundle",
"SID": "MTA2JNPM",

View file

@ -0,0 +1,201 @@
{
"ProductSku": {
"AddOns": [],
"AdminNote": "",
"AttributeOptions": [],
"AvailableDate": "2020-03-11",
"BarCodeID": "",
"Brand": "",
"ComponentSkuCount": 2,
"ComponentSkus": [
"ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNVEQ5Nk41NQw",
"ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNMjA3QUdLNAw"
],
"CustomRuleSet": false,
"DateTimeCreated": "2019-05-10T21:33:10.617476",
"DigitalLicenseKeys": [],
"DisplayAvailableDate": "Mar 11th",
"DisplayListPrice": "114.99",
"DisplayPrice": "110.00",
"DisplayPriceFlag": true,
"FeaturedImage": {
"ImageFile": "/mh-product-images/prod/8cf4cc7e-5cb2-4a74-9713-a6c8b53d5c72",
"ImageUrl": "https://lh3.googleusercontent.com/Hl0YYs3iC7HJXypoiURC3nF31lBSYwwuWED8SckFmE2XsLTjg0wcu_VZoqPHBSJN8UgjwhZSrEuGfFtLly3TRQM",
"IsFeatured": true
},
"HardwareDeviceTokens": [],
"HasBeenReviewed": false,
"IsActive": true,
"IsDirty": false,
"IsOnSale": false,
"IsOneTimeItem": false,
"IsRetired": false,
"IsSearchable": true,
"Key": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNUzlDVjhZQww",
"LeadDays": 0,
"LegacySku": null,
"ListingIsActive": true,
"NoPOBox": false,
"PackageDimensions": [
"2.00",
"12.00",
"9.00"
],
"PackagedToShip": false,
"PreOrderFlag": false,
"PreviewFlag": false,
"PricingRuleList": [],
"ProductDescription": "While the Pulse 3D printer is built to last, we recommend you give a little TLC to your printer every once in a while. Enter in the Pulse Maintenance Kit. Keep your printer working as new as the day you received it for years to come with the occasional simple maintenance using essential components and tools in this kit.",
"ProductListPrice": 11499,
"ProductListing": {
"ActiveSkuCount": 1,
"ActiveSkus": [
"ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNUzlDVjhZQww"
],
"AddOns": [],
"Attributes": [],
"BasePrice": 0,
"DateTimeCreated": "2019-05-10T21:33:10.293496",
"DisplayPriceRange": "",
"Elements": [
{
"Content": "<h3><strong>MINIMAL MAINTENANCE</strong></h3>\r\n<p>While all of our Pulse 3D Printers are designed and built to last, we recommend you occasionally give your printer a little TLC to maximize its lifespan. The small effort you invest in occasionally maintaining your Pulse will have your 3D printer returning years and years of hard work to provide you the fine, quality prints you need. Included in this kit are components and tools that are essential to have on hand for small maintenance. Show a little love to your hardworking Pulse 3D Printer with this maintenance kit.</p>",
"ElementCode": "WH68W1",
"Images": [],
"Type": "Text"
},
{
"Content": "<p style='text-align:center;'><img src='https://lh3.googleusercontent.com/TB5ZNbWlWNeLYz_9A4MeRn0voSOp85Q3MM43mQGJ1TvAWS9SJ0SvnvSThurBwCCwHx95AAnWFteBpfrzuku-pOh7'></p>",
"ElementCode": "PLDOZW",
"Images": [
{
"ImageFile": "/mh-product-images/prod/d3d6254c-370b-4129-b17b-bc3df2135183",
"ImageUrl": "https://lh3.googleusercontent.com/TB5ZNbWlWNeLYz_9A4MeRn0voSOp85Q3MM43mQGJ1TvAWS9SJ0SvnvSThurBwCCwHx95AAnWFteBpfrzuku-pOh7",
"IsFeatured": false
}
],
"Type": "Image"
},
{
"Content": "<h3><strong>WHAT&rsquo;S IN THE KIT?</strong></h3>\r\n<ul>\r\n<li>3 x BuildTak 9&rdquo; x 10&rdquo; Sheets</li>\r\n<li>3 x E3D V6 Silicone Socks</li>\r\n<li>3 x E3D Hotend 1.75mm Bowden Tube Clips</li>\r\n<li>1 x 3 fl. oz. Bottle of Machine Oil Lubricant</li>\r\n<li>1 x PTFE 1.75mm Bowden Tubing</li>\r\n<li>1 x MatterHackers Tool Bag</li>\r\n<li>1 x X-Axis Belt</li>\r\n<li>1 x Y-Axis Belt</li>\r\n<li>1 x Adjustable Screwdriver\r\n<ul>\r\n<li>3 x Hex Head Bits (1.5 mm, 2mm, 2.5mm)</li>\r\n<li>1 x Phillips Head Bit</li>\r\n</ul>\r\n</li>\r\n</ul>",
"ElementCode": "KQTYJN",
"Images": [],
"Type": "Text"
},
{
"Content": "<p><img src=\"https://lh3.googleusercontent.com/SBbrDCkjFwQH6eFu2u9TaU1ehDm-1kPfQbw71WUD66aullDA9Tk7T-vc85IyzweTEsqftrmb277rFNK24Y1znQ=s660\" /></p>",
"ElementCode": "OIZ0D3",
"Images": [
{
"ImageFile": "/mh-product-images/prod/7fa0ebd8-0df5-40bd-a6b6-c8c102da6e10",
"ImageUrl": "https://lh3.googleusercontent.com/SBbrDCkjFwQH6eFu2u9TaU1ehDm-1kPfQbw71WUD66aullDA9Tk7T-vc85IyzweTEsqftrmb277rFNK24Y1znQ",
"IsFeatured": false
}
],
"Type": "Text"
},
{
"Content": "<h3><strong>STREAMLINING THE 3D PRINTING EXPERIENCE</strong></h3>\r\n<p>At MatterHackers we pride ourselves on offering friendly service, advice, and support through our friendly, knowledgeable staff. They have been 3D printing for several years now and are happy to answer your 3D printing questions and recommend the right products that are specific to your needs. Every day MatterHackers constantly works to include various products that streamline the 3D printing experience for makers of every experience level. Have a question about the what conveniences your new Pulse 3D Printer Maintenance Kit has to offer? No problem. Feel free to give us a call.</p>",
"ElementCode": "PF19PM",
"Images": [],
"Type": "Text"
}
],
"FeaturedImage": {
"ImageFile": "/mh-product-images/prod/8cf4cc7e-5cb2-4a74-9713-a6c8b53d5c72",
"ImageUrl": "https://lh3.googleusercontent.com/Hl0YYs3iC7HJXypoiURC3nF31lBSYwwuWED8SckFmE2XsLTjg0wcu_VZoqPHBSJN8UgjwhZSrEuGfFtLly3TRQM",
"IsFeatured": true
},
"HasBeenPublished": true,
"HideRewardsFlag": false,
"Images": [
{
"ImageFile": "/mh-product-images/prod/8cf4cc7e-5cb2-4a74-9713-a6c8b53d5c72",
"ImageUrl": "https://lh3.googleusercontent.com/Hl0YYs3iC7HJXypoiURC3nF31lBSYwwuWED8SckFmE2XsLTjg0wcu_VZoqPHBSJN8UgjwhZSrEuGfFtLly3TRQM",
"IsFeatured": true
},
{
"ImageFile": "/mh-product-images/prod/cb889520-9350-43d7-8efe-d3f3c2f0a29d",
"ImageUrl": "https://lh3.googleusercontent.com/gyVIOOvXFL04z2Q0Fl5EVJ0oag9kHfHceW5ogDSgk08k1wRQsOIJuAutBX1yG_nWvQNZEXC0H2FT_f1LnXzX804",
"IsFeatured": false
},
{
"ImageFile": "/mh-product-images/prod/45ac7c42-d22f-44ba-b7ae-3303353ba1aa",
"ImageUrl": "https://lh3.googleusercontent.com/YngUEIN_dd6FLzwDGEr9rrH5GOfUd2B-fgq6DsjnPyDa-9CZdtp08NOKsW3Qt_QsR3TZgow69-KO9vAbn6sVObIk",
"IsFeatured": false
},
{
"ImageFile": "/mh-product-images/prod/d17dcf3c-c76e-4193-aff7-783d8f68271e",
"ImageUrl": "https://lh3.googleusercontent.com/IdO0ls8ox_R02UnOAAMN5BmMbc93AoXjYQ1URHZWBSaHtkocmK4Bk8zDVV7Xh4jdQggP8hJlcTwXNSzFi754Gw",
"IsFeatured": false
},
{
"ImageFile": "/mh-product-images/prod/4212e3d6-d51f-4f61-8538-209bee66a6fc",
"ImageUrl": "https://lh3.googleusercontent.com/IiW55w9UAnvwduhTXehipZcYhRdjeb36dDNEIzjsghBtRgCoc4XPGFVvlr7m4xhEsKUuSD2fHp0EuO5uvbz8FeY",
"IsFeatured": false
},
{
"ImageFile": "/mh-product-images/prod/1b28e41e-8234-497b-a65c-315e3b0c37bf",
"ImageUrl": "https://lh3.googleusercontent.com/lo65L7pkdR5sXJQV9oF7BNlkflrJtHlRuLbP2ZwncVVka19tWeaf4enYWstOmLOdDs6VQtFnGb7n4u0vdt_8Tw8",
"IsFeatured": false
},
{
"ImageFile": "/mh-product-images/prod/80be897a-73f6-46a0-9dcd-74748576a2bd",
"ImageUrl": "https://lh3.googleusercontent.com/mybc6WwDHKGOtY0MUV5Jd7MYnhvalp6vU8RO7YhBzrUtGn4jWoS6OXE21A7qyrfK0-5qabjoN9WeC2aRDPwHoD4",
"IsFeatured": false
},
{
"ImageFile": "/mh-product-images/prod/d36859cd-a62d-49bc-9210-cd2634d49f31",
"ImageUrl": "https://lh3.googleusercontent.com/H9-11ugNFl6VRZYqoXcgUcKqS9beFgfHvExuKWex-CZ5F90ANuJGVGKADZ-eSSFih5wD6OrUdE41bUiFmcNvYz8",
"IsFeatured": false
}
],
"IsActive": true,
"IsAdminSearchable": true,
"IsCustomizable": false,
"IsDeprecated": false,
"IsSearchable": true,
"Key": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgIDsm8OICQw",
"MetaTagKeywords": [],
"PreOrderFlag": false,
"ProductCreatedOn": "2019-05-10T21:33:10.293515",
"ProductEditedOn": "2019-10-02T22:32:32.231049",
"ProductType": "physical-inventory",
"RedirectUrl": "",
"ReferenceUrl": "pulse-3d-printer-maintenance-kit",
"RelatedProducts": [
"ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgICgtNSeCgw",
"ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgICgpembCgw"
],
"ShortDescription": "While the Pulse 3D printer is built to last, we recommend you give a little TLC to your printer every once in a while. Enter in the Pulse Maintenance Kit. Keep your printer working as new as the day you received it for years to come with the occasional simple maintenance using essential components and tools in this kit.",
"ShowAddToCart": true,
"ShowQuestionsFlag": true,
"Subtitle": "",
"TemplateKey": "",
"Title": "Pulse 3D Printer Maintenance Kit"
},
"ProductListingKey": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgIDsm8OICQw",
"ProductNumber": null,
"ProductPrice": 11000,
"ProductType": "physical-inventory",
"ProductUpc": "",
"QuantityAvailable": 14,
"QuantityOnHand": 14,
"QuantityReserved": 3,
"ReferenceUrl": "pulse-3d-printer-maintenance-kit",
"SID": "MS9CV8YC",
"ShowAvailableDate": false,
"ShownInListing": true,
"SkuName": "Pulse 3D Printer Maintenance Kit",
"SkuWarningMessages": [],
"TotalWeight": 397000,
"TotalWeightGrams": "397.00",
"TotalWeightKilograms": "0.40",
"TotalWeightPounds": "0.88",
"Weight": 292000,
"WeightGrams": "292.00",
"WeightKilograms": "0.29",
"WeightPounds": "0.64"
},
"Status": "success"
}

View file

@ -15,6 +15,7 @@
"DisplayListPrice": "2,495.00",
"DisplayPrice": "2,295.00",
"DisplayPriceFlag": true,
"DisplayWholesaleCost": "0.00",
"FeaturedImage": {
"ImageFile": "/mh-product-images/prod/legacy_cSR2H4w4-5D-gXtuz7iroinHGKUvDhrYQZAHJlDIgZ4ch5JKCGNMqWKYS4j-0pQodG-vEBvI-S41dpfG7TqY8wpi87A",
"ImageUrl": "https://lh3.googleusercontent.com/ZBVNBu4qfGtuvUSSSaiNHROaibtwPdqQvPg9QJZx3-RPrZaAP0vL2BAFHhc6AJ3QNGaPfq9tIm0LakDVOjiwblFj",
@ -192,7 +193,8 @@
"Weight": 16000000,
"WeightGrams": "16,000.00",
"WeightKilograms": "16.00",
"WeightPounds": "35.27"
"WeightPounds": "35.27",
"WholesaleCost": 0
},
"Status": "success"
}

View file

@ -0,0 +1,117 @@
{
"ProductSku": {
"AddOns": [],
"AdminNote": null,
"AttributeOptions": [],
"AvailableDate": "2017-12-07",
"BarCodeID": "",
"Brand": "",
"ComponentSkuCount": 0,
"ComponentSkus": [],
"CustomRuleSet": false,
"DateTimeCreated": "2017-12-07T18:52:00.210800",
"DigitalLicenseKeys": [],
"DisplayAvailableDate": "Dec 7th",
"DisplayListPrice": "129.00",
"DisplayPrice": "95.00",
"DisplayPriceFlag": true,
"FeaturedImage": {
"ImageFile": "/mh-product-images/prod/ff3c4005-b013-4592-a3dc-b52b04e5c3b0",
"ImageUrl": "https://lh3.googleusercontent.com/RVj5W7I3dRa6VLK9-8u-2WjNwoDZmVzsCqt_cYTNnUpGG3maII_g8GClfzKEy8QayG1xzCoxxEp0CxlpIAKpwwE",
"IsFeatured": true
},
"HardwareDeviceTokens": [],
"HasBeenReviewed": false,
"IsActive": false,
"IsDirty": false,
"IsOnSale": false,
"IsOneTimeItem": false,
"IsRetired": false,
"IsSearchable": true,
"Key": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNWEZZSkUxSAw",
"LeadDays": 0,
"LegacySku": null,
"ListingIsActive": false,
"NoPOBox": false,
"PackageDimensions": [
"0.00",
"0.00",
"0.00"
],
"PackagedToShip": false,
"PreOrderFlag": false,
"PreviewFlag": false,
"PricingRuleList": [],
"ProductDescription": "Viki 2 LCD screen for Pulse",
"ProductListPrice": 12900,
"ProductListing": {
"ActiveSkuCount": 1,
"ActiveSkus": [
"ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNWEZZSkUxSAw"
],
"AddOns": [],
"Attributes": [],
"BasePrice": 0,
"DateTimeCreated": "2017-12-07T18:51:59.929310",
"DisplayPriceRange": "",
"Elements": [],
"FeaturedImage": {
"ImageFile": "/mh-product-images/prod/ff3c4005-b013-4592-a3dc-b52b04e5c3b0",
"ImageUrl": "https://lh3.googleusercontent.com/RVj5W7I3dRa6VLK9-8u-2WjNwoDZmVzsCqt_cYTNnUpGG3maII_g8GClfzKEy8QayG1xzCoxxEp0CxlpIAKpwwE",
"IsFeatured": true
},
"HasBeenPublished": true,
"HideRewardsFlag": false,
"Images": [
{
"ImageFile": "/mh-product-images/prod/ff3c4005-b013-4592-a3dc-b52b04e5c3b0",
"ImageUrl": "https://lh3.googleusercontent.com/RVj5W7I3dRa6VLK9-8u-2WjNwoDZmVzsCqt_cYTNnUpGG3maII_g8GClfzKEy8QayG1xzCoxxEp0CxlpIAKpwwE",
"IsFeatured": true
}
],
"IsActive": false,
"IsAdminSearchable": true,
"IsCustomizable": false,
"IsDeprecated": false,
"IsSearchable": false,
"Key": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgICA-ImMCgw",
"MetaTagKeywords": [],
"PreOrderFlag": false,
"ProductCreatedOn": "2017-12-07T18:51:59.929350",
"ProductEditedOn": "2019-10-02T22:33:45.751549",
"ProductType": "",
"RedirectUrl": "",
"ReferenceUrl": "viki-2-lcd-upgrade-for-pulse",
"RelatedProducts": [],
"ShortDescription": "Viki 2 LCD screen for Pulse",
"ShowAddToCart": true,
"ShowQuestionsFlag": true,
"Subtitle": "",
"TemplateKey": "",
"Title": "Viki 2 LCD Upgrade for Pulse"
},
"ProductListingKey": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgICA-ImMCgw",
"ProductNumber": null,
"ProductPrice": 9500,
"ProductType": "physical-inventory",
"ProductUpc": "",
"QuantityAvailable": 76,
"QuantityOnHand": 76,
"QuantityReserved": 0,
"ReferenceUrl": "viki-2-lcd-upgrade-for-pulse",
"SID": "MXFYJE1H",
"ShowAvailableDate": false,
"ShownInListing": true,
"SkuName": "Viki 2 LCD Upgrade for Pulse",
"SkuWarningMessages": [],
"TotalWeight": 0,
"TotalWeightGrams": "0.00",
"TotalWeightKilograms": "0.00",
"TotalWeightPounds": "0.00",
"Weight": 0,
"WeightGrams": "0.00",
"WeightKilograms": "0.00",
"WeightPounds": "0.00"
},
"Status": "success"
}

View file

@ -0,0 +1,124 @@
{
"ProductSku": {
"AddOns": [],
"AdminNote": "",
"AttributeOptions": [],
"AvailableDate": "2018-12-05",
"BarCodeID": "",
"Brand": "",
"ComponentSkuCount": 0,
"ComponentSkus": [],
"CustomRuleSet": false,
"DateTimeCreated": "2018-12-05T22:59:58.221840",
"DigitalLicenseKeys": [],
"DisplayAvailableDate": "Dec 5th",
"DisplayListPrice": "49.00",
"DisplayPrice": "49.00",
"DisplayPriceFlag": true,
"FeaturedImage": {
"ImageFile": "/mh-product-images/prod/9c104640-79bf-48e2-a8f6-6717dbc1345b",
"ImageUrl": "https://lh3.googleusercontent.com/T2xgoec_9Bv8Za_HGHuuw95qLNfMJNCrQBq4WiPi1hzcnJUdeq5yagKjCrWyaPO-e9UT_nu182Ae6bU-XN8WoB0",
"IsFeatured": true
},
"HardwareDeviceTokens": [],
"HasBeenReviewed": false,
"IsActive": false,
"IsDirty": false,
"IsOnSale": false,
"IsOneTimeItem": false,
"IsRetired": false,
"IsSearchable": true,
"Key": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNOVg3OUNXTAw",
"LeadDays": 0,
"LegacySku": null,
"ListingIsActive": false,
"NoPOBox": false,
"PackageDimensions": [
"0.00",
"0.00",
"0.00"
],
"PackagedToShip": false,
"PreOrderFlag": false,
"PreviewFlag": false,
"PricingRuleList": [],
"ProductDescription": "Garolite Extra FlexPlate 9\" x 10\"",
"ProductListPrice": 4900,
"ProductListing": {
"ActiveSkuCount": 1,
"ActiveSkus": [
"ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNOVg3OUNXTAw"
],
"AddOns": [],
"Attributes": [],
"BasePrice": 0,
"DateTimeCreated": "2018-12-05T22:59:58.057191",
"DisplayPriceRange": "",
"Elements": [
{
"Content": "<p>This Extra FlexPlate 9\" x 10\" comes with Garolite installed. Ease the switch between build surfaces with this extra flexplate.</p>\r\n<p><strong>This does NOT come with a magnetic base. That must be purchased separately.</strong></p>",
"ElementCode": "Q7FAI0",
"Images": [],
"Type": "Text"
}
],
"FeaturedImage": {
"ImageFile": "/mh-product-images/prod/9c104640-79bf-48e2-a8f6-6717dbc1345b",
"ImageUrl": "https://lh3.googleusercontent.com/T2xgoec_9Bv8Za_HGHuuw95qLNfMJNCrQBq4WiPi1hzcnJUdeq5yagKjCrWyaPO-e9UT_nu182Ae6bU-XN8WoB0",
"IsFeatured": true
},
"HasBeenPublished": true,
"HideRewardsFlag": false,
"Images": [
{
"ImageFile": "/mh-product-images/prod/9c104640-79bf-48e2-a8f6-6717dbc1345b",
"ImageUrl": "https://lh3.googleusercontent.com/T2xgoec_9Bv8Za_HGHuuw95qLNfMJNCrQBq4WiPi1hzcnJUdeq5yagKjCrWyaPO-e9UT_nu182Ae6bU-XN8WoB0",
"IsFeatured": true
}
],
"IsActive": false,
"IsAdminSearchable": true,
"IsCustomizable": false,
"IsDeprecated": false,
"IsSearchable": false,
"Key": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgICA1J-BCgw",
"MetaTagKeywords": [],
"PreOrderFlag": false,
"ProductCreatedOn": "2018-12-05T22:59:58.057203",
"ProductEditedOn": "2020-04-24T21:13:21.861047",
"ProductType": "physical-inventory",
"RedirectUrl": "",
"ReferenceUrl": "garolite-extra-flexplate-9-x-10",
"RelatedProducts": [],
"ShortDescription": "Garolite Extra FlexPlate 9\" x 10\"",
"ShowAddToCart": false,
"ShowQuestionsFlag": true,
"Subtitle": "",
"TemplateKey": "",
"Title": "LayerLock Garolite Extra FlexPlate 9\" x 10\" for Pulse (Must be paired with Magnetic Flexplate System Upgrade)"
},
"ProductListingKey": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgICA1J-BCgw",
"ProductNumber": null,
"ProductPrice": 4900,
"ProductType": "physical-inventory",
"ProductUpc": "",
"QuantityAvailable": 91,
"QuantityOnHand": 91,
"QuantityReserved": 3,
"ReferenceUrl": "garolite-extra-flexplate-9-x-10",
"SID": "M9X79CWL",
"ShowAvailableDate": false,
"ShownInListing": true,
"SkuName": "LayerLock Garolite Extra FlexPlate 9\" x 10\" for Pulse (Must be paired with Magnetic Flexplate System Upgrade)",
"SkuWarningMessages": [],
"TotalWeight": 0,
"TotalWeightGrams": "0.00",
"TotalWeightKilograms": "0.00",
"TotalWeightPounds": "0.00",
"Weight": 0,
"WeightGrams": "0.00",
"WeightKilograms": "0.00",
"WeightPounds": "0.00"
},
"Status": "success"
}

View file

@ -0,0 +1,242 @@
{
"ProductSku": {
"ActivelyDisplayedFlag": true,
"AddOns": [],
"AdminNote": "",
"AttributeOptions": [],
"AvailableDate": "2019-12-25",
"BarCodeID": "",
"Brand": "PrintDry",
"ComponentSkuCount": 0,
"ComponentSkus": [],
"CustomRuleSet": false,
"DateTimeCreated": "2017-10-03T00:11:32.545100",
"DigitalLicenseKeys": [],
"DisplayAvailableDate": "Dec 25th",
"DisplayListPrice": "129.99",
"DisplayPrice": "124.99",
"DisplayPriceFlag": true,
"FeaturedImage": {
"ImageFile": "/mh-product-images/prod/7ec69a65-afc1-45b3-be1c-f24bc0cae2aa",
"ImageUrl": "https://lh3.googleusercontent.com/PdEwBZq6O5YgbZXkQ1hqeIvikgTVFgw9iyZ6Xxg8NcPu-QQY8CclJD8X2VzuKTSRqULtB0G34ndYBoOVHhdcFBo",
"IsFeatured": true
},
"HardwareDeviceTokens": [],
"HasBeenReviewed": true,
"IsActive": true,
"IsDirty": false,
"IsOnSale": false,
"IsOneTimeItem": false,
"IsRetired": false,
"IsSearchable": true,
"Key": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNTlhRUldRQww",
"LeadDays": 0,
"LegacySku": "ag1zfm1oLW9mcy1wcm9kchALEgdQcm9kdWN0GPvl0XwM",
"ListingIsActive": true,
"NoPOBox": false,
"PackageDimensions": [
"15.00",
"15.00",
"15.00"
],
"PackagedToShip": true,
"PreOrderFlag": true,
"PreviewFlag": false,
"PricingRuleList": [],
"ProductDescription": "The PrintDry Filament Drying System is an easy and affordable solution for 3D printing projects that use hygroscopic materials like nylon, PETG, PVA, and flexible filament. Many types of filament are hygroscopic, meaning it absorbs ambient moisture from the atmosphere if it isn't sealed in an air-tight container. The PrintDry Filament Drying System gives users two options for drying filament. With the included feed ports on the side of the container, feeding filament while it is being dried straight to the 3D printer means there is very little chance that moisture-laden filament will ruin your prints. Users can also pre-dry filament and have it ready to print outside the PrintDry as well. With a capacity of two spools and up to 4.5kg of filament, getting your favorite filament ready for optimized 3D printing is easy. Filament storage vacuum sealed container with air removal pump included.",
"ProductListPrice": 12999,
"ProductListing": {
"ActiveSkuCount": 1,
"ActiveSkus": [
"ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNTlhRUldRQww"
],
"AddOns": [
{
"AddOnBasePrice": 9995,
"AddOnDiscountDisplay": 4,
"AddOnDisplayBasePrice": "99.95",
"AddOnDisplayPrice": "94.99",
"AddOnDisplaySavings": "4.96",
"AddOnFloatPrice": 94.99,
"AddOnListingReference": "printdry-filament-storage-vacuum-sealed-package-of-5",
"AddOnPreOrderFlag": false,
"AddOnPrice": 9499,
"AddOnSavings": 496,
"AddOnSkuReference": "MZK6ZEMP",
"AddOnTitle": "Printdry Filament Storage Vacuum Sealed - Package of 5 ",
"ListingIsActive": true,
"ProductListingKey": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgICqmOD_Cgw",
"ProductSkuKey": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNWks2WkVNUAw",
"ProductType": "physical-inventory",
"QuantityAvailable": -5,
"QuantityOnHand": -5,
"SingleSku": true
}
],
"Attributes": [],
"BasePrice": 0,
"DateTimeCreated": "2017-10-03T00:11:32.412890",
"DisplayPriceRange": "",
"Elements": [
{
"Content": "<h3>PrintDry - 3D Printing Filament Drying Solution</h3>\r\n<p>This PrintDry is the perfect moisture control solution for filament storage. This filament drying container features automatic humidity control that can hold up to two standard spools. This storage provides a quick and simple way to store your filament without any hassle. How does it work? Simply set the desired temperature, put in the filament and the PrintDry will take care of the rest!&nbsp;</p>",
"ElementCode": "3AYOHB",
"Images": [],
"Type": "Text"
},
{
"Content": "<div class=\"embed-youtube\" data-embed=\"bbs-98yWHeE\" data-size=\"lg\"></div>\r\n<p></p>",
"ElementCode": "3DLPI0",
"Images": [],
"Type": "Text"
},
{
"Content": "<h3>Print Straight&nbsp;from the PrintDry Moisture Control Solution</h3>\r\n<p>Not only will your filament be kept dry, but also easily accessible via the two small openings on the side of the chamber. This means you don't have to choose between using your filament and drying it - leave it in the PrintDry over night, then feed the dry material directly from the machine into your 3D printer. With PrintDry, your filament will stay completely dry, easily accessible, perfectly identifiable, (i.e. no need to open every container to find the right kind of filament you are looking for) and ready to be used at anytime you start a print.&nbsp;</p>",
"ElementCode": "NRDXSF",
"Images": [],
"Type": "Text"
},
{
"Content": "<p style='text-align:center;'><img src='https://lh3.googleusercontent.com/byHNkSeL0sB9Kvx75AqmURXa4ntt4w1p3D4KIMLgyEYIxeN0s81cE7HLWAYw9UdgHOGNaadSoi6JwMC97N4-5o0'></p>",
"ElementCode": "TNVFFY",
"Images": [
{
"ImageFile": "/mh-product-images/prod/f275769a-6224-4c5e-b16f-1457c82363e4",
"ImageUrl": "https://lh3.googleusercontent.com/byHNkSeL0sB9Kvx75AqmURXa4ntt4w1p3D4KIMLgyEYIxeN0s81cE7HLWAYw9UdgHOGNaadSoi6JwMC97N4-5o0",
"IsFeatured": false
}
],
"Type": "Image"
},
{
"Content": "<h3>PrintDry - The Best Solution for 3D Printing with Hygroscopic Materials</h3>\r\n<p>Many advanced materials like NylonX, <a href=\"https://www.matterhackers.com/store/c/nylong\">NylonG</a>, <a href=\"https://www.matterhackers.com/store/c/PRO%20Series%20Nylon\">Nylon</a>, <a href=\"https://www.matterhackers.com/store/c/pva-support-filament\">PVA</a>, and <a href=\"https://www.matterhackers.com/store/c/PRO%20Series%20PETG\">PETG</a> are incredibly hygroscopic, which means that they can absorb moisture right from the air. When these (or any) material have moisture in them, they do not print well. It's important to take the time to dry your filament to get the best results possible - the PrintDry 3D filament Drying Solution is the easiest way to get the most from your filament.&nbsp;</p>",
"ElementCode": "7V8J2X",
"Images": [],
"Type": "Text"
},
{
"Content": "<p><img src=\"https://lh3.googleusercontent.com/aPQN1mLlVLeo-eTUUyTnTYgfy1SvGcaKlVRuYGgVY30-9jYEEqSZMxOUay64pbBMpAq2nAZ1y2v17YB70Ix8Kw\" /></p>\r\n<p><em>The PrintDry Filament Drying Solution keeps your filament at the ready for precision 3D printing.</em>&nbsp;</p>",
"ElementCode": "BVBJKT",
"Images": [
{
"ImageFile": "/mh-product-images/prod/b9cadda4-52d0-4ef7-8422-15b6c02755ef",
"ImageUrl": "https://lh3.googleusercontent.com/aPQN1mLlVLeo-eTUUyTnTYgfy1SvGcaKlVRuYGgVY30-9jYEEqSZMxOUay64pbBMpAq2nAZ1y2v17YB70Ix8Kw",
"IsFeatured": false
}
],
"Type": "Text"
},
{
"Content": "<h3>Technical Specifications:</h3>\r\n<ul>\r\n<li>Keeps filaments in a low humidity environment</li>\r\n<li>Stores up to 2 spools or 4.5kg of filament</li>\r\n<li>Two feed ports allows direct printing from the container while in storage</li>\r\n<li>Enclosed container keeps out moisture and dust</li>\r\n<li>Adjustable temperature control to keep filaments between 35&deg;C-70&deg;C</li>\r\n<li>No consumable parts, no water tanks to empty</li>\r\n</ul>",
"ElementCode": "6MV0ES",
"Images": [],
"Type": "Text"
},
{
"Content": "<p><img src=\"https://lh3.googleusercontent.com/IW15nHz-ofD90aaIomU8bz0QYNIHPIgy3e70Q2hNrwnt2FbWxuh73jIzXKr6vVnq5BaWhNqRCXKLieKHBDwHC_s\" /></p>\r\n<p><em>The PrintDry Filament Drying Solution keeps moisture from all your 3D printing materials.&nbsp;</em></p>",
"ElementCode": "ZMYNEC",
"Images": [
{
"ImageFile": "/mh-product-images/prod/94d01bc2-15a9-4d25-8f19-50c8480cb348",
"ImageUrl": "https://lh3.googleusercontent.com/IW15nHz-ofD90aaIomU8bz0QYNIHPIgy3e70Q2hNrwnt2FbWxuh73jIzXKr6vVnq5BaWhNqRCXKLieKHBDwHC_s",
"IsFeatured": false
}
],
"Type": "Text"
}
],
"FeaturedImage": {
"ImageFile": "/mh-product-images/prod/7ec69a65-afc1-45b3-be1c-f24bc0cae2aa",
"ImageUrl": "https://lh3.googleusercontent.com/PdEwBZq6O5YgbZXkQ1hqeIvikgTVFgw9iyZ6Xxg8NcPu-QQY8CclJD8X2VzuKTSRqULtB0G34ndYBoOVHhdcFBo",
"IsFeatured": true
},
"HasBeenPublished": true,
"HideRewardsFlag": false,
"Images": [
{
"ImageFile": "/mh-product-images/prod/2b179da2-4af4-46a8-a24d-986c250e557f",
"ImageUrl": "https://lh3.googleusercontent.com/J18hXrtTgmamNxPjtxMUGFgu9nrRzwFQYWThtFkibU9xy8euE1hUl_L4iQ_mlZJcaatTU3-RfuKBe0zt8Bkv5KAy",
"IsFeatured": false
},
{
"ImageFile": "/mh-product-images/prod/6c65b86b-e799-4b7b-9920-78d8967a4d93",
"ImageUrl": "https://lh3.googleusercontent.com/DowsecDd91kP0MxZIaXsml8f5DKBDtMnySzFqc_5WakdFyF346ncNrZvyILMvYhBcYxiofMuAX9Y7xWgKlhwsZA",
"IsFeatured": false
},
{
"ImageFile": "/mh-product-images/prod/05b48fb9-a2cf-499c-9fc1-f5dea7b76940",
"ImageUrl": "https://lh3.googleusercontent.com/EP-whXHAIlyfMF8HAeeW2Gi28GJbtpXS-D_WTLm-jkb8ZP32vP7ixiiB7Q0q8lA1g3wY-8Pow3yr4k5N8Nbs2Q",
"IsFeatured": false
},
{
"ImageFile": "/mh-product-images/prod/5fe63deb-3c30-4a2b-92a7-ca837cc81a42",
"ImageUrl": "https://lh3.googleusercontent.com/EiqlIAlqyfjkRiL9E5qqBJ-nPJ80c2X3rPK4XjaugUhfHqientG1EwgXXvT9qL_4RTkZtFtijPz9_ZKWElcAFpc",
"IsFeatured": false
},
{
"ImageFile": "/mh-product-images/prod/0dc8ce7f-4d8b-4e46-9dbd-12e1773d8ff1",
"ImageUrl": "https://lh3.googleusercontent.com/JBAO_ZksfGW_Qdf5pJL8Iba2d6FvAHWPsGtYpc8fkK0lYMEdewRPMvVJ6p8kcVVPTZO9jncqK8kJJyWR7QVZ7SDq",
"IsFeatured": false
},
{
"ImageFile": "/mh-product-images/prod/7ec69a65-afc1-45b3-be1c-f24bc0cae2aa",
"ImageUrl": "https://lh3.googleusercontent.com/PdEwBZq6O5YgbZXkQ1hqeIvikgTVFgw9iyZ6Xxg8NcPu-QQY8CclJD8X2VzuKTSRqULtB0G34ndYBoOVHhdcFBo",
"IsFeatured": true
}
],
"IsActive": true,
"IsAdminSearchable": true,
"IsCustomizable": false,
"IsDeprecated": false,
"IsSearchable": true,
"Key": "ag1zfm1oLXBscy1wcm9kck8LEg5Qcm9kdWN0TGlzdGluZyI7bGVnYWN5OmFnOXpmbTFoZEhSbGNtaGhZMnRsY25OeUZBc1NCMUJ5YjJSMVkzUVlnSURBMUtmQnNBb00M",
"LegacyProductKey": "ag9zfm1hdHRlcmhhY2tlcnNyFAsSB1Byb2R1Y3QYgIDA1KfBsAoM",
"MetaTagKeywords": [
"print dry",
"drybox",
"dry box",
"dehydrator",
"dry"
],
"PreOrderFlag": true,
"ProductCreatedOn": "2017-10-03T00:11:32.412950",
"ProductEditedOn": "2020-04-15T23:18:55.842797",
"ProductType": "physical-inventory",
"RedirectUrl": "",
"ReferenceUrl": "printdry-filament-drying-system",
"RelatedProducts": [
"ag1zfm1oLXBscy1wcm9kck8LEg5Qcm9kdWN0TGlzdGluZyI7bGVnYWN5OmFnOXpmbTFoZEhSbGNtaGhZMnRsY25OeUZBc1NCMUJ5YjJSMVkzUVlnSUNBdS15S3Fnb00M",
"ag1zfm1oLXBscy1wcm9kck8LEg5Qcm9kdWN0TGlzdGluZyI7bGVnYWN5OmFnOXpmbTFoZEhSbGNtaGhZMnRsY25OeUZBc1NCMUJ5YjJSMVkzUVlnSUNBcGVtbTlRa00M"
],
"ShortDescription": "The PrintDry Filament Drying System is an easy and affordable solution for 3D printing projects that use hygroscopic materials like nylon, PETG, PVA, and flexible filament. Many types of filament are hygroscopic, meaning it absorbs ambient moisture from the atmosphere if it isn't sealed in an air-tight container. The PrintDry Filament Drying System gives users two options for drying filament. With the included feed ports on the side of the container, feeding filament while it is being dried straight to the 3D printer means there is very little chance that moisture-laden filament will ruin your prints. Users can also pre-dry filament and have it ready to print outside the PrintDry as well. With a capacity of two spools and up to 4.5kg of filament, getting your favorite filament ready for optimized 3D printing is easy. Filament storage vacuum sealed container with air removal pump included.",
"ShowAddToCart": true,
"ShowQuestionsFlag": true,
"Subtitle": "",
"TemplateKey": "",
"Title": "PrintDry Filament Drying System"
},
"ProductListingKey": "ag1zfm1oLXBscy1wcm9kck8LEg5Qcm9kdWN0TGlzdGluZyI7bGVnYWN5OmFnOXpmbTFoZEhSbGNtaGhZMnRsY25OeUZBc1NCMUJ5YjJSMVkzUVlnSURBMUtmQnNBb00M",
"ProductNumber": "261387003",
"ProductPrice": 12499,
"ProductType": "physical-inventory",
"ProductUpc": "",
"QuantityAvailable": 311,
"QuantityOnHand": 311,
"QuantityReserved": 1,
"ReferenceUrl": "printdry-filament-drying-system",
"SID": "MNXQRWQC",
"ShowAvailableDate": false,
"ShownInListing": true,
"SkuName": "PrintDry Filament Drying System",
"SkuWarningMessages": [],
"TotalWeight": 4082000,
"TotalWeightGrams": "4,082.00",
"TotalWeightKilograms": "4.08",
"TotalWeightPounds": "9.00",
"Weight": 4082000,
"WeightGrams": "4,082.00",
"WeightKilograms": "4.08",
"WeightPounds": "9.00"
},
"Status": "success"
}

View file

@ -0,0 +1,214 @@
{
"ProductSku": {
"ActivelyDisplayedFlag": true,
"AddOns": [],
"AdminNote": "",
"AttributeOptions": [],
"AvailableDate": "2020-06-29",
"BarCodeID": "",
"Brand": "Creality",
"ComponentSkuCount": 0,
"ComponentSkus": [],
"CustomRuleSet": false,
"DateTimeCreated": "2018-10-02T16:39:43.188153",
"DigitalLicenseKeys": [],
"DisplayAvailableDate": "Jun 29th",
"DisplayListPrice": "239.00",
"DisplayPrice": "199.00",
"DisplayPriceFlag": true,
"DisplayWholesaleCost": "0.00",
"FeaturedImage": {
"ImageFile": "/mh-product-images/prod/9380f44c-ea92-493e-96d8-bff87e6a387b",
"ImageUrl": "https://lh3.googleusercontent.com/a7rBT2Ywnw3EoyXd7tH4DfHhYMO4_xI9ZEMz-Evl5pO1C07P1ViNHgxnTSLjzRqd9RFkn-uh-4yKS2N_eOaCfBw",
"IsFeatured": true
},
"HardwareDeviceTokens": [],
"HasBeenReviewed": false,
"IsActive": false,
"IsDirty": false,
"IsOnSale": false,
"IsOneTimeItem": false,
"IsRetired": false,
"IsSearchable": true,
"Key": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNMzRBSzRaRww",
"LeadDays": 0,
"LegacySku": null,
"ListingIsActive": false,
"NoPOBox": false,
"PackageDimensions": [
"7.00",
"15.00",
"20.00"
],
"PackagedToShip": false,
"PreOrderFlag": false,
"PreviewFlag": false,
"PricingRuleList": [],
"ProductDescription": "The Ender 3 kit is here! Creality3D's compact printer is ideal for the hobbyist on a budget, with its low price and high-performance capability. \r\n\r\nAssembly of this kit will take about one to four hours, depending on your experience level, and once you're up and running, you'll be able to take advantage of the build volume of 220 x 220 x 250mm (8.7\" x 8.7\" x 9.8\").",
"ProductListPrice": 23900,
"ProductListing": {
"ActiveSkuCount": 1,
"ActiveSkus": [
"ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNMzRBSzRaRww"
],
"AddOns": [
{
"AddOnBasePrice": 6616,
"AddOnDiscountDisplay": 4,
"AddOnDisplayBasePrice": "66.16",
"AddOnDisplayPrice": "62.99",
"AddOnDisplaySavings": "3.17",
"AddOnFloatPrice": 62.99,
"AddOnListingReference": "micro-swiss-all-metal-hotend-kit-for-creality3d",
"AddOnPreOrderFlag": false,
"AddOnPrice": 6299,
"AddOnSavings": 317,
"AddOnSkuReference": "M3XFTAQN",
"AddOnTitle": "Micro-Swiss All-metal Hotend Kit for Creality3D - 1.75mm x 0.40mm",
"ListingIsActive": true,
"ProductListingKey": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgIDA-PaGCgw",
"ProductSkuKey": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNM1hGVEFRTgw",
"ProductType": "physical-inventory",
"QuantityAvailable": 83,
"QuantityOnHand": 83,
"SingleSku": true
},
{
"AddOnBasePrice": 1399,
"AddOnDiscountDisplay": 14,
"AddOnDisplayBasePrice": "13.99",
"AddOnDisplayPrice": "11.99",
"AddOnDisplaySavings": "2.00",
"AddOnFloatPrice": 11.99,
"AddOnListingReference": "stick-stick-3d-printer-bed-adhesion-50ml",
"AddOnPreOrderFlag": false,
"AddOnPrice": 1199,
"AddOnSavings": 200,
"AddOnSkuReference": "MKDQ0LW1",
"AddOnTitle": "Stick Stick 3D Printer Bed Adhesion - 50ml",
"ListingIsActive": true,
"ProductListingKey": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgICsj_SMCgw",
"ProductSkuKey": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNS0RRMExXMQw",
"ProductType": "physical-inventory",
"QuantityAvailable": 819,
"QuantityOnHand": 819,
"SingleSku": true
},
{
"AddOnBasePrice": 2000,
"AddOnDiscountDisplay": 5,
"AddOnDisplayBasePrice": "20.00",
"AddOnDisplayPrice": "19.00",
"AddOnDisplaySavings": "1.00",
"AddOnFloatPrice": 19.0,
"AddOnListingReference": "micro-swiss-hardened-steel-mk8-nozzle-175mm-x-040mm",
"AddOnPreOrderFlag": false,
"AddOnPrice": 1900,
"AddOnSavings": 100,
"AddOnSkuReference": "MET8CSGA",
"AddOnTitle": "Micro-Swiss Hardened Steel Mk8 Nozzle - 1.75mm x 0.40mm",
"ListingIsActive": true,
"ProductListingKey": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgICcsoSLCgw",
"ProductSkuKey": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNRVQ4Q1NHQQw",
"ProductType": "physical-inventory",
"QuantityAvailable": 103,
"QuantityOnHand": 103,
"SingleSku": true
}
],
"Attributes": [],
"BasePrice": 0,
"DateTimeCreated": "2018-10-02T16:39:42.842162",
"DisplayPriceRange": "",
"Elements": [
{
"Content": "<h3>Easy Assembly</h3>\r\n<p>The Ender 3 comes with easy-to-follow instructions and user-friendly parts that can be assembled by anyone. With aluminum framing and stainless steel screws, the Ender 3 is made to last once it's put together.</p>",
"ElementCode": "QKF3LT",
"Images": [],
"Type": "Text"
},
{
"Content": "<h3>Hackable and Upgradable</h3>\r\n<p><span>The Creality 3D printer line is completely open-source, allowing for add-ons and upgrades of almost every component on the machine. From a&nbsp;</span><a href=\"https://www.matterhackers.com/store/l/orbit-automatic-bed-leveling-probe/sk/MD32J6H7\">BL Touch automatic bed leveling&nbsp;</a><span>probe, to a&nbsp;</span><a href=\"https://www.matterhackers.com/store/l/micro-swiss-all-metal-hotend-kit-for-creality3d/sk/M3XFTAQN\">Micro-Swiss</a><span>&nbsp;or&nbsp;</span><a href=\"https://www.matterhackers.com/store/c/E3D\">E3D all-metal hotend</a><span>, to a&nbsp;</span><a href=\"https://www.matterhackers.com/store/c/bondtech\">Bondtech extruder</a><span>&nbsp;- the Creality 3D printers give you an awesome foundation for experimentation.</span></p>",
"ElementCode": "DJ57FU",
"Images": [],
"Type": "Text"
},
{
"Content": "<h3>Tech Specs:</h3>\r\n<ul>\r\n<li><strong>Printer size:</strong><span>&nbsp;</span>420 \u2715 410 \u2715 470 mm</li>\r\n<li><span><strong>Nozzle</strong>: Brass 1.75mm x 0.4mm&nbsp;(can be swapped out for 0.3mm or 0.2mm)</span></li>\r\n<li><strong>Printer weight:</strong><span>&nbsp;</span>7.5kg</li>\r\n<li><strong>Power input:</strong><span>&nbsp;</span>24V / 270W</li>\r\n<li><strong>Max. nozzle temp:</strong><span>&nbsp;</span>260&deg;C</li>\r\n<li><strong>Print area:</strong><span>&nbsp;220 \u2715 220 \u2715 250 mm</span></li>\r\n</ul>",
"ElementCode": "N83WBF",
"Images": [],
"Type": "Text"
},
{
"Content": "<h3>Package Includes:</h3>\r\n<ul>\r\n<li><span>Extra nozzle</span></li>\r\n<li><span>Spatula</span></li>\r\n<li><span>Hex key</span></li>\r\n<li><span>Pair of wire cutters</span></li>\r\n<li><span>Nozzle cleaner</span></li>\r\n<li><span>Coil of filament</span></li>\r\n</ul>",
"ElementCode": "JETH91",
"Images": [],
"Type": "Text"
}
],
"FeaturedImage": {
"ImageFile": "/mh-product-images/prod/9380f44c-ea92-493e-96d8-bff87e6a387b",
"ImageUrl": "https://lh3.googleusercontent.com/a7rBT2Ywnw3EoyXd7tH4DfHhYMO4_xI9ZEMz-Evl5pO1C07P1ViNHgxnTSLjzRqd9RFkn-uh-4yKS2N_eOaCfBw",
"IsFeatured": true
},
"HasBeenPublished": true,
"HideRewardsFlag": false,
"Images": [
{
"ImageFile": "/mh-product-images/prod/9380f44c-ea92-493e-96d8-bff87e6a387b",
"ImageUrl": "https://lh3.googleusercontent.com/a7rBT2Ywnw3EoyXd7tH4DfHhYMO4_xI9ZEMz-Evl5pO1C07P1ViNHgxnTSLjzRqd9RFkn-uh-4yKS2N_eOaCfBw",
"IsFeatured": true
}
],
"IsActive": false,
"IsAdminSearchable": true,
"IsCustomizable": false,
"IsDeprecated": false,
"IsSearchable": true,
"Key": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgIDg6tuFCgw",
"MetaTagKeywords": [
"creality"
],
"PreOrderFlag": false,
"ProductCreatedOn": "2018-10-02T16:39:42.842198",
"ProductEditedOn": "2020-06-08T18:23:25.637901",
"ProductType": "physical-inventory",
"RedirectUrl": "",
"ReferenceUrl": "creality3d-ender-3-3d-printer-kit",
"RelatedProducts": [
"ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgICg-f-LCgw"
],
"ShortDescription": "The Ender 3 kit is here! Creality3D's compact printer is ideal for the hobbyist on a budget, with its low price and high-performance capability. \r\n\r\nAssembly of this kit will take about one to four hours, depending on your experience level, and once you're up and running, you'll be able to take advantage of the build volume of 220 x 220 x 250mm (8.7\" x 8.7\" x 9.8\").",
"ShowAddToCart": true,
"ShowQuestionsFlag": true,
"Subtitle": "",
"TemplateKey": "",
"Title": "Creality3D Ender 3 3D Printer Kit"
},
"ProductListingKey": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgIDg6tuFCgw",
"ProductNumber": null,
"ProductPrice": 19900,
"ProductType": "physical-inventory",
"ProductUpc": "",
"QuantityAvailable": -11,
"QuantityOnHand": -11,
"QuantityReserved": 2,
"ReferenceUrl": "creality3d-ender-3-3d-printer-kit",
"SID": "M34AK4ZG",
"ShipInBox": false,
"ShowAvailableDate": false,
"ShownInListing": true,
"SkuName": "Creality3D Ender 3 3D Printer Kit",
"SkuWarningMessages": [],
"TotalWeight": 8616000,
"TotalWeightGrams": "8,616.00",
"TotalWeightKilograms": "8.62",
"TotalWeightPounds": "19.00",
"Weight": 8616000,
"WeightGrams": "8,616.00",
"WeightKilograms": "8.62",
"WeightPounds": "19.00",
"WholesaleCost": 0
},
"Status": "success"
}

View file

@ -0,0 +1,63 @@
{
"ProductSku": {
"AddOns": [],
"AdminNote": "Blue Friday sale",
"AttributeOptions": [],
"AvailableDate": "2019-11-29",
"BarCodeID": "",
"Brand": "",
"ComponentSkuCount": 0,
"ComponentSkus": [],
"CustomRuleSet": false,
"DateTimeCreated": "2019-11-21T02:05:36.207600",
"DigitalLicenseKeys": [],
"DisplayAvailableDate": "Nov 29th",
"DisplayListPrice": "599.00",
"DisplayPrice": "599.00",
"DisplayPriceFlag": true,
"FeaturedImage": null,
"HardwareDeviceTokens": [],
"HasBeenReviewed": false,
"IsActive": false,
"IsDirty": false,
"IsOnSale": false,
"IsOneTimeItem": false,
"IsRetired": false,
"IsSearchable": false,
"Key": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNODEwUldTUgw",
"LeadDays": 0,
"LegacySku": null,
"NoPOBox": false,
"PackageDimensions": [
"0.00",
"0.00",
"0.00"
],
"PackagedToShip": false,
"PreOrderFlag": false,
"PreviewFlag": false,
"PricingRuleList": [],
"ProductListPrice": 59900,
"ProductListingKey": null,
"ProductNumber": null,
"ProductPrice": 59900,
"ProductType": "physical-inventory",
"ProductUpc": "",
"QuantityAvailable": 13,
"QuantityOnHand": 13,
"QuantityReserved": 3,
"SID": "M810RWSR",
"ShowAvailableDate": false,
"SkuName": "Mosaic Palette 2S Multi Material Filament System - 1.75mm",
"SkuWarningMessages": [],
"TotalWeight": 0,
"TotalWeightGrams": "0.00",
"TotalWeightKilograms": "0.00",
"TotalWeightPounds": "0.00",
"Weight": 0,
"WeightGrams": "0.00",
"WeightKilograms": "0.00",
"WeightPounds": "0.00"
},
"Status": "success"
}

View file

@ -0,0 +1,128 @@
{
"ProductSku": {
"AddOns": [],
"AdminNote": null,
"AttributeOptions": [],
"AvailableDate": "2017-12-07",
"BarCodeID": "",
"Brand": "",
"ComponentSkuCount": 0,
"ComponentSkus": [],
"CustomRuleSet": false,
"DateTimeCreated": "2017-12-07T17:44:08.880410",
"DigitalLicenseKeys": [],
"DisplayAvailableDate": "Dec 7th",
"DisplayListPrice": "95.00",
"DisplayPrice": "95.00",
"DisplayPriceFlag": true,
"FeaturedImage": {
"ImageFile": "/mh-product-images/prod/ea1b0703-03ed-4789-9c77-b1df48404805",
"ImageUrl": "https://lh3.googleusercontent.com/wDxG77NmyA839Oja0mxhLous8kaqgrG89d7Ctw20Nik08ANmrtVa8DDrU_BFm7i4oJtkf8Vsl4wcarTvIOg-jmwf",
"IsFeatured": true
},
"HardwareDeviceTokens": [],
"HasBeenReviewed": false,
"IsActive": false,
"IsDirty": false,
"IsOnSale": false,
"IsOneTimeItem": false,
"IsRetired": false,
"IsSearchable": true,
"Key": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNVFdWMllKMQw",
"LeadDays": 0,
"LegacySku": null,
"ListingIsActive": false,
"NoPOBox": false,
"PackageDimensions": [
"0.00",
"0.00",
"0.00"
],
"PackagedToShip": false,
"PreOrderFlag": false,
"PreviewFlag": false,
"PricingRuleList": [],
"ProductDescription": "Never worry about running out of filament again! This sensor detects when you run out of filament, automatically pauses the print, and can even send you an SMS or email message alerting you.",
"ProductListPrice": 9500,
"ProductListing": {
"ActiveSkuCount": 1,
"ActiveSkus": [
"ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNVFdWMllKMQw"
],
"AddOns": [],
"Attributes": [],
"BasePrice": 0,
"DateTimeCreated": "2017-12-07T17:44:08.573990",
"DisplayPriceRange": "",
"Elements": [
{
"Content": "<p>Never worry about running out of filament again! This sensor detects when you run out of filament, automatically pauses the print, and can even send you an SMS or email message alerting you.</p>",
"ElementCode": "DMSBFN",
"Images": [],
"Type": "Text"
}
],
"FeaturedImage": {
"ImageFile": "/mh-product-images/prod/ea1b0703-03ed-4789-9c77-b1df48404805",
"ImageUrl": "https://lh3.googleusercontent.com/wDxG77NmyA839Oja0mxhLous8kaqgrG89d7Ctw20Nik08ANmrtVa8DDrU_BFm7i4oJtkf8Vsl4wcarTvIOg-jmwf",
"IsFeatured": true
},
"HasBeenPublished": true,
"HideRewardsFlag": false,
"Images": [
{
"ImageFile": "/mh-product-images/prod/ea1b0703-03ed-4789-9c77-b1df48404805",
"ImageUrl": "https://lh3.googleusercontent.com/wDxG77NmyA839Oja0mxhLous8kaqgrG89d7Ctw20Nik08ANmrtVa8DDrU_BFm7i4oJtkf8Vsl4wcarTvIOg-jmwf",
"IsFeatured": true
}
],
"IsActive": false,
"IsAdminSearchable": true,
"IsCustomizable": false,
"IsDeprecated": false,
"IsSearchable": false,
"Key": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgICAutyfCgw",
"MetaTagKeywords": [
"runout sensor"
],
"PreOrderFlag": false,
"ProductCreatedOn": "2017-12-07T17:44:08.574020",
"ProductEditedOn": "2019-10-02T22:34:33.499975",
"ProductType": "",
"RedirectUrl": "",
"ReferenceUrl": "filament-runout-sensor",
"RelatedProducts": [
"ag1zfm1oLXBscy1wcm9kck8LEg5Qcm9kdWN0TGlzdGluZyI7bGVnYWN5OmFnOXpmbTFoZEhSbGNtaGhZMnRsY25OeUZBc1NCMUJ5YjJSMVkzUVlnSUNBbzU2VHVBb00M"
],
"ShortDescription": "Never worry about running out of filament again! This sensor detects when you run out of filament, automatically pauses the print, and can even send you an SMS or email message alerting you.",
"ShowAddToCart": true,
"ShowQuestionsFlag": true,
"Subtitle": "",
"TemplateKey": null,
"Title": "Filament Runout Sensor (requires Bondtech Extruder with E3D upgrade)"
},
"ProductListingKey": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgICAutyfCgw",
"ProductNumber": null,
"ProductPrice": 9500,
"ProductType": "physical-inventory",
"ProductUpc": "",
"QuantityAvailable": 98,
"QuantityOnHand": 98,
"QuantityReserved": 3,
"ReferenceUrl": "filament-runout-sensor",
"SID": "MTWV2YJ1",
"ShowAvailableDate": false,
"ShownInListing": true,
"SkuName": "Filament Runout Sensor (requires Bondtech Extruder with E3D upgrade)",
"SkuWarningMessages": [],
"TotalWeight": 0,
"TotalWeightGrams": "0.00",
"TotalWeightKilograms": "0.00",
"TotalWeightPounds": "0.00",
"Weight": 0,
"WeightGrams": "0.00",
"WeightKilograms": "0.00",
"WeightPounds": "0.00"
},
"Status": "success"
}

View file

@ -0,0 +1,125 @@
{
"ProductSku": {
"AddOns": [],
"AdminNote": "",
"AttributeOptions": [],
"AvailableDate": "2019-05-01",
"BarCodeID": "",
"Brand": "",
"ComponentSkuCount": 0,
"ComponentSkus": [],
"CustomRuleSet": false,
"DateTimeCreated": "2019-05-01T18:18:50.932654",
"DigitalLicenseKeys": [],
"DisplayAvailableDate": "May 1st",
"DisplayListPrice": "49.00",
"DisplayPrice": "49.00",
"DisplayPriceFlag": true,
"FeaturedImage": {
"ImageFile": "/mh-product-images/prod/ad779dbb-20ec-485d-8ed3-b590a28ecb85",
"ImageUrl": "https://lh3.googleusercontent.com/UYTfhX68CQDq_H6TvCIUVjxKgp3x-IPgjYo5eR7XeCQU67LujQqLkRbH8iq9MGUbsEAq5sNKYqr1cnflLGeKjZQ",
"IsFeatured": true
},
"HardwareDeviceTokens": [],
"HasBeenReviewed": false,
"IsActive": false,
"IsDirty": false,
"IsOnSale": false,
"IsOneTimeItem": false,
"IsRetired": false,
"IsSearchable": true,
"Key": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNN05XU1Q2MAw",
"LeadDays": 0,
"LegacySku": null,
"ListingIsActive": false,
"NoPOBox": false,
"PackageDimensions": [
"0.00",
"0.00",
"0.00"
],
"PackagedToShip": false,
"PreOrderFlag": false,
"PreviewFlag": false,
"PricingRuleList": [],
"ProductDescription": "Garolite Extra FlexPlate 9\" x 10\"",
"ProductListPrice": 4900,
"ProductListing": {
"ActiveSkuCount": 1,
"ActiveSkus": [
"ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNN05XU1Q2MAw"
],
"AddOns": [],
"Attributes": [],
"BasePrice": 0,
"DateTimeCreated": "2019-05-01T18:18:50.729074",
"DisplayPriceRange": "",
"Elements": [
{
"Content": "<p>This Extra FlexPlate 9\" x 10\" comes with a Garolite sheet installed. Reduce chances of Nylon, NylonX, and NylonG warping with this spare flexplate.</p>\r\n<p><strong>This flexplate is an extra build plate and does not come with a magnetic base.</strong></p>",
"ElementCode": "CISQKD",
"Images": [],
"Type": "Text"
}
],
"FeaturedImage": {
"ImageFile": "/mh-product-images/prod/ad779dbb-20ec-485d-8ed3-b590a28ecb85",
"ImageUrl": "https://lh3.googleusercontent.com/UYTfhX68CQDq_H6TvCIUVjxKgp3x-IPgjYo5eR7XeCQU67LujQqLkRbH8iq9MGUbsEAq5sNKYqr1cnflLGeKjZQ",
"IsFeatured": true
},
"HasBeenPublished": true,
"HideRewardsFlag": false,
"Images": [
{
"ImageFile": "/mh-product-images/prod/ad779dbb-20ec-485d-8ed3-b590a28ecb85",
"ImageUrl": "https://lh3.googleusercontent.com/UYTfhX68CQDq_H6TvCIUVjxKgp3x-IPgjYo5eR7XeCQU67LujQqLkRbH8iq9MGUbsEAq5sNKYqr1cnflLGeKjZQ",
"IsFeatured": true
}
],
"IsActive": false,
"IsAdminSearchable": true,
"IsCustomizable": false,
"IsDeprecated": false,
"IsSearchable": true,
"Key": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgICc4d2HCgw",
"MetaTagKeywords": [],
"PreOrderFlag": false,
"ProductCreatedOn": "2019-05-01T18:18:50.729087",
"ProductEditedOn": "2020-06-11T19:11:23.733971",
"ProductType": "physical-inventory",
"RedirectUrl": "",
"ReferenceUrl": "layerlock-garolite-extra-flexplate-9-x-10-for-pulse",
"RelatedProducts": [],
"ShortDescription": "Garolite Extra FlexPlate 9\" x 10\"",
"ShowAddToCart": true,
"ShowQuestionsFlag": true,
"Subtitle": null,
"TemplateKey": null,
"Title": "LayerLock Garolite Extra FlexPlate 9\" x 10\" for Pulse"
},
"ProductListingKey": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgICc4d2HCgw",
"ProductNumber": null,
"ProductPrice": 4900,
"ProductType": "physical-inventory",
"ProductUpc": "",
"QuantityAvailable": 95,
"QuantityOnHand": 95,
"QuantityReserved": 3,
"ReferenceUrl": "layerlock-garolite-extra-flexplate-9-x-10-for-pulse",
"SID": "M7NWST60",
"ShipInBox": false,
"ShowAvailableDate": false,
"ShownInListing": true,
"SkuName": "LayerLock Garolite Extra FlexPlate 9\" x 10\" for Pulse",
"SkuWarningMessages": [],
"TotalWeight": 0,
"TotalWeightGrams": "0.00",
"TotalWeightKilograms": "0.00",
"TotalWeightPounds": "0.00",
"Weight": 0,
"WeightGrams": "0.00",
"WeightKilograms": "0.00",
"WeightPounds": "0.00"
},
"Status": "success"
}

View file

@ -0,0 +1,162 @@
{
"ProductSku": {
"ActivelyDisplayedFlag": true,
"AddOns": [],
"AdminNote": "",
"AttributeOptions": [],
"AvailableDate": "2020-05-29",
"BarCodeID": "MTD96N55",
"Brand": "BuildTak",
"ComponentSkuCount": 0,
"ComponentSkus": [],
"CustomRuleSet": false,
"DateTimeCreated": "2017-08-03T23:28:41.483930",
"DigitalLicenseKeys": [],
"DisplayAvailableDate": "May 29th",
"DisplayListPrice": "41.00",
"DisplayPrice": "41.00",
"DisplayPriceFlag": true,
"FeaturedImage": {
"ImageFile": "/mh-product-images/prod/legacy_s2w0yDIjVsqu7MLaMywrwumbLdKw5oCMMf5_6AZAzAt32FsUieV0kINw1SgCcXQjVe46cxRpE2m6oWwi96JYA9gL",
"ImageUrl": "https://lh3.googleusercontent.com/PiCfL9WoM5ifhld8aQ6tUDpK3TlrOkpnRyB1YHOyhi13O93YXvf_TWSR-Kk8G9gAE0qpCYvdXOZC6d6IxUaO6NSk",
"IsFeatured": true
},
"HardwareDeviceTokens": [],
"HasBeenReviewed": false,
"IsActive": true,
"IsDirty": false,
"IsOnSale": false,
"IsOneTimeItem": false,
"IsRetired": false,
"IsSearchable": true,
"Key": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNVEQ5Nk41NQw",
"LeadDays": 0,
"LegacySku": "ag1zfm1oLW9mcy1wcm9kchALEgdQcm9kdWN0GLm4mx0M",
"ListingIsActive": true,
"NoPOBox": false,
"PackageDimensions": [
"0.50",
"9.00",
"10.00"
],
"PackagedToShip": false,
"PreOrderFlag": true,
"PreviewFlag": false,
"PricingRuleList": [],
"ProductDescription": "BuildTak printing sheets are a terrific upgrade for any 3D printer. These sheets make both adhesion and removal of 3D printed parts a breeze. BuildTak is an ideal 3D printing surface for a number of materials including PLA, ABS, HIPS, PET, LAYWOO-D3, LAYBRICK, TPE, Ninjaflex, Taulman 910, Nylon 230, Bluprint, PCTPE, and many more!",
"ProductListPrice": 4100,
"ProductListing": {
"ActiveSkuCount": 1,
"ActiveSkus": [
"ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNVEQ5Nk41NQw"
],
"AddOns": [],
"Attributes": [],
"BasePrice": 0,
"DateTimeCreated": "2017-07-25T07:07:39.850970",
"DisplayPriceRange": "",
"Elements": [
{
"Content": "<p><strong>Size:</strong> 9\" x 10\" (228.6 mm x 254mm)<br /><strong>Compatible 3D Printers include:</strong> Pulse, Robo 3D, Ultimaker 2+</p>",
"ElementCode": "E6UYNB",
"Images": [],
"Type": "Text"
},
{
"Content": "<p>**Check out all the available shapes and sizes of the <a href=\"https://www.matterhackers.com/store/c/BuildTak\">BuildTak family here</a>!**</p>",
"ElementCode": "KTPNU8",
"Images": [],
"Type": "Text"
},
{
"Content": "<h3>A UNIVERSAL CLASSIC</h3>\r\n<p>BuildTak printer sheets have been a favorite 3D printing surface for a variety of materials for over two years. These adhesive sheets come in a variety of sizes and shapes, so that they can be easily added to almost any 3D printer&rsquo;s bed. BuildTak sheets offer excellent adhesion during 3D printing, and effortless removal of your finished 3D printed parts afterwards. They are a great alternative to PEI or Kapton tape, and BuildTak is THE surface of choice for 3D printing with Nylon and t-glase filaments, as they are compatible with glue stick.</p>\r\n<p>After prolonged use, you may find that you need to clean your BuildTak surface with some isopropyl alcohol to renew its adhesion abilities. If your BuildTak sheet becomes damaged, just replace it with a new one!</p>",
"ElementCode": "4PYFM0",
"Images": [],
"Type": "Text"
},
{
"Content": "<p style='text-align:center;'><img src='https://lh3.googleusercontent.com/Vgc6Z7cweGu2l8IOG9xpg5yXXu25JwEvGIkVyMj4KlVAwKKF_zKUvJagAeui2oFAzHJlE6jychIopFSBGLWG8Wk'></p>",
"ElementCode": "8L9FD7",
"Images": [
{
"ImageFile": "/mh-product-images/prod/b21d8f20-d862-44b9-858b-04902f75b39b",
"ImageUrl": "https://lh3.googleusercontent.com/Vgc6Z7cweGu2l8IOG9xpg5yXXu25JwEvGIkVyMj4KlVAwKKF_zKUvJagAeui2oFAzHJlE6jychIopFSBGLWG8Wk",
"IsFeatured": false
}
],
"Type": "Image"
},
{
"Content": "<h3>MAXIMIZE YOUR MACHINE TIME WITH THE FLEXPLATE SYSTEM</h3>\r\n<p>Level up your 3D printing game to it&rsquo;s highest potential by combining BuildTak sheets with the removable magnetic base BuildTak FlexPlate System! Instead of reaching into your 3D printer and removing parts there, you can now remove your FlexPlate from the entire print bed along with your finished 3D printed part. Take your FlexPlate and finished part to your chosen workspace, bend the FlexPlate in any direction, and your 3D print should effortlessly pop off of the BuildTak print surface. This simple upgrade to your 3D printer can make a world of difference. Once you experience the ease of using a FlexPlate with BuildTak, you&rsquo;ll never want to print on anything else. <a href=\"https://www.matterhackers.com/store/c/BuildTakFlexPlate\">Extra FlexPlates</a> allow for even greater efficiency and versatility--grab one FlexPlate off the 3D printer bed, immediately attach another, and start printing again!</p>",
"ElementCode": "ZWG2AQ",
"Images": [],
"Type": "Text"
}
],
"FeaturedImage": {
"ImageFile": "/mh-product-images/prod/legacy_s2w0yDIjVsqu7MLaMywrwumbLdKw5oCMMf5_6AZAzAt32FsUieV0kINw1SgCcXQjVe46cxRpE2m6oWwi96JYA9gL",
"ImageUrl": "https://lh3.googleusercontent.com/PiCfL9WoM5ifhld8aQ6tUDpK3TlrOkpnRyB1YHOyhi13O93YXvf_TWSR-Kk8G9gAE0qpCYvdXOZC6d6IxUaO6NSk",
"IsFeatured": true
},
"HasBeenPublished": true,
"HideRewardsFlag": false,
"Images": [
{
"ImageFile": "/mh-product-images/prod/legacy_s2w0yDIjVsqu7MLaMywrwumbLdKw5oCMMf5_6AZAzAt32FsUieV0kINw1SgCcXQjVe46cxRpE2m6oWwi96JYA9gL",
"ImageUrl": "https://lh3.googleusercontent.com/PiCfL9WoM5ifhld8aQ6tUDpK3TlrOkpnRyB1YHOyhi13O93YXvf_TWSR-Kk8G9gAE0qpCYvdXOZC6d6IxUaO6NSk",
"IsFeatured": true
}
],
"IsActive": true,
"IsAdminSearchable": true,
"IsCustomizable": false,
"IsDeprecated": false,
"IsSearchable": true,
"Key": "ag1zfm1oLXBscy1wcm9kck8LEg5Qcm9kdWN0TGlzdGluZyI7bGVnYWN5OmFnOXpmbTFoZEhSbGNtaGhZMnRsY25OeUZBc1NCMUJ5YjJSMVkzUVlnSUNBc3ByOHV3b00M",
"LegacyProductKey": "ag9zfm1hdHRlcmhhY2tlcnNyFAsSB1Byb2R1Y3QYgICAspr8uwoM",
"MetaTagKeywords": [],
"PreOrderFlag": true,
"ProductCreatedOn": "2017-07-25T07:07:39.850990",
"ProductEditedOn": "2019-10-10T16:21:45.688922",
"ProductType": "physical-inventory",
"RedirectUrl": "",
"ReferenceUrl": "buildtak-3d-printer-build-surface-9-x-10",
"RelatedProducts": [
"ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgIDA9eSICgw",
"ag1zfm1oLXBscy1wcm9kck8LEg5Qcm9kdWN0TGlzdGluZyI7bGVnYWN5OmFnOXpmbTFoZEhSbGNtaGhZMnRsY25OeUZBc1NCMUJ5YjJSMVkzUVlnSUNBdS11aXZRZ00M",
"ag1zfm1oLXBscy1wcm9kck8LEg5Qcm9kdWN0TGlzdGluZyI7bGVnYWN5OmFnOXpmbTFoZEhSbGNtaGhZMnRsY25OeUZBc1NCMUJ5YjJSMVkzUVlnSURBcUl2dnZRb00M",
"ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgICAku6fCgw",
"ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgIDc4vGBCgw"
],
"ShortDescription": "BuildTak printing sheets are a terrific upgrade for any 3D printer. These sheets make both adhesion and removal of 3D printed parts a breeze. BuildTak is an ideal 3D printing surface for a number of materials including PLA, ABS, HIPS, PET, LAYWOO-D3, LAYBRICK, TPE, Ninjaflex, Taulman 910, Nylon 230, Bluprint, PCTPE, and many more!",
"ShowAddToCart": true,
"ShowQuestionsFlag": true,
"Subtitle": "",
"TemplateKey": "",
"Title": "BuildTak 3D Printer Build Surface 9\" x 10\" (Pack of 3)"
},
"ProductListingKey": "ag1zfm1oLXBscy1wcm9kck8LEg5Qcm9kdWN0TGlzdGluZyI7bGVnYWN5OmFnOXpmbTFoZEhSbGNtaGhZMnRsY25OeUZBc1NCMUJ5YjJSMVkzUVlnSUNBc3ByOHV3b00M",
"ProductNumber": "61267001",
"ProductPrice": 4100,
"ProductType": "physical-inventory",
"ProductUpc": "",
"QuantityAvailable": 87,
"QuantityOnHand": 87,
"QuantityReserved": 3,
"ReferenceUrl": "buildtak-3d-printer-build-surface-9-x-10",
"SID": "MTD96N55",
"ShowAvailableDate": false,
"ShownInListing": true,
"SkuName": "BuildTak 3D Printer Build Surface 9\" x 10\" (Pack of 3)",
"SkuWarningMessages": [],
"TotalWeight": 105000,
"TotalWeightGrams": "105.00",
"TotalWeightKilograms": "0.10",
"TotalWeightPounds": "0.23",
"Weight": 105000,
"WeightGrams": "105.00",
"WeightKilograms": "0.10",
"WeightPounds": "0.23"
},
"Status": "success"
}

View file

@ -9,4 +9,4 @@
- Help support our mission to make 3D printing easier and more accessible. With your assistance MatterControl can reach ever greater heights, continually improving the capabilities of 3D printers and the tools of success.
## Create  with integrated tools and applications
- Perfect for professional makers interested in tools that optimize creativity and effectiveness. Gain access to Gear Creator, Mesh Repair, Mesh Hollowing, and more.
- Perfect for professional makers interested in tools that optimize creativity and effectiveness. Gain access to Gear & Thread Tools, Mesh Repair, Mesh Hollowing, and more.

View file

@ -0,0 +1,365 @@
{
"ProductSku": {
"ActivelyDisplayedFlag": true,
"AddOns": [],
"AdminNote": "",
"AttributeOptions": [],
"AvailableDate": "2018-11-28",
"BarCodeID": "",
"Brand": "Ultimaker",
"ComponentSkuCount": 0,
"ComponentSkus": [],
"CustomRuleSet": false,
"DateTimeCreated": "2017-08-03T23:08:53.951050",
"DigitalLicenseKeys": [],
"DisplayAvailableDate": "Nov 28th",
"DisplayListPrice": "2,999.00",
"DisplayPrice": "2,999.00",
"DisplayPriceFlag": true,
"FeaturedImage": {
"ImageFile": "/mh-product-images/prod/legacy_Ptd8DYylPuXTLiNZfVDwp8-HK0lsWb3PN-ccs9tri7XIAl5sXbep9LRZpN4Oqf-wI34HbFmBvgmTIZCi9luCpUMvug",
"ImageUrl": "https://lh3.googleusercontent.com/jctVNwnY8kToDkE_OLhFg-1Y_O-2_1ABKuqhHn4YiRGnc1MQvSk_WKghd0bVBfJjQHEdzs45lmdmvcwZhMxoK5U",
"IsFeatured": true
},
"HardwareDeviceTokens": [],
"HasBeenReviewed": true,
"IsActive": true,
"IsDirty": false,
"IsOnSale": false,
"IsOneTimeItem": false,
"IsRetired": false,
"IsSearchable": true,
"Key": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNMFQyV1M0SAw",
"LeadDays": 0,
"LegacySku": "ag1zfm1oLW9mcy1wcm9kchALEgdQcm9kdWN0GImT8SIM",
"ListingIsActive": true,
"NoPOBox": false,
"PackageDimensions": [
"19.00",
"18.00",
"29.00"
],
"PackagedToShip": false,
"PreOrderFlag": true,
"PreviewFlag": false,
"PricingRuleList": [],
"ProductDescription": "The Ultimaker 2 Extended+ is the largest printer in the Ultimaker family. Start printing anything you can imagine with 9\" x 9\" x 12\" of build space to play with. This printer is designed to be one of the simplest, most dependable, and easiest printers to use on the market. The Ultimaker 2 Extended + is a high definition printer that will continuously turn out well printed parts. Once you unbox the printer, you will be up and printing in a matter of minutes.",
"ProductListPrice": 299900,
"ProductListing": {
"ActiveSkuCount": 1,
"ActiveSkus": [
"ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNMFQyV1M0SAw"
],
"AddOns": [
{
"AddOnBasePrice": 59500,
"AddOnDiscountDisplay": null,
"AddOnDisplayBasePrice": "595.00",
"AddOnDisplayPrice": "595.00",
"AddOnDisplaySavings": null,
"AddOnFloatPrice": 595.0,
"AddOnListingReference": "ultimaker-2-enhanced-service-package",
"AddOnPreOrderFlag": false,
"AddOnPrice": 59500,
"AddOnSavings": 0,
"AddOnSkuReference": "MTGLMSJN",
"AddOnTitle": "Ultimaker 2+ Enhanced Service Plan",
"ListingIsActive": true,
"ProductListingKey": "ag1zfm1oLXBscy1wcm9kck8LEg5Qcm9kdWN0TGlzdGluZyI7bGVnYWN5OmFnOXpmbTFoZEhSbGNtaGhZMnRsY25OeUZBc1NCMUJ5YjJSMVkzUVlnSURBeklMenRBa00M",
"ProductSkuKey": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNVEdMTVNKTgw",
"ProductType": "dropship",
"QuantityAvailable": 33,
"QuantityOnHand": 33,
"SingleSku": true
},
{
"AddOnBasePrice": 12499,
"AddOnDiscountDisplay": 12,
"AddOnDisplayBasePrice": "124.99",
"AddOnDisplayPrice": "109.99",
"AddOnDisplaySavings": "15.00",
"AddOnFloatPrice": 109.99,
"AddOnListingReference": "printdry-filament-drying-system",
"AddOnPreOrderFlag": true,
"AddOnPrice": 10999,
"AddOnSavings": 1500,
"AddOnSkuReference": "MNXQRWQC",
"AddOnTitle": "PrintDry Filament Drying System",
"ListingIsActive": true,
"ProductListingKey": "ag1zfm1oLXBscy1wcm9kck8LEg5Qcm9kdWN0TGlzdGluZyI7bGVnYWN5OmFnOXpmbTFoZEhSbGNtaGhZMnRsY25OeUZBc1NCMUJ5YjJSMVkzUVlnSURBMUtmQnNBb00M",
"ProductSkuKey": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNTlhRUldRQww",
"ProductType": "physical-inventory",
"QuantityAvailable": 311,
"QuantityOnHand": 311,
"SingleSku": true
},
{
"AddOnBasePrice": 8995,
"AddOnDiscountDisplay": null,
"AddOnDisplayBasePrice": "89.95",
"AddOnDisplayPrice": "89.95",
"AddOnDisplaySavings": null,
"AddOnFloatPrice": 89.95,
"AddOnListingReference": "ultimaker-2-extended-advanced-3d-printing-kit",
"AddOnPreOrderFlag": false,
"AddOnPrice": 8995,
"AddOnSavings": 0,
"AddOnSkuReference": "MCEJYFZD",
"AddOnTitle": "Advanced 3D Printing Kit - Ultimaker 2 Extended +",
"ListingIsActive": true,
"ProductListingKey": "ag1zfm1oLXBscy1wcm9kck8LEg5Qcm9kdWN0TGlzdGluZyI7bGVnYWN5OmFnOXpmbTFoZEhSbGNtaGhZMnRsY25OeUZBc1NCMUJ5YjJSMVkzUVlnSUNBellmQXRRb00M",
"ProductSkuKey": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNQ0VKWUZaRAw",
"ProductType": "physical-inventory",
"QuantityAvailable": 9,
"QuantityOnHand": 9,
"SingleSku": true
},
{
"AddOnBasePrice": 4100,
"AddOnDiscountDisplay": 4,
"AddOnDisplayBasePrice": "41.00",
"AddOnDisplayPrice": "39.00",
"AddOnDisplaySavings": "2.00",
"AddOnFloatPrice": 39.0,
"AddOnListingReference": "buildtak-3d-printer-build-surface-9-x-10",
"AddOnPreOrderFlag": true,
"AddOnPrice": 3900,
"AddOnSavings": 200,
"AddOnSkuReference": "MTD96N55",
"AddOnTitle": "BuildTak 3D Printer Build Surface 9\" x 10\" (Pack of 3)",
"ListingIsActive": true,
"ProductListingKey": "ag1zfm1oLXBscy1wcm9kck8LEg5Qcm9kdWN0TGlzdGluZyI7bGVnYWN5OmFnOXpmbTFoZEhSbGNtaGhZMnRsY25OeUZBc1NCMUJ5YjJSMVkzUVlnSUNBc3ByOHV3b00M",
"ProductSkuKey": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNVEQ5Nk41NQw",
"ProductType": "physical-inventory",
"QuantityAvailable": 87,
"QuantityOnHand": 87,
"SingleSku": true
},
{
"AddOnBasePrice": 22000,
"AddOnDiscountDisplay": null,
"AddOnDisplayBasePrice": "220.00",
"AddOnDisplayPrice": "220.00",
"AddOnDisplaySavings": null,
"AddOnFloatPrice": 220.0,
"AddOnListingReference": "e3d-ultimaker-extrusion-upgrade-kit",
"AddOnPreOrderFlag": false,
"AddOnPrice": 22000,
"AddOnSavings": 0,
"AddOnSkuReference": "MELVKR4V",
"AddOnTitle": "E3D Ultimaker Extrusion Upgrade Kit",
"ListingIsActive": false,
"ProductListingKey": "ag1zfm1oLXBscy1wcm9kck8LEg5Qcm9kdWN0TGlzdGluZyI7bGVnYWN5OmFnOXpmbTFoZEhSbGNtaGhZMnRsY25OeUZBc1NCMUJ5YjJSMVkzUVlnSUNBbThxNTZ3Z00M",
"ProductSkuKey": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNRUxWS1I0Vgw",
"ProductType": "physical-inventory",
"QuantityAvailable": 0,
"QuantityOnHand": 0,
"SingleSku": true
},
{
"AddOnBasePrice": 1119,
"AddOnDiscountDisplay": null,
"AddOnDisplayBasePrice": "11.19",
"AddOnDisplayPrice": "11.99",
"AddOnDisplaySavings": null,
"AddOnFloatPrice": 11.99,
"AddOnListingReference": "stick-stick-3d-printer-bed-adhesion-50ml",
"AddOnPreOrderFlag": false,
"AddOnPrice": 1199,
"AddOnSavings": -80,
"AddOnSkuReference": "MKDQ0LW1",
"AddOnTitle": "Stick Stick 3D Printer Bed Adhesion - 50ml",
"ListingIsActive": true,
"ProductListingKey": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgICsj_SMCgw",
"ProductSkuKey": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNS0RRMExXMQw",
"ProductType": "physical-inventory",
"QuantityAvailable": 851,
"QuantityOnHand": 851,
"SingleSku": true
},
{
"AddOnBasePrice": 59900,
"AddOnDiscountDisplay": 2,
"AddOnDisplayBasePrice": "599.00",
"AddOnDisplayPrice": "587.02",
"AddOnDisplaySavings": "11.98",
"AddOnFloatPrice": 587.02,
"AddOnListingReference": "",
"AddOnPreOrderFlag": false,
"AddOnPrice": 58702,
"AddOnSavings": 1198,
"AddOnSkuReference": "M810RWSR",
"AddOnTitle": "Mosaic Palette 2S Multi Material Filament System - 1.75mm",
"ListingIsActive": false,
"ProductListingKey": null,
"ProductSkuKey": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNODEwUldTUgw",
"ProductType": "physical-inventory",
"QuantityAvailable": 13,
"QuantityOnHand": 13,
"SingleSku": true
},
{
"AddOnBasePrice": 79900,
"AddOnDiscountDisplay": 3,
"AddOnDisplayBasePrice": "799.00",
"AddOnDisplayPrice": "775.00",
"AddOnDisplaySavings": "24.00",
"AddOnFloatPrice": 775.0,
"AddOnListingReference": "mosaic-palette-2s-pro-multi-material-filament-system-175mm",
"AddOnPreOrderFlag": true,
"AddOnPrice": 77500,
"AddOnSavings": 2400,
"AddOnSkuReference": "MED7Y6TQ",
"AddOnTitle": "Mosaic Palette 2S Pro Multi Material Filament System - 1.75mm",
"ListingIsActive": true,
"ProductListingKey": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgIDG1d2MCQw",
"ProductSkuKey": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNRUQ3WTZUUQw",
"ProductType": "physical-inventory",
"QuantityAvailable": 7,
"QuantityOnHand": 7,
"SingleSku": true
},
{
"AddOnBasePrice": 59900,
"AddOnDiscountDisplay": 87,
"AddOnDisplayBasePrice": "599.00",
"AddOnDisplayPrice": "75.05",
"AddOnDisplaySavings": "523.95",
"AddOnFloatPrice": 75.05,
"AddOnListingReference": "",
"AddOnPreOrderFlag": false,
"AddOnPrice": 7505,
"AddOnSavings": 52395,
"AddOnSkuReference": "M810RWSR",
"AddOnTitle": "Mosaic Palette 2S Multi Material Filament System - 1.75mm",
"ListingIsActive": false,
"ProductListingKey": null,
"ProductSkuKey": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNODEwUldTUgw",
"ProductType": "physical-inventory",
"QuantityAvailable": 13,
"QuantityOnHand": 13,
"SingleSku": true
}
],
"Attributes": [],
"BasePrice": 0,
"DateTimeCreated": "2017-07-25T07:05:26.817320",
"DisplayPriceRange": "",
"Elements": [
{
"Content": "<p>We are excited to be one of the few authorized US resellers of Ultimaker. Ultimaker has developed a global reputation and following for having printers that work very well and require very little tinkering. The claim to fame for this printer is the massive build volume (9 x 9 x 12) coupled with its remarkable ease of use. Even a novice can begin printing expert parts on this printer within moments after unboxing. The well designed print head on this printer will quietly and accurately build your creation with an accuracy of 20 microns. This leads to a printed part with a very smooth finish without highly visible print lines. The heated bed allows you to print with a variety of materials and rarely needs to be re-calibrated. This printer comes standard with a 12 month warranty so you can rest easy and know you're covered.</p>",
"ElementCode": "BIA2LH",
"Images": [],
"Type": "text"
},
{
"Content": "<p>\n<div class=\"embed-youtube\" data-embed=\"5ay2Tepwev8\" data-size=\"lg\">\n</div>\n</p>",
"ElementCode": "GR03SE",
"Images": [],
"Type": "text"
},
{
"Content": "<h2>Designed to Simply Work</h2>\r\n<p>Once you pull your Ultimaker 2 Extended+ out of the box, you're ready to start printing. The Ultimaker 2 Extended Plus comes with a radial scroll wheel which allows you to make temperature and print speed adjustments during your print. You'll never have to worry about long print jobs - this machine was designed and tested to finish the job without failed prints.</p>\r\n<h2>What's New in the Extended+?</h2>\r\n<p>Geared Feeder&nbsp;- This innovative feeder will allow you to quickly swap filament and even choose the correct pressure for your filament.<br />Swappable Nozzles&nbsp;- The pre-installed Olsson Block allows you to easily switch between 4 different sizes of nozzles (0.25, 0.40, 0.60, 0.80mm)<br />Optimized Airflow&nbsp;- New fancaps have been installed to perfectly aim airflow below the nozzle from both sides.</p>",
"ElementCode": "48SQ1V",
"Images": [],
"Type": "text"
},
{
"Content": "<p>\n<div class=\"embed-youtube\" data-embed=\"Xinuz_CpbbE\" data-size=\"lg\">\n</div>\n</p>",
"ElementCode": "DGU2CZ",
"Images": [],
"Type": "text"
},
{
"Content": "<h2>What's In The Box?</h2>\r\n<ul>\r\n<li>Ultimaker 2 Extended + 3D Printer</li>\r\n<li>Swappable 0.25, 0.40, 0.60, 0.80 mm nozzles</li>\r\n<li>0.75kg spools of Ultimaker Silver PLA</li>\r\n<li>SD Card and USB Cable</li>\r\n<li>Other free extras include: Glue stick, grease, hex wrenches, calibration card, and more!</li>\r\n</ul>\r\n<h2>Tech Specs</h2>\r\n<p>Printing Technology - Fused Filament Fabrication<br />Printing Material -&nbsp;<a href=\"/store/3d-printer-filament?t=3.00mm%20PRO%20Series%20PLA\">2.88mm PLA</a>,&nbsp;<a href=\"/store/3d-printer-filament?t=3.00mm%20PRO%20Series%20ABS\">2.88mm ABS</a>,&nbsp;<a href=\"/store/3d-printer-filament?t=3.00mm%20Specialty%20Filament\">Specialty Materials</a><br />Nozzle Speed - 30 - 300 mm/s<br />Build Volume - 9\" x 9\" x 12\"<br />Layer Resolution - 0.25 mm nozzle: 150 to 60 micron<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.40 mm nozzle: 200 to 20 micron<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.60 mm nozzle: 400 to 20 micron<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.80 mm nozzle: 600 to 20 micron<br />Printer Dimensions - 19.37\"x 13.46\"x 21.97\"<br />Printer Weight - 23.8 lbs<br />Connectivity - USB, stand alone with SD-card<br />Printer Software - MatterControl&nbsp;<br />Input Voltage / Power - 100-240 Volts, at 50/60 Hz 24 v DC @ 9.2 amps<br /><br /></p>\r\n<h4>Note on Filament Compatibility</h4>\r\n<p>Ultimaker's PTFE tubing has issues fitting some 3mm filament, depending on their true diameter and/or a wide dimensional accuracy. For PLA and ABS, we highly recommend our&nbsp;<a href=\"https://www.matterhackers.com/store/3d-printer-filament?t=PRO%20Series%20Filament\">PRO Series</a>, which has a true diameter of 2.88mm and an accuracy within 0.05mm.</p>\r\n<h2>Which Ultimaker is Right for Me?</h2>\r\n<table>\r\n<tr>\r\n<td>Printer</td>\r\n<td>Price</td>\r\n<td>Build Area</td>\r\n<td>Extrusion</td>\r\n<td>Prints Flexibles</td>\r\n<td>Status</td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"https://www.matterhackers.com/store/printer-kits/Ultimaker-3-d-printer\">Ultimaker 3</a></td>\r\n<td>$3,495</td>\r\n<td>8.5x8.5x8in</td>\r\n<td>Dual</td>\r\n<td>Yes</td>\r\n<td>Current Model</td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"https://www.matterhackers.com/store/printer-kits/ultimaker-3-extended-3d-printer-fully-assembled\">Ultimaker 3 Extended</a></td>\r\n<td>$4,295</td>\r\n<td>8.5x8.5x12in</td>\r\n<td>Dual</td>\r\n<td>Yes</td>\r\n<td>Current Model</td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"/store/printer-kits/ultimaker-2-3d-printer\">Ultimaker 2 +</a></td>\r\n<td>$2,499</td>\r\n<td>9x9x8in</td>\r\n<td>Single</td>\r\n<td>Yes</td>\r\n<td>Current Model</td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"/store/printer-kits/ultimaker-2-extended\">Ultimaker 2 Extended +</a></td>\r\n<td>$2,999</td>\r\n<td>9x9x12in</td>\r\n<td>Single</td>\r\n<td>Yes</td>\r\n<td>Current Model</td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"/store/printer-kits/ultimaker-2-3d-printer-fully-assembled\">Ultimaker 2</a></td>\r\n<td>$1,899</td>\r\n<td>9x9x8in</td>\r\n<td>Single</td>\r\n<td>No</td>\r\n<td>Retired Model</td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"/store/printer-kits/ultimaker-2-extended-3d-printer-fully-assembled\">Ultimaker 2 Extended</a></td>\r\n<td>$2,299</td>\r\n<td>9x9x12in</td>\r\n<td>Single</td>\r\n<td>No</td>\r\n<td>Retired Model</td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"/store/printer-kits/ultimaker-2-go\">Ultimaker 2 Go</a></td>\r\n<td>$1,199</td>\r\n<td>5x5x5in</td>\r\n<td>Single</td>\r\n<td>No</td>\r\n<td>Current Model</td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"/store/printer-kits/ultimaker-original+-wood-3d-printer-kit\">Ultimaker Original+ Wood Kit</a></td>\r\n<td>$995</td>\r\n<td>8x8x8in</td>\r\n<td>Single</td>\r\n<td>No</td>\r\n<td>Current Model<br /><br /></td>\r\n</tr>\r\n</table>\r\n<p></p>",
"ElementCode": "DZMWMS",
"Images": [],
"Type": "Text"
},
{
"Content": "<h3><strong>Shipping Notice</strong></h3>\r\n<p>Please note that, due to its size and weight, this product cannot be shipped to a PO Box. If you have any questions or would like help making shipping arrangements, please contact support@matterhackers.com.</p>",
"ElementCode": "9ID9TE",
"Images": [],
"Type": "Text"
}
],
"FeaturedImage": {
"ImageFile": "/mh-product-images/prod/legacy_Ptd8DYylPuXTLiNZfVDwp8-HK0lsWb3PN-ccs9tri7XIAl5sXbep9LRZpN4Oqf-wI34HbFmBvgmTIZCi9luCpUMvug",
"ImageUrl": "https://lh3.googleusercontent.com/jctVNwnY8kToDkE_OLhFg-1Y_O-2_1ABKuqhHn4YiRGnc1MQvSk_WKghd0bVBfJjQHEdzs45lmdmvcwZhMxoK5U",
"IsFeatured": true
},
"HasBeenPublished": true,
"HideRewardsFlag": true,
"Images": [
{
"ImageFile": "/mh-product-images/prod/legacy_Ptd8DYylPuXTLiNZfVDwp8-HK0lsWb3PN-ccs9tri7XIAl5sXbep9LRZpN4Oqf-wI34HbFmBvgmTIZCi9luCpUMvug",
"ImageUrl": "https://lh3.googleusercontent.com/jctVNwnY8kToDkE_OLhFg-1Y_O-2_1ABKuqhHn4YiRGnc1MQvSk_WKghd0bVBfJjQHEdzs45lmdmvcwZhMxoK5U",
"IsFeatured": true
},
{
"ImageFile": "/mh-product-images/prod/legacy_zdIib42O5xdOE4RZ7N5pNV3X9iswFjzo0gbvbTrNtuUWHmJg5ysntABShSab91HUgyZfn2Yo7mX5mTPbsFPu5Rjs",
"ImageUrl": "https://lh3.googleusercontent.com/35OpmwR2-j612GkyEjfUANZjsn5Xlb3FCvnt5Br1cahUp2RGvptSC0Xu0Cg_Xym5dCR6ll953_ACqtzgd-c1z69r",
"IsFeatured": false
},
{
"ImageFile": "/mh-product-images/prod/legacy_K2dDewv3vr2oGARZARPGqS6W7oqgwEAkZ8MDj_vQ5T1gE03LGVX9P6P9455Km_yXlKTdNfku_YKW0WlFKoeDyoy7",
"ImageUrl": "https://lh3.googleusercontent.com/Ph6qUU8XyY70rjn4M90ROY5TrPiZ8wc9u_AHGWx23KkayQVLhbUEAjVzH9Vsaj7DgCH680Q_wUvhJgaMqnCS",
"IsFeatured": false
},
{
"ImageFile": "/mh-product-images/prod/legacy_1HTbaukImMu2_rgSlrbOj-nD98Jf2V_gOjrnRR8fRMUVk-a6BJGrAJhNqUDMq0ufN9kJczlMKzByXZ8xkEQ_Wt7iqQ",
"ImageUrl": "https://lh3.googleusercontent.com/svFUyj19oZ3fuGoT4Y5cfGgf7nLuaJSyvW6nxSSEkc6Uy7RmF60uLgrlyhMFtuDL6TK5ylOuMW1uebJSFor56Is",
"IsFeatured": false
}
],
"IsActive": true,
"IsAdminSearchable": true,
"IsCustomizable": false,
"IsDeprecated": false,
"IsSearchable": true,
"Key": "ag1zfm1oLXBscy1wcm9kck8LEg5Qcm9kdWN0TGlzdGluZyI7bGVnYWN5OmFnOXpmbTFoZEhSbGNtaGhZMnRsY25OeUZBc1NCMUJ5YjJSMVkzUVlnSUNBMnFua3Znc00M",
"LegacyProductKey": "ag9zfm1hdHRlcmhhY2tlcnNyFAsSB1Byb2R1Y3QYgICA2qnkvgsM",
"MetaTagKeywords": [],
"PreOrderFlag": true,
"ProductCreatedOn": "2017-07-25T07:05:26.817360",
"ProductEditedOn": "2020-03-11T21:39:08.746651",
"ProductType": "physical-inventory",
"RedirectUrl": "",
"ReferenceUrl": "ultimaker-2-extended",
"RelatedProducts": [
"ag1zfm1oLXBscy1wcm9kck8LEg5Qcm9kdWN0TGlzdGluZyI7bGVnYWN5OmFnOXpmbTFoZEhSbGNtaGhZMnRsY25OeUZBc1NCMUJ5YjJSMVkzUVlnSUNBd3VqZ193b00M",
"ag1zfm1oLXBscy1wcm9kck8LEg5Qcm9kdWN0TGlzdGluZyI7bGVnYWN5OmFnOXpmbTFoZEhSbGNtaGhZMnRsY25OeUZBc1NCMUJ5YjJSMVkzUVlnSUNBeXFUZnF3b00M",
"ag1zfm1oLXBscy1wcm9kck8LEg5Qcm9kdWN0TGlzdGluZyI7bGVnYWN5OmFnOXpmbTFoZEhSbGNtaGhZMnRsY25OeUZBc1NCMUJ5YjJSMVkzUVlnSUNBM2RmOXJBb00M"
],
"ShortDescription": "The Ultimaker 2 Extended+ is the largest printer in the Ultimaker family. Start printing anything you can imagine with 9\" x 9\" x 12\" of build space to play with. This printer is designed to be one of the simplest, most dependable, and easiest printers to use on the market. The Ultimaker 2 Extended + is a high definition printer that will continuously turn out well printed parts. Once you unbox the printer, you will be up and printing in a matter of minutes.",
"ShowAddToCart": true,
"ShowQuestionsFlag": true,
"Subtitle": "",
"TemplateKey": "",
"Title": "Ultimaker 2 Extended + 3D Printer Fully Assembled"
},
"ProductListingKey": "ag1zfm1oLXBscy1wcm9kck8LEg5Qcm9kdWN0TGlzdGluZyI7bGVnYWN5OmFnOXpmbTFoZEhSbGNtaGhZMnRsY25OeUZBc1NCMUJ5YjJSMVkzUVlnSUNBMnFua3Znc00M",
"ProductNumber": "73157001",
"ProductPrice": 299900,
"ProductType": "physical-inventory",
"ProductUpc": "",
"QuantityAvailable": 3,
"QuantityOnHand": 3,
"QuantityReserved": 0,
"ReferenceUrl": "ultimaker-2-extended",
"SID": "M0T2WS4H",
"ShowAvailableDate": false,
"ShownInListing": true,
"SkuName": "Ultimaker 2 Extended + 3D Printer Fully Assembled",
"SkuWarningMessages": [],
"TotalWeight": 15876000,
"TotalWeightGrams": "15,876.00",
"TotalWeightKilograms": "15.88",
"TotalWeightPounds": "35.00",
"Weight": 15876000,
"WeightGrams": "15,876.00",
"WeightKilograms": "15.88",
"WeightPounds": "35.00"
},
"Status": "success"
}

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,245 @@
{
"ProductSku": {
"AddOns": [],
"AdminNote": "",
"AttributeOptions": [],
"AvailableDate": "2019-06-21",
"BarCodeID": "",
"Brand": "",
"ComponentSkuCount": 1,
"ComponentSkus": [
"ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNRFAzUlBSRAw"
],
"CustomRuleSet": false,
"DateTimeCreated": "2019-06-21T21:42:24.741988",
"DigitalLicenseKeys": [],
"DisplayAvailableDate": "Jun 21st",
"DisplayListPrice": "50.00",
"DisplayPrice": "39.99",
"DisplayPriceFlag": true,
"FeaturedImage": {
"ImageFile": "/mh-product-images/prod/11389f3c-ea25-42d2-90f8-07c0e7284cd6",
"ImageUrl": "https://lh3.googleusercontent.com/HKujjLraNi_iVi74k4mrm0tv3As1JCycsLesR7kh6E7EoUDm2zAknVDH2RpveWE4JN7fPfWudDFWJ8Ngpq-9jiA",
"IsFeatured": false
},
"HardwareDeviceTokens": [],
"HasBeenReviewed": false,
"IsActive": true,
"IsDirty": false,
"IsOnSale": false,
"IsOneTimeItem": false,
"IsRetired": false,
"IsSearchable": true,
"Key": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNV040QTE2TQw",
"LeadDays": 0,
"LegacySku": null,
"ListingIsActive": true,
"NoPOBox": false,
"PackageDimensions": [
"0.10",
"10.00",
"9.50"
],
"PackagedToShip": false,
"PreOrderFlag": false,
"PreviewFlag": false,
"PricingRuleList": [],
"ProductDescription": "Achieve better bed adhesion with zero hassle using the LayerLock Powder Coated PEI Build Plate! Tired of bubbles from adhesive tapes? How about going through multiple build surface sheets after extensive use or accidental scratches and gouges? Worry no more. This durable steel sheet that is powder coated with PEI is resistant to scratches and requires no careful installation of adhesive. Best of all, LayerLock Power Coated PEI Build Plates are guaranteed to last you much longer than adhesives and sheets, saving you money on multiple replacements in the long run. \r\n\r\nThis build surface is compatible with standard filaments PLA, ABS, PETG, and flexibles such as TPU and TPE. ***Please note that your printer must have a magnetic base installed in order to use this build plate.***",
"ProductListPrice": 5000,
"ProductListing": {
"ActiveSkuCount": 1,
"ActiveSkus": [
"ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNV040QTE2TQw"
],
"AddOns": [],
"Attributes": [],
"BasePrice": 0,
"DateTimeCreated": "2019-06-21T21:42:24.582596",
"DisplayPriceRange": "",
"Elements": [
{
"Content": "<p class=\"align-center\">Please note that your printer must have a magnetic base installed in order to use this build plate. If your printer does not come with a pre-installed magnetic base, you can purchase an attachable one <a title=\"BuildTak FlexPlate System\" href=\"https://www.matterhackers.com/store/c/BuildTakFlexPlate\" target=\"_blank\" rel=\"noopener\">here</a>.</p>",
"ElementCode": "7CJ9KI",
"Images": [],
"Type": "Text"
},
{
"Content": "<p><img src=\"https://lh3.googleusercontent.com/ImKOBJpROHnUApeuDWqkesMAoKUgGMT2uhT01SiNoJ6QXFThm9ZPayiLBVB1Xk7zc9q_q4fyY5OaUTb3Q6Uviw=s660\" /></p>",
"ElementCode": "V82EMJ",
"Images": [],
"Type": "Text"
},
{
"Content": "<div class=\"embed-youtube\" data-embed=\"aWnrzr-G3kY\" data-size=\"lg\"></div>\r\n<p></p>",
"ElementCode": "I8YP9R",
"Images": [],
"Type": "Text"
},
{
"Content": "<h3><strong>ADHESION LOCKED DOWN</strong></h3>\r\n<p>Looking for strong bed adhesion in a build plate? We&rsquo;ve got you covered. Introducing LayerLock Powder Coated PEI Build Plate&mdash;the reliable PEI build surface you need for your printer bed&rsquo;s magnetic base. If painter&rsquo;s tape or kapton tape haven&rsquo;t been working for you, PEI is a wonderful alternative build surface known for successfully providing strong bed adhesion for standard filaments such as <a title=\"PRO Series PLA\" href=\"https://www.matterhackers.com/store/c/PRO%20series%20PLA\" target=\"_blank\" rel=\"noopener\">PLA</a>, <a title=\"PRO Series ABS\" href=\"https://www.matterhackers.com/store/c/PRO%20Series%20ABS\" target=\"_blank\" rel=\"noopener\">ABS</a>, <a title=\"PRO Series PETG\" href=\"https://www.matterhackers.com/store/c/PRO%20Series%20PETG\" target=\"_blank\" rel=\"noopener\">PETG</a>, and flexibles such as <a title=\"PRO Series TPU\" href=\"https://www.matterhackers.com/store/c/TPU%20%28Thermoplastic%20Polyurethane%29\" target=\"_blank\" rel=\"noopener\">TPU</a> and <a title=\"TPE\" href=\"https://www.matterhackers.com/s/store?q=tpe\" target=\"_blank\" rel=\"noopener\">TPE</a>. Tired of watching your prints slip and slide on a build surface? LayerLock&rsquo;s Powder Coated PEI Build Plate will have your prints locked down.</p>",
"ElementCode": "5KWNSO",
"Images": [],
"Type": "Text"
},
{
"Content": "<p style='text-align:center;'><img src='https://lh3.googleusercontent.com/FUfe5TSV9Ns-CUz6fnVRsFn50inp4G1Pd3QEEuMEe7WBeN0NSHlSUE0jSWLRQJg1m7a9Q6v5HuAkbdQR6Nrp7LI'></p>",
"ElementCode": "XJ6CQU",
"Images": [
{
"ImageFile": "/mh-product-images/prod/7b85bedf-7807-4b68-9183-d5daf07f2be2",
"ImageUrl": "https://lh3.googleusercontent.com/FUfe5TSV9Ns-CUz6fnVRsFn50inp4G1Pd3QEEuMEe7WBeN0NSHlSUE0jSWLRQJg1m7a9Q6v5HuAkbdQR6Nrp7LI",
"IsFeatured": false
}
],
"Type": "Image"
},
{
"Content": "<h3><strong>FLEXIBILITY WITHOUT COMPROMISING STURDINESS</strong></h3>\r\n<p>Thanks to the thin thickness of this spring steel build plate, you can easily flex off your print if they do not already pop off during cooling. No paint scraper, putty knife, or other sharp tool needed! Big bonus? This thin flexibility neither compromises the sturdiness of the plate nor the sturdiness of the surface. With the PEI powder coated into the high quality spring steel plate, you don&rsquo;t have to worry about the PEI surface wearing out quickly from multiple prints or getting chips or scratches from sharp removal tools. Also, this build plate has double-sided powder coating PEI for double its longevity. Print more successful models, spend less on temporary PEI build surfaces, and save big in the long run.</p>",
"ElementCode": "DFNT4M",
"Images": [],
"Type": "Text"
},
{
"Content": "<p style='text-align:center;'><img src='https://lh3.googleusercontent.com/JOsps47jgDHdkpxOgH1tocdXvK7OUpAhylUlvx6RtlwKTQYHjuVal5k70PNMBM4hbI3mLGsGJQf7p90KFXcomurc'></p>",
"ElementCode": "A4NTZ7",
"Images": [
{
"ImageFile": "/mh-product-images/prod/c475a5e7-0d7a-4594-ab1b-973080977568",
"ImageUrl": "https://lh3.googleusercontent.com/JOsps47jgDHdkpxOgH1tocdXvK7OUpAhylUlvx6RtlwKTQYHjuVal5k70PNMBM4hbI3mLGsGJQf7p90KFXcomurc",
"IsFeatured": false
}
],
"Type": "Image"
},
{
"Content": "<h3><strong>ADD CHARACTER WITH TEXTURE</strong></h3>\r\n<p>Get the texture you never knew you wanted on your prints with LayerLock Powder Coated PEI Build Plate&rsquo;s special surface. Smooth surface not giving you the exact look you&rsquo;re seeking? Maybe smooth doesn&rsquo;t work for your print&rsquo;s particular function. With this PEI build plate, you&rsquo;ll get a rugged texture that adds a charming and useful quality to your print. Smooth and sleek is beautiful, but some prints require a rougher surface for useful purposes such as reducing slippage. With the small bumps on the LayerLock Powder Coated PEI Build Plate, you&rsquo;ll have a rough, but not harsh, surface that is both useful and aesthetically pleasing.</p>",
"ElementCode": "2X5DBL",
"Images": [],
"Type": "Text"
},
{
"Content": "<p style='text-align:center;'><img src='https://lh3.googleusercontent.com/Uw8N35XLaAxH_DqARl52C4m6XOMmenJbjccgTXFTdswshSOiTf97iQQcMtTp14KnijG4afA4ScuKCFxqvBejjeo'></p>",
"ElementCode": "R5K0EU",
"Images": [
{
"ImageFile": "/mh-product-images/prod/9eb3e9a4-542f-49d0-9223-3a98211fe26a",
"ImageUrl": "https://lh3.googleusercontent.com/Uw8N35XLaAxH_DqARl52C4m6XOMmenJbjccgTXFTdswshSOiTf97iQQcMtTp14KnijG4afA4ScuKCFxqvBejjeo",
"IsFeatured": false
}
],
"Type": "Image"
},
{
"Content": "<h3><strong>TECHNICAL SPECIFICATIONS</strong></h3>\r\n<ul>\r\n<li>Double-Sided, Powder Coated PEI Spring Steel Build Plate</li>\r\n<li>Dimensions: 9.5 in x 10 in x 0.02 in (241 mm x 254 mm x 0.60 mm)</li>\r\n</ul>",
"ElementCode": "MIMBKA",
"Images": [],
"Type": "Text"
},
{
"Content": "<h3><strong>PRINTER COMPATIBILITY</strong></h3>\r\n<p>This build plate is compatible with the following printers:</p>\r\n<ul>\r\n<li>Original Prusa i3</li>\r\n<ul>\r\n<li>MK2 Model with FlexPlate installation</li>\r\n<li>MK2S Model with FlexPlate installation</li>\r\n<li>MK 2.5S Model</li>\r\n<li>MK3 Model</li>\r\n<li>MK3S Model</li>\r\n</ul>\r\n<li>Pulse 3D Printer</li>\r\n<ul>\r\n<li><a title=\"Custom Pre-Assembled Pulse\" href=\"https://www.matterhackers.com/store/l/pulse-3d-printer/sk/MUY6R1P5\" target=\"_blank\" rel=\"noopener\">Customized Pulse</a> with FlexPlate installation</li>\r\n<li><a title=\"Pulse XE Bundle\" href=\"https://www.matterhackers.com/store/l/pulse-xe-nylonx-3d-printer/sk/MFG0HF92\" target=\"_blank\" rel=\"noopener\">Pulse XE</a> with FlexPlate installation</li>\r\n<li><a title=\"Pulse HV Bundle\" href=\"https://www.matterhackers.com/store/l/pulse-hv/sk/M542K7KQ\" target=\"_blank\" rel=\"noopener\">Pulse HV</a></li>\r\n</ul>\r\n<li>Printers with a Magnetic Base Print Bed</li>\r\n<ul>\r\n<li>Note: As long as the 9.5&rdquo; x 10&rdquo; Build Plate can fit within the printer&rsquo;s frame/enclosure</li>\r\n</ul>\r\n<li>Printers with a <a title=\"BuildTak FlexPlate System\" href=\"https://www.matterhackers.com/store/c/BuildTakFlexPlate\" target=\"_blank\" rel=\"noopener\">BuildTak FlexPlate System</a></li>\r\n<ul>\r\n<li>Note: As long as the 9.5&rdquo; x 10&rdquo; Build Plate can fit within the printer&rsquo;s frame/enclosure</li>\r\n</ul>\r\n</ul>",
"ElementCode": "QJIBJR",
"Images": [],
"Type": "Text"
},
{
"Content": "<h3><strong>MATERIAL COMPATIBILITY</strong></h3>\r\n<ul>\r\n<li>PLA</li>\r\n<li>ABS</li>\r\n<li>PETG<strong>*</strong></li>\r\n<li>RYNO<strong>*</strong></li>\r\n<li>TPU<strong>*</strong></li>\r\n<li>TPE<strong>*</strong></li>\r\n<li>PVA</li>\r\n</ul>\r\n<p><strong>* Please note that optimal nozzle height is especially crucial for these materials to avoid infusing prints into the build surface.</strong></p>",
"ElementCode": "SRPFEA",
"Images": [],
"Type": "Text"
},
{
"Content": "<h3><strong>INSTALLATION</strong></h3>\r\n<p>Installation is extremely easy for any printer setup. Attach the LayerLock Power Coated PEI Build Plate onto your printer&rsquo;s magnetic base and align accordingly. Ensure the nozzle height is properly set by calibrating the z-height and leveling your print bed according to your specific printer&rsquo;s guidelines. While adjustments to your z-height will be minor thanks to the build plate&rsquo;s thin thickness, it is crucial that you follow this step before any attempts to print with this new set up. <strong>For a more detailed &ldquo;How To Succeed&rdquo; installation, check out our guide <a title=\"How to Succeed with LayerLock Powder Coated PEI Build Plates\" href=\"https://www.matterhackers.com/articles/how-to-succeed-with-layerlock-powder-coated-pei-build-plates\" target=\"_blank\" rel=\"noopener\">here</a>.</strong> That's it! You're ready to print.</p>",
"ElementCode": "FHC645",
"Images": [],
"Type": "Text"
},
{
"Content": "<h3><strong>MAINTENANCE</strong></h3>\r\n<p><span>Cleaning the surface isn't necessary. However, if you find prints not adhering after a couple of prints due to debris or dust, use isopropyl alcohol with an IPA 91%+ on a paper towel or lint free cloth to wipe down the print area.</span> As with any build surface, make sure you are not printing too close to the bed to avoid possibly infusing the filament into the build surface. If printing PETG, TPU, TPE, and RYNO, make sure the bed is heated BEFORE attempting to remove the print from the bed.</p>",
"ElementCode": "699EP7",
"Images": [],
"Type": "Text"
}
],
"FeaturedImage": {
"ImageFile": "/mh-product-images/prod/4da158b7-e6cd-4373-8fcd-57667bbb29bf",
"ImageUrl": "https://lh3.googleusercontent.com/2jZoiCTKmhzMkbUB9ZKeUWPP536xpybWDYBOWMBypBo01zcHr4f3_Kv6IOw0eCiBfiITyFBwJHogMNeGlr2i45Q",
"IsFeatured": true
},
"HasBeenPublished": true,
"HideRewardsFlag": false,
"Images": [
{
"ImageFile": "/mh-product-images/prod/4da158b7-e6cd-4373-8fcd-57667bbb29bf",
"ImageUrl": "https://lh3.googleusercontent.com/2jZoiCTKmhzMkbUB9ZKeUWPP536xpybWDYBOWMBypBo01zcHr4f3_Kv6IOw0eCiBfiITyFBwJHogMNeGlr2i45Q",
"IsFeatured": true
},
{
"ImageFile": "/mh-product-images/prod/b9e45f2c-4c28-43a0-bddb-74ab0d197714",
"ImageUrl": "https://lh3.googleusercontent.com/GpTXz1Yew_X2JqqnUy3ZCKSywiw_3lpMxpGazyGJwuuGPn_7pLRxmg-GorxcOmQokl5gFjlM0susMtwUNle4U4E",
"IsFeatured": false
},
{
"ImageFile": "/mh-product-images/prod/16c6165d-8419-4675-a2b4-257a2877e478",
"ImageUrl": "https://lh3.googleusercontent.com/pk3YddXjHPyp0SIKW29QlJnUpGzyz5t1QBxphgboTRIXSS9EQtTVf-11ZGI-YAAcVPTKCkxca_8Xh0JyqDLy9sY",
"IsFeatured": false
},
{
"ImageFile": "/mh-product-images/prod/86ce4b1f-df59-4dbf-bec7-1a68fe5a7843",
"ImageUrl": "https://lh3.googleusercontent.com/HE_3chh6mUUtp59UOeURlVZfoeb44edqF_w25cof3JUwbem2RUuVzyjyDyxOeh4RrZRawKFWPShrswWDZUeoSo8",
"IsFeatured": false
},
{
"ImageFile": "/mh-product-images/prod/4320d907-c3e4-4b20-83e0-2d80574bd903",
"ImageUrl": "https://lh3.googleusercontent.com/8RIQv-GlmL2clUYraFvLU_oQvFf6AWmvc7gq3fTRTnAsKGM5SVraoh2LzNWEZTjUV4T3ITDF5Ebh9BQ-tQBgeS_N",
"IsFeatured": false
}
],
"IsActive": true,
"IsAdminSearchable": true,
"IsCustomizable": false,
"IsDeprecated": false,
"IsSearchable": false,
"Key": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgIDspfCYCgw",
"MetaTagKeywords": [],
"PreOrderFlag": false,
"ProductCreatedOn": "2019-06-21T21:42:24.582609",
"ProductEditedOn": "2020-04-07T23:34:30.981950",
"ProductType": "physical-inventory",
"RedirectUrl": "",
"ReferenceUrl": "layerlock-powder-coated-pei-build-plate-9-5-x-10-for-pulse-upgrade",
"RelatedProducts": [
"ag1zfm1oLXBscy1wcm9kckkLEg5Qcm9kdWN0TGlzdGluZyI1bGVnYWN5OmFnOXpmbTFoZEhSbGNtaGhZMnRsY25OeUR3c1NCMUJ5YjJSMVkzUVk0SWtQREEM",
"ag1zfm1oLXBscy1wcm9kckkLEg5Qcm9kdWN0TGlzdGluZyI1bGVnYWN5OmFnOXpmbTFoZEhSbGNtaGhZMnRsY25OeUR3c1NCMUJ5YjJSMVkzUVkyb0FTREEM"
],
"ShortDescription": "Achieve better bed adhesion with zero hassle using the LayerLock Powder Coated PEI Build Plate! Tired of bubbles from adhesive tapes? How about going through multiple build surface sheets after extensive use or accidental scratches and gouges? Worry no more. This durable steel sheet that is powder coated with PEI is resistant to scratches and requires no careful installation of adhesive. Best of all, LayerLock Power Coated PEI Build Plates are guaranteed to last you much longer than adhesives and sheets, saving you money on multiple replacements in the long run. \r\n\r\nThis build surface is compatible with standard filaments PLA, ABS, PETG, and flexibles such as TPU and TPE. ***Please note that your printer must have a magnetic base installed in order to use this build plate.***",
"ShowAddToCart": false,
"ShowQuestionsFlag": true,
"Subtitle": "",
"TemplateKey": "",
"Title": "LayerLock Powder Coated PEI Build Plate 9.5\" x 10\" for Pulse (Must be paired with Magnetic FlexPlate Upgrade)"
},
"ProductListingKey": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgIDspfCYCgw",
"ProductNumber": null,
"ProductPrice": 3999,
"ProductType": "physical-inventory",
"ProductUpc": "",
"QuantityAvailable": 67,
"QuantityOnHand": 67,
"QuantityReserved": 3,
"ReferenceUrl": "layerlock-powder-coated-pei-build-plate-9-5-x-10-for-pulse-upgrade",
"SID": "MWN4A16M",
"ShowAvailableDate": false,
"ShownInListing": true,
"SkuName": "LayerLock Powder Coated PEI Build Plate 9.5\" x 10\" for Pulse (Must be paired with Magnetic FlexPlate Upgrade)",
"SkuWarningMessages": [],
"TotalWeight": 190000,
"TotalWeightGrams": "190.00",
"TotalWeightKilograms": "0.19",
"TotalWeightPounds": "0.42",
"Weight": 198000,
"WeightGrams": "198.00",
"WeightKilograms": "0.20",
"WeightPounds": "0.44"
},
"Status": "success"
}

View file

@ -0,0 +1,120 @@
{
"ProductSku": {
"AddOns": [],
"AdminNote": null,
"AttributeOptions": [],
"AvailableDate": "2018-03-05",
"BarCodeID": "",
"Brand": "",
"ComponentSkuCount": 0,
"ComponentSkus": [],
"CustomRuleSet": false,
"DateTimeCreated": "2018-03-05T22:23:55.330040",
"DigitalLicenseKeys": [],
"DisplayAvailableDate": "Mar 5th",
"DisplayListPrice": "39.00",
"DisplayPrice": "39.00",
"DisplayPriceFlag": true,
"FeaturedImage": {
"ImageFile": "/mh-product-images/prod/b4fafce3-00b6-4eff-aaf6-68a306df741e",
"ImageUrl": "https://lh3.googleusercontent.com/r_4i2j-GQ5cC3FhkkplVP2lE686iNXxD1mxM7TK_9kRl1_MMRCHSxA6dsfgcbFWVvSR7US83UVpc3cjiISUgngYi",
"IsFeatured": true
},
"HardwareDeviceTokens": [],
"HasBeenReviewed": false,
"IsActive": false,
"IsDirty": false,
"IsOnSale": false,
"IsOneTimeItem": false,
"IsRetired": false,
"IsSearchable": true,
"Key": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNUlhNVjgzQQw",
"LeadDays": 0,
"LegacySku": null,
"ListingIsActive": false,
"NoPOBox": false,
"PackageDimensions": [
"0.00",
"0.00",
"0.00"
],
"PackagedToShip": false,
"PreOrderFlag": false,
"PreviewFlag": false,
"PricingRuleList": [],
"ProductDescription": "Garolite is a high-pressure, glass-epoxy laminate that is perfect for adhesion for nylon 3D printing. It is created by stacking multiple layers of glass cloth, soaking them in epoxy resin, and compressing the resulting material under heat until the epoxy cures. With a heated print bed underneath your sheet of garolite, you won\u2019t have any problems 3D printing nylon or getting great first layers on your Pulse 3D printer.",
"ProductListPrice": 3900,
"ProductListing": {
"ActiveSkuCount": 1,
"ActiveSkus": [
"ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNUlhNVjgzQQw"
],
"AddOns": [],
"Attributes": [],
"BasePrice": 0,
"DateTimeCreated": "2018-03-05T22:23:54.975390",
"DisplayPriceRange": "",
"Elements": [],
"FeaturedImage": {
"ImageFile": "/mh-product-images/prod/b4fafce3-00b6-4eff-aaf6-68a306df741e",
"ImageUrl": "https://lh3.googleusercontent.com/r_4i2j-GQ5cC3FhkkplVP2lE686iNXxD1mxM7TK_9kRl1_MMRCHSxA6dsfgcbFWVvSR7US83UVpc3cjiISUgngYi",
"IsFeatured": true
},
"HasBeenPublished": true,
"HideRewardsFlag": false,
"Images": [
{
"ImageFile": "/mh-product-images/prod/b4fafce3-00b6-4eff-aaf6-68a306df741e",
"ImageUrl": "https://lh3.googleusercontent.com/r_4i2j-GQ5cC3FhkkplVP2lE686iNXxD1mxM7TK_9kRl1_MMRCHSxA6dsfgcbFWVvSR7US83UVpc3cjiISUgngYi",
"IsFeatured": true
}
],
"IsActive": false,
"IsAdminSearchable": true,
"IsCustomizable": false,
"IsDeprecated": false,
"IsSearchable": false,
"Key": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgICA746TCgw",
"MetaTagKeywords": [
"garolite",
"nylon"
],
"PreOrderFlag": false,
"ProductCreatedOn": "2018-03-05T22:23:54.975420",
"ProductEditedOn": "2019-10-02T22:34:02.571967",
"ProductType": "physical-inventory",
"RedirectUrl": "",
"ReferenceUrl": "garolite-bed-upgrade-for-pulse",
"RelatedProducts": [],
"ShortDescription": "Garolite is a high-pressure, glass-epoxy laminate that is perfect for adhesion for nylon 3D printing. It is created by stacking multiple layers of glass cloth, soaking them in epoxy resin, and compressing the resulting material under heat until the epoxy cures. With a heated print bed underneath your sheet of garolite, you won\u2019t have any problems 3D printing nylon or getting great first layers on your Pulse 3D printer.",
"ShowAddToCart": true,
"ShowQuestionsFlag": true,
"Subtitle": "",
"TemplateKey": "",
"Title": "LayerLock Garolite Bed Upgrade for Pulse"
},
"ProductListingKey": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgICA746TCgw",
"ProductNumber": null,
"ProductPrice": 3900,
"ProductType": "physical-inventory",
"ProductUpc": "",
"QuantityAvailable": 100,
"QuantityOnHand": 100,
"QuantityReserved": 0,
"ReferenceUrl": "garolite-bed-upgrade-for-pulse",
"SID": "MRXMV83A",
"ShowAvailableDate": false,
"ShownInListing": true,
"SkuName": "LayerLock Garolite Bed Upgrade for Pulse",
"SkuWarningMessages": [],
"TotalWeight": 0,
"TotalWeightGrams": "0.00",
"TotalWeightKilograms": "0.00",
"TotalWeightPounds": "0.00",
"Weight": 0,
"WeightGrams": "0.00",
"WeightKilograms": "0.00",
"WeightPounds": "0.00"
},
"Status": "success"
}

View file

@ -0,0 +1,12 @@
# Exporting print history is a feature of [MatterControl Pro Edition](https://www.matterhackers.com/store/l/mattercontrol-pro-edition). Upgrade now to enable it.
[![MatterControl Pro](https://lh3.googleusercontent.com/d4jHyk2aCJgtsT0H6i3uFba1nfIBtVYlVpwsRf8xfrI8hN661vU46HHPKCaI2QXDjtAD9ykH6smj1c4itc8PVw=w640)](https://www.matterhackers.com/store/l/mattercontrol-pro-edition)
## Get MatterHackers Professional Support
- [MatterControl Pro Edition](https://www.matterhackers.com/store/l/mattercontrol-pro-edition) grants access to [MatterHackers](https://www.matterhackers.com) staff of experts, who are dedicated to helping you succeed from design to print.
## Join the MatterControl community
- Help support our mission to make 3D printing easier and more accessible. With your assistance MatterControl can reach ever greater heights, continually improving the capabilities of 3D printers and the tools of success.
## Create  with integrated tools and applications
- Perfect for professional makers interested in tools that optimize creativity and effectiveness. Gain access to the Gear & Thread Tools, Mesh Repair, Mesh Hollowing, and more.

View file

@ -0,0 +1,282 @@
{
"ProductSku": {
"ActivelyDisplayedFlag": true,
"AddOns": [],
"AdminNote": "",
"AttributeOptions": [],
"AvailableDate": "2019-12-13",
"BarCodeID": "7.43211E+12",
"Brand": "Micro-Swiss",
"ComponentSkuCount": 0,
"ComponentSkus": [],
"CustomRuleSet": false,
"DateTimeCreated": "2019-01-18T21:52:22.698437",
"DigitalLicenseKeys": [],
"DisplayAvailableDate": "Dec 13th",
"DisplayListPrice": "66.16",
"DisplayPrice": "66.16",
"DisplayPriceFlag": true,
"DisplayWholesaleCost": "0.00",
"FeaturedImage": {
"ImageFile": "/mh-product-images/prod/2bb0daaf-cccf-44f8-8332-af15cbdeeea0",
"ImageUrl": "https://lh3.googleusercontent.com/26JhHMObkHsOoPnfu5zpVITZ84aP1SivO5LSUaecbNkc1ywiqW5kky7uw4EQOhF1gXWJ2mnQpnRT_TelIMprs5Se",
"IsFeatured": true
},
"HardwareDeviceTokens": [],
"HasBeenReviewed": false,
"IsActive": true,
"IsDirty": false,
"IsOnSale": false,
"IsOneTimeItem": false,
"IsRetired": false,
"IsSearchable": true,
"Key": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNM1hGVEFRTgw",
"LeadDays": 0,
"LegacySku": null,
"ListingIsActive": true,
"NoPOBox": false,
"PackageDimensions": [
"1.25",
"2.50",
"3.50"
],
"PackagedToShip": false,
"PreOrderFlag": false,
"PreviewFlag": false,
"PricingRuleList": [],
"ProductDescription": "With this upgrade kit, your Creality3D printer can print with high-temp materials like Polycarbonate and Nylon - this also eliminates HotEnd meltdown failures that are common with PTFE designs. Even though it has a PTFE liner inside the hotend the liner is never subjected to high temperatures so there is no risk of damaging the liner through overheating. All without the frustration of printing custom hotend mounts or modifying firmware.\r\n\r\nYou've set up your Creality, now it's time to take it to the next level!",
"ProductListPrice": 6616,
"ProductListing": {
"ActiveSkuCount": 1,
"ActiveSkus": [
"ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNM1hGVEFRTgw"
],
"AddOns": [
{
"AddOnBasePrice": 2000,
"AddOnDiscountDisplay": 11,
"AddOnDisplayBasePrice": "20.00",
"AddOnDisplayPrice": "17.75",
"AddOnDisplaySavings": "2.25",
"AddOnFloatPrice": 17.75,
"AddOnListingReference": "micro-swiss-hardened-steel-mk8-nozzle-175mm-x-040mm",
"AddOnPreOrderFlag": false,
"AddOnPrice": 1775,
"AddOnSavings": 225,
"AddOnSkuReference": "MET8CSGA",
"AddOnTitle": "Micro-Swiss Hardened Steel Mk8 Nozzle - 1.75mm x 0.40mm",
"ListingIsActive": true,
"ProductListingKey": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgICcsoSLCgw",
"ProductSkuKey": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNRVQ4Q1NHQQw",
"ProductType": "physical-inventory",
"QuantityAvailable": 103,
"QuantityOnHand": 103,
"SingleSku": true
},
{
"AddOnBasePrice": 1499,
"AddOnDiscountDisplay": 6,
"AddOnDisplayBasePrice": "14.99",
"AddOnDisplayPrice": "13.99",
"AddOnDisplaySavings": "1.00",
"AddOnFloatPrice": 13.99,
"AddOnListingReference": "micro-swiss-plated-brass-wear-resistant-mk8-nozzle-175mm-x-040mm",
"AddOnPreOrderFlag": false,
"AddOnPrice": 1399,
"AddOnSavings": 100,
"AddOnSkuReference": "MVGGJV18",
"AddOnTitle": "Micro-Swiss Plated Brass Wear Resistant Mk8 Nozzle - 1.75mm x 0.40mm",
"ListingIsActive": true,
"ProductListingKey": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgIDsye-PCgw",
"ProductSkuKey": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNVkdHSlYxOAw",
"ProductType": "physical-inventory",
"QuantityAvailable": 43,
"QuantityOnHand": 43,
"SingleSku": true
},
{
"AddOnBasePrice": 9000,
"AddOnDiscountDisplay": 5,
"AddOnDisplayBasePrice": "90.00",
"AddOnDisplayPrice": "85.00",
"AddOnDisplaySavings": "5.00",
"AddOnFloatPrice": 85.0,
"AddOnListingReference": "olsson-ruby-mk8-nozzle-175-040",
"AddOnPreOrderFlag": false,
"AddOnPrice": 8500,
"AddOnSavings": 500,
"AddOnSkuReference": "MAS7WH7R",
"AddOnTitle": "Olsson Ruby MK8 Nozzle - 1.75mm x 0.40mm",
"ListingIsActive": true,
"ProductListingKey": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgICA4cSDCgw",
"ProductSkuKey": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNQVM3V0g3Ugw",
"ProductType": "physical-inventory",
"QuantityAvailable": -2,
"QuantityOnHand": -2,
"SingleSku": true
},
{
"AddOnBasePrice": 9000,
"AddOnDiscountDisplay": 5,
"AddOnDisplayBasePrice": "90.00",
"AddOnDisplayPrice": "85.00",
"AddOnDisplaySavings": "5.00",
"AddOnFloatPrice": 85.0,
"AddOnListingReference": "olsson-ruby-mk8-nozzle-175-060",
"AddOnPreOrderFlag": false,
"AddOnPrice": 8500,
"AddOnSavings": 500,
"AddOnSkuReference": "M9TD9ZWX",
"AddOnTitle": "Olsson Ruby MK8 Nozzle - 1.75mm x 0.60mm",
"ListingIsActive": true,
"ProductListingKey": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgICgh-WBCgw",
"ProductSkuKey": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNOVREOVpXWAw",
"ProductType": "physical-inventory",
"QuantityAvailable": 0,
"QuantityOnHand": 0,
"SingleSku": true
},
{
"AddOnBasePrice": 9000,
"AddOnDiscountDisplay": 5,
"AddOnDisplayBasePrice": "90.00",
"AddOnDisplayPrice": "85.00",
"AddOnDisplaySavings": "5.00",
"AddOnFloatPrice": 85.0,
"AddOnListingReference": "olsson-ruby-mk8-nozzle-175-080",
"AddOnPreOrderFlag": false,
"AddOnPrice": 8500,
"AddOnSavings": 500,
"AddOnSkuReference": "MX9R8T4U",
"AddOnTitle": "Olsson Ruby MK8 Nozzle - 1.75mm x 0.80mm",
"ListingIsActive": true,
"ProductListingKey": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgICAldyCCgw",
"ProductSkuKey": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNWDlSOFQ0VQw",
"ProductType": "physical-inventory",
"QuantityAvailable": 0,
"QuantityOnHand": 0,
"SingleSku": true
},
{
"AddOnBasePrice": 5775,
"AddOnDiscountDisplay": 5,
"AddOnDisplayBasePrice": "57.75",
"AddOnDisplayPrice": "54.86",
"AddOnDisplaySavings": "2.89",
"AddOnFloatPrice": 54.86,
"AddOnListingReference": "micro-swiss-direct-drive-extruder-for-creality",
"AddOnPreOrderFlag": false,
"AddOnPrice": 5486,
"AddOnSavings": 289,
"AddOnSkuReference": "MQ0866D1",
"AddOnTitle": "Micro Swiss Direct Drive Extruder for Creality",
"ListingIsActive": true,
"ProductListingKey": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgICz2MOtCww",
"ProductSkuKey": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNUTA4NjZEMQw",
"ProductType": "physical-inventory",
"QuantityAvailable": 0,
"QuantityOnHand": 0,
"SingleSku": true
}
],
"Attributes": [],
"BasePrice": 0,
"DateTimeCreated": "2019-01-18T21:52:22.502843",
"DisplayPriceRange": "",
"Elements": [
{
"Content": "<h3>Growing Up</h3>\r\n<p>With the all-metal hotend kit installed, you'll be able to print all kinds of high-temp materials using your Creality3D printer: Nylon, TPU, ASA, PETG, PolyCarbonate and PolyPropylene. You'll also be in the perfect place to upgrade further, by installing a Hardened Steel Nozzle, allowing you to print abrasives such as NylonX and NylonG.</p>\r\n<p>The true possibilities with 3D printing are here!</p>",
"ElementCode": "0CQAVA",
"Images": [],
"Type": "Text"
},
{
"Content": "<p style='text-align:center;'><img src='https://lh3.googleusercontent.com/krveqUuI2tix8b0j6A7xH4qlzxbf-XllUD8Ut3RRs8rs5YP7ZU6Acx-eGkRmnvTG3vazQO4DDCim7RMiTe4LxWU'></p>",
"ElementCode": "OLZ0TZ",
"Images": [
{
"ImageFile": "/mh-product-images/prod/8e26fcef-eb52-4e18-988d-6464c23a8707",
"ImageUrl": "https://lh3.googleusercontent.com/krveqUuI2tix8b0j6A7xH4qlzxbf-XllUD8Ut3RRs8rs5YP7ZU6Acx-eGkRmnvTG3vazQO4DDCim7RMiTe4LxWU",
"IsFeatured": false
}
],
"Type": "Image"
},
{
"Content": "<h3>What's in the Box</h3>\r\n<ul>\r\n<li>Aluminum Cooling Block</li>\r\n<li>Grade 5 Titanium Heat Break</li>\r\n<li>Aluminum Heater Block</li>\r\n<li>Brass Plated Wear Resistant MK8 .4mm Nozzle</li>\r\n<li>Silicone Sock</li>\r\n<li>Hardware kit</li>\r\n</ul>",
"ElementCode": "0IEM02",
"Images": [],
"Type": "Text"
},
{
"Content": "<h3>Compatible with the following printers:</h3>\r\n<ul>\r\n<li>CR-10</li>\r\n<li>CR-10S</li>\r\n<li>CR-10 S5</li>\r\n<li>CR-20</li>\r\n<li>CR-20 Pro</li>\r\n<li>Ender 3</li>\r\n<li>Ender 3 Pro</li>\r\n<li>Tevo Tornado</li>\r\n</ul>",
"ElementCode": "3WT0EG",
"Images": [],
"Type": "Text"
}
],
"FeaturedImage": {
"ImageFile": "/mh-product-images/prod/2bb0daaf-cccf-44f8-8332-af15cbdeeea0",
"ImageUrl": "https://lh3.googleusercontent.com/26JhHMObkHsOoPnfu5zpVITZ84aP1SivO5LSUaecbNkc1ywiqW5kky7uw4EQOhF1gXWJ2mnQpnRT_TelIMprs5Se",
"IsFeatured": true
},
"HasBeenPublished": true,
"HideRewardsFlag": false,
"Images": [
{
"ImageFile": "/mh-product-images/prod/2bb0daaf-cccf-44f8-8332-af15cbdeeea0",
"ImageUrl": "https://lh3.googleusercontent.com/26JhHMObkHsOoPnfu5zpVITZ84aP1SivO5LSUaecbNkc1ywiqW5kky7uw4EQOhF1gXWJ2mnQpnRT_TelIMprs5Se",
"IsFeatured": true
}
],
"IsActive": true,
"IsAdminSearchable": true,
"IsCustomizable": false,
"IsDeprecated": false,
"IsSearchable": true,
"Key": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgIDA-PaGCgw",
"MetaTagKeywords": [],
"PreOrderFlag": false,
"ProductCreatedOn": "2019-01-18T21:52:22.502857",
"ProductEditedOn": "2020-03-25T20:17:17.275645",
"ProductType": "physical-inventory",
"RedirectUrl": "",
"ReferenceUrl": "micro-swiss-all-metal-hotend-kit-for-creality3d",
"RelatedProducts": [
"ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgICc47efCQw",
"ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgICFn4aVCAw"
],
"ShortDescription": "With this upgrade kit, your Creality3D printer can print with high-temp materials like Polycarbonate and Nylon - this also eliminates HotEnd meltdown failures that are common with PTFE designs. Even though it has a PTFE liner inside the hotend the liner is never subjected to high temperatures so there is no risk of damaging the liner through overheating. All without the frustration of printing custom hotend mounts or modifying firmware.\r\n\r\nYou've set up your Creality, now it's time to take it to the next level!",
"ShowAddToCart": true,
"ShowQuestionsFlag": true,
"Subtitle": "",
"TemplateKey": "",
"Title": "Micro-Swiss All-metal Hotend Kit for Creality3D - 1.75mm x 0.40mm"
},
"ProductListingKey": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgIDA-PaGCgw",
"ProductNumber": null,
"ProductPrice": 6616,
"ProductType": "physical-inventory",
"ProductUpc": "7432114996901",
"QuantityAvailable": 83,
"QuantityOnHand": 83,
"QuantityReserved": 1,
"ReferenceUrl": "micro-swiss-all-metal-hotend-kit-for-creality3d",
"SID": "M3XFTAQN",
"ShipInBox": false,
"ShowAvailableDate": false,
"ShownInListing": true,
"SkuName": "Micro-Swiss All-metal Hotend Kit for Creality3D - 1.75mm x 0.40mm",
"SkuWarningMessages": [],
"TotalWeight": 65200,
"TotalWeightGrams": "65.20",
"TotalWeightKilograms": "0.07",
"TotalWeightPounds": "0.14",
"Weight": 65200,
"WeightGrams": "65.20",
"WeightKilograms": "0.07",
"WeightPounds": "0.14",
"WholesaleCost": 0
},
"Status": "success"
}

View file

@ -0,0 +1,137 @@
{
"ProductSku": {
"AddOns": [],
"AdminNote": null,
"AttributeOptions": [],
"AvailableDate": "2017-10-12",
"BarCodeID": "",
"Brand": "",
"ComponentSkuCount": 0,
"ComponentSkus": [],
"CustomRuleSet": false,
"DateTimeCreated": "2017-10-12T18:25:49.674440",
"DigitalLicenseKeys": [],
"DisplayAvailableDate": "Oct 12th",
"DisplayListPrice": "595.00",
"DisplayPrice": "595.00",
"DisplayPriceFlag": true,
"FeaturedImage": {
"ImageFile": "/mh-product-images/prod/30a3bf2d-5d03-434d-9812-5ef0dc072493",
"ImageUrl": "https://lh3.googleusercontent.com/v51RMn6Kwu0R794VLsBDbF10dX8fhqxzfxX7xFlaH6wrWFPOAIpXAlZnW8p6BMqP1zkr9r-WP52YbI8AtBRpaQ",
"IsFeatured": true
},
"HardwareDeviceTokens": [],
"HasBeenReviewed": false,
"IsActive": true,
"IsDirty": false,
"IsOnSale": false,
"IsOneTimeItem": false,
"IsRetired": false,
"IsSearchable": false,
"Key": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNVEdMTVNKTgw",
"LeadDays": 2,
"LegacySku": "ag1zfm1oLW9mcy1wcm9kchELEgdQcm9kdWN0GIm7l4EBDA",
"ListingIsActive": true,
"NoPOBox": false,
"PackageDimensions": [
"0.00",
"0.00",
"0.00"
],
"PackagedToShip": false,
"PreOrderFlag": false,
"PreviewFlag": false,
"PricingRuleList": [],
"ProductDescription": "Take care of your Ultimaker 2+ and 2+ Extended 3D Printers with the Ultimaker Enhanced Service Plan. This provides an additional one year factory warranty to cover your Ultimaker 2+ and 2+ Extended 3D Printer if anything should go wrong.",
"ProductListPrice": 59500,
"ProductListing": {
"ActiveSkuCount": 1,
"ActiveSkus": [
"ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNVEdMTVNKTgw"
],
"AddOns": [],
"Attributes": [],
"BasePrice": 0,
"DateTimeCreated": "2017-10-12T18:25:49.485540",
"DisplayPriceRange": "",
"Elements": [
{
"Content": "<h2>**Note: This item is only available at the time of machine purchase as an add-on, or within 60 days after purchase. Please call or email to purchase if not bundling with a machine.**</h2>",
"ElementCode": "UUTXHD",
"Images": [],
"Type": "Text"
},
{
"Content": "<p class=\"align-center\"><img alt=\"\" src=\"https://lh3.googleusercontent.com/IN1r7dAEXc4DDsm5TLIV3M_btKmRBoqctvwPBc3giotoU-dQ8twB26M3mIgRXnMf7ziBHB1wYUF6JXxHX4ldygYERQ\" title=\"Ultimaker 2 + 3D Printer Fully Assembled\" /></p>\r\n<p class=\"align-center\"><em>The Ultimaker 2+ is one of the most advanced, accurate, and reliable single-extrusion desktop 3D printers around.</em></p>",
"ElementCode": "SIZUEB",
"Images": [],
"Type": "Text"
}
],
"FeaturedImage": {
"ImageFile": "/mh-product-images/prod/30a3bf2d-5d03-434d-9812-5ef0dc072493",
"ImageUrl": "https://lh3.googleusercontent.com/v51RMn6Kwu0R794VLsBDbF10dX8fhqxzfxX7xFlaH6wrWFPOAIpXAlZnW8p6BMqP1zkr9r-WP52YbI8AtBRpaQ",
"IsFeatured": true
},
"HasBeenPublished": true,
"HideRewardsFlag": false,
"Images": [
{
"ImageFile": "/mh-product-images/prod/30a3bf2d-5d03-434d-9812-5ef0dc072493",
"ImageUrl": "https://lh3.googleusercontent.com/v51RMn6Kwu0R794VLsBDbF10dX8fhqxzfxX7xFlaH6wrWFPOAIpXAlZnW8p6BMqP1zkr9r-WP52YbI8AtBRpaQ",
"IsFeatured": true
}
],
"IsActive": true,
"IsAdminSearchable": true,
"IsCustomizable": false,
"IsDeprecated": false,
"IsSearchable": true,
"Key": "ag1zfm1oLXBscy1wcm9kck8LEg5Qcm9kdWN0TGlzdGluZyI7bGVnYWN5OmFnOXpmbTFoZEhSbGNtaGhZMnRsY25OeUZBc1NCMUJ5YjJSMVkzUVlnSURBeklMenRBa00M",
"LegacyProductKey": "ag9zfm1hdHRlcmhhY2tlcnNyFAsSB1Byb2R1Y3QYgIDAzILztAkM",
"MetaTagKeywords": [
"ultimaker enhanced service plan",
"service plan",
"enhanced"
],
"PreOrderFlag": false,
"ProductCreatedOn": "2017-10-12T18:25:49.485620",
"ProductEditedOn": "2020-06-13T00:17:31.467142",
"ProductType": "dropship",
"RedirectUrl": "",
"ReferenceUrl": "ultimaker-2-enhanced-service-package",
"RelatedProducts": [
"ag1zfm1oLXBscy1wcm9kck8LEg5Qcm9kdWN0TGlzdGluZyI7bGVnYWN5OmFnOXpmbTFoZEhSbGNtaGhZMnRsY25OeUZBc1NCMUJ5YjJSMVkzUVlnSUNBaGJPZnBnb00M"
],
"ShortDescription": "Take care of your Ultimaker 2+ and 2+ Extended 3D Printers with the Ultimaker Enhanced Service Plan. This provides an additional one year factory warranty to cover your Ultimaker 2+ and 2+ Extended 3D Printer if anything should go wrong.",
"ShowAddToCart": false,
"ShowQuestionsFlag": true,
"Subtitle": "",
"TemplateKey": "ag9zfm1hdHRlcmhhY2tlcnNyGQsSDFBhZ2VUZW1wbGF0ZRiAgKCF47vlCAw",
"Title": "Ultimaker 2+ Enhanced Service Plan"
},
"ProductListingKey": "ag1zfm1oLXBscy1wcm9kck8LEg5Qcm9kdWN0TGlzdGluZyI7bGVnYWN5OmFnOXpmbTFoZEhSbGNtaGhZMnRsY25OeUZBc1NCMUJ5YjJSMVkzUVlnSURBeklMenRBa00M",
"ProductNumber": "270917001",
"ProductPrice": 59500,
"ProductType": "dropship",
"ProductUpc": "",
"QuantityAvailable": 33,
"QuantityOnHand": 33,
"QuantityReserved": 0,
"ReferenceUrl": "ultimaker-2-enhanced-service-package",
"SID": "MTGLMSJN",
"ShowAvailableDate": false,
"ShownInListing": true,
"SkuName": "Ultimaker 2+ Enhanced Service Plan",
"SkuWarningMessages": [],
"TotalWeight": 0,
"TotalWeightGrams": "0.00",
"TotalWeightKilograms": "0.00",
"TotalWeightPounds": "0.00",
"Weight": 0,
"WeightGrams": "0.00",
"WeightKilograms": "0.00",
"WeightPounds": "0.00"
},
"Status": "success"
}

View file

@ -15,6 +15,7 @@
"DisplayListPrice": "299.99",
"DisplayPrice": "249.99",
"DisplayPriceFlag": true,
"DisplayWholesaleCost": "0.00",
"FeaturedImage": {
"ImageFile": "/mh-product-images/prod/legacy_qR6i3zBzFcoCX3Xh67bRGtph-XzeMytH1V2ol7lDZvXkFAZQwrxm7XczWKGlFtHTx8FiCu-qRwJV7YEM3zIerA2nsg",
"ImageUrl": "https://lh3.googleusercontent.com/4WoB0fvu6DrlAnZ0oWbE-OE2WtOl-CgfY5jltfwhQJkhA9NDOgvCx7oZ7Zpb9fLD-QkksDZdyPY35DVOrBQ_8QM",
@ -261,7 +262,8 @@
"Weight": 1000000,
"WeightGrams": "1,000.00",
"WeightKilograms": "1.00",
"WeightPounds": "2.20"
"WeightPounds": "2.20",
"WholesaleCost": 0
},
"Status": "success"
}

View file

@ -0,0 +1,117 @@
{
"ProductSku": {
"AddOns": [],
"AdminNote": "",
"AttributeOptions": [],
"AvailableDate": "2018-08-20",
"BarCodeID": "",
"Brand": "",
"ComponentSkuCount": 0,
"ComponentSkus": [],
"CustomRuleSet": false,
"DateTimeCreated": "2018-08-20T20:39:50.310030",
"DigitalLicenseKeys": [],
"DisplayAvailableDate": "Aug 20th",
"DisplayListPrice": "99.00",
"DisplayPrice": "99.00",
"DisplayPriceFlag": true,
"FeaturedImage": {
"ImageFile": "/mh-product-images/prod/0983478a-4f6e-4904-90f9-d506385b5218",
"ImageUrl": "https://lh3.googleusercontent.com/JeyO2VQmB4SdgPuJvbENhsZ1TPyCP8ch6dj2HHO8ojGaaNw7RIfXPk1QiylRPjP5sAUDJeKlHqqbk3SMNn28tznw",
"IsFeatured": true
},
"HardwareDeviceTokens": [],
"HasBeenReviewed": false,
"IsActive": false,
"IsDirty": false,
"IsOnSale": false,
"IsOneTimeItem": false,
"IsRetired": false,
"IsSearchable": true,
"Key": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNRFhVRllYOAw",
"LeadDays": 0,
"LegacySku": null,
"ListingIsActive": false,
"NoPOBox": false,
"PackageDimensions": [
"0.00",
"0.00",
"0.00"
],
"PackagedToShip": false,
"PreOrderFlag": false,
"PreviewFlag": false,
"PricingRuleList": [],
"ProductDescription": "BuildTak FlexPlate Upgrade for Pulse",
"ProductListPrice": 9900,
"ProductListing": {
"ActiveSkuCount": 1,
"ActiveSkus": [
"ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNRFhVRllYOAw"
],
"AddOns": [],
"Attributes": [],
"BasePrice": 0,
"DateTimeCreated": "2018-08-20T20:39:49.880920",
"DisplayPriceRange": "",
"Elements": [],
"FeaturedImage": {
"ImageFile": "/mh-product-images/prod/0983478a-4f6e-4904-90f9-d506385b5218",
"ImageUrl": "https://lh3.googleusercontent.com/JeyO2VQmB4SdgPuJvbENhsZ1TPyCP8ch6dj2HHO8ojGaaNw7RIfXPk1QiylRPjP5sAUDJeKlHqqbk3SMNn28tznw",
"IsFeatured": true
},
"HasBeenPublished": true,
"HideRewardsFlag": false,
"Images": [
{
"ImageFile": "/mh-product-images/prod/0983478a-4f6e-4904-90f9-d506385b5218",
"ImageUrl": "https://lh3.googleusercontent.com/JeyO2VQmB4SdgPuJvbENhsZ1TPyCP8ch6dj2HHO8ojGaaNw7RIfXPk1QiylRPjP5sAUDJeKlHqqbk3SMNn28tznw",
"IsFeatured": true
}
],
"IsActive": false,
"IsAdminSearchable": true,
"IsCustomizable": false,
"IsDeprecated": false,
"IsSearchable": false,
"Key": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgICAwfKGCgw",
"MetaTagKeywords": [],
"PreOrderFlag": false,
"ProductCreatedOn": "2018-08-20T20:39:49.880950",
"ProductEditedOn": "2019-12-19T22:02:32.251595",
"ProductType": "physical-inventory",
"RedirectUrl": "",
"ReferenceUrl": "buildtak-flexplate-upgrade-for-pulse",
"RelatedProducts": [],
"ShortDescription": "BuildTak FlexPlate Upgrade for Pulse",
"ShowAddToCart": false,
"ShowQuestionsFlag": true,
"Subtitle": "",
"TemplateKey": "",
"Title": "FlexPlate Upgrade for Pulse"
},
"ProductListingKey": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgICAwfKGCgw",
"ProductNumber": null,
"ProductPrice": 9900,
"ProductType": "physical-on-demand",
"ProductUpc": "",
"QuantityAvailable": 33,
"QuantityOnHand": 33,
"QuantityReserved": 0,
"ReferenceUrl": "buildtak-flexplate-upgrade-for-pulse",
"SID": "MDXUFYX8",
"ShowAvailableDate": false,
"ShownInListing": true,
"SkuName": "FlexPlate Upgrade for Pulse",
"SkuWarningMessages": [],
"TotalWeight": 0,
"TotalWeightGrams": "0.00",
"TotalWeightKilograms": "0.00",
"TotalWeightPounds": "0.00",
"Weight": 0,
"WeightGrams": "0.00",
"WeightKilograms": "0.00",
"WeightPounds": "0.00"
},
"Status": "success"
}

View file

@ -0,0 +1,125 @@
{
"ProductSku": {
"AddOns": [],
"AdminNote": null,
"AttributeOptions": [],
"AvailableDate": "2017-01-21",
"BarCodeID": "",
"Brand": "",
"ComponentSkuCount": 0,
"ComponentSkus": [],
"CustomRuleSet": false,
"DateTimeCreated": "2017-08-03T23:24:37.092430",
"DigitalLicenseKeys": [],
"DisplayAvailableDate": "Jan 21st",
"DisplayListPrice": "249.00",
"DisplayPrice": "220.00",
"DisplayPriceFlag": true,
"FeaturedImage": {
"ImageFile": "/mh-product-images/prod/legacy_XUhwrOx4lL8d79QbHlkTLEebULj8RXtHHIsTWlNf5HiSnhlTPZCynr_jGhGQKnPbUHfxEZ27aNBU5swFIZkDlUWHGuI",
"ImageUrl": "https://lh3.googleusercontent.com/YXLbL_ir1hzjJWuu_cKAnkty8vWNOZf0dGXwCUlmYEs7SEV1XjIU-aEpUnFZCi9VFqZWdAV9n8CM1JPEVzD9Sq90",
"IsFeatured": true
},
"HardwareDeviceTokens": [],
"HasBeenReviewed": false,
"IsActive": false,
"IsDirty": false,
"IsOnSale": false,
"IsOneTimeItem": false,
"IsRetired": false,
"IsSearchable": true,
"Key": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNRUxWS1I0Vgw",
"LeadDays": 0,
"LegacySku": "ag1zfm1oLW9mcy1wcm9kchALEgdQcm9kdWN0GPL6w0wM",
"ListingIsActive": false,
"NoPOBox": false,
"PackageDimensions": [
"0.00",
"0.00",
"0.00"
],
"PackagedToShip": false,
"PreOrderFlag": false,
"PreviewFlag": false,
"PricingRuleList": [],
"ProductDescription": "It's finally here! Upgrading your Ultimaker with the acclaimed E3D v6 HotEnd is easier than ever with E3D's new upgrade kit, tailor made specifically for Ultimaker machines. The kit comes with everything you need to make the upgrade, including E3D's powerful Titan extruder and their 3.00mm Nozzle Fun Pack. \r\n\r\nThe E3D Ultimaker Extrusion Upgrade Kit is only compatible with the Ultimaker 2, Ultimaker 2 Extended, Ultimaker 2+, and Ultimaker 2 Extended+.",
"ProductListPrice": 24900,
"ProductListing": {
"ActiveSkuCount": 1,
"ActiveSkus": [
"ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNRUxWS1I0Vgw"
],
"AddOns": [],
"Attributes": [],
"BasePrice": 22000,
"DateTimeCreated": "2017-07-25T07:05:45.436440",
"DisplayPriceRange": "",
"Elements": [
{
"Content": "<p>\n E3D's Ultimaker Extrusion Upgrade Kit is finally here and ready to knock your Ultimaker's socks off! (Don't worry, you'll have E3D's new silicone sock to replace them with.) The kit will upgrade your Ultimaker with E3D's acclaimed v6 HotEnd and Titan Extruder, giving you access to E3D's full 3D printing ecosystem.\n</p>\n<p>\n<div class=\"embed-youtube\" data-embed=\"wh8Nkq1JPZ4\" data-size=\"lg\">\n</div>\n</p>\n<p>\n The Upgrade Kit ships complete with a fully assembled v6 HotEnd, E3D's powerful Titan extruder, and even a 3.00mm Nozzle Fun Pack, which includes 6 nozzle sizes ranging from 0.25mm to 0.80mm. Best of all, once your new E3D HotEnd is installed, your Ultimaker will now be part of the E3D family, giving you access to their full range of modular nozzles, accessories, and modifications such as their\n <a href=\"https://www.matterhackers.com/s/store?q=e3d%20hardened%203.00\">\n Hardened Steel Nozzles\n </a>\n or the\n <a href=\"https://www.matterhackers.com/store/printer-accessories/e3d-volcano-eruption-pack-3.00mm\">\n E3D Volcano Pack\n </a>\n .\n</p>\n<h2>\n Compatibility\n</h2>\n<ul>\n<li>\n Ultimaker 2\n </li>\n<li>\n Ultimaker 2 Extended\n </li>\n<li>\n Ultimaker 2+\n </li>\n<li>\n Ultimaker 2 Extended+\n </li>\n</ul>\n<h2>\n What's In The Box\n</h2>\n<ul>\n<li>\n 1 - E3D All-metal v6 HotEnd Fully Assembled 3.00mm Bowden (24v) (includes new PT100 cartridge and silicone sock)\n </li>\n<li>\n 1 - E3D Titan Universal Extruder with 3mm Bowden adaptor\n </li>\n<li>\n 1 - 3.00mm Nozzle Fun Pack (includes 6 nozzle sizes: 0.25, 0.30, 0.35, 0.50, 0.60, 0.80mm)\n </li>\n<li>\n Printed X-carriage parts, including part cooling fan ducts\n </li>\n<li>\n 2 - Fan Ducts\n </li>\n<li>\n 1 - Pre-assembled wiring loom\n </li>\n<li>\n 1 - PTFE Bowden Tubing\n </li>\n</ul>",
"ElementCode": "HBNZ7A",
"Images": [],
"Type": "text"
}
],
"FeaturedImage": {
"ImageFile": "/mh-product-images/prod/legacy_XUhwrOx4lL8d79QbHlkTLEebULj8RXtHHIsTWlNf5HiSnhlTPZCynr_jGhGQKnPbUHfxEZ27aNBU5swFIZkDlUWHGuI",
"ImageUrl": "https://lh3.googleusercontent.com/YXLbL_ir1hzjJWuu_cKAnkty8vWNOZf0dGXwCUlmYEs7SEV1XjIU-aEpUnFZCi9VFqZWdAV9n8CM1JPEVzD9Sq90",
"IsFeatured": true
},
"HasBeenPublished": false,
"HideRewardsFlag": false,
"Images": [
{
"ImageFile": "/mh-product-images/prod/legacy_XUhwrOx4lL8d79QbHlkTLEebULj8RXtHHIsTWlNf5HiSnhlTPZCynr_jGhGQKnPbUHfxEZ27aNBU5swFIZkDlUWHGuI",
"ImageUrl": "https://lh3.googleusercontent.com/YXLbL_ir1hzjJWuu_cKAnkty8vWNOZf0dGXwCUlmYEs7SEV1XjIU-aEpUnFZCi9VFqZWdAV9n8CM1JPEVzD9Sq90",
"IsFeatured": true
}
],
"IsActive": false,
"IsAdminSearchable": true,
"IsCustomizable": false,
"IsDeprecated": false,
"IsSearchable": true,
"Key": "ag1zfm1oLXBscy1wcm9kck8LEg5Qcm9kdWN0TGlzdGluZyI7bGVnYWN5OmFnOXpmbTFoZEhSbGNtaGhZMnRsY25OeUZBc1NCMUJ5YjJSMVkzUVlnSUNBbThxNTZ3Z00M",
"LegacyProductKey": "ag9zfm1hdHRlcmhhY2tlcnNyFAsSB1Byb2R1Y3QYgICAm8q56wgM",
"MetaTagKeywords": [],
"PreOrderFlag": false,
"ProductCreatedOn": "2017-07-25T07:05:45.436500",
"ProductEditedOn": "2019-10-02T22:35:10.986023",
"ProductType": "physical-inventory",
"RedirectUrl": "",
"ReferenceUrl": "e3d-ultimaker-extrusion-upgrade-kit",
"RelatedProducts": [],
"ShortDescription": "It's finally here! Upgrading your Ultimaker with the acclaimed E3D v6 HotEnd is easier than ever with E3D's new upgrade kit, tailor made specifically for Ultimaker machines. The kit comes with everything you need to make the upgrade, including E3D's powerful Titan extruder and their 3.00mm Nozzle Fun Pack. \r\n\r\nThe E3D Ultimaker Extrusion Upgrade Kit is only compatible with the Ultimaker 2, Ultimaker 2 Extended, Ultimaker 2+, and Ultimaker 2 Extended+.",
"ShowAddToCart": true,
"ShowQuestionsFlag": true,
"Subtitle": null,
"TemplateKey": null,
"Title": "E3D Ultimaker Extrusion Upgrade Kit"
},
"ProductListingKey": "ag1zfm1oLXBscy1wcm9kck8LEg5Qcm9kdWN0TGlzdGluZyI7bGVnYWN5OmFnOXpmbTFoZEhSbGNtaGhZMnRsY25OeUZBc1NCMUJ5YjJSMVkzUVlnSUNBbThxNTZ3Z00M",
"ProductNumber": "160497010",
"ProductPrice": 22000,
"ProductType": "physical-inventory",
"ProductUpc": "",
"QuantityAvailable": 0,
"QuantityOnHand": 0,
"QuantityReserved": 3,
"ReferenceUrl": "e3d-ultimaker-extrusion-upgrade-kit",
"SID": "MELVKR4V",
"ShowAvailableDate": false,
"ShownInListing": true,
"SkuName": "E3D Ultimaker Extrusion Upgrade Kit",
"SkuWarningMessages": [],
"TotalWeight": 10000000,
"TotalWeightGrams": "10,000.00",
"TotalWeightKilograms": "10.00",
"TotalWeightPounds": "22.05",
"Weight": 10000000,
"WeightGrams": "10,000.00",
"WeightKilograms": "10.00",
"WeightPounds": "22.05"
},
"Status": "success"
}

View file

@ -0,0 +1,218 @@
{
"ProductSku": {
"ActivelyDisplayedFlag": true,
"AddOns": [],
"AdminNote": "",
"AttributeOptions": [],
"AvailableDate": "2020-03-23",
"BarCodeID": "",
"Brand": "MatterHackers",
"ComponentSkuCount": 0,
"ComponentSkus": [],
"CustomRuleSet": false,
"DateTimeCreated": "2019-06-19T01:11:49.241805",
"DigitalLicenseKeys": [],
"DisplayAvailableDate": "Mar 23rd",
"DisplayListPrice": "18.00",
"DisplayPrice": "13.99",
"DisplayPriceFlag": true,
"DisplayWholesaleCost": "0.00",
"FeaturedImage": {
"ImageFile": "/mh-product-images/prod/395f8d9c-36da-4074-a0ce-8f11ee321b4d",
"ImageUrl": "https://lh3.googleusercontent.com/XQ48UKbjbg0La9GvuJddpXcWfakktpYF8VA_drYr0j9LQO30ZgXlYBv-GbYZp9B4TqrLJyVt-kbeZ3oa6fxiZSA",
"IsFeatured": true
},
"HardwareDeviceTokens": [],
"HasBeenReviewed": true,
"IsActive": true,
"IsDirty": false,
"IsOnSale": false,
"IsOneTimeItem": false,
"IsRetired": false,
"IsSearchable": true,
"Key": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNS0RRMExXMQw",
"LeadDays": 0,
"LegacySku": null,
"ListingIsActive": true,
"NoPOBox": false,
"PackageDimensions": [
"1.50",
"2.00",
"4.25"
],
"PackagedToShip": false,
"PreOrderFlag": false,
"PreviewFlag": false,
"PricingRuleList": [],
"ProductDescription": "MatterHackers' Stick Stick 3D printer bed adhesion solution ensures that your 3D printed part will have a superior first layer. The first layer of a 3D printed part is the most important - getting a great first layer ensures that your printed part is on track to being a successful print - MatterHackers' Stick Stick is an excellent solution for getting the best first layer adhesion possible. MatterHackers' Stick Stick bed adhesion solution also makes for easy print removal from your printer's bed - simply let the part cool and pop it right off. ",
"ProductListPrice": 1800,
"ProductListing": {
"ActiveSkuCount": 1,
"ActiveSkus": [
"ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNS0RRMExXMQw"
],
"AddOns": [],
"Attributes": [],
"BasePrice": 0,
"DateTimeCreated": "2019-06-19T01:11:48.895340",
"DisplayPriceRange": "",
"Elements": [
{
"Content": "<h3>Stick Stick 3D Printer Bed Adhesive Solution</h3>\r\n<p>Stick Stick 3D printer bed adhesive solution is a great way to ensure that your 3D printed parts will stick to your 3D printer's bed and provide a solid first layer. From basic materials like PLA and PETG to advanced materials like PRO Series Ryno, Stick Stick will establish a sturdy foundation for you to build your print on.&nbsp;</p>",
"ElementCode": "MY7K53",
"Images": [],
"Type": "Text"
},
{
"Content": "<p><img src=\"https://lh3.googleusercontent.com/j5lfCWdow69R2NxPjFpnn0wGommqDjnPzJkeVeCfintEpIzCxJKgVTqtuDuIoFueeSGqibyGfGhuqaT4z0yVwvA\" /></p>\r\n<p><em>Stick Stick 3D printer bed adhesion solution is an excellent way to ensure a solid first layer for most 3D printing materials.&nbsp;</em></p>",
"ElementCode": "LN3KA0",
"Images": [
{
"ImageFile": "/mh-product-images/prod/8fcfa4fe-2351-4ac4-b6eb-cba002b6b909",
"ImageUrl": "https://lh3.googleusercontent.com/j5lfCWdow69R2NxPjFpnn0wGommqDjnPzJkeVeCfintEpIzCxJKgVTqtuDuIoFueeSGqibyGfGhuqaT4z0yVwvA",
"IsFeatured": false
}
],
"Type": "Text"
},
{
"Content": "<h3>How To Use MatterHackers' Stick Stick 3D Printer Bed Adhesive</h3>\r\n<p>Stick Stick's bottle is designed to make applying the adhesive solution to your 3D printer's bed as easy as possible. Here are the steps to succeed with&nbsp;MatterHackers' Stick Stick 3D Printer Bed Adhesive:</p>\r\n<ul>\r\n<li>Shake the Stick Stick bottle for a few seconds to mix the solution</li>\r\n<li>Prior to heating the print bed, apply a thin layer on the bed by pressing the sponge applicator down to release the solution, then spread the solution around the bed surface evenly.&nbsp;</li>\r\n<li>Start your print - the solution will dry as the bed heats up.&nbsp;</li>\r\n<li>When your print is complete, wait for the bed to cool, and your part will pop right off</li>\r\n<li>Clean your 3D printer's bed using warm water.&nbsp;</li>\r\n</ul>\r\n<p></p>",
"ElementCode": "LG992R",
"Images": [],
"Type": "Text"
},
{
"Content": "<p><img src=\"https://lh3.googleusercontent.com/tHwD3RZzHY5N0KIFkdC2u9-vWfE26vneeNGVXpNtKi8VQ8T-0NCarI-Jo-x9H0W_t0zRm0Zd1mYjdSZzf2KkbU9i\" class=\"align-left\" /></p>\r\n<p><em>Applying Stick Stick bed adhesion solution to your 3D printer's bed is easy with the sponge applicator.&nbsp;</em></p>",
"ElementCode": "6XCIIG",
"Images": [
{
"ImageFile": "/mh-product-images/prod/cea400b7-2c8a-460a-964c-20467c1f502e",
"ImageUrl": "https://lh3.googleusercontent.com/tHwD3RZzHY5N0KIFkdC2u9-vWfE26vneeNGVXpNtKi8VQ8T-0NCarI-Jo-x9H0W_t0zRm0Zd1mYjdSZzf2KkbU9i",
"IsFeatured": false
}
],
"Type": "Text"
},
{
"Content": "<h3>Why Getting a Good First Layer for Your 3D Printed Part Matters</h3>\r\n<p>Getting the best first layer for your 3D printed part is a crucial step to the overall success of the print. The first layer is the base on which the rest of your print \"stands\" or builds on - it needs to be stable and secure, otherwise your part might warp off the bed or dislodge from the bed completely turning your print into a \"mess of spaghetti\" on your printer. MatterHackers' Stick Stick 3D printer bed adhesion is an excellent solution to getting your 3D printed part to have a great first layer.&nbsp;</p>",
"ElementCode": "CEGN43",
"Images": [],
"Type": "Text"
},
{
"Content": "<p><img src=\"https://lh3.googleusercontent.com/bQjW7ENr5S4ElXxZDzw8918lgGz38uyBKmlt2BzDJBqc0qXP_JohCdF6kRWxRvS03rkv5-dKFz-2-BIPxaEvjW8\" class=\"align-left\" /></p>\r\n<p><em>The first layer of a 3D printed part is an important step - use Stick Stick to help print with confidence.&nbsp;</em></p>",
"ElementCode": "DP7Y62",
"Images": [
{
"ImageFile": "/mh-product-images/prod/e8ff0721-1d8f-4e8e-bb49-50596c34a61a",
"ImageUrl": "https://lh3.googleusercontent.com/bQjW7ENr5S4ElXxZDzw8918lgGz38uyBKmlt2BzDJBqc0qXP_JohCdF6kRWxRvS03rkv5-dKFz-2-BIPxaEvjW8",
"IsFeatured": false
}
],
"Type": "Text"
},
{
"Content": "<h3>The Easiest Way to Remove 3D Printed Parts from Your 3D Printer's Bed</h3>\r\n<p>While getting a great first layer for your 3D prints is an important step in the 3D printing process, you also want to be able to remove that part easily. A good first layer on your 3D printed part also means that it's going to be pretty stuck to the bed. Oftentimes, well-adhered 3D parts can be difficult to remove - while MatterHackers' Stick Stick <a href=\"https://www.matterhackers.com/store/c/3d-printer-adhesive\">bed adhesion solution</a> helps parts stick to the bed, it also makes it easier for you to remove your 3D printed parts. Simply let your 3D printer bed cool and pop the 3D part right off - it's that easy.</p>",
"ElementCode": "5NKM0L",
"Images": [],
"Type": "Text"
},
{
"Content": "<p><img src=\"https://lh3.googleusercontent.com/ybOmKkQ2EGLsWgFo2fVRmzn0ZrF7KBZq4Navok7fgeLX8KEP8YKo5HZQ3LoDEosbXPikgltfx5vo2d_x4jPM_RE\" class=\"align-left\" /></p>\r\n<p><em>Stick Stick makes it incredibly easy to remove 3D printed parts from the bed - just let the bed cool and your part will pop right off.&nbsp;</em></p>",
"ElementCode": "VF32W6",
"Images": [
{
"ImageFile": "/mh-product-images/prod/33f175fa-81a8-444e-af18-b71315b5ef59",
"ImageUrl": "https://lh3.googleusercontent.com/ybOmKkQ2EGLsWgFo2fVRmzn0ZrF7KBZq4Navok7fgeLX8KEP8YKo5HZQ3LoDEosbXPikgltfx5vo2d_x4jPM_RE",
"IsFeatured": false
}
],
"Type": "Text"
},
{
"Content": "<h3>3D Printing Materials Compatible with Stick Stick&nbsp;3D Printer Bed Adhesion Solution</h3>\r\n<p>Stick Stick's non-odorous, water-based chemical formula is designed to print with a wide variety of 3D printing materials - because of it's resistance to high temperatures, this includes most advanced materials. Here is the complete list of materials that Stick Stick Bed Adhesive Solution is compatible with:&nbsp;</p>\r\n<ul>\r\n<li><a href=\"https://www.matterhackers.com/store/3d-printer-filament/pla\">PLA</a> 3D Printing Filament</li>\r\n<li><a href=\"https://www.matterhackers.com/store/3d-printer-filament/abs\">ABS</a> 3D Printing Filament</li>\r\n<li><a href=\"https://www.matterhackers.com/store/c/PET\">PETG</a>&nbsp;3D Printing Filament</li>\r\n<li><a href=\"https://www.matterhackers.com/store/c/pro-series-ryno\">PRO Series Ryno</a>&nbsp;3D Printing Filament</li>\r\n<li>Certain Advanced&nbsp;3D Printing Filament</li>\r\n</ul>\r\n<p></p>",
"ElementCode": "TJO296",
"Images": [],
"Type": "Text"
}
],
"FeaturedImage": {
"ImageFile": "/mh-product-images/prod/395f8d9c-36da-4074-a0ce-8f11ee321b4d",
"ImageUrl": "https://lh3.googleusercontent.com/XQ48UKbjbg0La9GvuJddpXcWfakktpYF8VA_drYr0j9LQO30ZgXlYBv-GbYZp9B4TqrLJyVt-kbeZ3oa6fxiZSA",
"IsFeatured": true
},
"HasBeenPublished": true,
"HideRewardsFlag": false,
"Images": [
{
"ImageFile": "/mh-product-images/prod/395f8d9c-36da-4074-a0ce-8f11ee321b4d",
"ImageUrl": "https://lh3.googleusercontent.com/XQ48UKbjbg0La9GvuJddpXcWfakktpYF8VA_drYr0j9LQO30ZgXlYBv-GbYZp9B4TqrLJyVt-kbeZ3oa6fxiZSA",
"IsFeatured": true
},
{
"ImageFile": "/mh-product-images/prod/ee9e1a62-841d-4060-8025-8db10b15af7e",
"ImageUrl": "https://lh3.googleusercontent.com/pysYnHcYJYKS8zOQE5en0uMYcw3leluTeD19vgXlNOalFBJJ2yFPopzM1nlP9h5BRxZIiMQo5BiqH7XWL8NFmOU",
"IsFeatured": false
},
{
"ImageFile": "/mh-product-images/prod/c947a0f6-74fa-40a6-92b6-7897f53803f7",
"ImageUrl": "https://lh3.googleusercontent.com/o_PutjzTBcMAB30vs4WXhFL5Ys7MyG0CRLU6UyS_bfy9Qyhi8Uq_xSQ7kYr7y76YNTjGB2i-bYWXBKOFTP7qXA",
"IsFeatured": false
}
],
"IsActive": true,
"IsAdminSearchable": true,
"IsCustomizable": false,
"IsDeprecated": false,
"IsSearchable": true,
"Key": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgICsj_SMCgw",
"MetaTagKeywords": [
"stick stick",
"magigoo",
"3d gloop",
"first layer",
"bed adhesive"
],
"PreOrderFlag": false,
"ProductCreatedOn": "2019-06-19T01:11:48.895354",
"ProductEditedOn": "2019-11-18T05:10:29.358507",
"ProductType": "physical-inventory",
"RedirectUrl": "",
"ReferenceUrl": "stick-stick-3d-printer-bed-adhesion-50ml",
"RelatedProducts": [
"ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgIDA19WKCgw"
],
"ShortDescription": "MatterHackers' Stick Stick 3D printer bed adhesion solution ensures that your 3D printed part will have a superior first layer. The first layer of a 3D printed part is the most important - getting a great first layer ensures that your printed part is on track to being a successful print - MatterHackers' Stick Stick is an excellent solution for getting the best first layer adhesion possible. MatterHackers' Stick Stick bed adhesion solution also makes for easy print removal from your printer's bed - simply let the part cool and pop it right off. ",
"ShowAddToCart": true,
"ShowQuestionsFlag": true,
"Subtitle": "",
"TemplateKey": "",
"Title": "Stick Stick 3D Printer Bed Adhesion - 50ml"
},
"ProductListingKey": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgICsj_SMCgw",
"ProductNumber": null,
"ProductPrice": 1399,
"ProductType": "physical-inventory",
"ProductUpc": "",
"QuantityAvailable": 819,
"QuantityOnHand": 819,
"QuantityReserved": 3,
"ReferenceUrl": "stick-stick-3d-printer-bed-adhesion-50ml",
"SID": "MKDQ0LW1",
"ShipInBox": false,
"ShowAvailableDate": false,
"ShownInListing": true,
"SkuName": "Stick Stick 3D Printer Bed Adhesion - 50ml",
"SkuWarningMessages": [],
"TotalWeight": 78000,
"TotalWeightGrams": "78.00",
"TotalWeightKilograms": "0.08",
"TotalWeightPounds": "0.17",
"Weight": 78000,
"WeightGrams": "78.00",
"WeightKilograms": "0.08",
"WeightPounds": "0.17",
"WholesaleCost": 0
},
"Status": "success"
}

View file

@ -0,0 +1,118 @@
{
"ProductSku": {
"AddOns": [],
"AdminNote": "",
"AttributeOptions": [],
"AvailableDate": "2017-09-11",
"BarCodeID": "",
"Brand": "",
"ComponentSkuCount": 0,
"ComponentSkus": [],
"CustomRuleSet": false,
"DateTimeCreated": "2017-09-11T18:25:58.957430",
"DigitalLicenseKeys": [],
"DisplayAvailableDate": "Sep 11th",
"DisplayListPrice": "90.00",
"DisplayPrice": "90.00",
"DisplayPriceFlag": true,
"FeaturedImage": {
"ImageFile": "/mh-product-images/prod/legacy_JqWDeHaXX_uDbCwU76XItPLRvgnb9pb4fZRFbvxD9o6CFsHyuq1j1ZW5WH--ZIIBBBLm1p7lYP-cUQdqN3gNsGVhEhg",
"ImageUrl": "https://lh3.googleusercontent.com/sTC-CEgMbodOSlarfsyW2IaR4q-wsQNW4oq4p-17bqhO8XSdEfrB8QPpayEE_ApS-qK5IwC1OB-KFrdurmr-Cqgo",
"IsFeatured": true
},
"HardwareDeviceTokens": [],
"HasBeenReviewed": false,
"IsActive": false,
"IsDirty": false,
"IsOnSale": false,
"IsOneTimeItem": false,
"IsRetired": false,
"IsSearchable": true,
"Key": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNMlk1MkRFRQw",
"LeadDays": 0,
"LegacySku": "ag1zfm1oLW9mcy1wcm9kchALEgdQcm9kdWN0GMnDzXUM",
"ListingIsActive": false,
"NoPOBox": false,
"PackageDimensions": [
"0.00",
"0.00",
"0.00"
],
"PackagedToShip": false,
"PreOrderFlag": false,
"PreviewFlag": false,
"PricingRuleList": [],
"ProductDescription": "",
"ProductListPrice": 9000,
"ProductListing": {
"ActiveSkuCount": 1,
"ActiveSkus": [
"ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNMlk1MkRFRQw"
],
"AddOns": [],
"Attributes": [],
"BasePrice": 0,
"DateTimeCreated": "2017-09-11T18:25:58.854180",
"DisplayPriceRange": "",
"Elements": [],
"FeaturedImage": {
"ImageFile": "/mh-product-images/prod/legacy_JqWDeHaXX_uDbCwU76XItPLRvgnb9pb4fZRFbvxD9o6CFsHyuq1j1ZW5WH--ZIIBBBLm1p7lYP-cUQdqN3gNsGVhEhg",
"ImageUrl": "https://lh3.googleusercontent.com/sTC-CEgMbodOSlarfsyW2IaR4q-wsQNW4oq4p-17bqhO8XSdEfrB8QPpayEE_ApS-qK5IwC1OB-KFrdurmr-Cqgo",
"IsFeatured": true
},
"HasBeenPublished": true,
"HideRewardsFlag": false,
"Images": [
{
"ImageFile": "/mh-product-images/prod/legacy_JqWDeHaXX_uDbCwU76XItPLRvgnb9pb4fZRFbvxD9o6CFsHyuq1j1ZW5WH--ZIIBBBLm1p7lYP-cUQdqN3gNsGVhEhg",
"ImageUrl": "https://lh3.googleusercontent.com/sTC-CEgMbodOSlarfsyW2IaR4q-wsQNW4oq4p-17bqhO8XSdEfrB8QPpayEE_ApS-qK5IwC1OB-KFrdurmr-Cqgo",
"IsFeatured": true
}
],
"IsActive": false,
"IsAdminSearchable": true,
"IsCustomizable": false,
"IsDeprecated": false,
"IsSearchable": true,
"Key": "ag1zfm1oLXBscy1wcm9kck8LEg5Qcm9kdWN0TGlzdGluZyI7bGVnYWN5OmFnOXpmbTFoZEhSbGNtaGhZMnRsY25OeUZBc1NCMUJ5YjJSMVkzUVlnSURBcFA3S3R3b00M",
"LegacyProductKey": "ag9zfm1hdHRlcmhhY2tlcnNyFAsSB1Byb2R1Y3QYgIDApP7KtwoM",
"MetaTagKeywords": [],
"PreOrderFlag": false,
"ProductCreatedOn": "2017-09-11T18:25:58.854220",
"ProductEditedOn": "2020-04-23T17:03:01.801969",
"ProductType": "physical-inventory",
"RedirectUrl": "",
"ReferenceUrl": "ruby-nozzle-pulse",
"RelatedProducts": [],
"ShortDescription": "",
"ShowAddToCart": true,
"ShowQuestionsFlag": true,
"Subtitle": "",
"TemplateKey": "",
"Title": "Ruby Nozzle Upgrade for Pulse"
},
"ProductListingKey": "ag1zfm1oLXBscy1wcm9kck8LEg5Qcm9kdWN0TGlzdGluZyI7bGVnYWN5OmFnOXpmbTFoZEhSbGNtaGhZMnRsY25OeUZBc1NCMUJ5YjJSMVkzUVlnSURBcFA3S3R3b00M",
"ProductNumber": "246637001",
"ProductPrice": 9000,
"ProductType": "physical-inventory",
"ProductUpc": "",
"QuantityAvailable": 92,
"QuantityOnHand": 92,
"QuantityReserved": 0,
"ReferenceUrl": "ruby-nozzle-pulse",
"SID": "M2Y52DEE",
"ShowAvailableDate": false,
"ShownInListing": true,
"SkuName": "Ruby Nozzle Upgrade for Pulse",
"SkuWarningMessages": [],
"TotalWeight": 0,
"TotalWeightGrams": "0.00",
"TotalWeightKilograms": "0.00",
"TotalWeightPounds": "0.00",
"Weight": 0,
"WeightGrams": "0.00",
"WeightKilograms": "0.00",
"WeightPounds": "0.00"
},
"Status": "success"
}

@ -1 +1 @@
Subproject commit 71e3ef9688101735b4c7b98f7f0c02c14b1af118
Subproject commit fd058b1fb03b30fc8b5f4a602d585aabc90809f9

@ -1 +1 @@
Subproject commit 686627684e644016cb627437e5e54a68a822ef41
Subproject commit 05618d6612385c13a3384b03be1b655dd84756b5