From dc374a8233b293abf8874a2ae5af33a58df80ba2 Mon Sep 17 00:00:00 2001 From: Kamil Sopko Date: Thu, 25 Feb 2016 16:33:44 +0100 Subject: [PATCH] remove blank line --- FlatCAMApp.py | 1 - 1 file changed, 1 deletion(-) diff --git a/FlatCAMApp.py b/FlatCAMApp.py index 95541e85..6af4afe6 100644 --- a/FlatCAMApp.py +++ b/FlatCAMApp.py @@ -3231,7 +3231,6 @@ class App(QtCore.QObject): ' multidepth: Use or not multidepth cnccut\n'+ ' depthperpass: Height of one layer for multidepth\n'+ ' outname: Name of the output object' - }, 'write_gcode': { 'fcn': write_gcode,