Browse Source

Cleanup whitespace, add a const

Scott Lahteine 6 years ago
parent
commit
a79b9bbe6b

+ 1
- 1
Marlin/src/pins/pins_BIQU_SKR_V1.1.h View File

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 View File

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
 

Loading…
Cancel
Save