Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.73 KB

ADVANCED-CALIBRATION.md

File metadata and controls

30 lines (17 loc) · 1.73 KB

PELA Blocks

Advanced Calibration

Backing Up Your Calibration Files

If you later update the PELA-blocks project to a newer version, you risk overwirting and loosing your calibration customizations. The simplest solution is to create a backup copy those settings.

  1. cd PELA-Blocks
  2. cp style.scad ../PELA-parameters-backup.scad
  3. cp material.scad ../PELA-print-parameters-backup.scad

Calibration Block Set (optional)

PELA Calibration Set

PELA Calibration Block Set

These individual blocks provide technic hole size calibration and can be used more flexibly. The technic holes vary in size. Enter the desired number as axle_hole_tweak in material.scad

Other Parameters (optional)

Other parametric model parameters affecting all designs are available in style.scad. The effect of each setting is documented, or you can test the effect by changing the number and observing the result.

CAD File Organization

All models include material.scad and style.scad directly. Most also include PELA-block.scad and PELA-technic-block.scad. When you make changes to these files and save to disk, the preview imnage will update automatically. Press F6 for a more accurate rendering.

OpenSCAD modules accept parameters which you can change to get various effects and shapes. Default values are set in the files. Call the module with only the parameters you are setting away from the default.

OpenSCAD treats a variable values passed in from the command line is a constant. This constant value overrides the defaults in the file. You can find examples of this in PELA-block.scad.