Jump to content

debakanta

Dormant
  • Posts

    34
  • Joined

  • Last visited

Personal Information

  • Country
    IN

debakanta's Achievements

0

Reputation

  1. Hi, Can you please suggest me how to give print command option to a gcode file. Thanks, Debakanta
  2. Hi, Can CuraEngine.exe produce the gcode using a STL file kept in byte array? If yes, please let me know how? Thanks & Regards, Debakanta
  3. Hi George, Try below command from CMD prompt CuraEngine -c "C:\path\to\preferences.ini" -o "C:\path\to\test1.gcode" "C:\path\to\\snowManAll.stl" Thanks, Debakanta
  4. Hi, I want to install CuraEngine in my windows 10 64bit PC. The CuraEngine that is available in github site is about how we install in linux. Can you please let me know how I can install it in my PC. My intense is to produce gcode from a STL file and send it to the 3D printer as well. Please guide me how I can do it. Thanks & Regards, Debakanta
  5. Hi, I want to use CURA API and its static library inside my VC++ code. Can you please let me know how I can get it. Thanks Deb
  6. Is there any option in cura to give print command from command prompt so that the gcode file will be printed following loading , connect to proper port of the printer and suitable baud rate.. Thanks & Regards, Debakanta
  7. Hi, pronsole in protorface is having the option to print any of the gcode file. usually we give 3 commands as below load /path/to/the/gcode connect COM8 125000 print
  8. Hi, pronsole in protorface is having the option to print any of the gcode file. usually we give 3 commands as below load /path/to/the/gcode connect COM8 125000 print Do Cura has such options using which we can run it from the command prompt. Thanks & Regards, Debakanta
  9. Hi, pronsole in protorface is having the option to print any of the gcode file. usually we give 3 commands as below load /path/to/the/gcode connect COM8 125000 print Do Cura has such options using which we can run it from the command prompt. Thanks & Regards, Debakanta
  10. Hi, pronsole in protorface is having the option to print any of the gcode file. usually we give 3 commands as below load /path/to/the/gcode connect COM8 125000 print Do Cura has such options using which we can run it from the command prompt. Thanks & Regards, Debakanta
  11. What is the command to print a stl file or its gcode from windows command prompt. Thanks & Regards, Debakanta
  12. Hi, Is it possible to generate gcode files from .obj, .amf files using windows command prompt? Can we convert .obj and .amf files to .stl by windows command prompt. Thanks & Regards, Debakanta
  13. Hi, I'm able to generate .gcode file using below command CuraEngine -c "C:\path\to\preferences.ini" -o "C:\path\to\test1.gcode" "C:\path\to\\snowManAll.stl" It is failing to load if I pass .obj or .amf file instead of .stl files Need your guidance in this concern. Thanks & Regards, Debakanta
  14. Hi, Now, I'm able to produce the .gcode file from .stl file but failing for other files like .obj and .amf etc. Using the command as below; CuraEngine -c .cura\15.04.3\preferences.ini -o C:\Path\to\the\file.gcode C:\Path\to\the\file.stl The Cura Version I'm using is: Cura-15.04.4 Please guide me how to produce .gcode from .obj and .amf files. Thanks & Regards, Debakanta
×
×
  • Create New...