So, I got my Zim after Zeepro went belly up. I did the octoprint conversion and things seem to be working fine on the software side.
I set up a trio of buttons using the “custom control editor” to put the head in the 3 positions the original Zim used (I can’t remember where I found them). It kinda works. I’d like to see if there are better options out there for bed leveling via octoprint.
Could y’all share what Gcodes you’re using?
Here’s what I’m using:
’A’ position button:
G90 ; absolute positioning
G1 Z10 ;
G1 X75 Y75 Z10 ; for A point
G1 Z0
’B’ position button:
G90 ; absolute positioning
G1 Z10 ;
G1 X30 Y145 Z10 ; for B point
G1 Z0 ;
’C’ position button:
G90 ; absolute positioning
G1 Z10 ;
G1 X122 Y145 Z10 ; for C point
G1 Z0 ;
I hit these after hitting the ‘home’ buttons for the x/y as well as z axis controls on the Control tab in Octoprint.
It feels a bit kludgey. What codes are you all using to level the bed?
Thanks!