www.b3d.com.au Open in urlscan Pro
172.67.185.100  Public Scan

Submitted URL: https://raise3d.com.au/
Effective URL: https://www.b3d.com.au/raise3d/
Submission: On November 21 via api from US — Scanned from AU

Form analysis 7 forms found in the DOM

GET /ProdSearch.asp

<form class="searchform" method="get" action="/ProdSearch.asp" style="float:left;margin:0px 10px 15px 15px;width:100%;">
  <input name="txtSearch" type="search" class="field" value="Search Products" onfocus="if (this.value == 'Search Products...') this.value = '';" outerclick="    if (this.value == '') this.value = 'Search Products...';"
    style="width:200px;font-size:larger;height:30px;padding-left:10px;margin-bottom:0px !important;">
  <button type="submit" class="searchGo" onfocus="txtSearch.style.display = 'block';" style="height:30px;width:30px;padding-top:4px !important;"><i class="fa fa-search"></i></button>
</form>

GET /ProdSearch.asp

<form class="searchform" method="get" action="/ProdSearch.asp" style="float:right;padding:15px 10px 0px 0px !important;">
  <input name="txtSearch" class="field" value="Search Products" onfocus="if (this.value == 'Search Products') this.value = '';" outerclick="if (this.value == '') this.value = 'Search Products';" style="padding:-4px 0 2px 4px !important;">
  <button type="submit" class="searchGo" onfocus="txtSearch.style.display = 'block';" style="margin-top:-5px;padding-top:2px;">
    <img src="images/search_25_4.png" title="Search" alt="Click to Search" style="width:25px;height:25px;margin:-2px 0 0 0;padding:0px;"></button>
</form>

POST ../My/MyLogin.asp

<form action="../My/MyLogin.asp" method="post">
  <div class="spaced-text">
    <div id="CloseBox" class="CloseBox" style="float:right;" onclick="ShowSubMenu()">X Close</div>
    <h2 style="color:#3366ff;font-size:14px;">Login to your Account</h2>
    <input name="txtCustID" type="email" class="field" value="Customer Number or Email" onfocus="if (this.value == 'Customer Number or Email') this.value = '';" outerclick="    if (this.value == '') this.value = 'Customer Number or Email';" size="25"
      autocorrect="off"><br>
    <a href="../My/MyPassword.asp"><div class="spaced-text" style="float:right;">Forgot Password?</div></a>
    <input name="txtPassword" type="password" class="field" value="Password" onfocus="if (this.value == 'Password') this.value = '';" outerclick="    if (this.value == '') this.value = 'Password';" maxlength="30" size="15"><br>
    <input type="hidden" name="refPage" value="Default.asp">
    <input type="submit" class="BuyButton" value="Login Now" style="float:none;border-radius:3px;color:black;margin-left:45px;"><br> Once logged in, you can view your previous orders and tracking details<br> and save time at checkout by not having to
    enter your details again<br>
    <div class="BuyButton" style="float:right;width:160px;margin-top:12px;"><a href="../My/MyNew.asp">Create Your Account</a></div>
    <h3><b>New to Bilby3D?</b></h3>
  </div>
</form>

POST ../My/MyLogin.asp

<form action="../My/MyLogin.asp" method="post">
  <div class="spaced-text">
    <div id="CloseBox" class="CloseBox" style="float:right;" onclick="ShowSubMenu()">X Close</div>
    <br>
    <a href="../Support.asp" style="display:block;width:100%;"><h3 style="color:white;">Technical Support</h3></a>
    <a href="../3DPrintService.asp"><h3 style="color:white;">3D Printing and Scanning Service</h3></a>
    <a href="3DPrinterRepair.asp" style="display:block;width:100%;"><h3 style="color:white;">3D Printer Service and Repair</h3></a>
    <a href="../Courses/" style="display:block;width:100%;"><h3 style="color:white;">Courses and Training</h3></a>
    <a href="Bilby3D_Finance.asp"><h3 style="color:white;">Financing</h3></a>
  </div>
</form>

POST /Cart/CartCheckoutWrite.asp

<form method="POST" action="/Cart/CartCheckoutWrite.asp" class="sampleForm"> Which 3D Printer are you most interested in? <br><select name="memUserNotes">
    <option>Raise3D DF2</option>
    <option>Raise3D E2</option>
    <option>Raise3D E2 Carbon Fiber</option>
    <option>Raise3D Pro3 HS</option>
    <option>Raise3D Pro3 Plus HS</option>
    <option>Raise3D Pro3</option>
    <option>Raise3D Pro3 Plus</option>
    <option>Raise3D RMF500</option>
    <option>Raise3D MetalFuse System</option>
  </select>
  <table cellpadding="2" style="width:95%;max-width:500px;">
    <tbody>
      <tr>
        <td>Your Name</td>
        <td><input type="text" name="txtName" width="20" maxlength="249" required="" style="max-width:95%;"></td>
      </tr>
      <tr>
        <td>Company</td>
        <td><input type="text" name="txtOrganisation" maxlength="249" required="" style="max-width:95%;"></td>
      </tr>
      <tr>
        <td>Street</td>
        <td><input type="text" name="txtStreet" maxlength="50" required="" style="max-width:95%;"></td>
      </tr>
      <tr>
        <td></td>
        <td><input type="text" name="txtStreet2" maxlength="50" style="max-width:95%;"></td>
      </tr>
      <tr>
        <td>Suburb</td>
        <td><input type="text" name="txtSuburb" maxlength="50" style="max-width:200px;" required=""></td>
      </tr>
      <tr>
        <td>State</td>
        <td><select name="txtState" required="">
            <option></option>
            <option>ACT</option>
            <option>QLD</option>
            <option>NSW</option>
            <option>NT</option>
            <option>SA</option>
            <option>TAS</option>
            <option>VIC</option>
            <option>WA</option>
            <option>Other</option>
          </select></td>
      </tr>
      <tr>
        <td>Postcode</td>
        <td><input type="text" name="txtPostcode" maxlength="5" style="max-width:100px;" required="">
          <input type="hidden" name="txtCountry" value="Australia">
        </td>
      </tr>
      <tr>
        <td>Email</td>
        <td><input type="text" name="txtEmail" maxlength="250" required="" style="max-width:95%;"></td>
      </tr>
      <tr>
        <td>Phone</td>
        <td><input type="text" name="txtPhone" maxlength="50" required="" style="max-width:95%;"></td>
      </tr>
      <tr>
        <td valign="top">Add a Note</td>
        <td><textarea name="txtDelInstructions" maxlength="150" cols="40" rows="3" style="max-width:95%;"></textarea></td>
      </tr>
    </tbody>
  </table>
</form>

POST News/MailchimpForm.asp

<form action="News/MailchimpForm.asp" method="post">
  <div id="SocialBlock" style="float:right;">
    <a href="https://www.youtube.com/channel/UC19b40Fe8j7oDe8T9X8YnvQ/playlists" target="_blank" rel="publisher"><img src="images/icons/Icon_YT_400x360_white.gif" title="YouTube Channel" alt="YouTube Channel" style="opacity: 0.65;margin-top:5px;width:36px;height:35px;"></a>&nbsp;
    <a href="https://www.facebook.com/Bilby3D" target="_blank"><img src="images/icons/Icon_Fb_400x360_white.gif" title="Facebook" alt="Facebook" style="opacity: 0.65;width:36px;height:32px;"></a>&nbsp;
    <a href="https://x.com/Bilby3D" target="_blank"><img src="images/icons/Icon_X_400x360_white.gif" title="Twitter" alt="Twitter" style="opacity: 0.65;width:36px;height:32px;"></a>&nbsp;
    <a href="https://www.linkedin.com/company/bilby-3d-pty-ltd-" target="_blank"><img src="images/icons/Icon_Li_400x360_white.gif" title="LinkedIn" alt="LinkedIn" style="opacity: 0.65;margin-top:3px;margin-right:30px;width:36px;height:32px;"></a>
  </div>
  <div id="emailLink"><a href="../News/MailchimpForm.asp">Join our newsletter </a><input id="EmailFooter" type="email" name="txtEmail" class="EmailField" value="Enter Email = News and Specials"
      onfocus="if (this.value == 'Enter Email = News and Specials') this.value = '';" onblur="    if (this.value == '') this.value = 'Enter Email = News and Specials';" size="26" autocorrect="off"></div>
