diff --git a/MatterControlLib/ControlElements/StyledMessageBoxWindow.cs b/MatterControlLib/ControlElements/StyledMessageBoxWindow.cs index 6551a1cef..4d9c1449b 100644 --- a/MatterControlLib/ControlElements/StyledMessageBoxWindow.cs +++ b/MatterControlLib/ControlElements/StyledMessageBoxWindow.cs @@ -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 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 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 responseCallback; - bool haveResponded = false; + private bool haveResponded = false; public MessageBoxPage(Action 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); } } - } } diff --git a/MatterControlLib/CustomWidgets/ExportPrintItemPage.cs b/MatterControlLib/CustomWidgets/ExportPrintItemPage.cs index fba5db66a..60c63b2f2 100644 --- a/MatterControlLib/CustomWidgets/ExportPrintItemPage.cs +++ b/MatterControlLib/CustomWidgets/ExportPrintItemPage.cs @@ -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); } }); diff --git a/MatterControlLib/History/PrintHistoryListItem.cs b/MatterControlLib/History/PrintHistoryListItem.cs index fba02294e..a64023b3c 100644 --- a/MatterControlLib/History/PrintHistoryListItem.cs +++ b/MatterControlLib/History/PrintHistoryListItem.cs @@ -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); } }; } diff --git a/StaticData/TextWebCache/10612247150696257382.txt b/StaticData/TextWebCache/10612247150696257382.txt new file mode 100644 index 000000000..35eb073f5 --- /dev/null +++ b/StaticData/TextWebCache/10612247150696257382.txt @@ -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": "

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.

", + "ElementCode": "A8CW1T", + "Images": [], + "Type": "Text" + }, + { + "Content": "

", + "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": "

A2 Hardened Tool Steel Hardness:
62 HRC

\r\n

Plating:
TwinClad® XT Wear Resistant Plating with Non-stick Composite Additive.

\r\n

Plating Hardness: 
65 – 67 HRC

\r\n

Coefficient of friction: 0.08

", + "ElementCode": "DEO1QD", + "Images": [], + "Type": "Text" + }, + { + "Content": "

IS MY 3D PRINTER COMPATIBLE?

\r\n
This Micro-Swiss plated brass nozzle is compatible with the MK8 style hotend featured on many printers. Some of these printers include:
\r\n", + "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" +} \ No newline at end of file diff --git a/StaticData/TextWebCache/10813118832738284277.txt b/StaticData/TextWebCache/10813118832738284277.txt new file mode 100644 index 000000000..da14abd19 --- /dev/null +++ b/StaticData/TextWebCache/10813118832738284277.txt @@ -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": "

How does it work?

\r\n

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 single-extruder printer to create multi-filament prints!

\r\n
    \r\n
  1. Drive: Palette 2S Pro's all-metal drive systems accurately control filament flow to ensure the right lengths are driven from each input.
  2. \r\n
  3. Cut: A rotary cutter system slices filament to ensure a clean cut.
  4. \r\n
  5. Connect: 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.
  6. \r\n
  7. Cool: The newly spliced filament is passed to our buffer to cool and ensure that it keeps tight dimensions before being passed to your printer.
  8. \r\n
\r\n

Calibrate: The Scroll Wheel attached to the Palette 2S Pro allows for more precise calibration and a streamlined Palette experience.

", + "ElementCode": "3CAOD2", + "Images": [], + "Type": "Text" + }, + { + "Content": "

", + "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": "

Mosaic Palette 2S Pro main improvements from the Mosaic Palette 2 Pro

\r\n
    \r\n
  • P2S and P2S Pro have 10% faster splicing than the P2 and P2 Pro, enabling higher printing speeds
  • \r\n
  • Improved the drive arm geometry to optimize printing with flexible TPU materials
  • \r\n
  • Fresh new look inside with upgraded LED filament sensors to white
  • \r\n
  • P2S and P2S Pro come pre-loaded with firmware, improving the setup experience
  • \r\n
  • Improved firmware for more reliable printing
  • \r\n
  • Updated electronics and various other reliability improvements
  • \r\n
", + "ElementCode": "QXW3OT", + "Images": [], + "Type": "Text" + }, + { + "Content": "

\r\n

These are all the included components in the Mosaic Palette 2S Upgrade Kit

", + "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": "

Upgrade your Palette 2 Pro to a Palette 2S Pro with the Mosaic Palette 2S Pro upgrade kit

\r\n

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! Designed for current Mosaic users; with a simple upgrade you'll never miss out on the new S series.

\r\n
    \r\n
  • Faster splicing with new splice core and thinner splice tubes
  • \r\n
  • New drive arm assemblies for better flexible printing
  • \r\n
  • Repositioned homing switch to reduce wear, and steel thumbscrews that are less likely to strip
  • \r\n
\r\n

Canvas Hub S works with the following Mosaic Palettes:

\r\n
    \r\n
  • Palette 2
  • \r\n
  • Palette 2 Pro
  • \r\n
  • Palette 2S
  • \r\n
  • Palette 2S Pro
  • \r\n
\r\n

", + "ElementCode": "QE10ST", + "Images": [], + "Type": "Text" + }, + { + "Content": "

", + "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": "

Palette 2S Pro Technical Specifications

\r\n
\r\n
    \r\n
  • Unit Weight: 3.6 kg (7.9 lbs.)
  • \r\n
  • Unit Dimensions: 23 x 20.4 x 8.4 cm (9\" x 8\" x 3.3\")
  • \r\n
  • Shipping Weight: 7.1 kg (15.6 lbs.)
  • \r\n
  • Shipping Box: 41 x 27 x 23 cm (16\" x 11\" x 9\")
  • \r\n
  • Supported Feedstock Size: 1.75mm (0.069 IN) FFF Filament (recommended 0.03mm tolerance or better)
  • \r\n
  • Compatible Operating Systems: Windows, Mac, Linux (Tested on Ubuntu 16.04)
  • \r\n
  • Data Interface: Canvas Hub (USB) or SD Card
  • \r\n
  • Splicing Technology: Splice Core S Pro, Solid State Splicer
  • \r\n
  • Ambient Operating Temperature: 15 - 30°C (60-86°F)
  • \r\n
  • Filament Production Speed: 182 - 280 mm/min
  • \r\n
  • Control Board: 32-Bit ARM Processor
  • \r\n
  • Control Interface: 3.2\" Color Touch Screen, 240x320 Pixels
  • \r\n
  • Consumables: Filament: Not Included, Splice Core S Pro Tubes: 5 Included
  • \r\n
  • Included Spare Parts: Many Spare Parts
  • \r\n
  • Provided Limited Warranty: 24 Months or 50,000 Splices
  • \r\n
  • Power Requirements: 12V DC, 3A Max
  • \r\n
  • Power Adapter Input Requirements: 100 - 240V (50/60Hz) 1.5A
  • \r\n
  • Power Adapter Compatibility: USA, UK, AU, EU
  • \r\n
  • Mechanical: 6 x Nema 17 Stepper Motors
  • \r\n
  • Update Connection: USB (Cable Included)
  • \r\n
  • Certifications: cTUVus, CE (Conformité Européene), TUV-Inspected Manufacturing Facility, CAN/CSA C22.2, NO 62368-1-14
  • \r\n
\r\n
", + "ElementCode": "YK67M4", + "Images": [], + "Type": "Text" + }, + { + "Content": "

", + "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" +} \ No newline at end of file diff --git a/StaticData/TextWebCache/11509209335375439791.txt b/StaticData/TextWebCache/11509209335375439791.txt new file mode 100644 index 000000000..110d30e9c --- /dev/null +++ b/StaticData/TextWebCache/11509209335375439791.txt @@ -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" +} \ No newline at end of file diff --git a/StaticData/TextWebCache/13997579828546648740.txt b/StaticData/TextWebCache/13997579828546648740.txt new file mode 100644 index 000000000..0bda91261 --- /dev/null +++ b/StaticData/TextWebCache/13997579828546648740.txt @@ -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": "

What’s included?

\r\n

The Advanced 3D Printing Kit contains the following items:

\r\n
    \r\n
  • 2 x 0.4 mm nozzle
  • \r\n
  • 2 x TFM coupler
  • \r\n
  • 25 x adhesion sheet
  • \r\n
  • 1 x Ultimaker 2 Extended+ door enclosure
  • \r\n
\r\n

Nozzle

\r\n

If your nozzle is jammed or worn from printing specialty materials, you may need to replace your nozzle. 

\r\n

TFM coupler

\r\n

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’s down time when the TFM couplers are due for a replacement.

\r\n

Adhesion sheets

\r\n

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.

\r\n

Door Enclosure

\r\n

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ºC.

", + "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" +} \ No newline at end of file diff --git a/StaticData/TextWebCache/14402142911321502496.txt b/StaticData/TextWebCache/14402142911321502496.txt new file mode 100644 index 000000000..5d41fbb97 --- /dev/null +++ b/StaticData/TextWebCache/14402142911321502496.txt @@ -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": "

To purchase this upgrade, you must purchase this as an add-on through the Custom Pre-Assembled Pulse page.

\r\n

\r\n

UNLEASH POTENTIAL FROM 8-BIT TO 32-BIT

\r\n

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.

\r\n

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!

\r\n

FASTER. CLEANER. SMARTER.

\r\n

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.

\r\n

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!

\r\n

WHAT TO EXPECT

\r\n

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.

", + "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" +} \ No newline at end of file diff --git a/StaticData/TextWebCache/16210867914997867385.txt b/StaticData/TextWebCache/16210867914997867385.txt new file mode 100644 index 000000000..968654b82 --- /dev/null +++ b/StaticData/TextWebCache/16210867914997867385.txt @@ -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": "

This Extra FlexPlate 9\" x 10\" comes with BuildTak installed. Ease the switch between build surfaces with this extra flexplate.

\r\n

This does NOT come with a magnetic base. That must be purchased separately.

", + "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" +} \ No newline at end of file diff --git a/StaticData/TextWebCache/1656705530475553447.txt b/StaticData/TextWebCache/1656705530475553447.txt new file mode 100644 index 000000000..e9ae81844 --- /dev/null +++ b/StaticData/TextWebCache/1656705530475553447.txt @@ -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" +} \ No newline at end of file diff --git a/StaticData/TextWebCache/2028683208128673198.txt b/StaticData/TextWebCache/2028683208128673198.txt index 36a3b2f9e..80668975f 100644 --- a/StaticData/TextWebCache/2028683208128673198.txt +++ b/StaticData/TextWebCache/2028683208128673198.txt @@ -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", diff --git a/StaticData/TextWebCache/2328512044099201463.txt b/StaticData/TextWebCache/2328512044099201463.txt index 4d8c1197c..5890a5a11 100644 --- a/StaticData/TextWebCache/2328512044099201463.txt +++ b/StaticData/TextWebCache/2328512044099201463.txt @@ -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", diff --git a/StaticData/TextWebCache/2886570683282355940.txt b/StaticData/TextWebCache/2886570683282355940.txt new file mode 100644 index 000000000..a5723a7df --- /dev/null +++ b/StaticData/TextWebCache/2886570683282355940.txt @@ -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": "

MINIMAL MAINTENANCE

\r\n

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.

", + "ElementCode": "WH68W1", + "Images": [], + "Type": "Text" + }, + { + "Content": "

