Search found 8 matches

by yurapak
Tue May 09, 2023 9:50 am
Forum: Problems and questions
Topic: ROTATION SPEED FOR ROTARY PLUGIN NOT CORRECT?
Replies: 2
Views: 2285

Re: ROTATION SPEED FOR ROTARY PLUGIN NOT CORRECT?

Hello. did you solve the problem with the high speed of passing the pipe edge?
by yurapak
Tue Aug 09, 2022 9:36 am
Forum: Problems and questions
Topic: Suitable post processor for F2100b Chinese controller
Replies: 2
Views: 1215

Re: Suitable post processor for F2100b Chinese controller

Hello. I use - hypertherm edge. Works great.
by yurapak
Fri Aug 05, 2022 7:23 am
Forum: Problems and questions
Topic: Problem with Plasma Cutting of Square and Rectangular Tubes (Seetcam Rotary+Mach3)
Replies: 0
Views: 51461

Problem with Plasma Cutting of Square and Rectangular Tubes (Seetcam Rotary+Mach3)

Large melting (very large cutting width) of the metal on the edges (square, rectangular pipe), due to the low speed of the cutter.

Cutting flat sections and round pipes is no problem.

Maybe there are special settings in SheetCAM, Mach3.
by yurapak
Sat Dec 18, 2021 8:42 am
Forum: Problems and questions
Topic: Z-axis zero from the pipe surface (sheetcam rotary+Mach3)
Replies: 8
Views: 1237

Re: Z-axis zero from the pipe surface (sheetcam rotary+Mach3)

Thank you.
This means that the postprocessor already contains an algorithm for the touch sensor and the M3 macro should be left in Mach3 by default.
Or, in the postprocessor, you need to change the values of variables (refHome, or others)?
by yurapak
Fri Dec 17, 2021 7:49 pm
Forum: Problems and questions
Topic: Z-axis zero from the pipe surface (sheetcam rotary+Mach3)
Replies: 8
Views: 1237

Re: Z-axis zero from the pipe surface (sheetcam rotary+Mach3)

Sorry about which link you are talking about.
by yurapak
Fri Dec 17, 2021 6:22 pm
Forum: Problems and questions
Topic: Z-axis zero from the pipe surface (sheetcam rotary+Mach3)
Replies: 8
Views: 1237

Re: Z-axis zero from the pipe surface (sheetcam rotary+Mach3)

What is the algorithm for the touch sensor in this case (am I using a macros M3)? Dim Feed Const DRO_X = 0 Const DRO_Y = 1 Const DRO_Z = 2 Feed = FeedRate Code "G31 Z-20 F400" While IsMoving() Sleep 100 Wend Code "G92 Z0" While IsMoving () Sleep 100 Wend Code "G0 Z4 F500&quo...
by yurapak
Fri Dec 17, 2021 3:28 pm
Forum: Problems and questions
Topic: Z-axis zero from the pipe surface (sheetcam rotary+Mach3)
Replies: 8
Views: 1237

Z-axis zero from the pipe surface (sheetcam rotary+Mach3)

I work with sheetcam rotary and mach3, we use a postprocessor PlasmaRotary Mach3.scpost.
The Z axis is measured from the centerline of the pipe, and is required from the surface of the pipe.
What needs to be done so that the z axis reads zero from the pipe surface?