mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-02 06:30:41 +08:00
Deleted no-needed string from the PrintExport data
This commit is contained in:
parent
3a1dcedaff
commit
7a38d83d03
@ -157,8 +157,6 @@ template<> class FilePrinter<FilePrinterFormat::SLA_PNGZIP>
|
|||||||
"expTimeFirst = " + expt_first_str + "\n"
|
"expTimeFirst = " + expt_first_str + "\n"
|
||||||
"numFade = " + cnt_fade_layers + "\n"
|
"numFade = " + cnt_fade_layers + "\n"
|
||||||
"layerHeight = " + layerh_str + "\n"
|
"layerHeight = " + layerh_str + "\n"
|
||||||
"expTime = "+expt_str+" + resinType = generic+layerHeight = "
|
|
||||||
+layerh_str+" + printer = DWARF3\n"
|
|
||||||
"usedMaterial = " + used_material + "\n"
|
"usedMaterial = " + used_material + "\n"
|
||||||
"numSlow = " + cnt_slow_layers + "\n"
|
"numSlow = " + cnt_slow_layers + "\n"
|
||||||
"numFast = " + cnt_fast_layers + "\n";
|
"numFast = " + cnt_fast_layers + "\n";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user