element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
3D Printing
  • Technologies
  • More
3D Printing
3D Printing Forum How to convert "SLICED", stl or obj files to JPEG or jpg file?
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join 3D Printing to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 31 replies
  • Subscribers 330 subscribers
  • Views 6727 views
  • Users 0 members are here
Related

How to convert "SLICED", stl or obj files to JPEG or jpg file?

shahjee
shahjee over 10 years ago

I was wondering if a sliced .stl file (or any other 3 D file) can be converted to JPEG or jpg or similar  file, so that we can print on a desk jet, inkjet or similar printers.

  • Sign in to reply
  • Cancel

Top Replies

  • Nate1616
    Nate1616 over 10 years ago in reply to shahjee +1
    Hello syed, If you are going for a 3DP/powder bed printer then I would check out this link. http://ytec3d.com/plan-b/ . This is a printer similar to what you are looking to do. Nate
  • shahjee
    shahjee over 10 years ago in reply to Nate1616 +1
    Thank you very much Nate. I appreciate your help and going out of way to help me. It looks like this printer is what I want to convert an inkjet printer. It says it will cost Euro 1000/= which seems to…
  • Nate1616
    Nate1616 over 10 years ago

    Hello syed,

    Just to give you a little background on .stil files.  They don't natively hold color so your images will be a solid color when printed on a Inkjet based printers.  When you get into the professional grade machines such as Zcorp then the file would be in a .vrml form.  But if you do want just plain colors then I would check out this really nice piece of software http://www.freesteel.co.uk/wpblog/slicer/.  You could also use something like http://slic3r.org/ and export out a .svg file which is vector based image format.  This can be converted to a .png or .jpeg if required depending on your needs.  Hope this gets you started.

     

    Nate

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • shahjee
    shahjee over 10 years ago in reply to Nate1616

    Hi Nate,

     

    Its a pleasure to know you. Thanks a lot for helping.

     

    I am writing what I understand from your instructions. If I have a 3 D file using .svg, I can convert the sliced file into .jpg, file. This .jpg file will print 4 colour printing.Is that correct.

     

    But we need to have 5 colour printer to print WHITE.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Nate1616
    Nate1616 over 10 years ago in reply to shahjee

    Hello syed,

    May I ask what exactly you are trying to do.  It seems like you are trying to create something similar to a laminate based 3d printer.  Am I correct?

     

    To explain the svg file a little more.  So if you were to use slic3r for example it would build a svg file which is a xml based file and the slices would be "layers" within that file.  Each layer would have a color assigned to it.  By default Slic3r sets it to white.  Here is what an svg file looks like:

    image

    Notice the color at the end of each line.  Once you have the svg file you can take it into something like Inkscape and convert the objects (layers) to .jpg or .png.

     

    What would be easier is use the other tool I mentioned Freesteel.  This allows you to convert the slices to images right from the start.  Some people shy away from it as its a command line driven tool.  I will show you an example to get you started if its what you want to use.

    Get into the cmd terminal.

    type this: slice pathtoyourstl/stlname -o imagesfolder/slice.jpg -z 0,5,0.1

    -o is telling it "output" while imagesfolder is creating a folder named "imagesfolder" on your c drive to put the images in.  -z sets the z bottom,top,slice thickness.

    image

    Hope this clarifies this.

     

    Nate

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • shahjee
    shahjee over 10 years ago in reply to Nate1616

    What I am trying to do is to use a simple inkjet printer. I am trying to take out the paper feeder from inkjet printer, replace  it with a bin with powder. I am trying to print on the powder. The liquid in the cartridge will solidify the powder with pigment with inkjet liquid. Multi layers of powder will make an object.

     

    I hope you will guide more.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • shahjee
    shahjee over 10 years ago in reply to Nate1616

    I am trying with a DIFFERENT (low cost) material to make objects

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Nate1616
    Nate1616 over 10 years ago in reply to shahjee

    Hello syed,

    If you are going for a 3DP/powder bed printer then I would check out this link. http://ytec3d.com/plan-b/.  This is a printer similar to what you are looking to do.

     

    Nate

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • shahjee
    shahjee over 10 years ago in reply to Nate1616

    Thank you very much Nate. I appreciate your help and going out of way to help me.
    It looks like this printer is what I want to convert an inkjet printer. It says it will cost Euro 1000/= which seems to be very affordable price.

    Do you believe this printer can use the same software to print or I need to change the files?

    Any idea I can use SENSE scanner to copy image and print?

     

    Using sugar as binding agent may attract lot of bugs and bacteria. I believe I can change other binding agents and building materials to start the project.

    This printer prints in unicolor. Do you think if I try to convert inkjet, it will print in 7 colors?

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • Nate1616
    Nate1616 over 10 years ago in reply to shahjee

    syed,

    If you are going down the path of the Plan-B then you will need another piece of software which is explained here. http://ytec3d.com/plan-b-software/  The plan-b uses electronics similar to that of the Reprap.  Now, for example if you were to leave the printer intact and add binder instead of ink then no other software would be needed.  But you would need to find a way to control the powder layering and bed/head elevation.

     

    Nate

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • shahjee
    shahjee over 10 years ago in reply to Nate1616

    Thanks a lot Nate. One by one I will try all the options, or will explore more options, if there are any or if I can find some more. Lets see which one gives the best results.

    I am travelling next week and will start working on it as soon as I return, in a 3 weeks.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Nate1616
    Nate1616 over 10 years ago in reply to shahjee

    Syed, I look forward to seeing your project transform.  Keep us posted and don't hesitate to ask questions along the way. I'm sure one of us will be able to point you in the right direction.

     

    Nate

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
>
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube