Compare commits

...

4 Commits

Author SHA1 Message Date
10774bc168 Adding .gitignore 2024-01-17 18:09:59 +01:00
34389270c3 Cura Slicer config 2024-01-17 18:08:46 +01:00
c6c1414626 Ender3 config 2024-01-17 18:08:15 +01:00
96402200dd ASWX2 config 2024-01-17 18:06:55 +01:00
11 changed files with 21 additions and 5 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.DS_Store

View File

@@ -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)

View File

@@ -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 |
|---------|----------| |---------|----------|
| ![printer profile](cura-profile/aswx2-cura-profile-printer.png) | ![extruder profile](cura-profile/aswx2-cura-profile-extruder.png) | | ![printer profile](images/aswx2-cura-profile-printer.png) | ![extruder profile](images/aswx2-cura-profile-extruder.png) |
### Start G-code ### Start G-code
``` ```

View File

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB

View File

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 59 KiB

View File

@@ -6,7 +6,7 @@
| Printer | Extruder | | Printer | Extruder |
|---------|----------| |---------|----------|
| ![Printer](cura-profile/ender3-cura-profile-printer.png) | ![Extruder](cura-profile/ender-cura-profile-extruder.png) | | ![Printer](images/ender3-cura-profile-printer.png) | ![Extruder](images/ender3-cura-profile-extruder.png) |
### Start G-code ### Start G-code

View File

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

View File

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 66 KiB

View 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)