Replace problematic character in comment.
This commit is contained in:
parent
8ff028820a
commit
b41d680adf
1 changed files with 1 additions and 1 deletions
|
@ -1537,7 +1537,7 @@ static void lcd_menu_extruder_info()
|
||||||
lcd.print(itostr3(pat9125_b));
|
lcd.print(itostr3(pat9125_b));
|
||||||
|
|
||||||
// Display LASER shutter time from Filament sensor
|
// Display LASER shutter time from Filament sensor
|
||||||
/* Shutter register is an index of LASER shutter time. It is automatically controlled by the chip<EFBFBD>s internal
|
/* Shutter register is an index of LASER shutter time. It is automatically controlled by the chip's internal
|
||||||
auto-exposure algorithm. When the chip is tracking on a good reflection surface, the Shutter is small.
|
auto-exposure algorithm. When the chip is tracking on a good reflection surface, the Shutter is small.
|
||||||
When the chip is tracking on a poor reflection surface, the Shutter is large. Value ranges from 0 to
|
When the chip is tracking on a poor reflection surface, the Shutter is large. Value ranges from 0 to
|
||||||
46. */
|
46. */
|
||||||
|
|
Loading…
Reference in a new issue