Results 11 to 18 of 18
Thread: Command Line Communication
-
08-23-2014, 04:33 AM #11
- Join Date
- Jun 2014
- Location
- Burnley, UK
- Posts
- 1,662
Have you printed with it?
It works fine for 700 bytes on my setup but it seems to have a problem interpreting or capturing the bytes back from the printer firmware, at least for me. For now I have given up trying to get it working right.
-
08-24-2014, 07:32 AM #12
- Join Date
- Jun 2014
- Location
- Australia
- Posts
- 18
I haven't printed a full file with it yet. I'm actually working on another project (auto-calibration), so all I need it for is simple move commands.
I might try to print a file to see if I can get it to work. What commands are you expecting to have a return sent back from the printer to the PC (I'd recommend the verbose (-v) flag regardless)?
-
08-24-2014, 08:50 AM #13
- Join Date
- Jun 2014
- Location
- Burnley, UK
- Posts
- 1,662
The printer returns hex numbers to inform the state of the print that is in progress. They are all listed in the source for GPX
-
08-24-2014, 11:50 AM #14
so, can you run slic3r or cura directly to the printer from linux ? Given that they won't communicate in windows.
Ubuntu will easily dual boot with windows. so that's not a problem.
Might this be an easier route to breaking free of makerware than the whole slic3r/gcode/gpx/x3g route ?
You got me thinking now :-)
Damn, might have to switch my 64gb ssd for a 128.
-
08-24-2014, 12:35 PM #15
- Join Date
- Jun 2014
- Location
- Burnley, UK
- Posts
- 1,662
-
08-24-2014, 05:06 PM #16
- Join Date
- Jun 2014
- Location
- Australia
- Posts
- 18
You'll need to make sure whatever your printer is receiving is in X3G, so unfortunately you probably cant take output directly from Slic3r/Cura.
I know the guys developing MatterControl are looking at adding X3G support in the future, (and it can use Slic3r/Cura) so the dream may become a reality in the future.
-
08-25-2014, 07:45 PM #17
- Join Date
- Jun 2014
- Location
- Australia
- Posts
- 18
Just an update if anyone reads this thread in the future and wants to connect to their FF.
My board is a Flashforge Creator REV C mightyboard (ATMEGA1280), and although the link that Geoff posted suggested 57600 baud rate, it works with the default 115200 through GPX.
$ sudo gpx -s -b 115200 -v move.gcode /dev/ttyACM0
-
06-29-2022, 04:35 PM #18
- Join Date
- Apr 2022
- Posts
- 2
Problem with 3D project
03-17-2023, 10:02 AM in General 3D Printing Discussion