", + "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": "

WHAT’S IN THE KIT?

\r\n
    \r\n
  • 3 x BuildTak 9” x 10” Sheets
  • \r\n
  • 3 x E3D V6 Silicone Socks
  • \r\n
  • 3 x E3D Hotend 1.75mm Bowden Tube Clips
  • \r\n
  • 1 x 3 fl. oz. Bottle of Machine Oil Lubricant
  • \r\n
  • 1 x PTFE 1.75mm Bowden Tubing
  • \r\n
  • 1 x MatterHackers Tool Bag
  • \r\n
  • 1 x X-Axis Belt
  • \r\n
  • 1 x Y-Axis Belt
  • \r\n
  • 1 x Adjustable Screwdriver\r\n
      \r\n
    • 3 x Hex Head Bits (1.5 mm, 2mm, 2.5mm)
    • \r\n
    • 1 x Phillips Head Bit
    • \r\n
    \r\n
  • \r\n
", + "ElementCode": "KQTYJN", + "Images": [], + "Type": "Text" + }, + { + "Content": "

", + "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": "

STREAMLINING THE 3D PRINTING EXPERIENCE

\r\n

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.

", + "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" +} \ No newline at end of file diff --git a/StaticData/TextWebCache/2973686668296619193.txt b/StaticData/TextWebCache/2973686668296619193.txt index 81d92ff6d..cdb07221a 100644 --- a/StaticData/TextWebCache/2973686668296619193.txt +++ b/StaticData/TextWebCache/2973686668296619193.txt @@ -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" } \ No newline at end of file diff --git a/StaticData/TextWebCache/303391434358176432.txt b/StaticData/TextWebCache/303391434358176432.txt new file mode 100644 index 000000000..a155d112c --- /dev/null +++ b/StaticData/TextWebCache/303391434358176432.txt @@ -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" +} \ No newline at end of file diff --git a/StaticData/TextWebCache/319604832273425822.txt b/StaticData/TextWebCache/319604832273425822.txt new file mode 100644 index 000000000..6119e69c6 --- /dev/null +++ b/StaticData/TextWebCache/319604832273425822.txt @@ -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": "

This Extra FlexPlate 9\" x 10\" comes with Garolite installed. Ease the switch between build surfaces with this extra flexplate.

\r\n

This does NOT come with a magnetic base. That must be purchased separately.

", + "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" +} \ No newline at end of file diff --git a/StaticData/TextWebCache/3275899499867086057.txt b/StaticData/TextWebCache/3275899499867086057.txt new file mode 100644 index 000000000..bbf0aa9c3 --- /dev/null +++ b/StaticData/TextWebCache/3275899499867086057.txt @@ -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": "

PrintDry - 3D Printing Filament Drying Solution

\r\n

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! 

", + "ElementCode": "3AYOHB", + "Images": [], + "Type": "Text" + }, + { + "Content": "
\r\n

", + "ElementCode": "3DLPI0", + "Images": [], + "Type": "Text" + }, + { + "Content": "

Print Straight from the PrintDry Moisture Control Solution

\r\n

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. 

", + "ElementCode": "NRDXSF", + "Images": [], + "Type": "Text" + }, + { + "Content": "

", + "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": "

PrintDry - The Best Solution for 3D Printing with Hygroscopic Materials

\r\n

Many advanced materials like NylonX, NylonG, Nylon, PVA, and PETG 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. 

", + "ElementCode": "7V8J2X", + "Images": [], + "Type": "Text" + }, + { + "Content": "

\r\n

The PrintDry Filament Drying Solution keeps your filament at the ready for precision 3D printing. 

", + "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": "

Technical Specifications:

\r\n
    \r\n
  • Keeps filaments in a low humidity environment
  • \r\n
  • Stores up to 2 spools or 4.5kg of filament
  • \r\n
  • Two feed ports allows direct printing from the container while in storage
  • \r\n
  • Enclosed container keeps out moisture and dust
  • \r\n
  • Adjustable temperature control to keep filaments between 35°C-70°C
  • \r\n
  • No consumable parts, no water tanks to empty
  • \r\n
", + "ElementCode": "6MV0ES", + "Images": [], + "Type": "Text" + }, + { + "Content": "

\r\n

The PrintDry Filament Drying Solution keeps moisture from all your 3D printing materials. 

", + "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" +} \ No newline at end of file diff --git a/StaticData/TextWebCache/3867823990426684077.txt b/StaticData/TextWebCache/3867823990426684077.txt new file mode 100644 index 000000000..6e1f02e6e --- /dev/null +++ b/StaticData/TextWebCache/3867823990426684077.txt @@ -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": "

Easy Assembly

\r\n

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.

", + "ElementCode": "QKF3LT", + "Images": [], + "Type": "Text" + }, + { + "Content": "

Hackable and Upgradable

\r\n

The Creality 3D printer line is completely open-source, allowing for add-ons and upgrades of almost every component on the machine. From a BL Touch automatic bed leveling probe, to a Micro-Swiss or E3D all-metal hotend, to a Bondtech extruder - the Creality 3D printers give you an awesome foundation for experimentation.

", + "ElementCode": "DJ57FU", + "Images": [], + "Type": "Text" + }, + { + "Content": "

Tech Specs:

\r\n
    \r\n
  • Printer size: 420 \u2715 410 \u2715 470 mm
  • \r\n
  • Nozzle: Brass 1.75mm x 0.4mm (can be swapped out for 0.3mm or 0.2mm)
  • \r\n
  • Printer weight: 7.5kg
  • \r\n
  • Power input: 24V / 270W
  • \r\n
  • Max. nozzle temp: 260°C
  • \r\n
  • Print area: 220 \u2715 220 \u2715 250 mm
  • \r\n
", + "ElementCode": "N83WBF", + "Images": [], + "Type": "Text" + }, + { + "Content": "

Package Includes:

\r\n
    \r\n
  • Extra nozzle
  • \r\n
  • Spatula
  • \r\n
  • Hex key
  • \r\n
  • Pair of wire cutters
  • \r\n
  • Nozzle cleaner
  • \r\n
  • Coil of filament
  • \r\n
", + "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" +} \ No newline at end of file diff --git a/StaticData/TextWebCache/3886879551289435060.txt b/StaticData/TextWebCache/3886879551289435060.txt new file mode 100644 index 000000000..631e61cc2 --- /dev/null +++ b/StaticData/TextWebCache/3886879551289435060.txt @@ -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" +} \ No newline at end of file diff --git a/StaticData/TextWebCache/5365140188097760596.txt b/StaticData/TextWebCache/5365140188097760596.txt new file mode 100644 index 000000000..69b39b243 --- /dev/null +++ b/StaticData/TextWebCache/5365140188097760596.txt @@ -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": "

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.

", + "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" +} \ No newline at end of file diff --git a/StaticData/TextWebCache/5470919163125256206.txt b/StaticData/TextWebCache/5470919163125256206.txt new file mode 100644 index 000000000..d9025bbee --- /dev/null +++ b/StaticData/TextWebCache/5470919163125256206.txt @@ -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": "

This Extra FlexPlate 9\" x 10\" comes with a Garolite sheet installed. Reduce chances of Nylon, NylonX, and NylonG warping with this spare flexplate.

\r\n

This flexplate is an extra build plate and does not come with a magnetic base.

", + "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" +} \ No newline at end of file diff --git a/StaticData/TextWebCache/6292806138968468816.txt b/StaticData/TextWebCache/6292806138968468816.txt new file mode 100644 index 000000000..ba9b6adf9 --- /dev/null +++ b/StaticData/TextWebCache/6292806138968468816.txt @@ -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": "

Size: 9\" x 10\" (228.6 mm x 254mm)
Compatible 3D Printers include: Pulse, Robo 3D, Ultimaker 2+

", + "ElementCode": "E6UYNB", + "Images": [], + "Type": "Text" + }, + { + "Content": "

**Check out all the available shapes and sizes of the BuildTak family here!**

", + "ElementCode": "KTPNU8", + "Images": [], + "Type": "Text" + }, + { + "Content": "

A UNIVERSAL CLASSIC

\r\n

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’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.

\r\n

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!

", + "ElementCode": "4PYFM0", + "Images": [], + "Type": "Text" + }, + { + "Content": "

", + "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": "

MAXIMIZE YOUR MACHINE TIME WITH THE FLEXPLATE SYSTEM

\r\n

Level up your 3D printing game to it’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’ll never want to print on anything else. Extra FlexPlates allow for even greater efficiency and versatility--grab one FlexPlate off the 3D printer bed, immediately attach another, and start printing again!

", + "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" +} \ No newline at end of file diff --git a/StaticData/TextWebCache/6348908994093189185.txt b/StaticData/TextWebCache/6348908994093189185.txt index 1aa882547..32a9bd4d2 100644 --- a/StaticData/TextWebCache/6348908994093189185.txt +++ b/StaticData/TextWebCache/6348908994093189185.txt @@ -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. \ No newline at end of file +- Perfect for professional makers interested in tools that optimize creativity and effectiveness. Gain access to Gear & Thread Tools, Mesh Repair, Mesh Hollowing, and more. \ No newline at end of file diff --git a/StaticData/TextWebCache/6777023335734403431.txt b/StaticData/TextWebCache/6777023335734403431.txt new file mode 100644 index 000000000..d6a90f25e --- /dev/null +++ b/StaticData/TextWebCache/6777023335734403431.txt @@ -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": "

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.

", + "ElementCode": "BIA2LH", + "Images": [], + "Type": "text" + }, + { + "Content": "

\n

\n
\n

", + "ElementCode": "GR03SE", + "Images": [], + "Type": "text" + }, + { + "Content": "

Designed to Simply Work

\r\n

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.

\r\n

What's New in the Extended+?

\r\n

Geared Feeder - This innovative feeder will allow you to quickly swap filament and even choose the correct pressure for your filament.
Swappable Nozzles - The pre-installed Olsson Block allows you to easily switch between 4 different sizes of nozzles (0.25, 0.40, 0.60, 0.80mm)
Optimized Airflow - New fancaps have been installed to perfectly aim airflow below the nozzle from both sides.

", + "ElementCode": "48SQ1V", + "Images": [], + "Type": "text" + }, + { + "Content": "

\n

\n
\n

", + "ElementCode": "DGU2CZ", + "Images": [], + "Type": "text" + }, + { + "Content": "

What's In The Box?

\r\n
    \r\n
  • Ultimaker 2 Extended + 3D Printer
  • \r\n
  • Swappable 0.25, 0.40, 0.60, 0.80 mm nozzles
  • \r\n
  • 0.75kg spools of Ultimaker Silver PLA
  • \r\n
  • SD Card and USB Cable
  • \r\n
  • Other free extras include: Glue stick, grease, hex wrenches, calibration card, and more!
  • \r\n
\r\n

Tech Specs

\r\n

Printing Technology - Fused Filament Fabrication
Printing Material - 2.88mm PLA2.88mm ABSSpecialty Materials
Nozzle Speed - 30 - 300 mm/s
Build Volume - 9\" x 9\" x 12\"
Layer Resolution - 0.25 mm nozzle: 150 to 60 micron
                              0.40 mm nozzle: 200 to 20 micron
                              0.60 mm nozzle: 400 to 20 micron
                              0.80 mm nozzle: 600 to 20 micron
