From 76da32b5679ec4cb6e9525b90e05019d091b9863 Mon Sep 17 00:00:00 2001
From: Wurstnase <wurstnase.reprap@gmail.com>
Date: Fri, 13 Mar 2015 07:44:20 +0100
Subject: [PATCH] add hash-bang for python3

---
 Marlin/scripts/g29_auto.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Marlin/scripts/g29_auto.py b/Marlin/scripts/g29_auto.py
index b460e97a7a..d5f2a1c6ef 100644
--- a/Marlin/scripts/g29_auto.py
+++ b/Marlin/scripts/g29_auto.py
@@ -1,3 +1,5 @@
+#!/usr/bin/python3
+
 # This file is for preprocessing gcode and the new G29 Autobedleveling from Marlin
 # It will analyse the first 2 Layer and return the maximum size for this part
 # After this it will replace with g29_keyword = ';MarlinG29Script' with the new G29 LRFB
-- 
GitLab