How to solve an incorrect or changed identification when connecting 3D printers to 3DPrinterOS?

How to solve an incorrect or changed identification when connecting 3D printers

When you face a situation when multiple 3D printers are connected to one Raspberry Pi, a single-board computer, or a PC, and after the computer restarts, it unexpectedly changes its identification, it means that your printers are reporting identical serial numbers to the computer, or even don't report them at all.

Don't worry - we have the solution for you.

  1. Connect to the 3DPrinterOS Client situated on the computer in question. Type the computer's IP address together with a port in your browser.
    1. If your 3DPrinterOS Client is installed on a Raspberry Pi, you can find the RPI's IP address here. For example, "https://10.0.1.10" or "http://10.0.1.10" or just "10.0.1.10"
    2. If your 3DPrinterOS Client is installed on a local computer - type "http://127.0.0.1:8008/"
  2. Select "Settings" in the upper left corner of the browser window.
  3. Select "Edit settings file" in the upper left corner of the dialog box
  4. Find the key "backward_compatible_serials" and change the value to false. The resulting string should be "backward_compatible_serials": false,
  5. Find the key "no_empty_serials" and change the value to true. The resulting string should be "no_empty_serials": true,
  6. Click the "Save" button
  7. Restart your 3DPrinterOS Client (make sure that you have nothing printing with this 3DPrinterOS Client - a printing job will be failed in a case of restart)
    1. If you have Raspberry Pi or a single-board computer - Quit the Client (it will be autostarted). Or you could just reboot the RPI.
    2. If you have Windows, Ubuntu, or macOS computer - Quit the Client and start it again.


How did we do?


Powered by HelpDocs (opens in a new tab)