浏览代码

Cleanup whitespace, add a const

Scott Lahteine 6 年前
父节点
当前提交
a79b9bbe6b
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1
    1
      Marlin/src/pins/pins_BIQU_SKR_V1.1.h
  2. 1
    1
      buildroot/share/sublime/RepRapTools/syntax_test_G-code.gcode

+ 1
- 1
Marlin/src/pins/pins_BIQU_SKR_V1.1.h 查看文件

83
 
83
 
84
 /**
84
 /**
85
  * LCD / Controller
85
  * LCD / Controller
86
- * 
86
+ *
87
  * As of 20 JAN 2019 only the REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER display has
87
  * As of 20 JAN 2019 only the REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER display has
88
  * been tested with these settings. It can be connected to the SKR using standard cables
88
  * been tested with these settings. It can be connected to the SKR using standard cables
89
  * via the EXP1 and EXP2 ports. Other displays may need a custom cable and/or changes to
89
  * via the EXP1 and EXP2 ports. Other displays may need a custom cable and/or changes to

+ 1
- 1
buildroot/share/sublime/RepRapTools/syntax_test_G-code.gcode 查看文件

83
 ;                ^constant.numeric.checksum.gcode
83
 ;                ^constant.numeric.checksum.gcode
84
 ;                  ^invalid.error.syntax.gcode
84
 ;                  ^invalid.error.syntax.gcode
85
 
85
 
86
-N234 M107 *64     
86
+N234 M107 *64
87
 ;              ^-invalid.error.syntax.gcode
87
 ;              ^-invalid.error.syntax.gcode
88
 
88
 

正在加载...
取消
保存