camlib.py: checking parameter value's before reading them

Issue #600 new
Bastel Baus created an issue

camlib.py@3590ff

Parameters are read from the tool dictionary but several check happen already before. Seams strange, possible reading paramters to be shifted to the beginning of the function. Additionally other functions might have to be checked.

Example:

3587: if abs(self.z_cut) < self.z_depthpercut:

3591: self.z_cut = float(tool_dict['cutz'])

Comments (2)

  1. Log in to comment