Page 1 of 1

Zinter Pro nozzle offset

Posted: Thu May 07, 2015 9:57 am
by lkeppner
I just received my Zinter Pro and have been working for a few days with a single extrusion print. I have now started trying to work with both nozzles for a dual extrusion and I have an offset that doesn't seem to be handled in firmware properly. Had anybody else worked with this printer yet? And I can't find a machine offset adjustment in any settings in V2.2.2. Can anybody tell me where to find this or do I have to add it to my G-code script?

Thanks.

Re: Zinter Pro nozzle offset

Posted: Thu May 07, 2015 1:30 pm
by KeyboardWarrior
I think you can set this through the M218 commands. You would just need to add these two lines in the Starting G-Code of the Scripts tab.

M218 T0 X0 Y0
M218 T1 X0 Y35.5

does that work?

Re: Zinter Pro nozzle offset

Posted: Thu May 07, 2015 1:51 pm
by lkeppner
KW, thank you... I will give it a try. I will have to see if 35.5 is the right number because there is obviously already an offset in the firmware because I only had to offset it by -5.5 mm to get it working but thank you for the proper M-code.