How to save gcode to sd card using serial port October 26, 2023 05:24PM |
Registered: 1 year ago Posts: 2 |
Re: How to save gcode to sd card using serial port October 26, 2023 06:06PM |
Registered: 8 years ago Posts: 352 |
G0 X1 Y23 Z36 F2500 M114 G0 X1 Y23 Z36 F2500
Send: M21 Recv: echoD card ok Recv: ok [...] Send: M20 Recv: Begin file list Recv: TEST.GCO 32 Recv: FIRMWAR.G 107268 Recv: FIRM.GCO 110168 Recv: End file list Recv: ok [...] Send: M28 TEST2.GCO Detected manual streaming. Disabling temperature polling. Finish writing with M29. Do NOT attempt to print while manually streaming! Recv: echo:Now fresh file: TEST2.GCO Recv: Writing to file: TEST2.GCO Recv: ok Send: N2 G0 X1 Y23 Z36 F2500*4 Recv: ok Send: N3 M114*36 Recv: ok Send: N4 G0 X1 Y23 Z36 F2500*2 Recv: ok Send: N5 M29*29 Manual streaming done. Re-enabling temperature polling. All is well. Recv: Done saving file. Recv: ok [...] Send: M20 Recv: Begin file list Recv: TEST.GCO 32 Recv: TEST2.GCO 48 Recv: FIRMWAR.G 107268 Recv: FIRM.GCO 110168 Recv: End file list Recv: ok [...]
Re: How to save gcode to sd card using serial port October 26, 2023 07:04PM |
Admin Registered: 17 years ago Posts: 13,986 |
Re: How to save gcode to sd card using serial port October 26, 2023 09:41PM |
Admin Registered: 13 years ago Posts: 7,148 |
N2 G0 X1 Y23 Z36 F2500*4
Re: How to save gcode to sd card using serial port October 27, 2023 07:09AM |
Registered: 1 year ago Posts: 2 |
Re: How to save gcode to sd card using serial port October 27, 2023 09:40AM |
Registered: 8 years ago Posts: 352 |