My Marlin configs for Fabrikator Mini and CTC i3 Pro B
Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
12345678 |
- #
- # pioutil.py
- #
-
- # Make sure 'vscode init' is not the current command
- def is_pio_build():
- from SCons.Script import COMMAND_LINE_TARGETS
- return "idedata" not in COMMAND_LINE_TARGETS and "_idedata" not in COMMAND_LINE_TARGETS
|