Setup Your Network

Network Setup

Connecting to your Promega via your local network is very useful as you get access to the Duet Web Console. You can connect your Promega to your local network via the Ethernet port on the Duet Maestro. Once the network settings are properly configured, you should be able to connect to the Duet board and access the Duet Web Console. In order to configure your network settings you will need to edit files on the microSD card. The Promega microSD card has a configuration file called config.g in the sys/ folder. This file contains all the necessary information in order to connect to your network.

First-Time Start-up

If this is your first time starting up the printer, follow this section. The pre-configured Promega network settings, which are loaded onto every SD card when the printer goes out our door, utilize DHCP in order to get an IP address from your router. This should allow your printer to connect automatically to your network. If this is successful, you should be able to enter the machine name into your browser tab followed by a forward slash "/". This could look like this: my_promega_name/. If you are connecting to your Promega for the first time, you should be able to enter promega/ into a browser URL textfield in order to connect.

Configuring Network Settings

If the First-time start-up connection did not work, or you want to set-up your own network settings, you can follow the following section. It is also possible to set a static IP address for your Promega, this will allow you to connect to that IP address to connect to your printer. For example, a static IP address could be the following: 192.168.1.144 or 10.0.0.214. However, the type of IP address is dependent on your network. If you are unable to connect your Promega to your internal network by directly connecting an Ethernet cable to the router, follow the Network Bridging section below. Network bridging will allow you to access the Duet Web Console with the Ethernet cable directly connected to your computer.

Changing the Network Settings via SD

  1. Before removing your microSD card from your printer, we recommend you turn off your printer. This reduces the risk of damaging your Duet Maestro. Once the printer is powered off, press the SD card into the board in order to remove it. For more guidance on the SD card check out this guide.

  2. Insert the microSD card into your computer with the microSD card reader. Open the machine_access.g file. This file will be in the sys/ folder and configures the network settings of your Promega. It is best to open the file with a text editor like Notepad++ or WordPad (Default Windows Accessory). The default Windows Accessory Notepad is not recommended as it does not separate the G-code commands into individual lines.

  3. There are two options for configuring your network: DHCP and static IP. If you utilize DHCP, your network router will assign the control board an IP address. You will then be able to connect to the printer using the printer name you define in the configuration file. DHCP is the recommended option if you are unfamiliar with networking. Using a static IP means that you give the Promega a unique and free IP address on your network. You will then be able to connect to the Promega by entering that IP address into a browser tab. Choose the tab below (DHCP or static IP) depending on your choice.

Complete these steps if you want to connect to your Promega using the DHCP option.

a. Open the file machine_access.g and find the M550 command located in this file. The M550 command sets the machine name, this command syntax requires a P parameter before the machine name. Therefore, if you wanted to name your printer unicorn you would type M550 Punicorn. Change the printer name to something you prefer, remember this name as you will use it to connect to your printer. By default the machine name is promega .

b. Find the M552 command in the machine_access.g file. The M552 command sets your IP address and enables or disables the network. In order to set your network setting to DHCP, the following command should be entered: M552 P0.0.0.0 S1. The P parameter allows you to define an IP address, entering P0.0.0.0 enables DHCP. The S parameter enables (S1) or disables (S0) network, because you are setting up your network you should set the parameter to S1.

c. Ensure that the other M552 command is commented out!

Your machine_access.g file network settings for connecting to a network using DHCP could look like this:

 ; machine_access.g
 ; June 29, 2018

 ; Set the machine name and IP address in here

 M111 S0                       ; Debugging off
 M550 Punicorn                 ; Set machine name, in this case typing unicorn/ would connect you to the printer

 ; M551, No Machine Password
 ; M540 PBE:EF:DE:AD:FE:ED     ; Set MAC address, this can be used to assign a given IP in the DHCP
 M552 P0.0.0.0 S1             ; Use this to enable DHCP
 ; M552 P192.168.1.112 S1     ; This would set a static IP address but it is commented

In the example above your machine name would be unicorn. Continue to the step below.

  1. Once your printer has had the time to start up, open a browser tab on a computer connected to the same network as the printer. In the browser URL textfield enter:

    • Your printer name followed by a forward slash "/" if you used DHCP. For example, unicorn/, if you named your printer "unicorn" (nothing wrong with that!).

  2. If the connection is successful the Duet Web Console should be shown. You have completed the network setup.

  3. Once your printer has had the time to start up, open a browser tab on a computer connected to the same network as the printer. In the browser URL textfield enter:

    • Your printer's IP address set in the configuration file with the M552 command. It could look like this 192.168.1.216.

  4. If the connection is successful the Duet Web Console should be shown. You have completed the network setup.

Network Bridging

If you are unable to connect your ProMega to your internal network it is possible to use the ethernet cable to connect the printer directly to your computer. In order to do this, complete the Connecting to the Promega via SD: Static IP section, remember the static IP you give the printer, but instead of connecting the ethernet cable to your network, connect it to your computer and follow the guide below.

Windows

  1. Open Network Connections, you can do this by opening the Control Panel > Network and Internet > Network and Sharing Center > Change adapter settings

  2. Once you have the Network Connections window open. Here you will see your network adapters. The ethernet adapter represents your connection to the Duet board. Find your current network adapter, presumably a WiFi adapter. Ctrl + click both the Ethernet adapter as well as the current network you are using. Then right click on one of the selected adapters and select Bridge Connections.

  3. This will create a new Network Adapter called Network Bridge. You should now be able to connect to the ProMega with the static IP address you determined earlier. Enter the static IP address into a browser URL textfield.

