소스 검색

add hash-bang for python3

Wurstnase 10 년 전
부모
커밋
76da32b567
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      Marlin/scripts/g29_auto.py

+ 2
- 0
Marlin/scripts/g29_auto.py 파일 보기

@@ -1,3 +1,5 @@
1
+#!/usr/bin/python3
2
+
1 3
 # This file is for preprocessing gcode and the new G29 Autobedleveling from Marlin
2 4
 # It will analyse the first 2 Layer and return the maximum size for this part
3 5
 # After this it will replace with g29_keyword = ';MarlinG29Script' with the new G29 LRFB

Loading…
취소
저장