- renamed classes to have shorter names and grouped
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
# MIT Licence #
|
||||
##############################################################
|
||||
|
||||
from FlatCAMPostProc import *
|
||||
from AppPreProcessor import *
|
||||
|
||||
|
||||
class Berta_CNC(FlatCAMPostProc):
|
||||
@@ -102,7 +102,7 @@ class Berta_CNC(FlatCAMPostProc):
|
||||
gcode += '(Spindle Speed: %s RPM)\n' % str(p['spindlespeed'])
|
||||
|
||||
gcode += (
|
||||
# This line allow you to sets the machine to METRIC / INCH in the GUI
|
||||
# This line allow you to sets the machine to METRIC / INCH in the AppGUI
|
||||
'G20\n' if p.units.upper() == 'IN' else 'G21\n') + '\n'
|
||||
# gcode += 'G21\n' # This line sets the machine to METRIC ONLY
|
||||
# gcode += 'G20\n' # This line sets the machine to INCH ONLY
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
# MIT Licence #
|
||||
# ##########################################################
|
||||
|
||||
from FlatCAMPostProc import *
|
||||
from AppPreProcessor import *
|
||||
|
||||
# This post processor is configured to output code that
|
||||
# is compatible with almost any version of Grbl.
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
# MIT Licence #
|
||||
# ##########################################################
|
||||
|
||||
from FlatCAMPostProc import *
|
||||
from AppPreProcessor import *
|
||||
|
||||
|
||||
class ISEL_CNC(FlatCAMPostProc):
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
# MIT Licence #
|
||||
# ##########################################################
|
||||
|
||||
from FlatCAMPostProc import *
|
||||
from AppPreProcessor import *
|
||||
|
||||
|
||||
class ISEL_ICP_CNC(FlatCAMPostProc):
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
# MIT Licence #
|
||||
# ##########################################################
|
||||
|
||||
from FlatCAMPostProc import *
|
||||
from AppPreProcessor import *
|
||||
|
||||
|
||||
class Marlin(FlatCAMPostProc):
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
# License: MIT Licence #
|
||||
# ##########################################################
|
||||
|
||||
from FlatCAMPostProc import *
|
||||
from AppPreProcessor import *
|
||||
|
||||
|
||||
class Marlin_laser_FAN_pin(FlatCAMPostProc):
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
# License: MIT Licence #
|
||||
# ##########################################################
|
||||
|
||||
from FlatCAMPostProc import *
|
||||
from AppPreProcessor import *
|
||||
|
||||
|
||||
class Marlin_laser_Spindle_pin(FlatCAMPostProc):
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
# MIT Licence #
|
||||
# ##########################################################
|
||||
|
||||
from FlatCAMPostProc import *
|
||||
from AppPreProcessor import *
|
||||
|
||||
|
||||
class Paste_1(FlatCAMPostProc_Tools):
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
# MIT Licence #
|
||||
# ##########################################################
|
||||
|
||||
from FlatCAMPostProc import *
|
||||
from AppPreProcessor import *
|
||||
|
||||
|
||||
class Repetier(FlatCAMPostProc):
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
# MIT Licence #
|
||||
# ##########################################################
|
||||
|
||||
from FlatCAMPostProc import *
|
||||
from AppPreProcessor import *
|
||||
|
||||
|
||||
# for Roland Preprocessors it is mandatory for the preprocessor name (python file and class name, both of them must be
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
# MIT Licence #
|
||||
# ##########################################################
|
||||
|
||||
from FlatCAMPostProc import *
|
||||
from AppPreProcessor import *
|
||||
|
||||
|
||||
class Toolchange_Custom(FlatCAMPostProc):
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
# MIT Licence #
|
||||
# ##########################################################
|
||||
|
||||
from FlatCAMPostProc import *
|
||||
from AppPreProcessor import *
|
||||
|
||||
|
||||
class Toolchange_Manual(FlatCAMPostProc):
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
# MIT Licence #
|
||||
# ##########################################################
|
||||
|
||||
from FlatCAMPostProc import *
|
||||
from AppPreProcessor import *
|
||||
|
||||
|
||||
class Toolchange_Probe_MACH3(FlatCAMPostProc):
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
# MIT Licence #
|
||||
# ##########################################################
|
||||
|
||||
from FlatCAMPostProc import *
|
||||
from AppPreProcessor import *
|
||||
|
||||
|
||||
class default(FlatCAMPostProc):
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
# MIT Licence #
|
||||
# ##########################################################
|
||||
|
||||
from FlatCAMPostProc import *
|
||||
from AppPreProcessor import *
|
||||
|
||||
|
||||
class grbl_11(FlatCAMPostProc):
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
# MIT Licence #
|
||||
# ##########################################################
|
||||
|
||||
from FlatCAMPostProc import *
|
||||
from AppPreProcessor import *
|
||||
|
||||
|
||||
# for Roland Preprocessors it is mandatory for the preprocessor name (python file and class name, both of them must be
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
# MIT Licence #
|
||||
# ##########################################################
|
||||
|
||||
from FlatCAMPostProc import *
|
||||
from AppPreProcessor import *
|
||||
|
||||
|
||||
class line_xyz(FlatCAMPostProc):
|
||||
|
||||
Reference in New Issue
Block a user