Sign in

WebService / ben-test · Files

Logo

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • ben-test
  • web
  • src
  • utility
  • constants
  • platform-range.js
  • Upload Frontend Code
    e025a553
    BoCheng authored
    2024-01-31 20:48:56 +0800  
    Browse File ยป
platform-range.js 371 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
export const PLATFORMRANGE = {
    x: 153.6,
    y: 86.4,
    z: 200
};
export const PLATFORMSIZE = {
    x: 212,
    y: 119.25,
    z: 109.021
};
export const SLICEIMAGESIZE = {
    x: 3840,
    y: 2160
};

export const iLuxProDentalPLATFORMSIZE = {
    x: 192,
    y: 108,
    z: 200
};
export const fastPrintIOPLATFORMSIZE = {
    x: 153.6,
    y: 86.4,
    z: 200
};