- updated the header of the postprocessos with 'laser' to show essential informations like some of them do not move on the Z axis
- make sure that the laser postprocessor that do move on the Z axis (like 'GRBL_laser_Z') accept negative values for the Z focus - fixed issue in highlighter such that the keywords that have an underscore included are highlighted - rearranged the default keywords - fixed the generatecncjob() method default parameters to reflect new data structure names - in Geometry object the default self.options dictionary is updated with keys that reflect new data structure
This commit is contained in:
@@ -4681,7 +4681,7 @@ class FCTextAreaLineNumber(QtWidgets.QFrame):
|
||||
|
||||
# parameter
|
||||
brush = QtGui.QBrush(Qt.GlobalColor.darkBlue, Qt.BrushStyle.SolidPattern)
|
||||
pattern = QtCore.QRegularExpression("\-[0-9a-zA-Z]*\s")
|
||||
pattern = QtCore.QRegularExpression("\-[0-9a-zA-Z_]*\s")
|
||||
parameterOperator.setForeground(brush)
|
||||
parameterOperator.setFontWeight(QtGui.QFont.Weight.Bold)
|
||||
rule = (pattern, parameterOperator)
|
||||
|
||||
Reference in New Issue
Block a user