Changed all the examples to set "sketch_plot" to false.
This is what we usually want, but this wasn't implemented.
This commit is contained in:
parent
090aa6b8f1
commit
a63e12579b
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue