Search found 4 matches

by levelheaded
Sun Feb 10, 2019 1:48 pm
Forum: AutoLeveller Software
Topic: G92 codes not being generated in PFG file
Replies: 9
Views: 12462

Re: G92 codes not being generated in PFG file

Yes sorry you are correct. Was in a rush before and got a bit confused with what GCode does what. Yes, the G92's are for zeroing only and should only appear at the start. Thanks for the confirmation! You should also see the Z part of each triplet as a slightly different number to the rest. If they ...
by levelheaded
Sat Feb 09, 2019 4:44 am
Forum: AutoLeveller Software
Topic: G92 codes not being generated in PFG file
Replies: 9
Views: 12462

Re: G92 codes not being generated in PFG file

Will check it out when Jetbrains gets back to me in a few days time hopefully, but im guessing right now that G92 should appear after the M2002 as you say. In the meantime you could try changing G92 to something else just to see if it comes up in the PFG. The other point is almost certainly a USB o...
by levelheaded
Fri Feb 08, 2019 7:21 pm
Forum: AutoLeveller Software
Topic: G92 codes not being generated in PFG file
Replies: 9
Views: 12462

Re: G92 codes not being generated in PFG file

Hi, Yes, I have replicated the problem from your provided settings and am getting the same issue (no G92 output). This should not happen and will issue a fix as soon as I get my licence back from Jetbrains (company that makes my IDE of choice). Not sure why this happens yet. Thanks for telling me. ...
by levelheaded
Thu Feb 07, 2019 7:12 pm
Forum: AutoLeveller Software
Topic: G92 codes not being generated in PFG file
Replies: 9
Views: 12462

G92 codes not being generated in PFG file

This is my current configuration 10.png 20.png For M2002, I have a macro in the active profile directory with SetVar(2002,getoemdro(802)) The PFG file is also attached A snippet of which is pasted below M40 G0 Z10 G1 X0 Y0 F600 G4 P1 G31 Z-15 F100 M2002 <= (would expect a G92 Z0 after this line) G0 ...