parent
0a9a5e2121
commit
b1f87eb3a9
7 changed files with 11 additions and 6 deletions
|
|
@ -255,6 +255,11 @@ namespace MatterControl.Tests.MatterControl
|
|||
{
|
||||
ValidateOnAllPrinters(printer =>
|
||||
{
|
||||
if (printer.SettingsLayer.ValueOrDefault("output_only_first_layer") == "1")
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
float nozzleDiameter = float.Parse(printer.SettingsLayer.ValueOrDefault("nozzle_diameter"));
|
||||
float layerHeight = float.Parse(printer.SettingsLayer.ValueOrDefault("layer_height"));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue