mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-01-30 15:38:43 +03:00
update readme
This commit is contained in:
@@ -234,7 +234,8 @@ if (NOT MSVC AND ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU" OR "${CMAKE_CXX_COMP
|
|||||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall" )
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall" )
|
||||||
endif ()
|
endif ()
|
||||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-reorder" )
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-reorder" )
|
||||||
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-enum-constexpr-conversion" )
|
||||||
|
|
||||||
# On GCC and Clang, no return from a non-void function is a warning only. Here, we make it an error.
|
# On GCC and Clang, no return from a non-void function is a warning only. Here, we make it an error.
|
||||||
add_compile_options(-Werror=return-type)
|
add_compile_options(-Werror=return-type)
|
||||||
|
|
||||||
|
|||||||
115
README.md
115
README.md
@@ -4,32 +4,123 @@
|
|||||||
# QIDISlicer
|
# QIDISlicer
|
||||||
QIDISlicer is a professional 3D printer slicing software,which is perfectly compatible with all printers and 3D printing filaments of QIDI Technology. Multi-platform support, simple inerface, easy to use, complate functions, easy to learn 3D printing.
|
QIDISlicer is a professional 3D printer slicing software,which is perfectly compatible with all printers and 3D printing filaments of QIDI Technology. Multi-platform support, simple inerface, easy to use, complate functions, easy to learn 3D printing.
|
||||||
|
|
||||||
**Notice:QIDISlicer as a new software dedicated to QIDI's new high speed printers, please make sure your firmware version is V 4.0.0 or above.**
|
|
||||||
|
|
||||||
QIDISlicer is based on [PrusaSlicer](https://github.com/prusa3d/PrusaSlicer) by Prusa Research, which is from [Slic3r](https://github.com/Slic3r/Slic3r) by Alessandro Ranellucci and the RepRap community.
|
QIDISlicer is based on [PrusaSlicer](https://github.com/prusa3d/PrusaSlicer) by Prusa Research, which is from [Slic3r](https://github.com/Slic3r/Slic3r) by Alessandro Ranellucci and the RepRap community.
|
||||||
Thanks to PrusaSlicer, Bambulab and OrcaSlicer for their contributions to the 3D printing community.
|
Thanks to PrusaSlicer, Bambulab and OrcaSlicer for their contributions to the 3D printing community.
|
||||||
|
|
||||||
See the [QIDI's homepage](https://qidi3d.com) for more information.
|
See the [QIDI's homepage](https://qidi3d.com) for more information.
|
||||||
|
|
||||||
### Firmware
|
<details open>
|
||||||
|
<summary>Content Navigation</summary>
|
||||||
|
<ol>
|
||||||
|
<li>
|
||||||
|
<a href="#function-introduction">Function Introduction</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#wiki">Wiki</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#Supporting-QIDI-Link-App">Supporting QIDI Link App</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#report-issues-and-make-suggestions">Report Issues and Make Suggestions</a>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#some-formatting-requirements">Some Formatting Requirements</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#license">License</a>
|
||||||
|
</li>
|
||||||
|
</ol>
|
||||||
|
</details>
|
||||||
|
|
||||||
You can find the printer's firmware here:
|
----
|
||||||
|
|
||||||
[Q1 Pro](https://github.com/QIDITECH/QIDI_Q1_Pro)
|
## Function Introduction
|
||||||
|
|
||||||
[X-MAX 3](https://github.com/QIDITECH/QIDI_MAX3)
|
<p align="center">
|
||||||
|
<img src="/readmeRes/UI.png" alt="UI">
|
||||||
|
</p>
|
||||||
|
|
||||||
[X-Plus 3](https://github.com/QIDITECH/QIDI_PLUS3)
|
### Key features are:
|
||||||
|
|
||||||
[X-smart 3](https://github.com/QIDITECH/QIDI_SMART3)
|
* **Slicer:** Fast and stable 3D model slicer
|
||||||
|
* **Printer:** Perfect compatibility with all high-speed 3D printers of QIDI TECH
|
||||||
|
* **Filament:** Perfect compatibility with all filaments of QIDI TECH and some general filaments
|
||||||
|
* **LAN:** The printer can be directly connected through IP, convenient, safe and stable
|
||||||
|
* **Internet:** Remote connection, start printing anytime, anywhere
|
||||||
|
|
||||||
### Report Issues and Make Suggestions
|
### Other major features are:
|
||||||
|
|
||||||
Please send your question in the form of video or pictures to us through the [After-Sales Service](https://qidi3d.com/pages/warranty-policy-after-sales-support), we will reply to your information within 12 hours.
|
* **Model:** A variety of model operations, move, scale, rotate, crop, color, repair, combine, split, and more
|
||||||
|
* **Parameter:** Rich parameter Settings, fine adjustment for a variety of complex models and application scenarios
|
||||||
|
* **Calibration:** Multiple calibration functions to adjust the best parameters according to the actual situation
|
||||||
|
|
||||||
Please try to contact us through [After-Sales Service](https://qidi3d.com/pages/warranty-policy-after-sales-support) and report problems or suggestions. On github, we cannot obtain your order information, operation records and other private intelligence, nor can we generate after-sales orders, send repair files, etc. Thank you for your understanding and cooperation.
|
----
|
||||||
|
|
||||||
### License
|
## wiki
|
||||||
|
|
||||||
|
The wiki below aims to provide a detailed explanation of the QIDISlicer settings, how to get the most out of them as
|
||||||
|
well as how to calibrate and setup your printer.
|
||||||
|
|
||||||
|
The wiki is work in progress so bear with us while we get it up and running!
|
||||||
|
|
||||||
|
**[Access the wiki here](https://wiki.qidi3d.com/en/software/QIDISlicier)**
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
|
## Supporting QIDI Link App
|
||||||
|
|
||||||
|
**[Access QIDI Link App Guide Here](https://wiki.qidi3d.com/en/app)**
|
||||||
|
|
||||||
|
The supporting QIDI Link App supports IOS and Android platforms. In the app, you can scan the code to connect to the printer, remotely monitor the printer's printing progress, control the printer's printing parameters, and perform operations such as feeding and returning materials.
|
||||||
|
<p align="center">
|
||||||
|
<img src="/readmeRes/qidilink.png" alt="Add filament option ——Seal">
|
||||||
|
</p>
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
|
## Report Issues and Make Suggestions
|
||||||
|
|
||||||
|
Please send your question in the form of video or pictures to us through
|
||||||
|
the [After-Sales Service](https://qidi3d.com/pages/warranty-policy-after-sales-support), we will reply to your
|
||||||
|
information within 12 hours.
|
||||||
|
|
||||||
|
Please try to contact us through [After-Sales Service](https://qidi3d.com/pages/warranty-policy-after-sales-support) and
|
||||||
|
report problems or suggestions. On github, we cannot obtain your order information, operation records and other private
|
||||||
|
intelligence, nor can we generate after-sales orders, send repair files, etc. Thank you for your understanding and
|
||||||
|
cooperation.
|
||||||
|
|
||||||
|
### Some formatting requirements
|
||||||
|
|
||||||
|
#### Issue Title:
|
||||||
|
|
||||||
|
Briefly describe the issue (e.g., `could not open file`)
|
||||||
|
|
||||||
|
#### Description:
|
||||||
|
|
||||||
|
Provide a detailed description of the issue.This will help our engineers quickly locate the problem and assist you in
|
||||||
|
resolving it
|
||||||
|
|
||||||
|
- **Issue Description**:
|
||||||
|
- A clear explanation of the problem.
|
||||||
|
- Compare the expected behavior with the actual behavior.
|
||||||
|
|
||||||
|
- **Steps to Reproduce**:
|
||||||
|
1. Step one
|
||||||
|
2. Step two
|
||||||
|
3. Step three
|
||||||
|
|
||||||
|
- Specific steps to reproduce the issue. Include a precise sequence of actions if possible.
|
||||||
|
|
||||||
|
- **Additional Information**:
|
||||||
|
- **Screenshots/Images**: Attach relevant screenshots or images that help in understanding the issue. Please add or
|
||||||
|
link to images here.
|
||||||
|
- **Environment Information**:
|
||||||
|
- Operating System Version
|
||||||
|
- Browser/Application Version
|
||||||
|
- Other relevant environment details
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
QIDISlicer is licensed under the _GNU Affero General Public License, version 3_. QIDISlicer is based on PrusaSlicer by PrusaResearch.
|
QIDISlicer is licensed under the _GNU Affero General Public License, version 3_. QIDISlicer is based on PrusaSlicer by PrusaResearch.
|
||||||
|
|
||||||
|
|||||||
BIN
readmeRes/UI.png
Normal file
BIN
readmeRes/UI.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 168 KiB |
BIN
readmeRes/qidilink.png
Normal file
BIN
readmeRes/qidilink.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 560 KiB |
@@ -334,7 +334,7 @@
|
|||||||
<div class="IntroduceBoard" board="X-Plus 4">
|
<div class="IntroduceBoard" board="X-Plus 4">
|
||||||
<div class="AutozoomImage"><img src="img/X-Plus4Poster.png"/></div>
|
<div class="AutozoomImage"><img src="img/X-Plus4Poster.png"/></div>
|
||||||
<div class="IntroduceTextBold trans" tid="l0"></div>
|
<div class="IntroduceTextBold trans" tid="l0"></div>
|
||||||
<div class="IntroduceText">https://qidi3d.com/products/qidi-x-plus-4</div>
|
<div class="IntroduceText">https://qidi3d.com/products/plus4-3d-printer</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="IntroduceBoard" board="Q1 Pro">
|
<div class="IntroduceBoard" board="Q1 Pro">
|
||||||
|
|||||||
Reference in New Issue
Block a user