- LinuxCNC
- General LinuxCNC Questions
- Why isn't the actual slanted path shown in lcnc's axis interface?
Why isn't the actual slanted path shown in lcnc's axis interface?
- squallwsx
- Offline
- New Member
Less
More
- Posts: 4
- Thank you received: 1
16 Jan 2024 12:19 #290859
by squallwsx
Why isn't the actual slanted path shown in lcnc's axis interface? was created by squallwsx
Attachments:
Please Log in or Create an account to join the conversation.
- Aciera
- Away
- Administrator
Less
More
- Posts: 4001
- Thank you received: 1728
16 Jan 2024 13:11 #290867
by Aciera
Replied by Aciera on topic Why isn't the actual slanted path shown in lcnc's axis interface?
The pink lines on the left show the actual tool tip positions recorded as gcode is executed (this includes all the calculations that happen in the custom kinematic)
The white lines on the right show the preview which is created from a dummy run of the gcode by the interpreter when the gcode is loaded. This interpreter has no knowledge of any custom kinematic and lives in trivial kinematics only.
The white lines on the right show the preview which is created from a dummy run of the gcode by the interpreter when the gcode is loaded. This interpreter has no knowledge of any custom kinematic and lives in trivial kinematics only.
Please Log in or Create an account to join the conversation.
- squallwsx
- Offline
- New Member
Less
More
- Posts: 4
- Thank you received: 1
16 Jan 2024 13:49 - 16 Jan 2024 14:01 #290870
by squallwsx
Replied by squallwsx on topic Why isn't the actual slanted path shown in lcnc's axis interface?
Attachments:
Last edit: 16 Jan 2024 14:01 by squallwsx.
Please Log in or Create an account to join the conversation.
- Aciera
- Away
- Administrator
Less
More
- Posts: 4001
- Thank you received: 1728
16 Jan 2024 14:22 #290871
by Aciera
Replied by Aciera on topic Why isn't the actual slanted path shown in lcnc's axis interface?
Apologies, I forgot:
For this you need to change this line in the [DISPLAY] section in the file '5axis.ini'
From this:
GEOMETRY = XYZCBW
To this:
GEOMETRY = XYZ!C!BW
For this you need to change this line in the [DISPLAY] section in the file '5axis.ini'
From this:
GEOMETRY = XYZCBW
To this:
GEOMETRY = XYZ!C!BW
Please Log in or Create an account to join the conversation.
- tommylight
- Online
- Moderator
Less
More
- Posts: 19459
- Thank you received: 6529
16 Jan 2024 15:22 #290877
by tommylight
Replied by tommylight on topic Why isn't the actual slanted path shown in lcnc's axis interface?
Duplicate topic deleted.
Thank you.
Thank you.
The following user(s) said Thank You: Aciera
Please Log in or Create an account to join the conversation.
- squallwsx
- Offline
- New Member
Less
More
- Posts: 4
- Thank you received: 1
16 Jan 2024 18:44 #290893
by squallwsx
Replied by squallwsx on topic Why isn't the actual slanted path shown in lcnc's axis interface?
Thank you so much for showing the axis of rotation correctly in the interface.
Please Log in or Create an account to join the conversation.
- squallwsx
- Offline
- New Member
Less
More
- Posts: 4
- Thank you received: 1
16 Jan 2024 18:45 #290894
by squallwsx
Replied by squallwsx on topic Why isn't the actual slanted path shown in lcnc's axis interface?
I am sorry to send a duplicate post, I tried various methods also did not find how to delete, thank you for your help.
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
- LinuxCNC
- General LinuxCNC Questions
- Why isn't the actual slanted path shown in lcnc's axis interface?
Time to create page: 0.946 seconds