</form>

POST

<form method="post" novalidate="novalidate"><!---->
  <div>
    <div class="b24-form-field b24-form-field-name b24-form-control-string">
      <div>
        <div>
          <div class="b24-form-control-container b24-form-control-icon-after"><input name="name" autocomplete="given-name" type="string" class="b24-form-control">
            <div class="b24-form-control-label"> Name <span class="b24-form-control-required" style="display: none;">*</span></div> <!----> <!---->
            <div class="b24-form-control-alert-message" style="display: none;">
            </div>
          </div>
        </div> <!----> <!---->
      </div> <!---->
    </div>
    <div class="b24-form-field b24-form-field-company-name b24-form-control-string">
      <div>
        <div>
          <div class="b24-form-control-container b24-form-control-icon-after"><input type="string" class="b24-form-control">
            <div class="b24-form-control-label"> Company name <span class="b24-form-control-required" style="display: none;">*</span></div> <!----> <!---->
            <div class="b24-form-control-alert-message" style="display: none;">
            </div>
          </div>
        </div> <!----> <!---->
      </div> <!---->
    </div>
    <div class="b24-form-field b24-form-field-phone b24-form-control-string">
      <div>
        <div>
          <div class="b24-form-control-container b24-form-control-icon-after"><input name="phone" autocomplete="tel" type="tel" class="b24-form-control">
            <div class="b24-form-control-label"> Phone <span class="b24-form-control-required">*</span></div> <!----> <!---->
            <div class="b24-form-control-alert-message" style="display: none;"> Field is required </div>
          </div>
        </div> <!----> <!---->
      </div> <!---->
    </div>
    <div class="b24-form-field b24-form-field-text b24-form-control-text">
      <div>
        <div>
          <div class="b24-form-control-container b24-form-control-icon-after"><textarea class="b24-form-control"></textarea>
            <div class="b24-form-control-label"> Comment <span class="b24-form-control-required" style="display: none;">*</span></div> <!---->
            <div class="b24-form-control-alert-message" style="display: none;">
            </div>
          </div>
        </div> <!----> <!---->
      </div> <!---->
    </div>
  </div>
  <div>
    <div class="v-portal" style="display: none;"></div>
  </div> <!---->
  <div class="b24-form-btn-container"><!----> <!---->
    <div class="b24-form-btn-block"><button type="submit" class="b24-form-btn"> Call me back </button></div>
  </div> <span style="color: red; display: none;"> Debug: fill fields </span>
</form>

Text Content

Callback

Bilby 3D

 * 3D Printers
    * Commercial 3D Printers
    * Industrial FDM Printers
    * STEM 3D Printers
   
   --- By Brand -------------------------
    * Raise3D Printers
    * FlashForge 3D Printers
    * Mingda Large Kit Printers
    * Photocentric 3D Printers
    * Aon3D Printers
   
   --- Repairing Your Machine ----
    * 3D Printer Accessories
    * 3D Printer Servicing and Repair

 * 3D Scanners
    * Desktop 3D Scanners
    * Handheld 3D Scanners

 * Materials
    * PLA Filament - 1.75mm
    * PET-G Filament
    * Flex Filament
    * ABS Filament - 1.75mm
    * Fibre Reinforced Filament (Cellulose, Carbon, Glass)
    * Dissolvable + Support Filament
    * Large 2-8kg Spools
    * 500/600g Spools - Small Holes
    * Specialty Filament - 1.75mm (Glow, PVA, Wood)
    * Support Material
    * Resins
   
   --- Branded Filament -------------
    * Raise Premium
    * Spectrum
    * Kimya
    * BASF
    * 3DXTech
      
      
    * ...More

 * Service, Repairs and Training
    * Technical Support
    * 3D Printer Servicing and Repair
    * Courses and Training

 * Shop


 * Phone: 1800-847-333
 * Showroom Locations

