Open buzzhuzz opened 6 months ago
I got my hands on 3DConnection SpaceNavigator Wireless and found that all the code needed already there.
The only thing is need to be done is libspnav-dev added to build dependencies in order to have 3Dconnection code enabled.
Steps I've done in order to get it working:
libspnav-dev
to the bulid dependecies and rebuilt the OrcaSlicerspacenavd
on the host systemThings need to be considered while enabling this feature:
spacenavd
is really optional. Applications built with `libspnav-dev
would run fine with no daemon present in the system.libspnav`` either shall be bundled into AppImage/flatpak or linked statically. Current cmake scripts link
libspnav``` dynamicallyTest build available here https://github.com/buzzhuzz/OrcaSlicer/actions/runs/8892413761
I still need either https://github.com/SoftFever/OrcaSlicer/pull/5203 or https://github.com/SoftFever/OrcaSlicer/pull/4175 integrated before making PR per this task.
@buzzhuzz Unfortunately I'm not able to run the AppImage you provided.
@buzzhuzz What about PR? =) Did you make it?
Orca bot: this issue is stale because it has been open for 90 days with no activity.
@buzzhuzz Any news so far?
Is there an existing issue for this feature request?
Is your feature request related to a problem?
OrcaSlicer has support for 3Dconnexion devices on Mac and Window, but not on Linux.
This feature was requested by @discip
Which printers will be beneficial to this feature?
All
Describe the solution you'd like
3DConnextion device could be used with OrcaSlicer on Linux.
Describe alternatives you've considered
No response
Additional context
No response