diff --git a/scripts/tools.sh b/scripts/tools.sh index 8f317b4..8e6c1c0 100755 --- a/scripts/tools.sh +++ b/scripts/tools.sh @@ -63,8 +63,8 @@ function add_chassis_light_control_message(){ title 'Add chassis light control' "${yellow}" inner_line hr - echo -e " в”‚ ${cyan}This adds K1 2025 chassis light control to printer.cfg. ${white}в”‚" - echo -e " в”‚ ${cyan}The LED is connected to PA8. ${white}в”‚" + echo -e " │ ${cyan}This adds K1 2025 chassis light control to printer.cfg. ${white}│" + echo -e " │ ${cyan}The LED is connected to PA8. ${white}│" hr bottom_line } diff --git a/scripts/usb_camera.sh b/scripts/usb_camera.sh index 2d23a66..e09cf6f 100755 --- a/scripts/usb_camera.sh +++ b/scripts/usb_camera.sh @@ -18,8 +18,8 @@ function builtin_camera_message(){ title 'Built-in Camera Fix' "${yellow}" inner_line hr - echo -e " в”‚ ${cyan}This allows to use the K1 2025 built-in camera with ${white}в”‚" - echo -e " в”‚ ${cyan}Fluidd and Mainsail through mjpg-streamer. ${white}в”‚" + echo -e " │ ${cyan}This allows to use the K1 2025 built-in camera with ${white}│" + echo -e " │ ${cyan}Fluidd and Mainsail through mjpg-streamer. ${white}│" hr bottom_line }