Add: Clas Ohlsson's PLA Cura Material Config
This commit is contained in:
parent
557b62cf48
commit
1df42317fe
2 changed files with 37 additions and 0 deletions
28
Configs/Cura/Materials/ClasOhlssonPLA.xml.fdm_material
Normal file
28
Configs/Cura/Materials/ClasOhlssonPLA.xml.fdm_material
Normal file
|
@ -0,0 +1,28 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<fdmmaterial version="1.3" xmlns="http://www.ultimaker.com/material" xmlns:cura="http://www.ultimaker.com/cura">
|
||||
<metadata>
|
||||
<name>
|
||||
<brand>Velleman</brand>
|
||||
<material>PLA</material>
|
||||
<color>Generic</color>
|
||||
<label>Vertex Delta PLA</label>
|
||||
</name>
|
||||
<description />
|
||||
<color_code>#ffc924</color_code>
|
||||
<version>4</version>
|
||||
<GUID>8d2731c8-b209-4202-b5d0-0d2d57070736</GUID>
|
||||
<adhesion_info />
|
||||
</metadata>
|
||||
<properties>
|
||||
<diameter>1.75</diameter>
|
||||
<density>1.24</density>
|
||||
</properties>
|
||||
<settings>
|
||||
<setting key="heated bed temperature">0.0</setting>
|
||||
<setting key="print cooling">100.0</setting>
|
||||
<setting key="retraction speed">30.0</setting>
|
||||
<setting key="standby temperature">190.0</setting>
|
||||
<setting key="print temperature">200.0</setting>
|
||||
<setting key="retraction amount">3.0</setting>
|
||||
</settings>
|
||||
</fdmmaterial>
|
|
@ -5,12 +5,21 @@ This repo holds most of my random small scripts, configs, paws(blobs)
|
|||
---
|
||||
|
||||
## Contents
|
||||
* [Configs](#configs)
|
||||
* * [Cura](#cura)
|
||||
* * * [Materials](#materials)
|
||||
* * * * [Clas Ohlsson's PLA](#clas-ohlssons-pla)
|
||||
* [ShellScripts](#shellscripts)
|
||||
* * [24-bit-color.sh](#24-bit-colorsh)
|
||||
* * [rsync-incremental-backups.sh](#rsync-incremental-backupssh)
|
||||
|
||||
---
|
||||
|
||||
## Configs
|
||||
### Cura
|
||||
#### Materials
|
||||
##### Clas Ohlsson's PLA
|
||||
The material config file for Clas Ohlsson´s PLA Materials
|
||||
## ShellScripts
|
||||
### 24-bit-color.sh
|
||||
This script echoes a bunch of 24-bit color codes to the terminal to demonstrate its functionality and test color support of terminals.
|
||||
|
|
Loading…
Reference in a new issue