Printer Dimensions - 19.37\"x 13.46\"x 21.97\"
Printer Weight - 23.8 lbs
Connectivity - USB, stand alone with SD-card
Printer Software - MatterControl 
Input Voltage / Power - 100-240 Volts, at 50/60 Hz 24 v DC @ 9.2 amps

\r\n

Note on Filament Compatibility

\r\n

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 PRO Series, which has a true diameter of 2.88mm and an accuracy within 0.05mm.

\r\n

Which Ultimaker is Right for Me?

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
PrinterPriceBuild AreaExtrusionPrints FlexiblesStatus
Ultimaker 3$3,4958.5x8.5x8inDualYesCurrent Model
Ultimaker 3 Extended$4,2958.5x8.5x12inDualYesCurrent Model
Ultimaker 2 +$2,4999x9x8inSingleYesCurrent Model
Ultimaker 2 Extended +$2,9999x9x12inSingleYesCurrent Model
Ultimaker 2$1,8999x9x8inSingleNoRetired Model
Ultimaker 2 Extended$2,2999x9x12inSingleNoRetired Model
Ultimaker 2 Go$1,1995x5x5inSingleNoCurrent Model
Ultimaker Original+ Wood Kit$9958x8x8inSingleNoCurrent Model

\r\n

", + "ElementCode": "DZMWMS", + "Images": [], + "Type": "Text" + }, + { + "Content": "

Shipping Notice

\r\n

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.

