jeffeb3 / v1pi

Preconfigured PI useful for users of the V1Engineering machines.
GNU General Public License v3.0
99 stars 18 forks source link

Is possible to set home manually? #29

Closed elongo closed 4 years ago

elongo commented 4 years ago

Hi. Does anyone knows if it Is possible to set the home manually in octopi, to start the the cnc job? And how?

Thanks you!!

e

jeffeb3 commented 4 years ago

You can set up whatever macros you want.

I would set these up:

Set X Zero: G92 X0 Set Y Zero: G92 Y0 Set Z Zero: G92 Z0

You can also adjust the starting gcode to include these, and just set the tool at 0,0,0 to start.

Watch out for the M84 in the pause/ending gcode.

elongo commented 4 years ago

Thank you. Good indications to have also.

Sorry, perhaps I didn’t explain myself enough! I was asking about the option of, before starting the job, move the router to a specific location and the in octoprint say “Set home” (which will be set at the place where the router is at that given moment.

Something like in Repetier. Where you have the “Set Home” button. Sometimes is very handy.

e

On Sun, Sep 6, 2020 at 8:34 PM Jeff Eberl notifications@github.com wrote:

Closed #29 https://github.com/jeffeb3/v1pi/issues/29.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jeffeb3/v1pi/issues/29#event-3734340648, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFSEAC4DCPQVI4BF5XCOVC3SEPI5DANCNFSM4Q4XT2IA .

jeffeb3 commented 4 years ago

That's what I was suggesting, but one axis at a time:

Set all zero: G92 X0 Y0 Z0

elongo commented 4 years ago

Awesome, man. Got it! Thanks..