Skip to content

Z Release 0.5.0 CLI Testing

Z3 Development edited this page Sep 24, 2016 · 1 revision

Test Results for CLI (openjscad script) on Mac OS X (10.10.5)

OpenJSCAD 0.5.0 (2016/05/01) [Darwin:14.5.0,darwin:x64] Completed 2016.04.27

|                Example                        | Result  |
| OpenJSCAD.org Logo                            | Pass    |
| OpenJSCAD.org Logo (AMF)                      | Pass    |
| Sphere with cutouts                           | Pass    |
| Sphere with cutouts (OpenSCAD)                | Pass    |
| Cone with cutouts                             | Pass    |
| Cone with cutouts (OpenSCAD)                  | Pass    |
| Cube with cutouts                             | Pass    |
| Cube with cutouts (OpenSCAD)                  | Pass    |
| Pavillon                                      | Pass    |
| Lookup()                                      | Pass    |
| Expand()                                      | Pass    |
| Rectangular_extrude()                         | Pass    |
| Linear_extrude()                              | Pass    |
| Rotate_extrude()                              | Pass    |
| Polyhedron()                                  | Pass    |
| Hull()                                        | Pass    |
| Chain_hull()                                  | Pass    |
| Torus()                                       | Pass    |
| Vector_text()                                 | Pass    |
| Transparency                                  | Pass    |
| Transparency (AMF)                            | Pass    |
| Transparency 2                                | Pass    |
| SolidFromSlices(): Double Screw               | Pass    |
| SolidFromSlices(): 4 to 3                     | Pass    |
| SolidFromSlices(): 4 to 3 round               | Pass    |
| SolidFromSlices(): Spring                     | Pass    |
| SolidFromSlices(): Tor (multi-color)          | Pass    |
| SolidFromSlices(): Rose Curve                 | Pass    |
| Interactive Params: Servo Motor               | Pass    |
| Interactive Params: Gear                      | Pass    |
| Interactive Params: S Hook                    | Pass    |
| Interactive Params: Grille                    | Pass    |
| Interactive Params: Axis Coupler              | Pass    |
| Interactive Params: Lamp Shade                | Pass    |
| Interactive Params: Celtic Knot Ring          | Pass    |
| Interactive Params: Stepper Motor             | Pass    |
| Interactive Params: iPhone4 Case              | Pass    |
| Interactive Params: Name Plate                | Pass    |
| Interactive Params: Balloons                  | Pass    |
| Globe                                         | Fail(1) |
| Recursive Include(): Platonics                | Fail(1) |
| 3D Model: 3D Sculpture (Vernon Bussler) (STL) | Pass    |
| 3D Model: Frog (Owen Collins) (STL)           | Pass    |
| 3D Model: Thing 7 / Flower (Zomboe) (STL)     | Pass    |
| 3D Model: Yoda (RichRap) (STL)                | Pass    |

(1) Include is not supported from outside of openjscad/examples

|  Input/Output   | JSCAD | STL ASCII | STL Binary | AMF     | DXF  | SVG  |
| JSCAD script    | Pass  | Pass      | Pass       | Pass    | Pass | Pass |
| JSCAD w/ params | -na-  | Pass      | Pass       | Pass    | -na- | -na- |
| JSCAD w/ include| -na-  | Pass(2)   | Pass(2)    | Pass(2) | -na- | -na- |
| SCAD script     | Pass  | Pass      | Pass       | Pass    | (1)  | -na- |
| STL ASCII file  | Pass  | Pass      | Pass       | Pass    | -na- | -na- |
| STL Binary file | Pass  | Pass      | Pass       | Pass    | -na- | -na- |
| AMF file        | Pass  | Pass      | Pass       | Pass    | -na- | -na- |
| SVG file (2D)   | Pass  | -na-      | -na-       | -na-    | Pass | -na- |

(1) Not sure if 2D SCAD functions are supported.

(2) Include is not supported from outside of openjscad/examples