Re: New command-line host for Windows: send-gcode
Quotedaufhammer I tried to use this, but when i click on the .exe file it opens up for a split second then is gone.... im running windows xp. Any thoughts on why it does this? 8-) It is a command line...
View ArticleRe: New command-line host for Windows: send-gcode
we can also use send.py from skeinforge?
View ArticleRe: New command-line host for Windows: send-gcode
Hi, I have Arduino. Gcode program doesn´t work. addressed to someone? thank
View ArticleRe: New command-line host for Windows: send-gcode
@hintss: Yes, you can. @janickaaa1919: :S
View ArticleRe: New command-line host for Windows: send-gcode
Hello! I'm trying to access and use send-gcode, but the download button on github is gone. Do you know any newer ways, or is send-gcode still the best way to do it? I'm trying to create a 3D-copying...
View ArticleRe: New command-line host for Windows: send-gcode
I wrote script for Windows. just: C:\Python25\python c:\RepRap\printcore.py COM3 c:\RepRap\Predmety\1mmsquare.gcode first is path for python, second is path for script in python, third is use port,...
View ArticleRe: New command-line host for Windows: send-gcode
How do you run it? From the command prompt? How do you start and monitor the print? Thanks
View ArticleRe: New command-line host for Windows: send-gcode
I cant find the .exe to download it... :/ Can some one upload these File?
View ArticleRe: New command-line host for Windows: send-gcode
It is not .exe file. You must use comand line for Windows and you must have install python.
View ArticleRe: New command-line host for Windows: send-gcode
send-gcode is out of date and I no longer maintain it, compile it, or use it. Github wiped the .exe during a site reorg.
View ArticleNew command-line host for Windows: send-gcode
I wanted a simple command-line g-code sender, but was unable to find one that worked on my machine (send.py fails after just a couple commands). The only solution I could find was create one:...
View ArticleRe: New command-line host for Windows: send-gcode
Sounds interesting, I'd like to try it out. But am I missing a .exe file at git?
View ArticleRe: New command-line host for Windows: send-gcode
github buries binaries in hard-to-spot places :(
View ArticleRe: New command-line host for Windows: send-gcode
Thanks, didn't see that one :) But, is there really a compiled send-gcode.exe in there somewhere? Because I still can't find one :S
View ArticleRe: New command-line host for Windows: send-gcode
It's in that zip file. It's possible that an overly-agressive browser or security package strips it out :(
View ArticleRe: New command-line host for Windows: send-gcode
Ah! d38c995 is the source zip. You clicked the "download .zip" button instead of the link I circled (send-gcode-2010-09-27.zip)
View ArticleRe: New command-line host for Windows: send-gcode
Sorry :S That was terribly stupid of me, I found it. I'll go and hide in a corner now.
View ArticleRe: New command-line host for Windows: send-gcode
It's not you; github just makes it more confusing than it needs to be. Maybe I'll mirror on the Wiki after I get home tonight.
View ArticleRe: New command-line host for Windows: send-gcode
In case you use a firmware which can do XON/XOFF flow control, there's no need for a specific sending application. Just use your favourite serial terminal app or even "cat xxx.gcode >/dev/arduino"...
View Article