This is excellent never new this is possible. 👍 Please do a more in depth video on this and maybe refer more to the net script way. Thank you caminstructor as always sharing important information for Mastercam users 👍
@CamInstructor3 жыл бұрын
Will be looking into net scripting very soon
@chazz.zaragoza.95613 жыл бұрын
@@CamInstructor Will you be covering making custom C hooks at any point??
@CamInstructor3 жыл бұрын
At some point, yes.
@chazz.zaragoza.95613 жыл бұрын
That's a neat trick
@manojvishwakarma-instructo46123 жыл бұрын
Informative 👍
@CamInstructor3 жыл бұрын
Glad you think so!
@johnny1b0993 жыл бұрын
Great information! But I think you missed the easiest and quickest way to accomplish your example task - use transform to create 100 copies of the point, then scale with the scale origin at the first point using a scale factor of (.5 + .156)/.5. Boom - done!
@CamInstructor3 жыл бұрын
You are on to something here but as described this does not work. The points will keep an even spacing during the scale move, unless I'm overlooking something. Doing a Copy during the Scale kind of works, I can get an increasing offset but not at the positions we're after here. If you want to provide some additional info, I'm all ears.
@johnny1b0993 жыл бұрын
@@CamInstructor OOPS. I didn't think about this thoroughly - your example is not a linear scaling problem. Sorry!
@loanpanda07633 жыл бұрын
Superb sir
@CamInstructor3 жыл бұрын
Thanks!
@brockfrancis43983 жыл бұрын
Great content! Can you create a line from a csv import?
@CamInstructor3 жыл бұрын
No. CSV for geometry will only create a point. There are ways you could use a csv file to create lines but this would involve either a script or a nethook.
@theking-dn3sv3 жыл бұрын
Awesome man thanks!
@CamInstructor3 жыл бұрын
Thank you!
@BonaRasmey9 ай бұрын
Is Macros software part of cam software 🤔
@caseywaite5992 жыл бұрын
An easy way to do this for something like drilled holes or other canned cycles would be to program them in G91. Then you just copy paste X/Y.5156 for the number of instances - 1 for the first hole. This, however, is great for something outside of a canned cycle. Though, arguably could be done with subroutines as well. Anyway… a million ways to skin a cat.
@CamInstructor2 жыл бұрын
That wouldn't quite work as the spacing is different for each hole, its moving 0.0156 more than the last move, not a consistent 0.0156 each time. You would have to change your incremental amount each time,. No real gain over absolute position as you cannot refer to the move you just made. The only solution on the control would be a macro program.
@Ал1-в2ю3 жыл бұрын
супер
@PaulG.36925 күн бұрын
дупер
@avarillas75 Жыл бұрын
this is way too much work! why not use G91 instead? create a short subroutine and move incrementally, Done!
@CamInstructor Жыл бұрын
The spacing is changing between each hole. G91 will provide no advantage over G90.
@Zekeneral3 жыл бұрын
ffs move to metric already :)
@CamInstructor3 жыл бұрын
Or...just pretend these are really small metric parts :) I'll keep metric in mind for a future video 👍