", + "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" +} \ No newline at end of file diff --git a/StaticData/TextWebCache/6977037172228726853.txt b/StaticData/TextWebCache/6977037172228726853.txt new file mode 100644 index 000000000..212c50e93 --- /dev/null +++ b/StaticData/TextWebCache/6977037172228726853.txt @@ -0,0 +1,657 @@ +{ + "ProductSku": { + "ActivelyDisplayedFlag": true, + "AddOns": [], + "AdminNote": "", + "AttributeOptions": [], + "AvailableDate": "2016-11-16", + "BarCodeID": "", + "Brand": "", + "ComponentSkuCount": 0, + "ComponentSkus": [], + "CustomRuleSet": false, + "DateTimeCreated": "2017-08-03T23:28:36.728700", + "DigitalLicenseKeys": [ + "ag1zfm1oLWRmcy1wcm9kchgLEgtEaWdpdGFsSXRlbRiAgICAvKGCCgw" + ], + "DisplayAvailableDate": "Nov 16th", + "DisplayListPrice": "799.00", + "DisplayPrice": "799.00", + "DisplayPriceFlag": true, + "FeaturedImage": { + "ImageFile": "/mh-product-images/prod/3bd7f548-67f3-4258-861f-dd4699314d62", + "ImageUrl": "https://lh3.googleusercontent.com/Tm2LyY5te3nL_LJk2GIgP-kxp_sQ6W8QEwbVsWxGTm8SnArNeZ4SPKgb8vnNeoa3pU-Br3wjTBXnZv8EzwGGFLM", + "IsFeatured": false + }, + "HardwareDeviceTokens": [], + "HasBeenReviewed": false, + "IsActive": true, + "IsDirty": false, + "IsOnSale": false, + "IsOneTimeItem": false, + "IsRetired": false, + "IsSearchable": true, + "Key": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNVVk2UjFQNQw", + "LeadDays": 23, + "LegacySku": "ag1zfm1oLW9mcy1wcm9kchALEgdQcm9kdWN0GK34u0gM", + "ListingIsActive": true, + "NoPOBox": false, + "PackageDimensions": [ + "20.00", + "19.00", + "22.00" + ], + "PackagedToShip": true, + "PreOrderFlag": true, + "PreviewFlag": false, + "PricingRuleList": [], + "ProductDescription": "Introducing the Pulse 3D printer - an amazingly high-quality machine, customized to meet your 3D printing needs. Pulse is **assembled, tested and guaranteed by the pros at MatterHackers** in California. \r\n\r\nBuilt on top of the proven, open source Prusa i3 design, the Pulse is custom assembled to your specifications with the latest and greatest high quality components pre-installed for the best possible experience out of the box.", + "ProductListPrice": 79900, + "ProductListing": { + "ActiveSkuCount": 1, + "ActiveSkus": [ + "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNVVk2UjFQNQw" + ], + "AddOns": [ + { + "AddOnBasePrice": 9000, + "AddOnDiscountDisplay": null, + "AddOnDisplayBasePrice": "90.00", + "AddOnDisplayPrice": "90.00", + "AddOnDisplaySavings": null, + "AddOnFloatPrice": 90.0, + "AddOnListingReference": "ruby-nozzle-pulse", + "AddOnPreOrderFlag": false, + "AddOnPrice": 9000, + "AddOnSavings": 0, + "AddOnSkuReference": "M2Y52DEE", + "AddOnTitle": "Ruby Nozzle Upgrade for Pulse", + "ListingIsActive": false, + "ProductListingKey": "ag1zfm1oLXBscy1wcm9kck8LEg5Qcm9kdWN0TGlzdGluZyI7bGVnYWN5OmFnOXpmbTFoZEhSbGNtaGhZMnRsY25OeUZBc1NCMUJ5YjJSMVkzUVlnSURBcFA3S3R3b00M", + "ProductSkuKey": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNMlk1MkRFRQw", + "ProductType": "physical-inventory", + "QuantityAvailable": 92, + "QuantityOnHand": 92, + "SingleSku": true + }, + { + "AddOnBasePrice": 24500, + "AddOnDiscountDisplay": null, + "AddOnDisplayBasePrice": "245.00", + "AddOnDisplayPrice": "245.00", + "AddOnDisplaySavings": null, + "AddOnFloatPrice": 245.0, + "AddOnListingReference": "bondtech-extruder-with-e3d-v6", + "AddOnPreOrderFlag": false, + "AddOnPrice": 24500, + "AddOnSavings": 0, + "AddOnSkuReference": "MX8ZMNV1", + "AddOnTitle": "Bondtech Extruder with E3D V6 HotEnd and Hardened Steel Nozzle Upgrade for Pulse", + "ListingIsActive": false, + "ProductListingKey": "ag1zfm1oLXBscy1wcm9kck8LEg5Qcm9kdWN0TGlzdGluZyI7bGVnYWN5OmFnOXpmbTFoZEhSbGNtaGhZMnRsY25OeUZBc1NCMUJ5YjJSMVkzUVlnSUNBbzZtZm9Rb00M", + "ProductSkuKey": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNWDhaTU5WMQw", + "ProductType": "physical-on-demand", + "QuantityAvailable": 33, + "QuantityOnHand": 33, + "SingleSku": true + }, + { + "AddOnBasePrice": 9500, + "AddOnDiscountDisplay": null, + "AddOnDisplayBasePrice": "95.00", + "AddOnDisplayPrice": "95.00", + "AddOnDisplaySavings": null, + "AddOnFloatPrice": 95.0, + "AddOnListingReference": "filament-runout-sensor", + "AddOnPreOrderFlag": false, + "AddOnPrice": 9500, + "AddOnSavings": 0, + "AddOnSkuReference": "MTWV2YJ1", + "AddOnTitle": "Filament Runout Sensor (requires Bondtech Extruder with E3D upgrade)", + "ListingIsActive": false, + "ProductListingKey": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgICAutyfCgw", + "ProductSkuKey": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNVFdWMllKMQw", + "ProductType": "physical-inventory", + "QuantityAvailable": 98, + "QuantityOnHand": 98, + "SingleSku": true + }, + { + "AddOnBasePrice": 3900, + "AddOnDiscountDisplay": null, + "AddOnDisplayBasePrice": "39.00", + "AddOnDisplayPrice": "39.00", + "AddOnDisplaySavings": null, + "AddOnFloatPrice": 39.0, + "AddOnListingReference": "garolite-bed-upgrade-for-pulse", + "AddOnPreOrderFlag": false, + "AddOnPrice": 3900, + "AddOnSavings": 0, + "AddOnSkuReference": "MRXMV83A", + "AddOnTitle": "LayerLock Garolite Bed Upgrade for Pulse", + "ListingIsActive": false, + "ProductListingKey": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgICA746TCgw", + "ProductSkuKey": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNUlhNVjgzQQw", + "ProductType": "physical-inventory", + "QuantityAvailable": 100, + "QuantityOnHand": 100, + "SingleSku": true + }, + { + "AddOnBasePrice": 9900, + "AddOnDiscountDisplay": null, + "AddOnDisplayBasePrice": "99.00", + "AddOnDisplayPrice": "99.00", + "AddOnDisplaySavings": null, + "AddOnFloatPrice": 99.0, + "AddOnListingReference": "buildtak-flexplate-upgrade-for-pulse", + "AddOnPreOrderFlag": false, + "AddOnPrice": 9900, + "AddOnSavings": 0, + "AddOnSkuReference": "MDXUFYX8", + "AddOnTitle": "FlexPlate Upgrade for Pulse", + "ListingIsActive": false, + "ProductListingKey": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgICAwfKGCgw", + "ProductSkuKey": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNRFhVRllYOAw", + "ProductType": "physical-on-demand", + "QuantityAvailable": 33, + "QuantityOnHand": 33, + "SingleSku": true + }, + { + "AddOnBasePrice": 3500, + "AddOnDiscountDisplay": null, + "AddOnDisplayBasePrice": "35.00", + "AddOnDisplayPrice": "35.00", + "AddOnDisplaySavings": null, + "AddOnFloatPrice": 35.0, + "AddOnListingReference": "buildtak-extra-flexplate-9-x-10", + "AddOnPreOrderFlag": false, + "AddOnPrice": 3500, + "AddOnSavings": 0, + "AddOnSkuReference": "MCMHW0TM", + "AddOnTitle": "BuildTak Extra FlexPlate 9\" x 10\" for Pulse (Must be paired with Magnetic Flexplate System Upgrade)", + "ListingIsActive": false, + "ProductListingKey": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgICA1KybCgw", + "ProductSkuKey": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNQ01IVzBUTQw", + "ProductType": "physical-inventory", + "QuantityAvailable": 80, + "QuantityOnHand": 80, + "SingleSku": true + }, + { + "AddOnBasePrice": 3999, + "AddOnDiscountDisplay": null, + "AddOnDisplayBasePrice": "39.99", + "AddOnDisplayPrice": "39.99", + "AddOnDisplaySavings": null, + "AddOnFloatPrice": 39.99, + "AddOnListingReference": "layerlock-powder-coated-pei-build-plate-9-5-x-10-for-pulse-upgrade", + "AddOnPreOrderFlag": false, + "AddOnPrice": 3999, + "AddOnSavings": 0, + "AddOnSkuReference": "MWN4A16M", + "AddOnTitle": "LayerLock Powder Coated PEI Build Plate 9.5\" x 10\" for Pulse (Must be paired with Magnetic FlexPlate Upgrade)", + "ListingIsActive": true, + "ProductListingKey": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgIDspfCYCgw", + "ProductSkuKey": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNV040QTE2TQw", + "ProductType": "physical-inventory", + "QuantityAvailable": 67, + "QuantityOnHand": 67, + "SingleSku": true + }, + { + "AddOnBasePrice": 4900, + "AddOnDiscountDisplay": null, + "AddOnDisplayBasePrice": "49.00", + "AddOnDisplayPrice": "49.00", + "AddOnDisplaySavings": null, + "AddOnFloatPrice": 49.0, + "AddOnListingReference": "garolite-extra-flexplate-9-x-10", + "AddOnPreOrderFlag": false, + "AddOnPrice": 4900, + "AddOnSavings": 0, + "AddOnSkuReference": "M9X79CWL", + "AddOnTitle": "LayerLock Garolite Extra FlexPlate 9\" x 10\" for Pulse (Must be paired with Magnetic Flexplate System Upgrade)", + "ListingIsActive": false, + "ProductListingKey": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgICA1J-BCgw", + "ProductSkuKey": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNOVg3OUNXTAw", + "ProductType": "physical-inventory", + "QuantityAvailable": 91, + "QuantityOnHand": 91, + "SingleSku": true + }, + { + "AddOnBasePrice": 39900, + "AddOnDiscountDisplay": null, + "AddOnDisplayBasePrice": "399.00", + "AddOnDisplayPrice": "399.00", + "AddOnDisplaySavings": null, + "AddOnFloatPrice": 399.0, + "AddOnListingReference": "32-bit-upgrade-for-pulse", + "AddOnPreOrderFlag": false, + "AddOnPrice": 39900, + "AddOnSavings": 0, + "AddOnSkuReference": "MVVVXTKP", + "AddOnTitle": "32-Bit Upgrade for Pulse (Cannot be Paired with LCD Screen Upgrade)", + "ListingIsActive": true, + "ProductListingKey": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgICAlZGKCgw", + "ProductSkuKey": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNVlZWWFRLUAw", + "ProductType": "physical-inventory", + "QuantityAvailable": 201, + "QuantityOnHand": 201, + "SingleSku": true + }, + { + "AddOnBasePrice": 5000, + "AddOnDiscountDisplay": null, + "AddOnDisplayBasePrice": "50.00", + "AddOnDisplayPrice": "50.00", + "AddOnDisplaySavings": null, + "AddOnFloatPrice": 50.0, + "AddOnListingReference": "lcd-screen-pulse", + "AddOnPreOrderFlag": false, + "AddOnPrice": 5000, + "AddOnSavings": 0, + "AddOnSkuReference": "MWQA2JHQ", + "AddOnTitle": "LCD Screen Upgrade for Pulse (Cannot be paired with Viki 2 LCD Screen Upgrade)", + "ListingIsActive": false, + "ProductListingKey": "ag1zfm1oLXBscy1wcm9kck8LEg5Qcm9kdWN0TGlzdGluZyI7bGVnYWN5OmFnOXpmbTFoZEhSbGNtaGhZMnRsY25OeUZBc1NCMUJ5YjJSMVkzUVlnSUNBNC1EMnFBb00M", + "ProductSkuKey": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNV1FBMkpIUQw", + "ProductType": "physical-inventory", + "QuantityAvailable": 94, + "QuantityOnHand": 94, + "SingleSku": true + }, + { + "AddOnBasePrice": 9500, + "AddOnDiscountDisplay": null, + "AddOnDisplayBasePrice": "95.00", + "AddOnDisplayPrice": "95.00", + "AddOnDisplaySavings": null, + "AddOnFloatPrice": 95.0, + "AddOnListingReference": "viki-2-lcd-upgrade-for-pulse", + "AddOnPreOrderFlag": false, + "AddOnPrice": 9500, + "AddOnSavings": 0, + "AddOnSkuReference": "MXFYJE1H", + "AddOnTitle": "Viki 2 LCD Upgrade for Pulse", + "ListingIsActive": false, + "ProductListingKey": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgICA-ImMCgw", + "ProductSkuKey": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNWEZZSkUxSAw", + "ProductType": "physical-inventory", + "QuantityAvailable": 76, + "QuantityOnHand": 76, + "SingleSku": true + }, + { + "AddOnBasePrice": 12499, + "AddOnDiscountDisplay": 4, + "AddOnDisplayBasePrice": "124.99", + "AddOnDisplayPrice": "118.75", + "AddOnDisplaySavings": "6.24", + "AddOnFloatPrice": 118.75, + "AddOnListingReference": "printdry-filament-drying-system", + "AddOnPreOrderFlag": true, + "AddOnPrice": 11875, + "AddOnSavings": 624, + "AddOnSkuReference": "MNXQRWQC", + "AddOnTitle": "PrintDry Filament Drying System", + "ListingIsActive": true, + "ProductListingKey": "ag1zfm1oLXBscy1wcm9kck8LEg5Qcm9kdWN0TGlzdGluZyI7bGVnYWN5OmFnOXpmbTFoZEhSbGNtaGhZMnRsY25OeUZBc1NCMUJ5YjJSMVkzUVlnSURBMUtmQnNBb00M", + "ProductSkuKey": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNTlhRUldRQww", + "ProductType": "physical-inventory", + "QuantityAvailable": 311, + "QuantityOnHand": 311, + "SingleSku": true + }, + { + "AddOnBasePrice": 8994, + "AddOnDiscountDisplay": null, + "AddOnDisplayBasePrice": "89.94", + "AddOnDisplayPrice": "89.94", + "AddOnDisplaySavings": null, + "AddOnFloatPrice": 89.94, + "AddOnListingReference": "matterhackers-3d-printing-tool-kit-premium", + "AddOnPreOrderFlag": false, + "AddOnPrice": 8994, + "AddOnSavings": 0, + "AddOnSkuReference": "MNUYE0VF", + "AddOnTitle": "MatterHackers 3D Printing Tool Kit Premium", + "ListingIsActive": true, + "ProductListingKey": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgICcs-yPCgw", + "ProductSkuKey": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNTlVZRTBWRgw", + "ProductType": "physical-inventory", + "QuantityAvailable": 0, + "QuantityOnHand": 0, + "SingleSku": true + }, + { + "AddOnBasePrice": 11000, + "AddOnDiscountDisplay": null, + "AddOnDisplayBasePrice": "110.00", + "AddOnDisplayPrice": "110.00", + "AddOnDisplaySavings": null, + "AddOnFloatPrice": 110.0, + "AddOnListingReference": "pulse-3d-printer-maintenance-kit", + "AddOnPreOrderFlag": false, + "AddOnPrice": 11000, + "AddOnSavings": 0, + "AddOnSkuReference": "MS9CV8YC", + "AddOnTitle": "Pulse 3D Printer Maintenance Kit", + "ListingIsActive": true, + "ProductListingKey": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgIDsm8OICQw", + "ProductSkuKey": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNUzlDVjhZQww", + "ProductType": "physical-inventory", + "QuantityAvailable": 14, + "QuantityOnHand": 14, + "SingleSku": true + }, + { + "AddOnBasePrice": 29900, + "AddOnDiscountDisplay": null, + "AddOnDisplayBasePrice": "299.00", + "AddOnDisplayPrice": "299.00", + "AddOnDisplaySavings": null, + "AddOnFloatPrice": 299.0, + "AddOnListingReference": "pulse-protection-extended-2-year-warranty", + "AddOnPreOrderFlag": false, + "AddOnPrice": 29900, + "AddOnSavings": 0, + "AddOnSkuReference": "MG3ZJCA9", + "AddOnTitle": "Pulse Protection Extended 2 Year Warranty", + "ListingIsActive": true, + "ProductListingKey": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgIDArMmUCgw", + "ProductSkuKey": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNRzNaSkNBOQw", + "ProductType": "service", + "QuantityAvailable": 33, + "QuantityOnHand": 33, + "SingleSku": true + }, + { + "AddOnBasePrice": 27900, + "AddOnDiscountDisplay": 10, + "AddOnDisplayBasePrice": "279.00", + "AddOnDisplayPrice": "249.00", + "AddOnDisplaySavings": "30.00", + "AddOnFloatPrice": 249.0, + "AddOnListingReference": "pulse-enclosure-kit", + "AddOnPreOrderFlag": false, + "AddOnPrice": 24900, + "AddOnSavings": 3000, + "AddOnSkuReference": "MDWWV1J0", + "AddOnTitle": "Pulse Enclosure Kit - White", + "ListingIsActive": true, + "ProductListingKey": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgICgtNSeCgw", + "ProductSkuKey": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNRFdXVjFKMAw", + "ProductType": "physical-inventory", + "QuantityAvailable": -8, + "QuantityOnHand": -8, + "SingleSku": true + }, + { + "AddOnBasePrice": 29900, + "AddOnDiscountDisplay": 6, + "AddOnDisplayBasePrice": "299.00", + "AddOnDisplayPrice": "279.00", + "AddOnDisplaySavings": "20.00", + "AddOnFloatPrice": 279.0, + "AddOnListingReference": "pulse-enclosure-kit-black", + "AddOnPreOrderFlag": false, + "AddOnPrice": 27900, + "AddOnSavings": 2000, + "AddOnSkuReference": "MMH4KUCT", + "AddOnTitle": "Pulse Enclosure Kit - Black", + "ListingIsActive": true, + "ProductListingKey": "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgICc4qiMCgw", + "ProductSkuKey": "ag1zfm1oLXBscy1wcm9kchgLEgpQcm9kdWN0U2t1IghNTUg0S1VDVAw", + "ProductType": "physical-inventory", + "QuantityAvailable": -10, + "QuantityOnHand": -10, + "SingleSku": true + } + ], + "Attributes": [], + "BasePrice": 0, + "DateTimeCreated": "2017-07-25T07:08:32.377520", + "DisplayPriceRange": "", + "Elements": [ + { + "Content": "
\r\n
\r\n
Completely Customizable to Fit Your 3D Printing Needs
\r\n
\r\n
", + "ElementCode": "3V76IC", + "Images": [], + "Type": "Text" + }, + { + "Content": "
\r\n
\r\n
\"Custom\"
\r\n
\r\n
Customization
\r\n
Everyone has unique printing needs. The Pulse 3D printer was created to cater to each of those individual needs. Enhance your Pulse with a variety of upgrades to match your personal 3D printing preferences.
\r\n
\r\n
\r\n
\r\n
\"HighTech\"
\r\n
\r\n
Highest Level Tech
\r\n
The Pulse uses best-in-class components. Your Pulse 3D printer arrives stock with BuildTak applied to the heated bed and a BLTouch Bed Leveling Probe - the most technologically advanced auto-calibration solution available. Upgrades for the Pulse include other quality, advanced tech such as the Bondtech Extruder and Olsson Ruby Nozzle, the most wear-resistant nozzle available for 3D printing with advanced materials.
\r\n
\r\n
\r\n
\r\n
\"Tested\"
\r\n
\r\n
Tested & Guaranteed
\r\n
Your custom-made Pulse 3D printer is carefully constructed and painstakingly tested by the Pulse Pros at MatterHackers to guarantee a successful and enjoyable 3D printing experience. Your Pulse will arrive tested and ready to print after our extensive confirmation process.
\r\n
\r\n
\r\n
\r\n
\"Streamlined\"
\r\n
\r\n
Streamlined Experience
\r\n
Your Pulse 3D printer arrives with fully pre-configured software and settings specific to your upgrades and loaded into your MatterControl account. Our Pulse Pros get the software settings right so you can focus more on 3D printing.
\r\n
\r\n
\r\n
\r\n
\"More
\r\n
\r\n
More Bang for Your Buck
\r\n
Customize a Pulse 3D printer; pay only for the components that cater to your specific printing needs. Getting more bang for your buck on a 3D printer is as easy as 1-2-3! Choose from our list of industry-leading components to add on. MatterHackers’ Pulse Pros fully-assembles and calibrates your custom order. You receive a high-quality Pulse 3D printer that’s ready to print what you need, right out of the box.
\r\n
\r\n
\r\n
", + "ElementCode": "SBDAZP", + "Images": [], + "Type": "Text" + }, + { + "Content": "
\r\n

