app.3dprint-uk.co.uk
Open in
urlscan Pro
18.133.9.153
Public Scan
URL:
https://app.3dprint-uk.co.uk/portal/quote/030oi8bdxrrgvjgeghxmw0hpu1pfv30a/
Submission: On November 24 via api from RU — Scanned from GB
Submission: On November 24 via api from RU — Scanned from GB
Form analysis
4 forms found in the DOMGET https://www.3dprint-uk.co.uk/
<form class="footer-search" role="search" method="get" action="https://www.3dprint-uk.co.uk/">
<div class="row">
<div class="col-10">
<input type="search" class="form-control footer-search-input" value="" name="s">
</div>
<div class="col-2">
<button type="submit" class="footer-search-submit" value="Search"><svg class="svg-inline--fa fa-search fa-w-16" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="search" role="img" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 512 512" data-fa-i2svg="">
<path fill="currentColor"
d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z">
</path>
</svg><!-- <i class="fas fa-search"></i> Font Awesome fontawesome.com --></button>
</div>
</div>
</form>
POST /welcome/
<form id="LoginForm" method="post" action="/welcome/">
<input type="hidden" name="csrfmiddlewaretoken" value="Fc3IsRFsvRQr8y0YCHqcZBm8JYPvCkHk8qwc9jscrvj2P0GEzAH3kP2ef6bN3kQF">
<input type="hidden" name="form" value="login">
<input type="hidden" name="next" value="">
<div id="LoginFormErrors" style="display: none;" class="alert alert-danger fs--1 py-2">
<p class="mb-1">The username or password you have entered is incorrect.</p>
<p class="mb-1">Your username will be the email address you used to sign up.</p>
<p class="mb-1"><a class="fs--1" href="/password_reset/">Forgot Password?</a></p>
</div>
<div class="input-group mb-3">
<div class="input-group-prepend col-4 pl-0 pr-0"><span class="input-group-text w-100 bg-white"><img style="height: 20px; width: 20px;" alt="username" class="img-fluid mr-2" src="/static/img/icons/account2.svg">Email</span></div>
<input type="text" name="username" autocapitalize="none" autocomplete="username" maxlength="50" class="form-control" required="" style="padding-right: 5rem;" size="50" id="id_username">
</div>
<div class="input-group mb-3">
<div class="input-group-prepend col-4 pl-0 pr-0"><span class="input-group-text w-100 bg-white"><img style="height: 20px; width: 20px;" alt="password" class="img-fluid mr-2" src="/static/img/icons/password.svg">Password</span></div>
<input type="password" name="password" autocomplete="current-password" class="form-control" required="" id="id_password">
</div>
<div class="row justify-content-between align-items-center">
<div class="col-auto">
<a class="fs--1 text-brand-blue" href="/password_reset/">Forgot Password?</a>
</div>
</div>
<div class="form-group">
<button id="LoginFormSubmit" class="btn btn-brand-blue btn-block mt-4 py-3" type="button">Log in</button>
</div>
</form>
POST /welcome/
<form id="SignupForm" method="post" action="/welcome/">
<input type="hidden" name="csrfmiddlewaretoken" value="Fc3IsRFsvRQr8y0YCHqcZBm8JYPvCkHk8qwc9jscrvj2P0GEzAH3kP2ef6bN3kQF">
<input type="hidden" name="form" value="signup">
<input type="hidden" name="next" value="">
<div class="input-group mb-3">
<div class="input-group-prepend col-4 pl-0 pr-0"><span class="input-group-text w-100 bg-white">First name</span></div>
<input type="text" name="first_name" maxlength="17" class="form-control" required="" autocomplete="given-name" size="17" id="id_first_name" style="padding-right: 5rem;">
</div>
<div class="input-group mb-3">
<div class="input-group-prepend col-4 pl-0 pr-0"><span class="input-group-text w-100 bg-white">Last name</span></div>
<input type="text" name="last_name" maxlength="17" class="form-control" required="" autocomplete="family-name" size="17" id="id_last_name" style="padding-right: 5rem;">
</div>
<div class="input-group mb-0">
<div class="input-group-prepend col-4 pl-0 pr-0"><span class="input-group-text w-100 bg-white">Email address</span></div>
<input type="email" name="email" maxlength="50" class="form-control" required="" autocomplete="email" autocapitalize="none" style="padding-right: 5rem;" size="50" id="id_email">
</div>
<div class="mb-3">
<div id="SignupFormErrors_email" class="SignupFormErrors alert alert-danger py-1 fs--1 mt-1" style="display: none;"></div>
<small class="form-text text-muted">This will be your username.</small>
</div>
<div class="input-group mb-0">
<div class="input-group-prepend col-4 pl-0 pr-0"><span class="input-group-text w-100 bg-white">Phone</span></div>
<input type="text" name="tel" maxlength="15" class="form-control" required="" autocomplete="tel" size="15" id="id_tel" style="padding-right: 5rem;">
</div>
<div class="mb-3">
<small class="form-text text-muted">We will only ever call you if we really need to.</small>
</div>
<div class="input-group mb-0">
<div class="input-group-prepend col-4 pl-0 pr-0"><span class="input-group-text w-100 bg-white">Password</span></div>
<input type="password" name="password1" autocomplete="new-password" class="form-control" required="" id="id_password1">
</div>
<div class="mb-3">
<div id="SignupFormErrors_password" class="SignupFormErrors alert alert-danger py-1 fs--1 mt-1" style="display: none;"></div>
</div>
<div class="input-group mb-0">
<div class="input-group-prepend col-4 pl-0 pr-0"><span class="input-group-text w-100 bg-white">Re-type password</span></div>
<input type="password" name="password2" autocomplete="new-password" class="form-control" required="" id="id_password2">
</div>
<div class="mb-4">
<small class="form-text text-muted">Enter the same password as before, for verification.</small>
</div>
<div class="form-group form-check">
<input class="form-check-input" id="id_mailchimp" name="mailchimp" type="checkbox" checked="">
<label class="form-check-label text-brand-blue" for="id_mailchimp">By leaving this ticked I consent to you storing and using my personal information to communicate with me regarding news and marketing from 3DPRINTUK.</label>
</div>
<div class="form-group">
<button id="SignupFormSubmit" class="btn btn-brand-blue btn-block mt-4 py-3" type="button">Create account</button>
</div>
</form>
POST
<form method="POST" class="chat-editor-area chat_form" enctype="multipart/form-data" style="display: block;">
<input type="hidden" name="csrfmiddlewaretoken" value="Fc3IsRFsvRQr8y0YCHqcZBm8JYPvCkHk8qwc9jscrvj2P0GEzAH3kP2ef6bN3kQF">
<input name="function_name" hidden=""><!--add value-->
<input name="complaint_pk" hidden=""><!--for complaints-->
<input name="price_match" hidden="">
<input name="replying_as" value="0" hidden=""><!--for complaints-->
<div class="row bg-400 no-gutters">
<div class="col-9 p-2">
<textarea class="chat-textarea w-100 form-control" style="height: auto;" name="text" placeholder="Type your message here & attach files using the button to the right..." id="chat_textarea_0"></textarea>
</div>
<div class="col-3">
<div class="pr-2 py-2 h-100">
<input class="d-none chat-file-upload-alt" type="file" name="files" multiple="" id="chat-file-upload"><!--rename-->
<label class="mb-0 chat-file-upload-alt cursor-pointer btn btn-primary px-2 py-1 w-100 pr-3 notification-indicator-lg h-100 d-flex align-items-center justify-content-center" for="chat-file-upload"><!--rename-->
<svg class="svg-inline--fa fa-paperclip fa-w-14 fs-2" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="paperclip" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" data-fa-i2svg="">
<path fill="currentColor"
d="M43.246 466.142c-58.43-60.289-57.341-157.511 1.386-217.581L254.392 34c44.316-45.332 116.351-45.336 160.671 0 43.89 44.894 43.943 117.329 0 162.276L232.214 383.128c-29.855 30.537-78.633 30.111-107.982-.998-28.275-29.97-27.368-77.473 1.452-106.953l143.743-146.835c6.182-6.314 16.312-6.422 22.626-.241l22.861 22.379c6.315 6.182 6.422 16.312.241 22.626L171.427 319.927c-4.932 5.045-5.236 13.428-.648 18.292 4.372 4.634 11.245 4.711 15.688.165l182.849-186.851c19.613-20.062 19.613-52.725-.011-72.798-19.189-19.627-49.957-19.637-69.154 0L90.39 293.295c-34.763 35.56-35.299 93.12-1.191 128.313 34.01 35.093 88.985 35.137 123.058.286l172.06-175.999c6.177-6.319 16.307-6.433 22.626-.256l22.877 22.364c6.319 6.177 6.434 16.307.256 22.626l-172.06 175.998c-59.576 60.938-155.943 60.216-214.77-.485z">
</path>
</svg><!-- <span class="fas fa-paperclip fs-2"></span> Font Awesome fontawesome.com -->
<span class="notification-indicator-number notification-indicator-number-lg"></span>
</label>
</div>
</div>
<div class="col-12 p-2 border-top text-center">
<button class="btn btn btn-primary px-2 w-50" type="submit" disabled="">Send & lock quote</button>
</div>
</div>
</form>
Text Content
* 3D PRINTING SERVICES * MJF 3D Printing Service * SLS 3D Printing Service * Post Processing (Finishing) * Post Processing Overview * Vibro Polishing Service (Free) * Shot Peened * Colour Part Dyeing – Post Production * CAD Designer Directory * Low Volume/Batch Production Runs * 3D Printed Prototypes * Lead Times * Machines * How SLS 3D Printing Works * Machines, Maximums and Minimums * Machine Accuracy * Management Of Expectations * Cost * XYZ Price Estimator * Low Volume Production Calculator * Pricing Structure * Our Payment Methods * Referrals * Students * Student Discount * Formula Student * MATERIALS * MJF Nylon PA12 * SLS Nylon PA12 (PA2200) * SLS Flexible (TPU) * Sample Pack * ABOUT US * The Team * Press * Facility Tours * Newsletter * Non Disclosure & IP * Jobs * Terms and Conditions * Privacy Policy * Cookie Policy * Disclaimer * LEARN * Case Studies * Blog: The Additive Advantage * SLS vs MJF 3D Printing Technology * Additive For Manufacture * Jig Manufacture * Vape Mods Manufacture * Custom Plastic Enclosure Manufacture * Alternative to Injection Moulding * The Advantage of 3D Printed Batch Production * Tutorials * SLS Nylon Care Guide * CONTACT US * UPLOAD AND QUOTE * 0208 692 5208 Internet Explorer Detected Some features may not display correctly and may not work. If you are experiencing any issues please try another browser (Chrome/Firefox/Safari/Edge). Log In Select all Bulk edit Bulk remove Order by Date added (oldest first) Filename (A-Z) PART DETAILS PART OPTIONS EXPRESS 2-4 working days ECONOMY 7-12 working days Loading... LOADING PARTS... UH OH, NO PARTS ON QUOTE! Click below to upload parts. Please note the files must be in .STL format. -------------------------------------------------------------------------------- Add Files SORRY, ERROR LOADING PARTS! -------------------------------------------------------------------------------- First try refreshing the quote: Refresh If refreshing hasn't worked, please use this button to start a new quote: Start New Quote If you are still having trouble, please email stl@3dprint-uk.co.uk and we will investigate the issue for you ASAP. Your quote reference is ryk8s268doqya467v3sdivysbwap8jxl. EXPRESS 2-4 working days ECONOMY 7-12 working days ESTIMATED DISPATCH Mon 28 November - Wed 30 November, 2022 if ordered by Mon 05 December - Mon 12 December, 2022 if ordered by CUT OFF TIME 15:00 GMT 22h 29m 0s 00:00 GMT 7h 29m 0s SET UP FEES SHIPPING DISCOUNT CODE SUBTOTAL VAT @ CREDIT APPLIED TOTAL Service unavailable Service unavailable Checkout Express Checkout Economy PRICE BEAT PROMISE × 3DPRINTUK is introducing its ‘Price Beat Promise’ for customers who have received a cheaper quote from one of our competitors. You can request a quote review for any part, within any order, on a like-for-like part basis. Parts will be reviewed by our team and 3DPRINTUK promises to explore all options to beat or match a competitors quote.** All you have to do is send us a PDF copy of the quote you would like us to review and we will adjust our quote to reflect the discount. Instructions: Start a new quote Upload all of your parts and fill in all the details to get your quote Click the Price Beat Promise button in the quote navigation bar Follow the instructions to attach the pdf of the quote you’d like to match Click send. That’s it! Your request will be checked as soon as we can and your quote will be adjusted. ** Before you submit a request, please read our full Price Beat Promise Terms and Conditions. Close CONTACT Call: 0208 692 5208 Email: General Enquiries - hello@3dprint-uk.co.uk OFFICE HOURS Mon-Friday 9.00am - 5.00pm Daily cut off for new orders: 3.00pm WE ARE SOCIAL SEARCH -------------------------------------------------------------------------------- Unit D9 Leyton Industrial Village Argall Avenue London E10 7QP NEWSLETTER Sign up to our Newsletter for the latest service updates and special offers OUR PRICING APP -------------------------------------------------------------------------------- GENERAL Homepage About Us Case Studies Tutorials Contact Us Upload And Quote SERVICES Prototypes Low Volume/Batch Production Runs 3D Printing Service Free Vibro Polishing Dyeing – Carbon Black Design and Drafting (CAD) Bespoke Modelmaking Jig Manufacture UPLOAD & QUOTE Upload and Quote 3D PRINTING Upload and Quote Materials Machines, Maximums and Minimums How SLS 3D Printing Works Pricing SLS Nylon Care Guide Machine Accuracy Management Of Expectations PRICING Pricing Student Discount Formula Student Social Postage Refunds ABOUT US The Team Press Open Days Newsletter Jobs Terms and Conditions Modern Slavery Act Privacy Policy Cookie Policy -------------------------------------------------------------------------------- Copyright © 3DPRINTUK Limited 2022 Registered in England No: 07728869 VAT registration number: 118903904 Loading... ATTENTION × ERROR Unfortunately, there is an issue loading our payment provider Stripe. This error is extremely rare and may be caused by a firewall or plugin blocking the payment script. How to resolve: Please try a hard refresh of the page as described here. If you continue to see this message, please call 0208 692 5208 or email stl@3dprint-uk.co.uk and we can attempt to take payment over the phone. LOG IN or Create an account The username or password you have entered is incorrect. Your username will be the email address you used to sign up. Forgot Password? Email Password Forgot Password? Log in CREATE AN ACCOUNT or Sign in First name Last name Email address This will be your username. Phone We will only ever call you if we really need to. Password Re-type password Enter the same password as before, for verification. By leaving this ticked I consent to you storing and using my personal information to communicate with me regarding news and marketing from 3DPRINTUK. Create account Part of group: File X File Y File Z Bodies Actions VERY SMALL PART This model is smaller than a 5mm cube. Please confirm units are correct. This item is locked as we have set a custom price. Click the query quote button above to discuss changes or call 02086925208. High body count may be inflating price Small item, part scaling may be incorrect STL FILE UNDER MANUAL REVIEW Running Analysis STL Integrity Check Best Orientation Size of Bounding Box Number of Bodies Offset Volume Server Process Status We encountered a problem There could be an issue with this STL file Please query this with us and we will look into it Query quote | Log In You must be logged in to use this feature. Item removed from library Re-order not possible Material ERROR: No materials available Texture Select a material ERROR: No textures available Colour = Dye = Set up fee Select a texture ERROR: No colours available More colour options Quantity Analysing model... Error Select a material EXPRESS 2-4 working days Price breaks available % Discount Applied Base unit Qty discount Unit Finishing Final unit Qty Unit cost Ex VAT Analysing model... Error Select a material ECONOMY 7-12 working days Price breaks available % Discount Applied Base unit Qty Discount Unit Finishing Final unit Qty Unit cost Ex VAT Customer will be unable to remove item or change qty Quantity Unit Ex VAT Unit Ex VAT × Close Save changes QUOTE - BULK EDIT × Editing / parts Material (optional) Texture (optional - material must be selected first) Colour (optional- material + texture must be selected first) Quantity (optional) Close Save changes PRICE BEAT PROMISE QUERY QUOTE × PRICE BEAT PROMISE For customers who have received a cheaper quote from one of our competitors. You can request a quote review for any part, within any order, on a like-for-like part basis. Parts will be reviewed by our team and 3DPRINTUK promises to explore all options to beat or match a competitor's quote. All you have to do is attach a PDF copy of the quote you would like us to review and we will adjust our quote to reflect the discount. Note: * Price Beat Promise reviews can only be completed during business hours. * Your quote will be locked while it's under review. You may cancel a review at any time. * Before you submit a request, please read our full price beat promise Terms and Conditions. This allows you to send your quote to be manually reviewed by a member of our team. Manual reviews of your queries can only be completed during business hours. Your quote will be locked while it's under review. You may cancel a review at any time. Hi, how can we help? 24/11/2022, 16:30:55 Send & lock quote INFORMATION & LINKS × Materials The materials we use at 3DPRINTUK go through extensive in-house research and testing before they become available on our service. We currently offer three materials: 1. SLS Nylon PA12 - This is our white Nylon material from our EOS SLS machines - the material is both versatile, strong and flexible. It can be finished in a number of ways and dyed in a few different colours 2. SLS Flexible TPU - A rubber like material (TPU) for flexible parts produced from our SLS machines. Available in natural white or dyed black. 3. MJF Nylon PA12 - This is our grey Nylon material from our HP MJF machines - the material is both versatile, strong and flexible. It can be finished in a number of ways and dyed black. Follow the link to download the full datasheets for each material and read more about the material properties and our recommendations for suitable applications. Read more Texture & Colour In their natural form, straight out of the printer, SLS Nylon parts are white in colour, SLS Flexible parts are off-white and MJF Nylon parts are grey. At 3DPRINTUK we offer a variety of post processing options including polishing (free of charge), dyeing and shot peening to transform your prints into professional looking, end user parts. Each finish has been carefully chosen to not only enhance the appearance of the part but more importantly to deliver a consistent finish from first part to last. Read more Pricing Structure When you upload a part for a quote our system will calculate which of our pricing structures (xyz, offset) will produce the cheapest print price possible. At 3DPRINTUK we are focussed on production so higher quantities will also trigger our price break discounts and will automatically be added to your quote. For more information about our pricing structure and price breaks please read our guide to pricing. Read more ADD PARTS × * UPLOAD NEW PARTS Select or drag and drop your .STL files Select files from your computer *By uploading your files to 3DPRINTUK, you agree to our Terms of Service. Add selected parts to quote Filter Tag selected User anonymous Add selected groups to quote Create new group User anonymous ADD GROUP(S) TO QUOTE × Group name Quantity Add to quote TAG MANAGER × Deleting a tag will remove it from any associated parts. Tag name Delete TAG SELECTED × No saved tags Save × CONTROLS: left mouse right mouse middle mouse / mousewheel Recentre XYZ VOLUME STATUS ITEM 0% UPLOADING... × Closing or reloading the page will interrupt this process Cancel Filename Date uploaded TagsManage tags Ordered previously PK UUID Select Thumbnail Filename Date Uploaded Size Order Count Tags Download Delete Disable controls ID Quote ID Select View Group Group Name Date Models Subtotal Edit Group Delete