QTPYVCP+VISMACH+LINUXCNC ROLLED INTO ONE?
- machinedude
-
Topic Author
- Offline
- Platinum Member
-
Less
More
- Posts: 715
- Thank you received: 312
14 Aug 2025 20:10 #333440
by machinedude
Replied by machinedude on topic QTPYVCP+VISMACH+LINUXCNC ROLLED INTO ONE?
no retro fits on these i was just saying the memory for program storage is what ever the base model came with at the time. sadly the people i work for don't spend the extra money to upgrade that part of the machine when they buy them.
they guys were old school who have retired or moved on and they hand coded everything in the past so bloated cam programs were never an issue before because of this. the one mori is nothing fancy at all but when i first came out of trade school back in 1991 they had that machine at it's still there
so it's 35 years old plus
they guys were old school who have retired or moved on and they hand coded everything in the past so bloated cam programs were never an issue before because of this. the one mori is nothing fancy at all but when i first came out of trade school back in 1991 they had that machine at it's still there
Please Log in or Create an account to join the conversation.
- machinedude
-
Topic Author
- Offline
- Platinum Member
-
Less
More
- Posts: 715
- Thank you received: 312
17 Aug 2025 14:03 #333545
by machinedude
Replied by machinedude on topic QTPYVCP+VISMACH+LINUXCNC ROLLED INTO ONE?
Attachments:
The following user(s) said Thank You: besriworld
Please Log in or Create an account to join the conversation.
- TelegramSam
- Offline
- New Member
-
Less
More
- Posts: 1
- Thank you received: 0
16 Sep 2025 15:14 #335071
by TelegramSam
Replied by TelegramSam on topic QTPYVCP+VISMACH+LINUXCNC ROLLED INTO ONE?
This is amazing and exactly what I was looking for. (Thank You!) I'm struggling with how to fix the scale of my stl file. I'm also having trouble finding any documentation for this. Does anybody have a link to documentation or other examples?
Please Log in or Create an account to join the conversation.
- Lcvette
-
- Offline
- Moderator
-
Less
More
- Posts: 1587
- Thank you received: 743
26 Sep 2025 16:08 #335461
by Lcvette
Replied by Lcvette on topic QTPYVCP+VISMACH+LINUXCNC ROLLED INTO ONE?
how is your project coming along?
Please Log in or Create an account to join the conversation.
- amanker
- Offline
- Premium Member
-
Less
More
- Posts: 113
- Thank you received: 2
27 Feb 2026 14:31 #343598
by amanker
As per your instructions I have made vismach file for my small cnc.But CNC movement if GUI is correct. But Tool movement in Y direction is wrong.My yaml file.
Replied by amanker on topic QTPYVCP+VISMACH+LINUXCNC ROLLED INTO ONE?
As per your instructions I have made vismach file for my small cnc.But CNC movement if GUI is correct. But Tool movement in Y direction is wrong.My yaml file.
Attachments:
Please Log in or Create an account to join the conversation.
- Lcvette
-
- Offline
- Moderator
-
Less
More
- Posts: 1587
- Thank you received: 743
27 Feb 2026 14:59 #343600
by Lcvette
Replied by Lcvette on topic QTPYVCP+VISMACH+LINUXCNC ROLLED INTO ONE?
its not wrong, which direction is the "TOOL" moving through the work?
Please Log in or Create an account to join the conversation.
- Aciera
-
- Offline
- Administrator
-
Less
More
- Posts: 4661
- Thank you received: 2078
27 Feb 2026 15:28 #343602
by Aciera
Replied by Aciera on topic QTPYVCP+VISMACH+LINUXCNC ROLLED INTO ONE?
The problem is that the backplot needs to move with the table.
Please Log in or Create an account to join the conversation.
- amanker
- Offline
- Premium Member
-
Less
More
- Posts: 113
- Thank you received: 2
27 Feb 2026 15:34 #343603
by amanker
Replied by amanker on topic QTPYVCP+VISMACH+LINUXCNC ROLLED INTO ONE?
How can I resolve this?
Please Log in or Create an account to join the conversation.
- amanker
- Offline
- Premium Member
-
Less
More
- Posts: 113
- Thank you received: 2
27 Feb 2026 15:38 #343604
by amanker
Replied by amanker on topic QTPYVCP+VISMACH+LINUXCNC ROLLED INTO ONE?
See GIF file I have uploaded. The tool marker from view port is moving in opposite direction. I want it should be below spindle tooltip. As it moves while jogging in X or Z direction. But Y jogging time, table is moving correctly. But tool marker is moving in opposite direction.
Please Log in or Create an account to join the conversation.
- Aciera
-
- Offline
- Administrator
-
Less
More
- Posts: 4661
- Thank you received: 2078
27 Feb 2026 16:14 #343609
by Aciera
Replied by Aciera on topic QTPYVCP+VISMACH+LINUXCNC ROLLED INTO ONE?
The tool path needs to be plotted relative to the work piece. (tool -> world -> work)
The problem is that your tool position is plotted in World coordinates (tool -> world) which works if only the tool moves because the Work coordinate system remains identical to the World coordinates.
However on a machine like yours where the tool AND the work move in space the plotter needs to track both the tool tip as well as the work piece.
This is why the 'vismach' tool needs the capture() function for the tooltip as well as for work.
Not sure but maybe the backplot in ProbeBasic only plots tool position in world coordinates instead of plotting tool position in Work coordinates?
The problem is that your tool position is plotted in World coordinates (tool -> world) which works if only the tool moves because the Work coordinate system remains identical to the World coordinates.
However on a machine like yours where the tool AND the work move in space the plotter needs to track both the tool tip as well as the work piece.
This is why the 'vismach' tool needs the capture() function for the tooltip as well as for work.
Not sure but maybe the backplot in ProbeBasic only plots tool position in world coordinates instead of plotting tool position in Work coordinates?
Please Log in or Create an account to join the conversation.
Moderators: KCJ, Lcvette
Time to create page: 0.134 seconds