About Pulse

\r\n
\r\n
\r\n
\r\n
\r\n

The Pulse 3D printer is a high quality, fully customizable 3D printer based on the Prusa i3, and designed to meet the needs of every maker. For professional use, inside the classroom, or even on your workbench at home, you can personalize your Pulse with a variety of upgrades to make your 3D printing experience unique. Your Pulse is hand-built by MatterHackers’ Pulse Pros using precision machined components, then thoroughly tested to guarantee successful 3D printing. Your Pulse arrives fully pre-configured with software and settings specific to your selected upgrades, streamlining the experience so you can start creating faster and more efficiently.

\r\n
\r\n
\"Pulse \"Pulse
\r\n
\r\n
", + "ElementCode": "L2BOTJ", + "Images": [], + "Type": "Text" + }, + { + "Content": "
\r\n

Standard Pulse 3D Printer: $799 Delivered

\r\n
\r\n
\r\n

The standard Pulse 3D printer, with no added upgrades, is a fantastic option for beginners or those who plan on printing mainly with PLA and PLA hybrid filaments. With the standard Pulse, you can print using PLA, PETG, Nylon, ABS, and much more. The machine design is based on the popular Prusa i3 model, known for its sturdy build and reliable 3D printing. Every Pulse 3D printer comes standard with automatic bed leveling and a heated print bed, with other powerful upgrades available.

\r\n
\r\n
\"quality
\r\n
\r\n

Pulse components are precision machined, and each portion of the experience finely honed so that you can achieve the best 3D printing results possible.

\r\n

World-Class Reliability

\r\n

Tackle any print job with confidence! Pulse has been designed and tested to deliver consistent, high-quality results without any fuss. It’s the high-performance, low-maintenance 3D printer you’ve been dreaming about.

\r\n\r\n

Incredible Value

\r\n

When you customize a Pulse 3D printer, you pay only for the features and components you need, which means more bang for your buck. The standard printer is of great value, including a heated print bed with BuildTak and automatic bed leveling - features available elsewhere as paid upgrades. As you add industry leading components from manufacturers like E3D and Bondtech - we share savings with you because we are able to purchase in large quantities.

\r\n

Stealth-Mode Enabled

\r\n

Pulse is the quietest 3D printer on the market, making it the perfect desktop companion. Choosing specific components and tuning the system results in an incredibly quiet experience while the 3D printer produces your design. Sound dampers have been added to each motor on the Pulse, and the difference is amazing.

\r\n

Simple Setup, Seamless Workflow

\r\n

Go from unboxing to 3D printing success in minutes. Every Pulse 3D printer comes pre-configured with MatterControl, an intuitive application that simplifies the 3D printing experience.

\r\n
\r\n
", + "ElementCode": "SM4SP9", + "Images": [], + "Type": "Text" + }, + { + "Content": "
", + "ElementCode": "XXFITJ", + "Images": [], + "Type": "text" + }, + { + "Content": "
\r\n

Printer Customization By You, For You

\r\n
\r\n

3D printers aren't a \"one size fits all\" type of deal. Cater to your personal 3D printing needs when you enhance your Pulse 3D printer with a variety of upgrades. Each Pulse is assembled on-demand, to your specifications, then tested and tuned by expert technicians on our Pulse Pros team to ensure optimized 3D printing performance. Choose from the best components available on the market to create a machine of your own. Once you’ve selected your options, you can rest easy knowing that the 3D printer you are about to receive is ready and able to turn your ideas into reality. The Pulse is the first machine to become a part of the MatterHackers 3D printer customization service.

", + "ElementCode": "QBWHRZ", + "Images": [], + "Type": "Text" + }, + { + "Content": "

", + "ElementCode": "ES4MPE", + "Images": [ + { + "ImageFile": "/mh-product-images/prod/f4be8371-5d99-45a3-956a-788a0d4ba65a", + "ImageUrl": "https://lh3.googleusercontent.com/N2qA38cZjNR9VdBvMDIiALtBbJEbKYzPT76EVusJbiUK-cw82oZlRNY5XSGm51dJ1DxldE7_QuSKiheSnZcItM4m", + "IsFeatured": false + } + ], + "Type": "Image" + }, + { + "Content": "

Whether you're printing standard filament or abrasive, advanced materials like NylonX, Pulse offers a variety of nozzles to match your specific printing needs. From Left to Right: Brass Nozzle, Hardened Steel Nozzle, Olsson Ruby Nozzle

", + "ElementCode": "36UC31", + "Images": [], + "Type": "Text" + }, + { + "Content": "
\r\n

Self-Made Quality Components

\r\n
\r\n

The Pulse offers top-of-the-line upgrades such as the Bondtech Extruder and Olsson Ruby Nozzle which are used to 3D print parts that make up the Pulse 3D printer's own anatomy. Quality breeds quality and MatterHackers strives to use the best of the best. Printed out of high quality Black PRO Series RYNO filament, the Pulse's 3D printed parts are functional and durable for any print job, and will last for the lifetime of your machine.

", + "ElementCode": "QNMO7V", + "Images": [], + "Type": "Text" + }, + { + "Content": "
\r\n

Less Configuring, More Printing

\r\n
\r\n

Every Pulse 3D printer arrives with fully pre-configured software and settings specific to your upgrades and loaded into your MatterControl account. Our Pulse Pros spend time testing and calibrating the printer to your specific customizations so you don't have to. Built for reliability, the Pulse arrives ready to print with the best-in-class components that guarantee quality print results. Spend less time configuring and more time 3D printing right from the get-go.

", + "ElementCode": "RP7V5C", + "Images": [], + "Type": "Text" + }, + { + "Content": "
\r\n

Quiet Desk Companion

\r\n
\r\n

The Pulse Pros at MatterHackers don’t just fine-tune software; they also fine-tune the hardware. Motor dampers are installed on every single motor on the Pulse 3D printer. Small rubber feet made of flexible printing material, TPU, are attached to the bottom of the Pulse. The dampers and rubber feet work together to absorb vibrations caused by the various motors running on the printer, thus leaving minimal to no vibrations transmitting from the printer to the surface that the Pulse is sitting on. This allows for muffled 3D printing making the Pulse a nice, quiet desk companion.

", + "ElementCode": "CLNGRF", + "Images": [], + "Type": "Text" + }, + { + "Content": "

", + "ElementCode": "PQEF68", + "Images": [ + { + "ImageFile": "/mh-product-images/prod/fbf78024-2b95-4351-8cc6-e554e1122679", + "ImageUrl": "https://lh3.googleusercontent.com/bBnERmAqs7j3b9oFfuGsIO3VHbSDH10qs6FNKdSuKC8jq_0k7AbeLNb_puHIqmsCpqvITCJWvPTxruSL2Lo2XCM", + "IsFeatured": false + } + ], + "Type": "Image" + }, + { + "Content": "

Not a fan of the sound of motors? Motor dampers tremendously help reduce the noise for a quieter 3D printing experience.

", + "ElementCode": "ABNXBA", + "Images": [], + "Type": "Text" + }, + { + "Content": "
\r\n

Available Upgrades for the Standard Pulse:

\r\n
\r\n
\r\n

Every upgrade available for the Pulse 3D printer has been comprehensively tested by MatterHackers, and are the highest quality parts available. Each upgrade allows you to broaden your 3D printing capabilities, like expanding the variety of materials you can use or a fine-tuned interface.

