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