Browse Source

add hash-bang for python3

Wurstnase 10 years ago
parent
commit
76da32b567
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Marlin/scripts/g29_auto.py

+ 2
- 0
Marlin/scripts/g29_auto.py View File

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

Loading…
Cancel
Save