Jump to content

debakanta

Dormant
  • Posts

    34
  • Joined

  • Last visited

Everything posted by debakanta

  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
  15. Hi, Using Cura-15.04.3 and not able to see definitions/dual_extrusion_printer.def.json file. Please let me know how do I set the environment variable in CMD Command prompt in windows. Where to feed the line CURA_ENGINE_SEARCH_PATH=/path/to/Cura/resources/definitions:/user/defined/path if definition folder is missing. Do I need to buy a paid Cura software if I want to run it from command prompt. Can I use GNU Affero General Public License additionally. If so then how? Using CuraEngine -s "C:\path\to\STL File\" -o "C:\path\to\test.gcode" command and getting Default Config 'default.cfg' not used message. Thanks, Debakanta
  16. Hi, Usually I'm getting GNU Affero General Public Licence message and default.cfg file not found while running CuraEngine from CMD Command prompt. Kindly let me know how to overcome this issue. Though the .gcode file is produced its contents are not expected and not similar to the gcode file produced using GUI. Using the command as below; CuraEngine -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 help me producing a correct gcode file. Thanks & Regards, Debakanta
  17. Hi Nallath, If I try to use GUI it is generating the gcode with proper contents. But, when I'm trying to produce the gcode using CMD Command prompt it is producing gcode with very less and wrong contents. Every time it is showing GNU Affero General Public License message. Can you please guide me how to over come this issue. Thanks & Regards, Debakanta
  18. Hi, Have any one tried using cura command to convert the .json file to .gcode. If so please let us know. Thanks & Regards, Debakanta
  19. Hi, It is generating the .gcode file but contents are not expected. We get the below error message: ------------------------------------------------------------------------------------- Default config 'default.cfg' not used Config(part1.ini): Line 1: No key value pair found Failed to read config 'part1.ini' Failed to open part1.gcode for output. -------------------------------------------------------------------------------------- It is generating well from UI. Do we need any licence or rights to run it from command prompt? We do not get .ini file any where. If no licence is required then can you please share the exact command using which we can generate a .gcode file Please guide me what ideally I should be doing. Thanks & Regards, Debakanta
  20. Hi, Tried passing all kind of arguments with all possible ways but every time gcode is produced with unexpected contents. They seems to be of around 15 lines of info without gcode complete contents. Without -o C:\Path\to\fileName.gcode option the output is coming as below: While running the CuraEngine -s "C:\Path\to\file.stl" I'm getting the output as below: This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . Default config 'default.cfg' not used M107 G1 F2700 E-4.50000 G0 F9000 X0.00 Y0.00 Z5.00 M104 S0 ;extruder heater off M140 S0 ;heated bed heater off (if you have it) G91 ;relative positioning G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure G1 Z+0.5 E-5 X-20 Y-20 F9000 ;move Z up a bit and retract filament even more G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way M84 ;steppers off G90 ;absolute positioning Kindly let us know the exact command. I do not have .ini file. Please let me know how can I get a correct gcode file Thanks & Regards, Debakanta
  21. Hi, We have installed with Cura-15.04.3. While trying CuraEngine -s "C:\Path\to\fileName.stl" -o "C:\path\to\fileName.gcoce" we are getting the gcode file but the contents are not coming as expected. We are getting the message as below: This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . Default config 'default.cfg' not used M107 G1 F2700 E-4.50000 G0 F9000 X0.00 Y0.00 Z5.00 M104 S0 ;extruder heater off M140 S0 ;heated bed heater off (if you have it) G91 ;relative positioning G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure G1 Z+0.5 E-5 X-20 Y-20 F9000 ;move Z up a bit and retract filament even more G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way M84 ;steppers off G90 ;absolute positioning Kindly let us know the exact command to generate the proper file. Please let me know how can I get a correct gcode file Thanks & Regards, Debakanta
  22. Hi geosfi, Can you please let us know what exact command you have given to produce a gcode file from CMD prompt. I don't have .ini file. I just use to give CuraEngine -s "C:\path\to\STL File\" Though it is producing .gcode file the contents are not the expected stuffs. I get the out put as below: This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . Default config 'default.cfg' not used M107 G1 F2700 E-4.50000 G0 F9000 X0.00 Y0.00 Z5.00 M104 S0 ;extruder heater off M140 S0 ;heated bed heater off (if you have it) G91 ;relative positioning G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure G1 Z+0.5 E-5 X-20 Y-20 F9000 ;move Z up a bit and retract filament even more G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way M84 ;steppers off G90 ;absolute positioning Please let me know how can I get a correct gcode file. Thanks & Regards, Debakanta
  23. Hi, While running CuraEngine -s "C:\path\to\STL File\" I'm getting the below output:- This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . Default config 'default.cfg' not used M107 G1 F2700 E-4.50000 G0 F9000 X0.00 Y0.00 Z5.00 M104 S0 ;extruder heater off M140 S0 ;heated bed heater off (if you have it) G91 ;relative positioning G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure G1 Z+0.5 E-5 X-20 Y-20 F9000 ;move Z up a bit and retract filament even more G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way M84 ;steppers off G90 ;absolute positioning Please let me know how can I get a correct gcode file Thanks & Regards, Debakanta
×
×
  • Create New...