gnea / grbl

An open source, embedded, high performance g-code-parser and CNC milling controller written in optimized C that will run on a straight Arduino
https://github.com/gnea/grbl/wiki
Other
3.99k stars 1.59k forks source link

Dual Z-Axis support? #1177

Open richardklingler opened 1 year ago

richardklingler commented 1 year ago

Good morning

When going through the issues here I only see that dual axis is only supported on X and Y. Though still don't know how to configure those (o;

I have an Anycubic 3d printer here with Mega2560 microcontroller where I want to put Grbl on, but it has dual Z-axis with endstops at each side.

I don't see any option with Grbl how to achieve that...or if it is even possible.

GrahamJB commented 1 year ago

For a 3D printer you need to be looking at Marlin, not Grbl.

From: Richard Klingler @.> Sent: 24 November 2022 10:06 AM To: gnea/grbl @.> Cc: Subscribed @.***> Subject: [gnea/grbl] Dual Z-Axis support? (Issue #1177)

Good morning

When going through the issues here I only see that dual axis is only supported on X and Y. Though still don't know how to configure those (o;

I have an Anycubic 3d printer here with Mega2560 microcontroller where I want to put Grbl on, but it has dual Z-axis with endstops at each side.

I don't see any option with Grbl how to achieve that...or if it is even possible.

— Reply to this email directly, view it on GitHub https://github.com/gnea/grbl/issues/1177 , or unsubscribe https://github.com/notifications/unsubscribe-auth/ABN5WWG7E5MJXPCU3NNUHRLWJ44Z3ANCNFSM6AAAAAASKEVU2A . You are receiving this because you are subscribed to this thread. https://github.com/notifications/beacon/ABN5WWC3ENUMJOBSCMEP4RTWJ44Z3A5CNFSM6AAAAAASKEVU2CWGG33NNVSW45C7OR4XAZNFJFZXG5LFVJRW63LNMVXHIX3JMTHFONHWJU.gif Message ID: @. @.> >

richardklingler commented 1 year ago

The Anycubic will be fitted with an LED laser :-)

So in the end nothing to do with 3d printing as I will use Lightburn to control the machine...

GrahamJB commented 1 year ago

OK, that sounds good.

But unfortunately I cannot help.

From: Richard Klingler @.> Sent: 24 November 2022 10:23 AM To: gnea/grbl @.> Cc: GrahamJB @.>; Comment @.> Subject: Re: [gnea/grbl] Dual Z-Axis support? (Issue #1177)

The Anycubic will be fitted with an LED laser :-)

So in the end nothing to do with 3d printing as I will use Lightburn to control the machine...

— Reply to this email directly, view it on GitHub https://github.com/gnea/grbl/issues/1177#issuecomment-1326248832 , or unsubscribe https://github.com/notifications/unsubscribe-auth/ABN5WWG5JUGQU6PLMTFZ7JDWJ46ZBANCNFSM6AAAAAASKEVU2A . You are receiving this because you commented. https://github.com/notifications/beacon/ABN5WWDC3OYA2EMKRDPJ6ADWJ46ZBA5CNFSM6AAAAAASKEVU2CWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTSPBTZYA.gif Message ID: @. @.> >

melvinisken commented 1 year ago

The Anycubic will be fitted with an LED laser :-)

So in the end nothing to do with 3d printing as I will use Lightburn to control the machine...

That's not a problem. Marlin supports being used for a laser, and is also supported by LightBurn. You don't need to use grbl necessarily. If you don't want to change your board, I suggest looking into how to use Marlin with a laser and LightBurn.