Why I cannot send the G-Code (loaded in Luban workspace ) generated in other software to the device. I have to copy to the fresh drive or connect via wifi to send it.
Interesting, never had problems like this.
Whats your file-ending?
May share your file here?
Whats your Luban version and operating system?
The file ending ? (I think CRLF) ,Windows generated..
Any file generated using ESTL Cam , I have this problem…
My Luban version is 4.15.0.
so, attached a file as example.
TDO-3.cnc (65.5 KB)
You have to use a post processor for doing cnc.
After correct generation the file ends in *.nc
I looked at your file but i am not sure about the first lines which are not uncommented.
Try it again by editing the file extension to .nc
Still the same issue,
I have changed it to LF and changed it to *.nc.
I also have removed the first (lines) which are not un-commented (I thought “(” is also considered a comment).
By the way, when we save the G-code from Luban, the extension suggested is *.cnc.
So, that is why I use cnc.
Now, for testing purposes, I have generated a file using Luban (just a simple rectangle) and saved the G-code. Later, I have imported it (into the workspace), and it is also not able to send to device.
Form_1746122879107.cnc (13.4 KB)
I created a similar test and i am able to send it, may try?
You are connected over serial, this way no upload is possible.
So, just to clarify, if I connect to the Snapmaker via WI-fi, I am able to send the file to the device.
I wanted to connect via USB (serial and send the G-code to the device the same way as in WI-FI )…
Serial connection is like bypassing the touchscreen and directly streaming to the controller of your machine.
This way no upload is possible.
Hum, ok, maybe a feature for the future then!
Thanks for helping (understand the problem)!