Cart
Account
Shops
Services

- Experts in 3D
3D Printers
3D Scanners
Materials
Resources
Shop
X Close


TALK TO US!

Email Us Freecall 1800-847-333 (1800-Three-D)
Shop Online



SYDNEY - KINGSGROVE, NSW
DETAILS

Unit 7, "Kingsgrove Business Centre"

Set Your Store
192 Kingsgrove Rd
Ph: 02 8197 3928

Details


MELBOURNE - CLAYTON, VIC

Factory A5, "Hallmarc Business Park" 2 Westall Rd

Set Your Store
Ph: 03 8080 1200

Click above to set your Store --
X Close


LOGIN TO YOUR ACCOUNT


Forgot Password?


Once logged in, you can view your previous orders and tracking details
and save time at checkout by not having to enter your details again

Create Your Account


NEW TO BILBY3D?

X Close



TECHNICAL SUPPORT


3D PRINTING AND SCANNING SERVICE


3D PRINTER SERVICE AND REPAIR


COURSES AND TRAINING


FINANCING


X Close


3D PRINTERS

 * Commerical 3D Printers
 * Industrial 3D Printers
 * STEM Resources
 * Resin 3D Printers

By Brand
 * Raise3D Printers
 * Aon3D Printers
 * Photocentric 3D Printers
 * FlashForge 3D Printers
 * Mingda 3D

Buying Guides
 * 3D Printers, Consumables and 3D Printing Services
 * 3D Printers
 * Filament
 * Articles & Case Studies

Machine Repair
 * 3D Printer Parts and Accessories
 * 3D Printer Servicing and Repair


X Close


3D SCANNERS

 * Desktop 3D Scanners (Turntable)
 * Handheld 3D Scanners
 * Shining 3D

X Close


MATERIALS

 * PLA Filament - 1.75mm
 * PET-G Filament
 * Flex Filament (TPU, TPC, Carbon)
 * ABS Filament - 1.75mm
 * ASA Filament - 1.75mm
 * Fibre Reinforced (Kevlar, Carbon, Glass)
 * Metal Filament
 * Dissolvable + Support Filament
 * Large 2 - 8kg Spools
 * 500/600g Spools - Small Holes

 * PLA Filament - 2.85mm
 * Specialty Filaments - 2.85mm
   
   
 * Filament Care and Storage
 * Fume Extraction

 * UV Resins
 * DLP Resins
   
   
 * All Materials . . .

Branded Filament
 * Raise Premium Filament
 * 3DXTech
 * Kimya Industrial Filament
 * Proto-Pasta Filament
 * Makerbot Brand Filament
 * PolyMaker Filament
 * Spectrum Filament

X Close


RESOURCES

Articles
 * Additive Manufacturing Productivity
 * Next-Generatiopn AM Technologies
 * 3D Scanning Technologies
 * 3D Printing with PA6 Nylon & Composites

 * All Articles

 * Why Choose Bilby3D
 * About Bilby3D
 * 3D Printer Buying Guide
 * Financing
 * Defence Forces
 * Video Bank
 * Material Data

Case Studies
 * Prototyping
 * Production
 * Automotive
 * Dental
 * Medical
 * Education

×




Request a FREE SAMPLE and register your interest in Raise3D Printers
Which 3D Printer are you most interested in?
Raise3D DF2 Raise3D E2 Raise3D E2 Carbon Fiber Raise3D Pro3 HS Raise3D Pro3 Plus
HS Raise3D Pro3 Raise3D Pro3 Plus Raise3D RMF500 Raise3D MetalFuse System

Your Name Company Street Suburb State ACT QLD NSW NT SA TAS VIC WA Other
Postcode Email Phone Add a Note







Register Your Interest

Raise3D is a global FFF 3D Printing brand with high reliability and exceptional
output quality. They have many advanced features while supporting open materials
- you can rapidly create printing profiles to use the latest materials and you
will never get stuck with the manufacturers range as new materials are
developed.

Raise3Ds slicing software - ideaMaker is becoming THE standard in easy to use
software, will a very wide range of settings available if needed. Printers can
be managed over your local network, or remotely through RaiseCloud. Raise3D
printers work with standard Gcode, so other slicers can be used.

More ideaMaker
RaiseCloud has online slicing, job management and monitoring. Upload an STL or
your print file and queue it up for a machine to print. Manage a print farm of
one or hundreds of machines. One site or many. Again, working with the open
architecture, other brands of printers can be integrated and controlled.

More RaiseCloud



Learn More
Raise3D Pro3 HS Series - Integrated HyperSpeed Upgrade
This upgraded model of the Pro3 series has a number of upgrades for round the
clock high speed 3D printing


 * Hotswap Hotends - Redeisgned to increase reliability at high speeds - and
   fitted with a super tough Silicon Carbide nozzle for abrasive materials (such
   as Carbon Fibre reinforced)
 * Closed loop stepper motors - Never miss a step, even when printing fast
 * Filament Swapping - When one head runs out of filament, you can have it
   switch to the other extruder automatically. Allows up to 24 hours of
   continuous printing without interruption




Learn More
Raise3D DF2 Series - Simple Resin Printing Workflow
The Raise3D DF2 Solution is a Digital Light Processing (DLP) printing system
that provides fast printing speeds, smooth surfaces, high precision, and
exceptional reliability. It is designed for engineering prototyping,
manufacturing aids, and low-volume production using a wide variety of
high-performance resins. Discover the efficient workflow via RFID as we redefine
the possibilities of resin 3D printing.


 * End-to-End DLP Printing Workflow
 * High-Precision Printing Reproduces Every Tiny Detail
 * Professional Competence for More Possibilities
 * Small Batch Production with consistent Prints
 * RFID Stores Parameters for the entire workflow - Printing, Washing and Curing
 * Heated and Filtered Build Chamber





Learn More
Raise3D Pro3 Series - Implementing Flexible Manufacturing
Based on the Pro2 series frame, the Pro3 adds several new features, improving
usability and reliability.


 * Hotswap Hotends - lift the clamp and slide out the hotend. Slide in the new
   one, fix it securly with the clamp and check the LED above goes green, so it
   know it's good to go. That simple!
 * Flexible Build Plate - Easy removal of prints with less chance of damage to
   the model or build surface
 * Easy access to the filament path - Just remove the front cover and the
   filament dual drive and path is exposed
 * While the bed is still factory levelled, bed sensing now sets the Z-Offset
   and adjust for flatness
 * Airflow Manager - Circulating and filtering air within the chamber for even
   temperatures
 * EVE - Onscreen smart assistant to help with answers to common questions


The Hyper Speed Upgrade kit is an upgrade kit for the Pro3 series of 3D printers
to take the speed and productivity to a new level. This is acheived by
addressing 4 main areas: Hardware, Software, Filaments and Algorithm

More about the HyperSpeed Upgrade Kit


Learn More
Raise3D E2 - Precise, Reliable, Affordable
An easy-to-use, durable desktop 3D printer ready to improve precision standards,
scale production, and add a powerful new additive manufacturing resource.

Dual Independant Extruders allows not only crisp dual extrusion prints, but the
ability to produce two prints simultaneously. Mirror Mode prints the master and
inverse simultaneously. Duplicate Mode prints two of the same models at once.


Learn More
Raise3D E2 CF - Built for Carbon Fibre
The E2CF meets the needs of numerous industries, including automotive,
aerospace, and healthcare, who need to produce parts with a high
strength-to-weight ratio and have consistent high performance during long-term
operations.


   In addition to having the most comprehensive ecosystem in the industry,
   including ideaMaker slicing software and the RaiseCloud print management
   platform, as well as the most acclaimed features of the E2, such as IDEX
   technology, the flexible build plate, the resume print function, the door
   sensors and the power save mode, the E2CF comes with:
 * Double-gear extrusion system: with twice the feeding grip force when compared
   to the E2, and built with hardened components that are specifically optimized
   for the increased wear that occurs when printing with fiber-reinforced
   filaments
 * High durability nozzle and feeding system: the extruders and nozzles are
   functionally and mechanically enhanced for long term usage, allowing for over
   1000 hours of printing with Raise3D Industrial PA12 CF filament
 * Standalone dry boxes: to ensure a stable printing process, the E2CF is
   equipped with two standalone sealed dry boxes developed by Raise3D to deal
   with the high water-absorption of nylon and fiber-reinforced filaments. These
   dry boxes are attached to the printer, allowing the materials to be kept in
   conditions of minimum humidity while printing
 * New assisted auto-bed levelling process for fiber-reinforced filaments:
   equipped with a high-precision optical sensor with improved accuracy in the
   nozzle height calibration, for better first layer adhesion and printing
   performance




Learn More
Raise3D RMF500 - Industrial Additive Manufacturing
Due in Q3, 2022

 * High Speed - 2G acceleration and 1000mm/s travel
 * Large 500mm cubed Build Volume
 * Filament Storage Draws
 * Designed for OFP 2.0 materials (especially PA + CF)



Learn More
Raise3D MetalFuse System - FFF Metal Printing
Due in Q4, 2022

 * Expanding on the technology behind Metal Injection Moulding
 * Purchase the printer, debinder and sintering oven together for a bundle
   price, or separately
 * A customised version of the Pro3 with 2.85mm filament and special feeding
   system









Professional ModelsMax. Build Volume


DF2

200 Wide
112 Deep
300 High More Info & Order


PRO3 PLUS + HS

305 Wide
305 Deep
605 High Pro3 Info & Order


Pro3HS Info & Order


PRO3 + HS

305 Wide
305 Deep
300 High Pro3+ Info & Order


Pro3+HS Info & Order


E2

330 Wide
240 Deep
240 High More Info & Order


E2 CF

330 Wide
240 Deep
240 High More Info & Order Download Comparison Chart Industrial ModelsMax. Build
Volume


RMF 500

Due Q3 2022 500 Wide
500 Deep
500 High More Info & Order


METALFUSE SYSTEM

Due Q4 2022 Printer + Debinder + Sintering Oven More Info & Order





     
Join our newsletter
 * Resellers and Distributors
 * Backorder Policy
 * Returns Policy
 * Privacy Policy
 * Media
 * Careers
 * About Us
 * Contact Us

Bilby 3D Pty. Ltd. Phone 1800-Three-D (1800-847-333) or +61 2 8197 3928

Australian Owned & Operated Distributors of Desktop 3D Printers, 3D Scanners,
Tools & Parts

Sydney: Unit 7, Kingsgrove Business Centre, 192 Kingsgrove Rd, Kingsgrove, NSW
2208

Melbourne: Factory A5, HallMarc Business Park, 2A Westall Rd, Clayton, VIC 3168


Copyright 2011-2024 Bilby3D Pty. Ltd.
I accept
I don't accept


Didn't find what you were looking for?
Still have questions? We'll call you back!
Name *

Company name *

Phone *
Field is required
Comment *


Call me back
Debug: fill fields

Request has been sent!







Resend


The form is disabled


ua vn de id ms ja hi en in fr it th tc pl sc ru la br tr
Report abuse
Report abuse