Hello Guest it is May 08, 2024, 10:02:52 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

481
Hello everyone ,
I have only just started working with cnc and I think I have some problems like everyone else.

So I would like to request some information from the advanced via this route., I have a problem with the output dimensions, I make a drawing of a square 10cm x 10cm and on the cnc machine it is made 20cmx20cm someone have an idea how to solve this, I work with mach4
step's per unit is the Magic keyword butl pls. start a seperate Topic in General Mach4 aeria

482
sorry never used a 4th axis.
there are some setting's in Config -> Toolpath maybe one those help's.

483
G-Code, CAD, and CAM discussions / Re: G codes
« on: March 07, 2021, 03:11:50 AM »
post your g-code and we will see

485
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

486
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.

487
... 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.

488
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.

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

490
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.