diff --git a/configs/lagun_gmoccapy/linuxcnc.var b/configs/lagun_gmoccapy/linuxcnc.var index 410518f..70ece38 100644 --- a/configs/lagun_gmoccapy/linuxcnc.var +++ b/configs/lagun_gmoccapy/linuxcnc.var @@ -27,9 +27,9 @@ 5218 0.000000 5219 0.000000 5220 1.000000 -5221 7.046981 -5222 0.266575 -5223 -2.928337 +5221 -6.512164 +5222 3.676288 +5223 -3.122360 5224 0.000000 5225 0.000000 5226 0.000000 diff --git a/configs/lagun_gmoccapy/linuxcnc.var.bak b/configs/lagun_gmoccapy/linuxcnc.var.bak index 410518f..70ece38 100644 --- a/configs/lagun_gmoccapy/linuxcnc.var.bak +++ b/configs/lagun_gmoccapy/linuxcnc.var.bak @@ -27,9 +27,9 @@ 5218 0.000000 5219 0.000000 5220 1.000000 -5221 7.046981 -5222 0.266575 -5223 -2.928337 +5221 -6.512164 +5222 3.676288 +5223 -3.122360 5224 0.000000 5225 0.000000 5226 0.000000 diff --git a/configs/lagun_gmoccapy/my_LinuxCNC_machine.pref b/configs/lagun_gmoccapy/my_LinuxCNC_machine.pref index 86e8aa3..081fef3 100644 --- a/configs/lagun_gmoccapy/my_LinuxCNC_machine.pref +++ b/configs/lagun_gmoccapy/my_LinuxCNC_machine.pref @@ -75,6 +75,6 @@ show_preview_on_offset = False use_keyboard_shortcuts = True offset_axis_y = 0.0 offset_axis_x = 0.0 -offset_axis_z = 0.0 -tool_in_spindle = 3 +offset_axis_z = -0.003 +tool_in_spindle = 5 diff --git a/nc_files/THF-AIRPANEL.ngc b/nc_files/THF-AIRPANEL.ngc new file mode 100644 index 0000000..bcd7a61 --- /dev/null +++ b/nc_files/THF-AIRPANEL.ngc @@ -0,0 +1,18 @@ +#<_z_clearance> = 0.500 + +M03 ; Start spindle +F10 ; Feed + +#<_z_top> = 0.25 +#<_z_bot> = 0.0 + +# = 0.5 +o call [+4] [1.25][-4.025] [#] +o call [+4] [4.00][-4.025] [#] +o call [+4] [4.00][-1.805] [#] + +o call [+4+8] [-.175][.175] [5.425][-4.425] + +M05 ; Stop Spindle +M30 ; End Program +% \ No newline at end of file