Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: bug
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. Windows 10, macOS 11.1]
- Cura version: [e.g. 4.8.0]
- Plugin version: [e.g. 1.1.2]
- 3D printer: [e.g. FlyingBear Ghost 5]
- Motherboard and/or WiFi module firmware version: [e.g. V5.8/V5.8]

**Additional context**
Add any other context about the problem here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[FEATURE]"
labels: enhancement
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
22 changes: 12 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
# MKS wifi plugin #
# MKS WiFi plugin #

MKS wifi plugin for Cura developed by Makerbase, and it is migrated from [https://github.com/makerbase-mks/Software](https://github.com/makerbase-mks/Software "https://github.com/makerbase-mks/Software") after V4.4 version.

Using the plugin with cura, you can connect to the mks robin wifi and mks tft wifi. Thus, you can control your 3d printer wirelessly. What is more, transferring gcode files to a printer can usually reach 100kbyte/s.
The plugin also support previewing gcode file when using MKS Robin TFT35 or MKS TFT35 LCD.
MKS WiFi plugin for Cura developed by Makerbase, Jeredian and Elkin-Vasily and it was originaly migrated from [https://github.com/makerbase-mks/Software](https://github.com/makerbase-mks/Software "https://github.com/makerbase-mks/Software") after V4.4 version.

Using the plugin with Cura, you can:
- Connect Cura to the MKS Robin WiFi and MKS TFT WiFi;
- Control your 3D printer wirelessly with Cura;
- Transfer .gcode files to a printer with 100kbyte/s speed;
- Get preview on 3D printer srceen when using MKS Robin TFT35 or MKS TFT35 LCD.

## Installation ##

* Marketplace:
The plugin is available through the Cura Marketplace as the MKS Wifi Plugin. Thanks [Jeredian](https://github.com/Jeredian/mks-wifi-plugin "Jeredian") for uploading it to the Cura Marketplace.
Plugin is available through the Cura Marketplace as the MKS Wifi Plugin.

* Manually:
- Download or clone the repository
- Open Cura configuration folder. It can be found via Help -> Show Configuration Folder inside Cura.
- Copy folder into [Cura configuration folder]/plugins/
- Download or clone this repository;
- Open Cura configuration folder. It can be found via Help -> Show Configuration Folder inside Cura;
- Copy folder into [Cura configuration folder]/plugins/ ;
- Restart Cura.

** Notes: The mks wifi plugin V4.4 is only available on the Cura 3.6 or higher version. **
** Notes: The MKS WiFi plugin is only available for Cura 4.5 or higher version. **