Compare commits
4 Commits
9ec955c83a
...
10774bc168
| Author | SHA1 | Date | |
|---|---|---|---|
|
10774bc168
|
|||
|
34389270c3
|
|||
|
c6c1414626
|
|||
|
96402200dd
|
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
.DS_Store
|
||||||
@@ -7,3 +7,6 @@ Everything related to my 3D printers
|
|||||||
|
|
||||||
# Octoprint
|
# Octoprint
|
||||||
[Octoprint doc](octoprint/README.Md)
|
[Octoprint doc](octoprint/README.Md)
|
||||||
|
|
||||||
|
# Ultimaker Cura Slicer
|
||||||
|
[Cura Slicer doc](ultimaker-cura-slicer/README.md)
|
||||||
@@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
## Klipper Configuration
|
## Klipper Configuration
|
||||||
|
|
||||||
* Klipper [printer.cfg](conf/printer.cfg) file
|
* Klipper [printer.cfg](klipper-cfg-files/printer.cfg) file
|
||||||
* Klipper [macros.cfg](conf/macros.cfg) file
|
* Klipper [macros.cfg](klipper-cfg-files/macros.cfg) file
|
||||||
|
|
||||||
## Ultimaker Cura configuration
|
## Ultimaker Cura configuration
|
||||||
|
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
| Printer | Extruder |
|
| Printer | Extruder |
|
||||||
|---------|----------|
|
|---------|----------|
|
||||||
|  |  |
|
|  |  |
|
||||||
|
|
||||||
### Start G-code
|
### Start G-code
|
||||||
```
|
```
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 40 KiB |
|
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 59 KiB |
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
| Printer | Extruder |
|
| Printer | Extruder |
|
||||||
|---------|----------|
|
|---------|----------|
|
||||||
|  |  |
|
|  |  |
|
||||||
|
|
||||||
### Start G-code
|
### Start G-code
|
||||||
|
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 66 KiB |
12
ultimaker-cura-slicer/README.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
# Ultimaker Cura Slicer
|
||||||
|
|
||||||
|
## Plugins
|
||||||
|
|
||||||
|
* [Arc Welder](https://marketplace.ultimaker.com/app/cura/plugins/fieldofview/ArcWelderPlugin)
|
||||||
|
* [Calibration Shapes](https://marketplace.ultimaker.com/app/cura/plugins/5axes/CalibrationShapes)
|
||||||
|
* [Linear Advance Settings](https://marketplace.ultimaker.com/app/cura/plugins/fieldofview/LinearAdvanceSettingPlugin)
|
||||||
|
* [Measure Tools](https://marketplace.ultimaker.com/app/cura/plugins/fieldofview/MeasureTool)
|
||||||
|
* [Mesh Tools](https://marketplace.ultimaker.com/app/cura/plugins/fieldofview/MeshTools)
|
||||||
|
* [OctoPrint Plugin](https://marketplace.ultimaker.com/app/cura/plugins/fieldofview/OctoPrintPlugin)
|
||||||
|
* [Printjob Naming](https://marketplace.ultimaker.com/app/cura/plugins/fieldofview/CustomJobPrefix)
|
||||||
|
* [ThingiBrowser](https://marketplace.ultimaker.com/app/cura/plugins/ChrisTerBekeAuthor/ThingiBrowser)
|
||||||