Hello Guest it is April 18, 2024, 04:46:47 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - TPS

482
are you still talking about this g-code ?:

Code: [Select]
N100G00G21G17G90G40G49G80
N110G71G91.1
N120T1M06
N130 (End Mill {3 mm})
N140G00G43Z15.000H1
N150S12000M03
N160
N170()
N180G94
N190X0.000Y0.000F2000.0
N200G00X-23.500Y-23.500Z10.000
N210G1X-23.500Y-23.500Z-1.000F500.0
N220G1X23.500Y-23.500Z-1.000F2000.0
N230G1X23.500Y23.500Z-1.000
N240G1X-23.500Y23.500Z-1.000
N250G1X-23.500Y-23.500Z-1.000
N260G00X-23.500Y-23.500Z10.000
N270G00Z15.000
N280G00X0.000Y0.000
N290M09
N300M30
%

here
N200 G00 X-23.500 Y-23.500 Z10.000
the g-code tells machine goto X-23.500
so if your left bouandary is X0 then it whants to go outside.


as sayed before, to run this code jog your machine somewhere to the Center of bed and lower Z-axis aprox 15mm

then press X-Zero and Y-Zero and z-Zero and THEN run the code

483
for your z-axis up is positve and down is negative?

goto to Zero means goto Zero whereever you set the Zero of your z-axis
if the actual Position is negativ it will go up if it is positve it will go down.

484
... and still is problem with position of my G-code like on picture...
I didnt have had such problem before I changing minebord and instaling new Mach 3
jog your machine somewhere in the middle press Zero X , Zero Y and Regen Toolpath


according to your screenshot X-Dro = 126.something and Y-Dro is 52.something
Center of your code is X0/Y0 and coordinates are from -23 to +23 so the toolpath view
is axactly showing the reality.

485
I know about such option, but if you change DirLA X and Y you changing direction for HOME and XYZ going in oposite.
of course XY  buttons of MPG MODE  working correct now.

Config -> Homing Softlimits -> Home Neg.

486
Config -> Ports&Pins -> Motor Ouputs -Change DirLowActive should also invert direction without swapping wires

487
your g-code is so that X0/Y0 is in Center of part.

on a normal Installation
x-movement (millbit related to part) moving from left to right is positive
y-movement (millbit related to part) moving from front to back is positive
 
related to your g-code workpiece X0/Y0 must be somewhere in the Center of table not at the border.

488
you have two possibilities:

1st Change motor wiring

A+ yellow
A- blue
B+ red
B- green

2nd invert the Setting for dir pin (active Low) of slave axis 

489
CS-Lab / Re: ePID fault... press RESET Mach 3 CSMIO/IP-A
« on: March 05, 2021, 10:29:45 AM »
did they install a new Version of Mach3?

490
Show us your G-Code file.