MSD Robotics Lab
Maker SpacesFabLabNExT LabMachine Workshop
  • MSD Robotics Lab
  • Our Contact Details
  • Introduction
    • Robotics Lab Access
    • Robotics Lab Services
  • Set Up
    • Software
      • Setup
        • Download & Install Robot Studio
      • Rhino & Grasshopper
        • Download & Install Robots for Grasshopper
    • Plug-ins
    • Book a Robot
    • At the Robot
      • Connect to a Robot
  • Prepare for Printing
    • Template Files
    • Understanding the Grasshopper Script
    • Rhino Geometry
    • Loading files to Robot
  • Troubleshooting
    • Create a Basic Robots Program
  • Additional Upskilling
    • Scripts
  • Additional Knowledge
    • Clay
      • Porosity
      • Drying
      • Composition
      • Firing
    • Glazing
      • Colours & glazes
      • glazing technique
      • Glazing temperatures
Powered by GitBook
On this page

Was this helpful?

  1. Prepare for Printing

Understanding the Grasshopper Script

This is a step-by-step guide of the fundamentals of programming the Robot correctly.

PreviousTemplate FilesNextRhino Geometry

Last updated 1 month ago

Was this helpful?

The Grasshopper script allows you to program the Robot and convert geometry from Rhino into toolpath geometry. Step through the following guide in order to program the Robot correctly.

Functions of the Script

The script has been colour coded to categorise the function of each component with the overall process.

Name your file

Keep your naming convention simple. Avoid any special characters or long names, as this file name is what will be visible in the Robot interface. Start your name with a letter to avoid a Robot error. For example: Nigel_test_01.

Robot Parameters - Connecting to the Robot

Ensure you have connected to the Unimelb - IRB1200 for the Large Extruder. Alternatively, if you are using the Small Extruder you will need to connect to the Unimelb - IRB120.

Converting objects to toolpath geometry

Depending on the type of geometry, the script requires an input of either a series of curves or a solid geometry which it will translate into toolpaths.

If you have a series of multiple polylines or curves which make up your geometry, you will need to select your curves in sequential order of printing before you [right-click] and select [Crv]. The script

Print preview: Using the functions in the Simulation and Print panel, slide the simulation bar in the script to ensure the robot toolpaths have been generated correctly.

The left-hand side of each group outlines the function of the corresponding function