forked from SynDaverCO/symple-slicer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2f2eefb
commit cc5ab74
Showing
4 changed files
with
17 additions
and
9 deletions.
There are no files selected for viewing
8 changes: 4 additions & 4 deletions
8
src-app/config/example_profiles/print_profiles/my_material.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
[metadata] | ||
|
||
date = "1/1/2021" | ||
material_notes = "Notes about this material" | ||
material_notes = "It's just PLA mates" | ||
|
||
[settings] | ||
|
||
material_print_temperature = 200 | ||
material_bed_temperature = 100 | ||
material_bed_temperature_layer_0 = 100 | ||
material_print_temperature = 218 | ||
material_bed_temperature = 50 | ||
material_bed_temperature_layer_0 = 60 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
[metadata] | ||
date = "1/1/2023" | ||
date = "12/7/2023" | ||
# december 7th 2009 | ||
|
||
[settings] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
[metadata] | ||
|
||
date = "1/1/2020" | ||
date = "12/7/2023" | ||
# december 7th 2009 | ||
|
||
[settings] | ||
material_notes = "It's just PLA mates" | ||
|
||
[settings] | ||
|
||
material_print_temperature = 218 | ||
material_bed_temperature = 50 | ||
material_bed_temperature_layer_0 = 60 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters