Converting gcode files generated with slic3r to work with the davinci printer’s native software XYZWare was a little tedious, so I wrote a simple C# app to automate the process. For this app to work you must be using a modified slic3r ini file
Just drag your gcode file onto the app and it will pop out a file of the same name but with a .3w extension, overwriting any conflict.
C# Source code is here if you’d like to compile it yourself as a new console app. You shouldn’t need to make any modifications, but you’re also welcome to.
EXE download for those who can’t compile themselves.
Hope this helps someone!