[Code Refactoring]: Modified the source code for compatibility with the upstream repo (due to 'infix_wire' feature integration with new name 'infix_interface')
This commit is contained in:
parent
8ce32b73b7
commit
7fe267842a
|
|
@ -221,10 +221,11 @@
|
|||
#### if not set show selected items at end of drag. Default: enabled (1)
|
||||
# set incremental_select 0
|
||||
|
||||
#### if set to 1, pressing 'w' will immediately place a wire at current cursor
|
||||
#### position without waiting for Button1 (LMB) click. Can be disabled via menu
|
||||
#### if set to 1, pressing 'w', 'l', 'r', 'C', or 'Ctrl+C' will immediately place the
|
||||
#### corresponding component at current cursor position without waiting for Button1 (LMB) click.
|
||||
#### This setting can be disabled via the Options menu
|
||||
#### default: 0
|
||||
# set infix_wire 1
|
||||
# set infix_interface 1
|
||||
|
||||
#### wires are drawn in free-form mode with this mode enabled (default).
|
||||
#### if set to 0, wires drawn on the schematic will no longer strictly
|
||||
|
|
|
|||
Loading…
Reference in New Issue