On another site, I found a cleaner method. It appears that Simplify3D uses a command that the Dreamer no longer recognizes, so it ignores it. It can be fixed as follows: Under the Script tab, remove: M612 X34.5 Y0.0 ; Set toolhead offsets Replace that with: M218 T0 X0.0 Y0.0; M218 T1 X35.0 Y0.0; Set...