Vision Miner Wiki

USB Connection (Pronterface)

This guide walks you through the steps to connect your Vision Miner 22IDEX V3 printer directly to a computer via USB using Pronterface. Once connected, you can send G-code commands directly to the printer for configuration or troubleshooting.

Before you begin – safety and risk

Read the Safety – Before You Begin article to understand the hazards involved in working on the Vision Miner 22IDEX V3 – including electrical, thermal, mechanical, and chemical risks. All procedures in this wiki are provided as recommendations only. By choosing to follow any procedure, you do so at your own risk.

Tools & Materials

  • Computer (Windows, macOS, or Linux)
  • USB Cable (provided with your 3D printer)
  • Pronterface Software (download link provided below)
  • Access to 2.4 GHz Wi-Fi router (optional, only if configuring Wi-Fi)

High-voltage components

Left-hand side door: This is where you can safely access the mainboard USB port. Open it carefully to avoid contact with sensitive components.

Right-hand side door: Do NOT open this door when the printer is powered on. It may contain high-voltage components that could lead to electric shock.

1. Download and Install Pronterface

  1. Visit the Pronterface releases page and download the version for your operating system (Windows, macOS, or Linux).
  2. Run the installer and follow the on-screen prompts to complete installation.
Image not yet added

2. Connect Your Printer via USB

  1. Power off your printer before handling any cables or opening access panels.
  2. Carefully open the left-hand side electronics compartment door.
Image not yet added
  1. Plug one end of the USB cable into the USB port on the printer's mainboard.
  2. Plug the other end of the USB cable into a USB port on your computer.
  3. Power on the printer once the USB cable is securely connected.

3. Launch Pronterface and Establish Connection

  1. Open Pronterface on your computer.
  2. In the upper-left corner of the Pronterface window, locate the drop-down menu containing available COM ports (on Windows) or Serial ports (on macOS/Linux).
  3. Select the correct port for your printer. (If you're not sure, try each available port.)
  4. Click Connect to establish the USB connection.
  5. If the correct port is chosen, Pronterface will display "Printer is now online" in the status area (bottom-right corner).
Image not yet added

Connection troubleshooting

If the printer fails to connect:

  • Cycle through the available COM/Serial ports in Pronterface and attempt to connect again.
  • Restart Pronterface or power cycle your printer, then wait a few seconds before retrying.
  • Try a different USB cable.
  • Refer to Detailed Connection Troubleshooting if issues persist.

4. Sending G-code Commands

Once connected, you can send G-code commands to the printer using the console in the lower-right corner of the Pronterface window. Simply type a command and press Enter.

M552 Network Mode Commands

Use M552 to enable, disable, or change the network mode on Ethernet or Wi-Fi interfaces:

InterfaceCommandAction
Ethernet (I0)M552 I0 S1Enables Ethernet in client mode (uses DHCP).
M552 I0 S0Disables the Ethernet interface.
Wi-Fi (I1)M552 I1 S-1Powers down the Wi-Fi module (completely off).
M552 I1 S0Sets Wi-Fi to idle (no connection, module on).
M552 I1 S1Enables Wi-Fi client mode (connects to saved networks).
M552 I1 S2Enables Wi-Fi access point mode (printer broadcasts SSID).

Temporary changes

These changes are temporary unless you configure them permanently through the Web Interface (config.g or macros). After a restart, your printer may revert to its previous state.

WiFi Command Generator

Below is a tool that allows you to input your SSID and password, and then generates the corresponding tolerated command automatically:

First send:

M552 I0 S0 M552 I1 S-1 M552 I1 S0

Then use the generated M587 command.

WiFi Command Generator

FAQ

Support

If you could not find an answer here, reach out to our support team.

On this page

Your feedback makes it better for everyone.