Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Final move postions for Calcomp and 7440 #65

Merged
merged 1 commit into from
Oct 3, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions vpype/hpgl_devices.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ y_range = [0, 6835]
y_axis_up = true
origin_location = ["15mm", "196mm"]
rotate_180 = true
final_pu_params = "0,0"
info = "A4 can only be loaded in landscape orientation in the Designmate. Does NOT affect the drawing orientation."

[[device.designmate.paper]]
Expand All @@ -75,6 +76,7 @@ y_range = [0, 10853]
y_axis_up = true
origin_location = ["22mm", "285mmmm"]
rotate_180 = true
final_pu_params = "0,10853"
info = "A3 paper loaded in portrait orientation in the plotter. Does NOT affect drawing orientation, only page margins."

[[device.designmate.paper]]
Expand All @@ -86,6 +88,7 @@ y_range = [0, 10300]
y_axis_up = true
origin_location = ["10mm", "285mm"]
rotate_180 = true
final_pu_params = "0,0"
info = "A3 paper loaded in landscape orientation in the plotter. Does NOT affect drawing orientation, only page margins."

[device.hp7440a]
Expand All @@ -101,4 +104,5 @@ x_range = [0, 11040]
y_range = [0, 7721]
y_axis_up = true
origin_location = ["15mm", "200mm"]
final_pu_params = "0,7721"
info = "The plotter dip switches must be set to Metric paper sizes mode."