From a63e12579b0f96ca3cd387fc9658092eefe76f55 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Wed, 24 Jun 2020 11:56:39 -0300 Subject: [PATCH] Changed all the examples to set "sketch_plot" to false. This is what we usually want, but this wasn't implemented. --- docs/samples/generic_plot.kiplot.yaml | 4 ++-- tests/yaml_samples/dxf.kiplot.yaml | 2 +- tests/yaml_samples/hpgl.kiplot.yaml | 2 +- tests/yaml_samples/ps.kiplot.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/samples/generic_plot.kiplot.yaml b/docs/samples/generic_plot.kiplot.yaml index becddabc..44fc3f24 100644 --- a/docs/samples/generic_plot.kiplot.yaml +++ b/docs/samples/generic_plot.kiplot.yaml @@ -89,7 +89,7 @@ outputs: line_width: 0.15 drill_marks: full scaling: 2 - sketch_plot: true + sketch_plot: false scale_adjust_x: 1.0 scale_adjust_y: 1.0 width_adjust: 0 @@ -168,7 +168,7 @@ outputs: # HPGL options drill_marks: full mirror_plot: true - sketch_plot: true + sketch_plot: false scaling: 0 # auto pen_width: 0.5 layers: diff --git a/tests/yaml_samples/dxf.kiplot.yaml b/tests/yaml_samples/dxf.kiplot.yaml index c2b76675..88018e59 100644 --- a/tests/yaml_samples/dxf.kiplot.yaml +++ b/tests/yaml_samples/dxf.kiplot.yaml @@ -18,7 +18,7 @@ outputs: # PS options drill_marks: full - sketch_plot: true + sketch_plot: false use_aux_axis_as_origin: false polygon_mode: true layers: diff --git a/tests/yaml_samples/hpgl.kiplot.yaml b/tests/yaml_samples/hpgl.kiplot.yaml index 73c007ac..48b13cc4 100644 --- a/tests/yaml_samples/hpgl.kiplot.yaml +++ b/tests/yaml_samples/hpgl.kiplot.yaml @@ -18,7 +18,7 @@ outputs: # HPGL options drill_marks: full mirror_plot: true - sketch_plot: true + sketch_plot: false scaling: 0 # auto pen_width: 0.5 layers: diff --git a/tests/yaml_samples/ps.kiplot.yaml b/tests/yaml_samples/ps.kiplot.yaml index 8c77c589..b5f56ddd 100644 --- a/tests/yaml_samples/ps.kiplot.yaml +++ b/tests/yaml_samples/ps.kiplot.yaml @@ -20,7 +20,7 @@ outputs: line_width: 0.15 drill_marks: full scaling: 2 - sketch_plot: true + sketch_plot: false scale_adjust_x: 1.0 scale_adjust_y: 1.0 width_adjust: 0