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.

pioutil.py 227B

12345678
  1. #
  2. # pioutil.py
  3. #
  4. # Make sure 'vscode init' is not the current command
  5. def is_pio_build():
  6. from SCons.Script import COMMAND_LINE_TARGETS
  7. return "idedata" not in COMMAND_LINE_TARGETS and "_idedata" not in COMMAND_LINE_TARGETS