colbyparsons wrote:From what I have been able to determine, they are right, but I still get things printing with the colors in two different places.
If the toolheads don't line up when doing dual color printing, then the toolhead offsets in the firmware are incorrect! You can tell the software to do this, but it should really be done in the firmware. Using the software for toolhead offsets is just a workaround. When you do it in the software, it actually offsets all of the raw gcode coordinates in the file, so the preview will look weird. It's much better to do it in the firmware. I have no idea why the manufacturer wouldn't do this to begin with...??
If you really need to do it in the software, then just set the toolhead offsets on the G-Code tab. Usually Tool 0 has offset (0,0) and Tool 1 has offset (20,0) or whatever distance apart your nozzles are in the X-axis. Then on that same tab, enable the option called "Apply toolhead offsets to G-Code coordinates". But again, this is a workaround and not ideal. It should really be done in the firmware.