Close



Results 1 to 9 of 9

Threaded View

  1. #4
    Staff Engineer
    Join Date
    Jun 2014
    Posts
    886
    I've configured my slicer for a 0.1 mm nozzle with 0.050 mm layer height, which is outside my printer's capacity, but I won't be printing it (grin). Typically one would want a layer height of no more than 75 percent of the nozzle diameter. If your printer is capable of such parameters and you have such a small nozzle, all the better.

    I created code in OpenSCAD to present the model using the reference figures you've provided:

    for (x = [0 : 0.25 : 50])
    translate([x , 0, 0])
    cube([0.2, 50, 0.2]);

    This results in a viable STL file and my slicer accepts it.
    The images are the slicer results in print preview and the rendering in OpenSCAD.

    I've attached the STL for your perusal.
    Attached Images Attached Images
    Attached Files Attached Files

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •