{"id":40664478,"url":"https://github.com/backplane/bambu-add-ip","last_synced_at":"2026-01-21T09:06:31.320Z","repository":{"id":257745848,"uuid":"859202990","full_name":"backplane/bambu-add-ip","owner":"backplane","description":"Workaround for adding the remote IP of a BambuLab 3D printer","archived":false,"fork":false,"pushed_at":"2025-02-25T17:36:13.000Z","size":19,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-25T18:37:00.405Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/backplane.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-18T09:07:28.000Z","updated_at":"2025-02-25T17:36:14.000Z","dependencies_parsed_at":"2025-02-25T18:28:07.387Z","dependency_job_id":null,"html_url":"https://github.com/backplane/bambu-add-ip","commit_stats":null,"previous_names":["backplane/bambu-add-ip"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/backplane/bambu-add-ip","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backplane%2Fbambu-add-ip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backplane%2Fbambu-add-ip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backplane%2Fbambu-add-ip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backplane%2Fbambu-add-ip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/backplane","download_url":"https://codeload.github.com/backplane/bambu-add-ip/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backplane%2Fbambu-add-ip/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28630940,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-21T09:06:29.893Z","updated_at":"2026-01-21T09:06:31.300Z","avatar_url":"https://github.com/backplane.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bambu-add-ip\n\nShell script which sends the IP address of a BambuLab printer to port 2021/udp of a PC running BambuStudio so that the printer can be accessed across subnets.\n\nThis script is forked from [gashton's bambudiscovery.sh script](https://github.com/gashton/bambustudio_tools/blob/master/bambudiscovery.sh).\n\n## Uages\n\nThe program emits the following help text when invoked with the `-h` or `--help` flags:\n\n```\nUsage: bambu-add-ip [-h|--help] [flags] [printer_ip]\n\nSends the IP address of your BambuLab printer to port 2021/udp,\nwhere BambuStudio is listening\n\n-h / --help   show this message\n-d / --debug  print additional debugging messages\n\nArguments:\nprinter_ip    ip address of the printer\n\nFlags:\n--slicer-ip SLICER_IP\n    IP address of PC running BambuStudio; default is appropriate for running bambu-add-ip on the same PC as BambuStudio\n    (default: 127.0.0.1)\n--printer-ip PRINTER_IP\n    IP address of the BambuLab Printer (this flag can be used instead of the printer_ip positional argument)\n    (default: )\n--printer-dev-model PRINTER_DEV_MODEL\n    set this to the printer device model, use one of the following:\n    \"3DPrinter-X1-Carbon\",\n    \"3DPrinter-X1\",\n    \"C11\" (for P1P),\n    \"C12\" (for P1S),\n    \"C13\" (for X1E),\n    \"N1\" (for A1 mini),\n    \"N2S\" (for A1)\"\n    (default: 3DPrinter-X1-Carbon)\n--printer-dev-name PRINTER_DEV_NAME\n    the device name of the printer\n    (default: 3DP-000-000)\n--printer-usn PRINTER_USN\n    Printer Serial Number\n    (default: 000000000000000)\n--config-file CONFIG_FILE\n    path to an optional config file which can be sourced to load the above settings\n    (default: $HOME/.bambu-add-ip.cfg)\n\nExample config file content:\nSLICER_IP=127.0.0.1\nPRINTER_IP=192.168.1.234\nPRINTER_DEV_MODEL=N1\nPRINTER_DEV_NAME=tiny\nPRINTER_USN=030000000000001\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbackplane%2Fbambu-add-ip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbackplane%2Fbambu-add-ip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbackplane%2Fbambu-add-ip/lists"}