在Creality K2 Plus上设置 SimplyPrint
只需几个简单步骤,即可将您的Creality K2 Plus 3D 打印机连接到 SimplyPrint。
您的Creality K2需要启用“root访问权限”才能连接到SimplyPrint。
不要被这个技术名称吓到,这通常就像在打印机屏幕上找到一个设置项并勾选一样简单。您还需要使用“SSH”来运行几条命令。
您可以将其理解为解锁打印机的“管理员模式”。它让您(以及SimplyPrint)能够添加功能,并进行标准界面不允许的更改。
您打印机的制造商锁定了部分功能。启用 root 访问权限后,您将获得充分发挥打印机潜力所需的权限。
并非如此!在大多数情况下,制造商本身就提供了此选项,只是藏在设置里而已。您使用的其实是他们内置的功能。
我们只是在打印机现有的软件中启用我们的组件,不会安装任何软件包或进行侵入式更改。您通常可以通过恢复出厂设置来撤销所有更改。
部分制造商提到,启用 root 权限可能会影响您的保修。这种风险很低,我们尚未发现任何 SimplyPrint 用户因此被拒绝保修服务的已知案例。
但这由您决定。
我们会准确告诉您在哪里找到此设置以及需要运行哪些命令。
本指南将带您了解以下内容:
是的,这确实是令人厌烦的技术环节。很抱歉,我们已经尝试了一切方法来避免它,但您的设备就是没有其他选择。
但事实是:这比看起来简单得多。您只需要复制粘贴几条命令,仅此而已。请在下方选择您的电脑类型并按步骤操作—我们会引导您完成每一步。
192.168.1.42),不要包含http://、斜杠或端口号。
ssh username@ip-address
ssh [email protected]
yes并按Enter键
ssh username@ip-address
ssh [email protected]
yes并按Enter键
ssh username@ip-address
ssh [email protected]
yes并按Enter键
ssh username@ip-address
ssh [email protected]
yes并按Enter键
ssh-keygen -R <ip-address>
虽然 Android 和 iOS 都有可用的 SSH 应用,但我们建议使用电脑进行 SSH 连接。合适的键盘和屏幕能让输入命令容易得多。
1. Open a terminal or SSH client on your computer. <!-- // TODO; translate -->
2. Connect to the K2 using the IP address and root password you noted: <!-- // TODO; translate -->
ssh root@[IP_ADDRESS]
For example; <code>ssh [email protected]</code> <!-- // TODO; translate -->
3. When prompted for a password, enter the password you noted _(the password won't show up while typing - don't worry; that's normal)_. <!-- // TODO; translate -->
4. Once connected, run the command below to enable SimplyPrint and restart "Moonraker",
which is the firmware's built-in API that includes SimplyPrint: <!-- // TODO; translate -->
python3 -c "import urllib.request;print(urllib.request.urlopen('https://download.simplyprint.io/creality/k2/k2-setup.sh').read().decode())" | sh
<small>
<b>What does this script do?</b><br>
This script locates the `moonraker.conf` file that your printer uses, which can either be in <code>/usr/data/moonraker</code>
or <code>/data/moonraker</code>. It then adds the SimplyPrint configuration (<code>[simplyprint]</code>) to the file and restarts Moonraker.
</small>
---
现在一切都应该准备就绪了!打印机应该已经连接到SimplyPrint!
在与您的K2处于同一网络的电脑或手机上打开SimplyPrint网页版仪表盘,此时它应会在“添加打印机”流程中显示为待处理打印机。
在打印机的本地网页界面中查找打印机设置代码。
http://[IP_ADDRESS]:4408 以打开 K2 上托管的 Fluidd 面板。如果对您不起作用,请非常仔细地重新按照指南操作一遍。遗漏步骤是打印机未显示的最常见原因。
由于 Creality 固件的限制,以下功能不可用: