587,372 active members*
3,164 visitors online*
Register for free
Login
Results 1 to 11 of 11

Hybrid View

  1. #1
    Join Date
    Mar 2017
    Posts
    926

    Re: Reversing axis direction in linuxcnc

    I finally got around to correcting my axis direction. As an FYI to anyone else looking to do this, it's in the HAL file, not the INI.

  2. #2
    Join Date
    May 2015
    Posts
    686

    Re: Reversing axis direction in linuxcnc

    Quote Originally Posted by Goemon View Post
    I finally got around to correcting my axis direction. As an FYI to anyone else looking to do this, it's in the HAL file, not the INI.
    That does not really sound right but the ini file values are used in hal.

    In your ini file, for a particular joint I have
    Code:
    STEP_SCALE = 261.130715645
    If I wanted to reverse direction, I would use
    Code:
    STEP_SCALE = -261.130715645
    This value is steps per device unit (mm for me, you may be using inches). In Mach I think they call it Steps Per
    Rod Webster
    www.vehiclemods.net.au

Similar Threads

  1. Intermittent issue with axis reversing direction after Homing
    By spank in forum Dynomotion/Kflop/Kanalog
    Replies: 11
    Last Post: 10-30-2013, 01:53 AM
  2. Reversing Z direction in program
    By Janos in forum FeatureCAM CAD/CAM
    Replies: 2
    Last Post: 04-01-2013, 01:12 PM
  3. Reversing direction control
    By HLC_Fiesta in forum Techno CNC
    Replies: 2
    Last Post: 03-06-2010, 04:16 PM
  4. reversing homing direction without inverting axis?
    By draughted in forum LinuxCNC (formerly EMC2)
    Replies: 10
    Last Post: 04-08-2009, 10:04 AM
  5. reversing display direction
    By barnesy in forum Mach Mill
    Replies: 10
    Last Post: 12-18-2008, 04:47 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •