OpenBuilds / OpenBuilds-CONTROL

OpenBuilds CONTROL: Download from https://software.openbuilds.com
https://software.openbuilds.com
GNU General Public License v3.0
169 stars 104 forks source link

Update grbl default profiles for ACRO to set $44/45 correctly #288

Closed Lerch-Adams closed 1 year ago

Lerch-Adams commented 1 year ago

The BlackBox 4X in OpenBuilds Control had a 2 axis with Z homing disabled under the flashing tool. That option is not present for the BlackBox X32 I am using now. Can the 2 axis with Z homing disabled be added for the BlackBox X32?

kendaniels commented 1 year ago

Just adding another vote/voice to the 2-axis firmware. Set my Acro 1510 up yesterday for a pen plotter project and am now stuck without 2-axis firmware.

Support sent me here but I'm not sure this will do the trick? https://openbuilds.com/threads/blackbox-x32.19810/page-2#post-130492

Hopefully 2-axis firmware isn't too far away?

petervanderwalt commented 1 year ago

Hopefully 2-axis firmware isn't too far away?

It doesn't need custom firmware anymore! (grblHAL has configurable homing) - this ticket is more a todo for the ACRO profiles (to set the relevant grbl settings for users). That's why this ticket is under CONTROL's github repo, as CONTROL needs a couple changes to the Profiles (See https://github.com/OpenBuilds/OpenBuilds-CONTROL/blob/master/app/js/grbl-settings-defaults.js - so we can set $44/45 correctly in the predefined profiles which it does not currently do )

To disable Z homing, just set set $44=3 and $45=0 in the Grbl Settings (as per https://openbuilds.com/threads/blackbox-x32.19810/page-3#post-131285)

Support sent me here but I'm not sure this will do the trick? https://openbuilds.com/threads/blackbox-x32.19810/page-2#post-130492

That was for your question about building a "pen plotter" - thus support refered you to the details of using a servo as the toolhead (: - seperate from 2-axes homing. Lots of plotters are 3-axes. Remember to specify all details when requesting support. The servo is a tool (enabling/disabling the PEN, its not a Z axis)

petervanderwalt commented 1 year ago

Updated ticket description to avoid future confusion

petervanderwalt commented 1 year ago

Fixed in V1.0.345 or later