cadquery-freecad-module/Settings.py

6 lines
477 B
Python

execute_on_save = False # Automatically execute a script every time you save
use_external_editor = False # Automatically reloads and executes a file when an external change is made
max_line_length = 79 # The number of characters per line that is allowed before a warning is given
font_size = 10 # Sets the font size of the Python editor
execute_keybinding = 'F2' # The key(s) that is pressed to execute the currently active script