Skip to content

Commit

Permalink
Added sensible final_pu_params for HP7475A (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
ithinkido authored Oct 2, 2020
1 parent 26aae01 commit 619aabd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vpype/hpgl_devices.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ x_range = [0, 11040]
y_range = [0, 7721]
y_axis_up = true
origin_location = ["10mm", "206mm"]
final_pu_params = "11040,7721"
set_ps = 4

[[device.hp7475a.paper]]
Expand All @@ -21,6 +22,7 @@ x_range = [0, 16158]
y_range = [0, 11040]
y_axis_up = true
origin_location = ["15mm", "287mm"]
final_pu_params = "0,11040"
set_ps = 0

[[device.hp7475a.paper]]
Expand All @@ -32,6 +34,7 @@ x_range = [0, 10365]
y_range = [0, 7962]
y_axis_up = true
origin_location = ["10mm", "211mm"]
final_pu_params = "10365,7962"
set_ps = 4

[[device.hp7475a.paper]]
Expand All @@ -43,6 +46,7 @@ x_range = [0, 16640]
y_range = [0, 10365]
y_axis_up = true
origin_location = ["15mm", "287mm"]
final_pu_params = "0,10365"
set_ps = 0

[device.designmate]
Expand Down

0 comments on commit 619aabd

Please sign in to comment.