\r\n
\r\n
\"Olsson
\r\n
\r\n
Olsson Ruby Nozzle +$90
\r\n
The Olsson Ruby is the ultimate 3D printer nozzle, capable of printing beautiful PLA parts but also strong enough to handle endless amounts of harsh abrasives like NylonX. The Ruby was designed to be the only nozzle you will ever need, and with this upgrade your Pulse will arrive day one with this 0.40mm ruby-tipped beauty is ready to tackle any project you can imagine. This upgrade replaces the Brass Nozzle that comes stock with the standard Pulse. If paired with the Bondtech Extruder Upgrade, the Hardened Steel Nozzle will be replaced.
\r\n
\r\n
\r\n
\r\n
\"Bondtech
\r\n
\r\n
Bondtech Extruder (1.75mm) with E3D V6 HotEnd and Hardened Steel Nozzle +$245
\r\n
Containing CNC-machined drive gears, the Bondtech extruder is compatible with abrasive materials, on top of standard filaments. The ability to 3D print with abrasive material will require a stronger hotend setup, hence the addition of an E3D V6 HotEnd and a 0.40mm Hardened Steel Nozzle in this upgrade. Print anywhere between simple filament like PLA to tough NylonX with this specific setup. This upgrade replaces the EZR Struder with E3D Lite 6 and Brass Nozzle that comes stock with the standard Pulse.
\r\n
\r\n
\r\n
\r\n
\"Filament
\r\n
\r\n
Filament Runout Sensor+$95
\r\n
While a print is in progress, the Filament Runout Sensor constantly monitors filament to ensure successful printing. Run out of filament mid-print? Our Sensor will alert MatterControl to pause your print session. This will allow you to reload filament and seamlessly continue printing. Rest easy knowing incomplete print results will drastically reduce with the Filament Runout Sensor. This upgrade can only be purchased with the Bondtech Extruder Upgrade.
\r\n
\r\n
\r\n
\r\n
\"LayerLock
\r\n
\r\n
LayerLock Garolite Bed +$39
\r\n
From PLA to NylonX, this tough fiberglass-impregnated resin bed surface provides excellent performance across a wide range of materials and long-lasting durability. This build surface is perfect for getting advanced filaments like NylonX to stick to the bed. This upgrade replaces the BuildTak that comes stock on the heated bed. If paired with the BuildTak Magnetic FlexPlate System Upgrade, you will receive the FlexPlate system with the LayerLock Garolite Build Surface installed, NOT the BuildTak.
\r\n
\r\n
\r\n
\r\n
\"BuildTak
\r\n
\r\n
BuildTak FlexPlate System+$99
\r\n
When printing large parts, there is a huge advantage to having a build plate that can be removed and flexed to easily remove the print off of the bed. The BuildTak Magnetic Flexplate System 9” x 10” ensures part removal is super easy and saves you time and effort. This comes with a sheet of BuildTak installed on the build plate.
\r\n
\r\n
\r\n
\r\n
\"BuildTak
\r\n
\r\n
BuildTak Extra FlexPlate +$35
\r\n
Move on to the next print quickly and efficiently with an extra BuildTak FlexPlate. When one print finishes, you can detach the flexplate, replace it with this spare, and immediately start printing. No more pausing to scrape. Just swap and print! This upgrade comes with a sheet of BuildTak installed on the build plate and can be paired with the LayerLock Garolite Extra FlexPlate upgrade. This upgrade must be paired with the Magnetic FlexPlate System Upgrade.
\r\n
\r\n
\r\n
\r\n
\"LayerLock
\r\n
\r\n
LayerLock Garolite Extra FlexPlate +$49
\r\n
Alternating between build surfaces just got easier with an extra LayerLock Garolite FlexPlate! Have the option of using a spare or switching between different types of surfaces! Go from printing on BuildTak to printing on garolite in less than a minute. No more dealing with sticky build surface residue when switching surfaces; just swap build plates on and off. This upgrade comes with LayerLock Garolite Build Surface installed on the build plate and can be paired with the BuildTak Extra FlexPlate upgrade. This upgrade must be paired with the Magnetic FlexPlate System Upgrade.
\r\n
\r\n
\r\n
\r\n
\"LayerLock
\r\n
\r\n
LayerLock Powder Coated PEI Build Plate +$39.99
\r\n
Achieve better bed adhesion with zero hassle using the LayerLock Powder Coated PEI Build Plate! This build surface provides the strong bed adhesion you need for standard filaments such as PLA, ABS, PETG, and flexibles such as TPU and TPE. Powder coated with PEI, this durable build plate 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. This upgrade must be paired with the Magnetic FlexPlate System Upgrade.
\r\n
\r\n
\r\n\r\n
\r\n
\"32-Bit
\r\n
\r\n
32-Bit Upgrade for Pulse +$399
\r\n
Print faster, cleaner, and more accurately with the 32-Bit Upgrade for Pulse! A faster CPU clock, more RAM, and optimized firmware—these are just some of the many perks you can unlock with this upgrade. Running Smoothieware on the 32-bit Azteeg X5 GT, this board is the solution you need to take the planning ability of your printer to the next level. This upgrade cannot be paired with the LCD Screen Upgrade. This upgrade replaces the Ultimachine RAMBo Mini Board that comes stock with the Pulse.
\r\n
\r\n
\r\n
\r\n
\"Viki
\r\n
\r\n
Viki 2 LCD Screen +$95
\r\n
The Viki 2 is an onboard LCD screen with a large control wheel and MicroSD memory card slot that allows for untethered printing on top of USB connectivity. Export your gcode from MatterControl onto the MicroSD card, plug it into the printer and you're ready to roll! The Viki 2 has a slightly larger screen than the LCD Screen add-on which allows for more settings to be viewed at a single time. This upgrade cannot be paired with the LCD Screen Upgrade.
\r\n
\r\n
\r\n
\r\n
\"LCD
\r\n
\r\n
LCD Screen +$50
\r\n
LCD Screens allow optional untethered printing, on top of USB connectivity printing, for the Pulse. This LCD screen has an SD card reader on the side for printing files without using a computer and displays basic, essential print factors such as nozzle temp, bed temp, print time, and more in real-time. Feel free to shut down your computer while the printer does its job. This upgrade cannot be paired with the 32-bit upgrade. This upgrade also cannot be paired with the Viki 2 LCD Screen Upgrade.
\r\n
\r\n
\r\n
\r\n
\"Pulse
\r\n
\r\n
Pulse Enclosure Kit - Black+$279
\r\n
Keep your prints warm and warp free with the Pulse Enclosure Kit! This kit is made up of laser cut panels that sit on the same surface as your Pulse 3D printer. Designed to consistently help keep heated and moving parts functional, this enclosure also helps regulate temperature and reduce warping that may occur during printing. Prevent outside variables from affecting the success of your 3D printing results when you use the Pulse Enclosure. This enclosure kit is available in white for $249 and in black for $279. The colors do not affect the quality of the enclosure.
\r\n
\r\n
\r\n
\r\n
\"MatterHackers
\r\n
\r\n
MatterHackers 3D Printing Tool Kit Premium+$89.94
\r\n
Introducing the premium version of our MatterHackers 3D Printing Tool Kit! This product contains all of the essential tools a maker needs for successful 3D printing, as well as additional items that further streamline your experience for a faster and better workflow. Successfully producing and processing prints has never been easier and quicker than with all the tools accumulated in this handy travel-size bag.
\r\n
\r\n
\r\n
\r\n
\"Pulse
\r\n
\r\n
Pulse 3D Printer Maintenance Kit +$110
\r\n
Show a little love to your hardworking Pulse 3D Printer with the Pulse 3D Printer Maintenance Kit. Every Pulse 3D printer is built to last, but even the strongest of printers could use a little TLC from time to time. With simple, minimal maintenance using essential components and tools in this kit, your Pulse 3D Printer will last for years to come.
\r\n
\r\n
\r\n
\r\n
\"Pulse
\r\n
\r\n
Pulse Protection Extended 2 Year Warranty +$299
\r\n
With this extended 2 year warranty, you can repair or replace your Pulse XE 3D printer, at no extra charge, for another year. This is on top of the current 1 year warranty backed by MatterHackers’ Success Guarantee, thus giving you a safety net of 2 years for repair or replacement from time of purchasing your printer.
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
", + "ElementCode": "ZDHEEC", + "Images": [], + "Type": "Text" + }, + { + "Content": "
\r\n

Technical Specifications - Pulse:

\r\n
\r\n
\r\n

The Pulse is created specifically for reliable 3D printing for all configurations. By selecting specific industry-leading components, methods, and features the Pros at MatterHackers have engineered a truly reliable 3D printer. Regardless of how you customize your Pulse, each of the components below are assembled, tested, and calibrated on every Pulse when it arrives to you.

\r\n
\r\n
\"BLTouch
\r\n
\r\n
BLTouch Bed Leveling Probe
\r\n
The Pulse 3D printer arrives stock with a BLTouch Probe Auto-leveling system - the most technologically advanced auto-calibration solution available. The BLTouch gathers data by physically touching the bed. This method ensures more accurate data, allowing exact bed leveling and easy flexibility switching between bed surfaces. Enjoy this included feature that makes your 3D printing process faster and more efficient.
\r\n
\r\n
\r\n
\r\n
\"Heated
\r\n
\r\n
Heated Bed with Installed BuildTak
\r\n
Print with a wide variety of materials on the Pulse 3D printer's heated bed. The bed has a pre-installed sheet of BuildTak, making it incredibly easy for prints of various filaments to stick during printing and easy to remove once completed. Install these sheets faster and with less bubbles than tapes or films. Need a great alternative to PEI tape or Kapton tape? BuildTak is the ideal solution.
\r\n
\r\n
\r\n
\r\n
\"EZR
\r\n
\r\n
EZR Struder (1.75mm) with E3D Lite6 HotEnd and Brass Nozzle
\r\n
For those interested in fine-tuning their printing with no need for high-temperatures, this is the perfect hotend set up for you. Thermal transitions are kept sharp inside the hotend making 3D printing an easier, smoother, and all around better experience for those interested in printing with standard filament such as PLA and ABS. This feature is replaced by the Bondtech Extruder Upgrade if you select that option.
\r\n
\r\n
\r\n
\r\n
\"Spool
\r\n
\r\n
One Spool of 1.75mm PRO Series Filament (1kg)
\r\n
Our MatterHackers PRO Series filament is manufactured to the tightest tolerances on the market. Engineered to highlight the strengths of its printing material, rest assured that the filament you're using is the best of the best, and made in the USA.
\r\n
\r\n
\r\n
\r\n
\"Robust
\r\n
\r\n
Robust and Reliable i3 Design
\r\n
Based on the proven, open-source Prusa i3 frame design, the Pulse 3D printer’s design is robust and reliable at its core. Its current iteration has been improved to include a robust, aluminum extruded base that provides more rigidity and reliability.
\r\n
\r\n
\r\n
\r\n
\"MatterControl\"
\r\n
\r\n
MatterControl 3D Printer Software Including Power Recovery
\r\n
MatterControl is a free, open-source, all-in-one software package that lets you design, slice, organize, and manage your 3D prints. Developed in-house by MatterHackers, MatterControl is paired with printer settings ideal for the Pulse 3D printer. Increase your chances of printing success with helpful features such a power recovery, reloading filament mid-print, real-time modification of Z-offset, and more. Do more with your creativity, your time, and your Pulse using MatterControl.
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
", + "ElementCode": "PQJVFY", + "Images": [], + "Type": "Text" + }, + { + "Content": "
\r\n

What's in the box?

\r\n
\r\n
\r\n
\r\n
    \r\n
  • Pulse Custom Assembled 3D Printer
  • \r\n
  • Spool of MatterHackers PRO Series Filament
  • \r\n
  • Art Knife
  • \r\n
  • Power Supply
  • \r\n
  • USB Cable
  • \r\n
  • Quick Start Guide
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
", + "ElementCode": "6UOKPE", + "Images": [], + "Type": "Text" + }, + { + "Content": "
\r\n
\r\n

MatterHackers Success Guarantee

\r\n
\r\n
\r\n

Try your Pulse 3D printer risk-free today - we’re sure you’ll be fully satisfied with your Pulse and we take pride in matching you with the best 3D printer for your needs and ensuring your success. If the assembled Pulse is not the right fit, you may exchange it for a different model at MatterHackers within 30 days with no restocking fee. Your success is our guarantee!

\r\n

To learn more about our Success Guarantee policy, click here.

\r\n
\r\n
", + "ElementCode": "6R7U16", + "Images": [], + "Type": "Text" + }, + { + "Content": "
\"Pulse
\r\n
\r\n
\r\n

Technical Information

\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Build Volume250 x 220 x 215 mm (10 x 9 x 8.5 in)
Machine Volume
(L x W x H)
559 x 464 x 584 mm (22 x 18.25 x 23 in)
These dimensions include wires protruding from the machine. The X, Y, and Z movement do not go beyond these dimensions.
Speedtravel speed of up to 250 mm/s and a print speed as high as 60 mm/s
Resolution20 microns (.02mm)
Layer Height30 microns (.03mm) to 350 microns (.35 mm)
Filament DiameterØ 1.75 mm
Extruder\r\n

SeeMeCNC EZRstruder

\r\n

Bondetch QR Extruder (Upgrade)

\r\n
Nozzle\r\n

E3D v6 Nozzle - 1.75mm x 0.40mm (Brass)

\r\n

E3D Hardened Steel Nozzle 0.40mm (w/ Bondtech upgrade)

\r\n

Olsson Ruby Nozzle 0.4mm (w/ Olsson Ruby Nozzle upgrade)

\r\n
Max HotEnd Temp\r\n

E3D Lite6 <255°C

\r\n

E3D V6 <295°C (Upgrade)

\r\n
Max Heated Bed TempCurrently Set to 120°C
Print Surface\r\n

Heated Bed with installed BuildTak

\r\n

BuildTak Flexplate and LayerLock Garolite Build Surface available as upgrades

\r\n
Filament SensorYes (Upgrade) - monitors filament to ensure successful printing
Power RecoveryYes - MatterControl will recover a printer power loss
CalibrationAutomatic Print Leveling - 9 point BLTouch sensor
Remote ControlMonitor and control your Pulse 3D printer from your tablet or phone over networking using the integrated MatterControl Sync portal.
Open StandardsPulse uses open standard technology, which means compatibility with open source tools and no artificial restrictions around the materials you can use.
Returns/WarrantyMatterHackers Success Guarantee, 1 year repair-or-replace warranty, lifetime support.
\r\n
\r\n
\r\n
\r\n
", + "ElementCode": "LV7IXF", + "Images": [], + "Type": "Text" + } + ], + "FeaturedImage": { + "ImageFile": "/mh-product-images/prod/80d274ea-a57b-4a1a-94b2-360b1712eed1", + "ImageUrl": "https://lh3.googleusercontent.com/HKO2IL1yraTv6XSYcBQgzKmrVIkYrWw4DS1dww7n4uIxnHz0ryzxxQyehv22zHFfVxwOsEJCizvDbrcP900xr_sY", + "IsFeatured": true + }, + "HasBeenPublished": true, + "HideRewardsFlag": false, + "Images": [ + { + "ImageFile": "/mh-product-images/prod/80d274ea-a57b-4a1a-94b2-360b1712eed1", + "ImageUrl": "https://lh3.googleusercontent.com/HKO2IL1yraTv6XSYcBQgzKmrVIkYrWw4DS1dww7n4uIxnHz0ryzxxQyehv22zHFfVxwOsEJCizvDbrcP900xr_sY", + "IsFeatured": true + }, + { + "ImageFile": "/mh-product-images/prod/5c96f2b2-f162-4e4f-9359-71478953ae49", + "ImageUrl": "https://lh3.googleusercontent.com/hCa2BYZ7LE_0a-cPyxgDL7_hRw3JSCT4oFLpo_vXKLO3xNl6FwP7ElyU-yzFSTz0lM0HTv6leePk_u_q28MMq_Uq", + "IsFeatured": false + }, + { + "ImageFile": "/mh-product-images/prod/997cc78a-15ab-4b0e-a102-536b6858d024", + "ImageUrl": "https://lh3.googleusercontent.com/2n7IU8xqwwB5fX_5eFtwpgvtbfhNdnD4I8b2_gm9uwJSKdsE_xl9F0SWf0bk9B20XYWIi2amzF_IQiEnRWMi8w", + "IsFeatured": false + }, + { + "ImageFile": "/mh-product-images/prod/40b008ec-4c9b-42b6-974f-72b5111fcdd6", + "ImageUrl": "https://lh3.googleusercontent.com/IEIw4Nnk_JxjihSKMQm-Nf9j_SKXTEbqcHiqxSZr-J8PNgxK3-G9Qu5n-i7rBuT5-NH_GE56ikycCIo-y9rzGc3f", + "IsFeatured": false + }, + { + "ImageFile": "/mh-product-images/prod/16185715-aeff-43ad-8eae-dd26ea43123e", + "ImageUrl": "https://lh3.googleusercontent.com/5teY95gUVUi5s3BYyL7ElEA4OMc1gRP3GqSJKrO7Y83TA-T7YURT1HC1veYECLRthiuyuWPbte-aUT2rDMqndw", + "IsFeatured": false + }, + { + "ImageFile": "/mh-product-images/prod/0447ce7f-1161-42ff-bb8a-ac0e28f8f269", + "ImageUrl": "https://lh3.googleusercontent.com/XeS8Rvk2OoSq-aeYP6DUymtpgTYlXZnjpEY6cvWFF6FIzQqtSlTcjZmwVFApoEB5CHEjdJ3XOedraYf5U3u0FQ", + "IsFeatured": false + }, + { + "ImageFile": "/mh-product-images/prod/0ea52597-54e2-479e-a75b-82ccf7479293", + "ImageUrl": "https://lh3.googleusercontent.com/fghFadjSmgnzlWQ9MNFbUumn0yq39Ti_sB4ESY3ixNKrzDwZEMmv4kYnDxmi90bS9OKo0Q31WUBJg8TNrQoOXeg", + "IsFeatured": false + }, + { + "ImageFile": "/mh-product-images/prod/06b3a36e-31c5-4804-ba88-7d101dcfc677", + "ImageUrl": "https://lh3.googleusercontent.com/oBHaVrayVDwRB-1FAVveZDgbhTlNBKbt_TjiHOvZ6ZEZNcibsGp-3MIykOwJK6tN_qy12cb8Rpve1006xnyvGUAl", + "IsFeatured": false + }, + { + "ImageFile": "/mh-product-images/prod/45f903f7-2c9d-4ac3-9ee0-b54636cd30c5", + "ImageUrl": "https://lh3.googleusercontent.com/iM7Nldo2SU6HFypXyHOEiy__pdla9pvQ_omCHfqrK6uwGqUvpZoAoWDicfRiyKLdHTyVCx61uBpKamUufTmpUPU", + "IsFeatured": false + }, + { + "ImageFile": "/mh-product-images/prod/d1d4cd56-95fa-490c-818a-bdd61a561e96", + "ImageUrl": "https://lh3.googleusercontent.com/0PHKVTSR-pt2wdcST2wEnYM_4jLeqvtGTQozBC0iDRBbvnqXCSH8XFuhZz-biAwIvG5mzPk7aaobdQMjOE_5Ib6r", + "IsFeatured": false + } + ], + "IsActive": true, + "IsAdminSearchable": true, + "IsCustomizable": true, + "IsDeprecated": false, + "IsSearchable": true, + "Key": "ag1zfm1oLXBscy1wcm9kck8LEg5Qcm9kdWN0TGlzdGluZyI7bGVnYWN5OmFnOXpmbTFoZEhSbGNtaGhZMnRsY25OeUZBc1NCMUJ5YjJSMVkzUVlnSUNBbzU2VHVBb00M", + "LegacyProductKey": "ag9zfm1hdHRlcmhhY2tlcnNyFAsSB1Byb2R1Y3QYgICAo56TuAoM", + "MetaTagKeywords": [ + "Original Prusa i3", + "MK2S ", + "Original Prusa i3 MK2S 3D printer", + "Original Prusa i3 MK2 3D printer", + "Josef Prusa", + "Josef Pr\u016f\u0161a", + "MK3", + "Original Prusa i3 MK3 3D Printer" + ], + "PreOrderFlag": true, + "ProductCreatedOn": "2017-07-25T07:08:32.377540", + "ProductEditedOn": "2020-06-12T23:06:18.452079", + "ProductType": "physical-on-demand", + "RedirectUrl": "", + "ReferenceUrl": "pulse-3d-printer", + "RelatedProducts": [ + "ag1zfm1oLXBscy1wcm9kck8LEg5Qcm9kdWN0TGlzdGluZyI7bGVnYWN5OmFnOXpmbTFoZEhSbGNtaGhZMnRsY25OeUZBc1NCMUJ5YjJSMVkzUVlnSUNBOXFuTG9nb00M", + "ag1zfm1oLXBscy1wcm9kchsLEg5Qcm9kdWN0TGlzdGluZxiAgICA-rKNCgw" + ], + "ShortDescription": "Introducing the Pulse 3D printer - an amazingly high-quality machine, customized to meet your 3D printing needs. Pulse is **assembled, tested and guaranteed by the pros at MatterHackers** in California. \r\n\r\nBuilt on top of the proven, open source Prusa i3 design, the Pulse is custom assembled to your specifications with the latest and greatest high quality components pre-installed for the best possible experience out of the box.", + "ShowAddToCart": true, + "ShowQuestionsFlag": true, + "Subtitle": "", + "TemplateKey": "ag9zfm1hdHRlcmhhY2tlcnNyGQsSDFBhZ2VUZW1wbGF0ZRiAgMDHjZugCww", + "Title": "Pulse 3D Printer - Custom Pre-Assembled" + }, + "ProductListingKey": "ag1zfm1oLXBscy1wcm9kck8LEg5Qcm9kdWN0TGlzdGluZyI7bGVnYWN5OmFnOXpmbTFoZEhSbGNtaGhZMnRsY25OeUZBc1NCMUJ5YjJSMVkzUVlnSUNBbzU2VHVBb00M", + "ProductNumber": "151977005", + "ProductPrice": 79900, + "ProductType": "physical-on-demand", + "ProductUpc": "735810238250", + "QuantityAvailable": 33, + "QuantityOnHand": 33, + "QuantityReserved": 1, + "ReferenceUrl": "pulse-3d-printer", + "SID": "MUY6R1P5", + "ShowAvailableDate": false, + "ShownInListing": true, + "SkuName": "Pulse 3D Printer - Custom Pre-Assembled", + "SkuWarningMessages": [], + "TotalWeight": 12700590, + "TotalWeightGrams": "12,700.59", + "TotalWeightKilograms": "12.70", + "TotalWeightPounds": "28.00", + "Weight": 12700590, + "WeightGrams": "12,700.59", + "WeightKilograms": "12.70", + "WeightPounds": "28.00" + }, + "Status": "success" +} \ No newline at end of file diff --git a/StaticData/TextWebCache/7309771125341276847.txt b/StaticData/TextWebCache/7309771125341276847.txt new file mode 100644 index 000000000..612d9687f --- /dev/null +++ b/StaticData/TextWebCache/7309771125341276847.txt @@ -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": "

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 here.

", + "ElementCode": "7CJ9KI", + "Images": [], + "Type": "Text" + }, + { + "Content": "

", + "ElementCode": "V82EMJ", + "Images": [], + "Type": "Text" + }, + { + "Content": "
\r\n

", + "ElementCode": "I8YP9R", + "Images": [], + "Type": "Text" + }, + { + "Content": "

ADHESION LOCKED DOWN

\r\n

Looking for strong bed adhesion in a build plate? We’ve got you covered. Introducing LayerLock Powder Coated PEI Build Plate—the reliable PEI build surface you need for your printer bed’s magnetic base. If painter’s tape or kapton tape haven’t been working for you, PEI is a wonderful alternative build surface known for successfully providing strong bed adhesion for standard filaments such as PLA, ABS, PETG, and flexibles such as TPU and TPE. Tired of watching your prints slip and slide on a build surface? LayerLock’s Powder Coated PEI Build Plate will have your prints locked down.

", + "ElementCode": "5KWNSO", + "Images": [], + "Type": "Text" + }, + { + "Content": "

", + "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": "

FLEXIBILITY WITHOUT COMPROMISING STURDINESS

\r\n

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’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.

", + "ElementCode": "DFNT4M", + "Images": [], + "Type": "Text" + }, + { + "Content": "

", + "ElementCode": "A4NTZ7", + "Images": [ + { + "ImageFile": "/mh-product-images/prod/c475a5e7-0d7a-4594-ab1b-973080977568", + "ImageUrl": "https://lh3.googleusercontent.com/JOsps47jgDHdkpxOgH1tocdXvK7OUpAhylUlvx6RtlwKTQYHjuVal5k70PNMBM4hbI3mLGsGJQf7p90KFXcomurc", + "IsFeatured": false + } + ], + "Type": "Image" + }, + { + "Content": "

ADD CHARACTER WITH TEXTURE

\r\n

Get the texture you never knew you wanted on your prints with LayerLock Powder Coated PEI Build Plate’s special surface. Smooth surface not giving you the exact look you’re seeking? Maybe smooth doesn’t work for your print’s particular function. With this PEI build plate, you’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’ll have a rough, but not harsh, surface that is both useful and aesthetically pleasing.

", + "ElementCode": "2X5DBL", + "Images": [], + "Type": "Text" + }, + { + "Content": "

", + "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": "

TECHNICAL SPECIFICATIONS

\r\n
    \r\n
  • Double-Sided, Powder Coated PEI Spring Steel Build Plate
  • \r\n
  • Dimensions: 9.5 in x 10 in x 0.02 in (241 mm x 254 mm x 0.60 mm)
  • \r\n
", + "ElementCode": "MIMBKA", + "Images": [], + "Type": "Text" + }, + { + "Content": "

PRINTER COMPATIBILITY

\r\n

This build plate is compatible with the following printers:

\r\n
    \r\n
  • Original Prusa i3
  • \r\n
      \r\n
    • MK2 Model with FlexPlate installation
    • \r\n
    • MK2S Model with FlexPlate installation
    • \r\n
    • MK 2.5S Model
    • \r\n
    • MK3 Model
    • \r\n
    • MK3S Model
    • \r\n
    \r\n
  • Pulse 3D Printer
  • \r\n\r\n
  • Printers with a Magnetic Base Print Bed
  • \r\n
      \r\n
    • Note: As long as the 9.5” x 10” Build Plate can fit within the printer’s frame/enclosure
    • \r\n
    \r\n
  • Printers with a BuildTak FlexPlate System
  • \r\n
      \r\n
    • Note: As long as the 9.5” x 10” Build Plate can fit within the printer’s frame/enclosure
    • \r\n
    \r\n
", + "ElementCode": "QJIBJR", + "Images": [], + "Type": "Text" + }, + { + "Content": "

MATERIAL COMPATIBILITY

\r\n
    \r\n
  • PLA
  • \r\n
  • ABS
  • \r\n
  • PETG*
  • \r\n
  • RYNO*
  • \r\n
  • TPU*
  • \r\n
  • TPE*
  • \r\n
  • PVA
  • \r\n
\r\n

* Please note that optimal nozzle height is especially crucial for these materials to avoid infusing prints into the build surface.

", + "ElementCode": "SRPFEA", + "Images": [], + "Type": "Text" + }, + { + "Content": "

INSTALLATION

\r\n

Installation is extremely easy for any printer setup. Attach the LayerLock Power Coated PEI Build Plate onto your printer’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’s guidelines. While adjustments to your z-height will be minor thanks to the build plate’s thin thickness, it is crucial that you follow this step before any attempts to print with this new set up. For a more detailed “How To Succeed” installation, check out our guide here. That's it! You're ready to print.

", + "ElementCode": "FHC645", + "Images": [], + "Type": "Text" + }, + { + "Content": "

MAINTENANCE

\r\n

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. 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.

", + "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" +} \ No newline at end of file diff --git a/StaticData/TextWebCache/7481065457043221290.txt b/StaticData/TextWebCache/7481065457043221290.txt new file mode 100644 index 000000000..f6eb29a7e --- /dev/null +++ b/StaticData/TextWebCache/7481065457043221290.txt @@ -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" +} \ No newline at end of file diff --git a/StaticData/TextWebCache/774471765003692263.txt b/StaticData/TextWebCache/774471765003692263.txt new file mode 100644 index 000000000..6e2ab1b18 --- /dev/null +++ b/StaticData/TextWebCache/774471765003692263.txt @@ -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. \ No newline at end of file diff --git a/StaticData/TextWebCache/8113601996931354534.txt b/StaticData/TextWebCache/8113601996931354534.txt new file mode 100644 index 000000000..78d01c644 --- /dev/null +++ b/StaticData/TextWebCache/8113601996931354534.txt @@ -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": "

Growing Up

\r\n

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.

\r\n

The true possibilities with 3D printing are here!

", + "ElementCode": "0CQAVA", + "Images": [], + "Type": "Text" + }, + { + "Content": "

", + "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": "

What's in the Box

\r\n
    \r\n
  • Aluminum Cooling Block
  • \r\n
  • Grade 5 Titanium Heat Break
  • \r\n
  • Aluminum Heater Block
  • \r\n
  • Brass Plated Wear Resistant MK8 .4mm Nozzle
  • \r\n
  • Silicone Sock
  • \r\n
  • Hardware kit
  • \r\n
", + "ElementCode": "0IEM02", + "Images": [], + "Type": "Text" + }, + { + "Content": "

Compatible with the following printers:

\r\n
    \r\n
  • CR-10
  • \r\n
  • CR-10S
  • \r\n
  • CR-10 S5
  • \r\n
  • CR-20
  • \r\n
  • CR-20 Pro
  • \r\n
  • Ender 3
  • \r\n
  • Ender 3 Pro
  • \r\n
  • Tevo Tornado
  • \r\n
", + "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" +} \ No newline at end of file diff --git a/StaticData/TextWebCache/8643367413001513404.txt b/StaticData/TextWebCache/8643367413001513404.txt new file mode 100644 index 000000000..f3e9af477 --- /dev/null +++ b/StaticData/TextWebCache/8643367413001513404.txt @@ -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": "

**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.**

", + "ElementCode": "UUTXHD", + "Images": [], + "Type": "Text" + }, + { + "Content": "

\"\"

\r\n

The Ultimaker 2+ is one of the most advanced, accurate, and reliable single-extrusion desktop 3D printers around.

", + "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" +} \ No newline at end of file diff --git a/StaticData/TextWebCache/8735848053504414409.txt b/StaticData/TextWebCache/8735848053504414409.txt index 071718ad3..667dc700f 100644 --- a/StaticData/TextWebCache/8735848053504414409.txt +++ b/StaticData/TextWebCache/8735848053504414409.txt @@ -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" } \ No newline at end of file diff --git a/StaticData/TextWebCache/9092896052329426727.txt b/StaticData/TextWebCache/9092896052329426727.txt new file mode 100644 index 000000000..4266e2396 --- /dev/null +++ b/StaticData/TextWebCache/9092896052329426727.txt @@ -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" +} \ No newline at end of file diff --git a/StaticData/TextWebCache/9779982399405251117.txt b/StaticData/TextWebCache/9779982399405251117.txt new file mode 100644 index 000000000..8b7283d5c --- /dev/null +++ b/StaticData/TextWebCache/9779982399405251117.txt @@ -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": "

\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

\n

\n

\n
\n

\n

\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 \n Hardened Steel Nozzles\n \n or the\n \n E3D Volcano Pack\n \n .\n

\n

\n Compatibility\n

\n
    \n
  • \n Ultimaker 2\n
  • \n
  • \n Ultimaker 2 Extended\n
  • \n
  • \n Ultimaker 2+\n
  • \n
  • \n Ultimaker 2 Extended+\n
  • \n
\n

\n What's In The Box\n

\n
    \n
  • \n 1 - E3D All-metal v6 HotEnd Fully Assembled 3.00mm Bowden (24v) (includes new PT100 cartridge and silicone sock)\n
  • \n
  • \n 1 - E3D Titan Universal Extruder with 3mm Bowden adaptor\n
  • \n
  • \n 1 - 3.00mm Nozzle Fun Pack (includes 6 nozzle sizes: 0.25, 0.30, 0.35, 0.50, 0.60, 0.80mm)\n
  • \n
  • \n Printed X-carriage parts, including part cooling fan ducts\n
  • \n
  • \n 2 - Fan Ducts\n
  • \n
  • \n 1 - Pre-assembled wiring loom\n
  • \n
  • \n 1 - PTFE Bowden Tubing\n
  • \n
", + "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" +} \ No newline at end of file diff --git a/StaticData/TextWebCache/9862684967049717677.txt b/StaticData/TextWebCache/9862684967049717677.txt new file mode 100644 index 000000000..eba854fd8 --- /dev/null +++ b/StaticData/TextWebCache/9862684967049717677.txt @@ -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": "

Stick Stick 3D Printer Bed Adhesive Solution

\r\n

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. 

", + "ElementCode": "MY7K53", + "Images": [], + "Type": "Text" + }, + { + "Content": "

\r\n

Stick Stick 3D printer bed adhesion solution is an excellent way to ensure a solid first layer for most 3D printing materials. 

", + "ElementCode": "LN3KA0", + "Images": [ + { + "ImageFile": "/mh-product-images/prod/8fcfa4fe-2351-4ac4-b6eb-cba002b6b909", + "ImageUrl": "https://lh3.googleusercontent.com/j5lfCWdow69R2NxPjFpnn0wGommqDjnPzJkeVeCfintEpIzCxJKgVTqtuDuIoFueeSGqibyGfGhuqaT4z0yVwvA", + "IsFeatured": false + } + ], + "Type": "Text" + }, + { + "Content": "

How To Use MatterHackers' Stick Stick 3D Printer Bed Adhesive

\r\n

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 MatterHackers' Stick Stick 3D Printer Bed Adhesive:

\r\n
    \r\n
  • Shake the Stick Stick bottle for a few seconds to mix the solution
  • \r\n
  • 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. 
  • \r\n
  • Start your print - the solution will dry as the bed heats up. 
  • \r\n
  • When your print is complete, wait for the bed to cool, and your part will pop right off
  • \r\n
  • Clean your 3D printer's bed using warm water. 
  • \r\n
\r\n

", + "ElementCode": "LG992R", + "Images": [], + "Type": "Text" + }, + { + "Content": "

\r\n

Applying Stick Stick bed adhesion solution to your 3D printer's bed is easy with the sponge applicator. 

", + "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": "

Why Getting a Good First Layer for Your 3D Printed Part Matters

\r\n

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. 

", + "ElementCode": "CEGN43", + "Images": [], + "Type": "Text" + }, + { + "Content": "

\r\n

The first layer of a 3D printed part is an important step - use Stick Stick to help print with confidence. 

", + "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": "

The Easiest Way to Remove 3D Printed Parts from Your 3D Printer's Bed

\r\n

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 bed adhesion solution 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.

", + "ElementCode": "5NKM0L", + "Images": [], + "Type": "Text" + }, + { + "Content": "

\r\n

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. 

", + "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": "

3D Printing Materials Compatible with Stick Stick 3D Printer Bed Adhesion Solution

\r\n

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: 

\r\n
    \r\n
  • PLA 3D Printing Filament
  • \r\n
  • ABS 3D Printing Filament
  • \r\n
  • PETG 3D Printing Filament
  • \r\n
  • PRO Series Ryno 3D Printing Filament
  • \r\n
  • Certain Advanced 3D Printing Filament
  • \r\n
\r\n

", + "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" +} \ No newline at end of file diff --git a/StaticData/TextWebCache/9997955681423145689.txt b/StaticData/TextWebCache/9997955681423145689.txt new file mode 100644 index 000000000..ae4eac9e5 --- /dev/null +++ b/StaticData/TextWebCache/9997955681423145689.txt @@ -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" +} \ No newline at end of file diff --git a/Submodules/MatterSlice b/Submodules/MatterSlice index 71e3ef968..fd058b1fb 160000 --- a/Submodules/MatterSlice +++ b/Submodules/MatterSlice @@ -1 +1 @@ -Subproject commit 71e3ef9688101735b4c7b98f7f0c02c14b1af118 +Subproject commit fd058b1fb03b30fc8b5f4a602d585aabc90809f9 diff --git a/Submodules/agg-sharp b/Submodules/agg-sharp index 686627684..05618d661 160000 --- a/Submodules/agg-sharp +++ b/Submodules/agg-sharp @@ -1 +1 @@ -Subproject commit 686627684e644016cb627437e5e54a68a822ef41 +Subproject commit 05618d6612385c13a3384b03be1b655dd84756b5