6.12 Set Media size compensation
POST http://{{rip_ip}}:5438/devices/{{device_id}}/compensation/{{pmm_id}}
Sets the media size compensation factors set for the specified PMM.
Request
- A (array) : 2 numbers representing the X and Y compensation for the A side of the print.
- B (array) : 2 numbers representing the X and Y compensation for the B side of the print.
Request Body
{"A"=>[1, 1.1], "B"=>[1, 0.9]}