forked from LinuxCNC/linuxcnc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/2.8' into master-merge
* origin/2.8: docs: make an index.html page for the PDF docs cosmetic fix to a configure error message Update for new version of Rpi400 Update for new version of Rpi400 docs: changed url in halshow doc docs: created mb2hal doc based on sample ini file mb2hal: added pins to manpage docs: fixed link docs: include mb2hal ini file in docs mb2hal: updated and fixed sample configuration gmoccapy: sensitize save button after 'save as' gmoccapy: fix detection of file change Update ini-config.txt Update ini-config.txt Add files via upload correcting submakefile for 2.8 update missing in documentation for INI RS274 section Change EDITOR = geany. Restore more generous dirhold and dirsetup timing. Updated the gantry example with what I gather from the forum is best practice. 1) Reduce from 4(XYZA) to 3(XYZY) coordinate. 2) Use negative HOME_SEQUENCE values for synchronous homing of the dual Y joints. 3) Rename signals such as adir, astep to y2dir, ystep. full update xhc-whb04b-6 for 2.8
- Loading branch information
Showing
15 changed files
with
407 additions
and
284 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
Stepper Gantry basic configurations using gantrykins. | ||
Stepper Gantry basic configurations. | ||
|
||
gantry has no home switches | ||
It is very important for gantry machines to set initial home switch positions before first homing so they reach home switches at a very similar time. To remove any skewing on the gantry adjust the home offset of one joint. After homing the configuration will switch from joint mode to world mode. | ||
|
||
This configuration is a stepper based configuration for a gantry type of device using independent Y axis steppers on the gantry. When this configuration is started you will be in joint mode and each axis can be jogged independently. This allows you to square up the gantry to match marks then home each joint. Once this is completed switch to world mode before trying to jog the gantry. | ||
gantry_joints.ini uses the same .hal file but uses kinstype=BOTH which requires independently homing each joint axis. | ||
|
||
gantry-hs has home switches for each joint | ||
gantry.ini implements a dual Y motor gantry. This is the configuration to use after you verify the directions and speeds of the individual joints using gantry_joints.ini. | ||
|
||
These configs use switches for min-home on the X,Y,Y2 axis and max-home for Z. Pay attention to the parallel input pin assignment for the switches. | ||
|
||
This configuration is just like gantry.ini with the addition of home switches. Homing is done in joint mode. It is very important for gantries to set initial home switch positions before first homing so they reach home switches at a very similar time. To remove any skewing on the gantry adjust of home offset of one joint. After homing switch to world mode. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.