Hello Guest it is March 28, 2024, 04:07:58 PM

Author Topic: Could I edit file m3p  (Read 2973 times)

0 Members and 1 Guest are viewing this topic.

Could I edit file m3p
« on: August 10, 2011, 12:27:51 PM »
I dont have source so could i edit from m3p file.
And with Cycle Jog Step,could i separate to some buttons from 1mm to 0,0001mm replace original only one button
Re: Could I edit file m3p
« Reply #1 on: August 11, 2011, 09:16:04 AM »
any one can solve my matter ???

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: Could I edit file m3p
« Reply #2 on: August 11, 2011, 12:17:35 PM »
I think the Mp3 is compiled code. Unless you can read and write in machine code I don't think you can modify the MP3 directly.

As to the Job step use the Jog flyout panel and set the set value to whatever value you want, you have a selection. You can also change the the values that the step jog values are chosen from in CONFIG.

If you are wanting seperate step jog buttons then use screen4 and add buttons to you screen then add the jog value code you want.

0.0001mm step ??? Does your machine axis resolution even support that small of a move? Mach can only move at the smallest step resolution of the axis

(;-) TP
« Last Edit: August 11, 2011, 12:24:41 PM by BR549 »
Re: Could I edit file m3p
« Reply #3 on: August 13, 2011, 06:58:51 AM »
I think the Mp3 is compiled code. Unless you can read and write in machine code I don't think you can modify the MP3 directly.

As to the Job step use the Jog flyout panel and set the set value to whatever value you want, you have a selection. You can also change the the values that the step jog values are chosen from in CONFIG.

If you are wanting seperate step jog buttons then use screen4 and add buttons to you screen then add the jog value code you want.

0.0001mm step ??? Does your machine axis resolution even support that small of a move? Mach can only move at the smallest step resolution of the axis

(;-) TP
thx man ,i did it with OEM code for each value
I using servo and i think i can reach to 0.00001 ( 5mm ball screw and 100000p/r encoder) but 0.001 is enough ^^
I dont have source code so maybe read and edit m3p file is impossible

p/s i try to get the source code to modify it