Expand tool table for x and y Offset
26 Nov 2021 12:08 #227641
by icy
Expand tool table for x and y Offset was created by icy
Hello,
how can i expand the tool table settings, in the way, that an y and y offset would be possible ?
I need this for an 3d probe to set an referenze point for estimating z with the 3d probe
best regards
Chris
how can i expand the tool table settings, in the way, that an y and y offset would be possible ?
I need this for an 3d probe to set an referenze point for estimating z with the 3d probe
best regards
Chris
Please Log in or Create an account to join the conversation.
26 Nov 2021 12:41 #227642
by bevins
I'm not sure I understand what your looking for. There is X Y offsets in tool table.
Replied by bevins on topic Expand tool table for x and y Offset
Hello,
how can i expand the tool table settings, in the way, that an y and y offset would be possible ?
I need this for an 3d probe to set an referenze point for estimating z with the 3d probe
best regards
Chris
I'm not sure I understand what your looking for. There is X Y offsets in tool table.
Please Log in or Create an account to join the conversation.
26 Nov 2021 13:51 #227648
by icy
Replied by icy on topic Expand tool table for x and y Offset
Thats the problem, there is only Z offset in my case, x and y are missing. If i check the tool.tbk, there are only Z entries.
Please Log in or Create an account to join the conversation.
26 Nov 2021 14:07 #227652
by bevins
Replied by bevins on topic Expand tool table for x and y Offset
run axis and check. The offsets should be there. What gui are you using?
Check from file /tool table
Check from file /tool table
Please Log in or Create an account to join the conversation.
26 Nov 2021 14:50 - 26 Nov 2021 14:52 #227655
by anfänger
Replied by anfänger on topic Expand tool table for x and y Offset
Take a look at the config or yaml files you can define what columns you want to have there. At least for probe basic.
www.qtpyvcp.com/plugins/tool_table.html
www.qtpyvcp.com/plugins/tool_table.html
Last edit: 26 Nov 2021 14:52 by anfänger.
The following user(s) said Thank You: TurBoss
Please Log in or Create an account to join the conversation.
29 Nov 2021 12:06 #227891
by icy
Replied by icy on topic Expand tool table for x and y Offset
Thanks for the link, but i am not understanding how i have to integrate the parts into the .yml . Maybe someone would be so nice and can post an example how to integrate the tooltable part ?
I ve tried a lot of configurations, but no one worked.
I ve tried a lot of configurations, but no one worked.
Please Log in or Create an account to join the conversation.
29 Nov 2021 19:01 #227938
by anfänger
Replied by anfänger on topic Expand tool table for x and y Offset
search for the probe_basic.yml file in your prob basic folder and replace the toot table entry to:
tooltable:
provider: qtpyvcp.plugins.tool_table:ToolTable
kwargs:
columns: TXYZDR
this might get overwritten once you update.
I am not sure but you might also be able to add this to you custom_config.yml file in your config folder.
tooltable:
provider: qtpyvcp.plugins.tool_table:ToolTable
kwargs:
columns: TXYZDR
this might get overwritten once you update.
I am not sure but you might also be able to add this to you custom_config.yml file in your config folder.
Please Log in or Create an account to join the conversation.
30 Nov 2021 13:14 #228001
by icy
Replied by icy on topic Expand tool table for x and y Offset
If i add
to my my custom_config.yml
nothing will happen. the custom_config.yml in set in the maschine.ini
to my my custom_config.yml
nothing will happen. the custom_config.yml in set in the maschine.ini
Please Log in or Create an account to join the conversation.
01 Dec 2021 14:47 #228128
by icy
Replied by icy on topic Expand tool table for x and y Offset
I am usingthis setting in my .yml, but there i am getting an error yaml.scanner.ScannerError: mapping values are not allowed here in unicode string , line 2 , culumn 8.
After that error Linuxcnc is not loading, and aborting.
Hans anyone an idea, that to do here ?
example of a machine specific settings
windows:
mainwindow:
kwargs:
confirm_exit: false
settings:
# VTK backplot view settings
backplot.show-grid:
default_value: false
backplot.show-program-bounds:
default_value: false
backplot.show-program-labels:
default_value: false
backplot.show-program-ticks:
default_value: false
backplot.show-machine-bounds:
default_value: false
backplot.show-machine-labels:
default_value: false
backplot.show-machine-ticks:
default_value: false
backplot.perspective-view:
default_value: false
backplot.view:
default_value: P
options: ["X: Front View", "XZ: Lathe View", "XZ2: Lathe View", "Y: Front View", "Z: Top View", "Z2: Bottom View", "P: Isometric"]
backplot.multitool-colors:
default_value: True
data_plugins:
status:
kwargs:
cycle_time: 15
tooltable:
provider: qtpyvcp.plugins.tool_table:ToolTable
kwargs:
columns: TXYZDR
file_header_template: |
LinuxCNC Tool Table
persistent_data_manager:
provider: qtpyvcp.plugins.persistent_data_manager:PersistentDataManager
kwargs:
# serialization method to use: json or pickle
serialization_method: pickle
# persistence_file: .vcp_data.json
hal:
provider: qtpyvcp.plugins.exported_hal:ExportedHal
After that error Linuxcnc is not loading, and aborting.
Hans anyone an idea, that to do here ?
Please Log in or Create an account to join the conversation.
15 Dec 2021 19:15 #229154
by Stud54
Replied by Stud54 on topic Expand tool table for x and y Offset
Any news here?
I also have just the Z value....no X and Y...
I also have just the Z value....no X and Y...
Please Log in or Create an account to join the conversation.
Time to create page: 0.083 seconds