Configuring Multiple Devices to the Same Network

If you are adding multiple different Promegas to the network it will change the procedure. This is because a network will require a unique machine name or IP address in order to work.

If you are using DHCP you will have to give the two different Promegas different unique machine names with theM550 command. By default the Promega will be called Promega with M550 PPromega , so you will have to open machine_access.g and change the M550 .

For additional help connecting to the printer via USB and Network setup, visit the following links:

  1. Duet Forum: For Duet and RepRap firmware specific questions

The Web Interface

The Duet Maestro allows control via the Duet Web Console. We highly recommend connecting to your Promega via your network so that you can make use of this! Follow the guide below to learn more about the Duet Web Console. If you have not yet connected your printer to your network, follow the Network Setup guide.

The Duet Web Console

The web console is divided into two halves. The top half features functions to monitor and analyze the status of your printer. The bottom half focuses on control of your printer and configuring its settings.

Status

The status part of the web page indicates various readings to describe the current state of your printer.

Tools & Temperature

On the left half is a table that allows you to monitor the temperature of the different tools as well as the bed. The temperature readings are important to keep track of. With the table as well as the graph you can keep track of all the temperatures of the components of your 3D printer.A value of 2000 C for any of the components in this table indicates problems with a temperature sensor.

By clicking on the text-fields of the tools in the table you can change the temperature of the tools. Press enter to update the temperature. You should see a slow increase in temperature. The Active column represents the temperature of a tool when it is selected, the Standby column represents the temperature of a tool when it is not selected , but was previously selected. It is best to have a low standby temperature for a tool, so it does not heat up unexpectedly.

By clicking on the tool names in the Tool column you can change your currently selected tool.

The temperature graph provides helpful insight of the temperature of your tools and bed over time. This can be helpful to spot oscillations in temperature, as seen in the image below, or heater faults and other issues.

Machine Status

The machine status tab includes the position information of the printer. The head position information displays where the printer currently thinks it is. This is very important to keep track of to minimize the risk of crashing the printer. The X, Y and Z values represent the different axes of the 3D printer. Normal values for these fields are listed below in this table.

Axes Limits

Max (mm)

Min (mm)

X - Axis

388

0

Y - Axis

388

0

Z - Axis

377

0

The extruder drive values can vary greatly as you perform prints. The voltage in value is helpful as it can help you figure out electrical problems. Optimally it should remain near 24V when none of the printer components are running. The Z-probe value is important as well. This value will change whenever either Z-probe, the limit switch or the IR probe, is toggled. Testing the Z-probe before running probing or leveling commands (such as G30, G32 or G29) is extremely important and can prevent crashes. When the Z-probe is not toggled the value should rest near 0.

Control

In order to control your printer, the bottom half of the web console features 6 different tabs on the bottom left side with different features. These tabs allow you to visit different functions of the printer as well as send commands.

Machine Control

The Machine Control tab features different buttons in order to control different assemblies of the printer. This feature is helpful to load filament or move the extruder carriage to a specific point in the printer. Be careful with using these buttons as it can crash the printer. Remember the direction that you will send an assembly toward as you press these buttons. Pressing the positive Z buttons will send the bed downward, and pressing negative Z buttons will send the bed up.

Print Status

The print status tab is helpful when printing. It includes all kinds of information to analyze during a print. Use the Z Baby Stepping window to change the offset of the nozzle to the bed during a print. Use the Speed and Extrusion factors to change the speed and extrusion rate of the print. These settings can be very helpful to get the first layer to stick, but be careful as these settings can damage your print quality. Use the pause button to temporarily stop the print. Once you pause the print you can resume or stop the print. This screen will also display other statistics during a print such as layer time and length of filament used.

G-Code Console

The G-code console is a vital to an experienced 3D printing user. This tab allows you to enter any RepRap Firmware supported command. The printer will execute any command entered here and print feedback and errors. Visit the RepRap Firmware G-Code website to learn more about all possible G-codes. Be careful when entering G-code commands as the printer will execute whatever you command you send it.

G-code Files

This tab is used to upload G-code files to the Duet board. Use the Upload G-code File(s) button in order to upload a .gcode file to the printer in order to print it. Click on an uploaded file in order to print it. You also have the ability to create directories here in order to organize your files. This is a great idea if you have a 8Gb microSD card.

Macros

User defined macros are stored in this tab. Use the dark-blue Upload Macro File(s) button to upload .gcode macro files. Macros are useful when you find yourself repeatedly performing a sequence of G-code commands. You can easily put these commands into a macro file and upload it here. Click a macro file in order to execute it.

Filaments

Utilize this tab in order to define printer filament settings. This can also be performed in Slicer Software.

Settings

This tab is one of the most important. This tab allows you to change the sys/ directory in your SD card and define other user settings. Whenever the guides in the future reference a change that is necessary to the system files such as config.g or a machine.g file, you can change the files in the settings tab. The Settings tab includes more tabs:

  • General: Includes firmware and web console information

  • User Interface: Change the look and feel of the Duet Web Console

  • List Items: Includes web page suggested options

  • System Editor: A very useful tab to change files in the sys/ directory of your microSD card. You will find the config.g file here as well as other system G-code files.

  • Machine properties: Defines properties of the different drives (motors) of the printer.

  • Tools: Defines the properties of the tools.

Additional Resources

Continue on to the Updating SD Card Structure, the next chapter in the Getting Started guide.

Last updated