Enable IPv6 usage in curls resolve code #1366

Closed
opened 2026-04-05 17:28:30 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @andir on 12/13/2025

Description

Before this change OrcaSlicer would fail to resolve the IPv6 addresses
of printers when trying to interact with them via HTTP.

For context: I'm running my Klipper based printers with only IPv6
addresses being assigned to them. That works fine for
everything (including other slicers such as prusa-slic3r).

A few years ago I did debug this and figured that it came down to the
single line in the code base that this commit removes. I've since
patched every single OrcaSlicer version with this change and never
noticed a downside. It should be fine to remove the restriction.

*Originally created by @andir on 12/13/2025* # Description Before this change OrcaSlicer would fail to resolve the IPv6 addresses of printers when trying to interact with them via HTTP. For context: I'm running my Klipper based printers with only IPv6 addresses being assigned to them. That works fine for everything (including other slicers such as prusa-slic3r). A few years ago I did debug this and figured that it came down to the single line in the code base that this commit removes. I've since patched every single OrcaSlicer version with this change and never noticed a downside. It should be fine to remove the restriction.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OrcaSlicer#1366