Anyone knows what my question? I want to run G83 in CNC machine.
I just want to know how to add mutiple G/M code in G83 code.
Latest posts made by jimmychiu
-
RE: How to use New Mcode run Multiple Mcode?
-
RE: How to use New Mcode run Multiple Mcode?
example,
I want run M6 A10 B20 C30 , action like bellow picture.
-
RE: How to use New Mcode run Multiple Mcode?
Yes,I know. But, g file can not put any parameter, right?
I need m code like M19 A300 B200 C400.
Now, I need call other existed m code.
-
How to use New Mcode run Multiple Mcode?
Hi,
I want to create M6 code in Reprap.
The codes is like bellow,
G0 Y150
G0 Y225
G0 Y150And need wait active finish and run next.
How to do? -
RE: Mcode include multiple platform.Message command
@dc42 Thank you very much.
-
Mcode include multiple platform.Message command
Hi,
I use duet borad M118 to connect to arduino.
I want send mutiple commands,but finally arduino only get one command.
Can you help me?
The code is shown below.
-
RE: Switch JSON data by existing G/M code
@T3P3Tony said in Switch JSON data by existing G/M code:
I have a BLDC Driver which I want to get status and error code to show message by DWC.
JSON object like { "Current": 1000, "Velocity": 90,"status":"IDLE"}.
CUZ SD card has write cycles doubts, I will take it as a second consideration. -
Switch JSON data by existing G/M code
Hi,
My struct
arduino <--------> RepRapFirmware <-------->DWC
[uart] [ethernet]
If I want to send json command from arduino to DWC, is any RRF's parameter can be stored data by existing G/M code? And DWC get json data by G/M code. -
RE: Duet3D_6HC_How to redefine M3 (m code) function?
Thank you for your prompt reply.
-
Duet3D_6HC_How to redefine M3 (m code) function?
I want to change M3 function to run M118 S"XXXX" to run BLDC drive.
Is it possible?