diff --git a/js/kiri-init.js b/js/kiri-init.js index 0c6eabf8..ba82d3c9 100644 --- a/js/kiri-init.js +++ b/js/kiri-init.js @@ -1156,9 +1156,9 @@ var gs_kiri_init = exports; device: UC.newGroup(LANG.dv_gr_dev, $('device'), {group:"ddev", nocompact:true}), deviceName: UC.newInput(LANG.dv_name_s, {title:LANG.dv_name_l, size:"60%", text:true, action:updateDeviceName}), - bedWidth: UC.newInput(LANG.dv_bedw_s, {title:LANG.dv_bedw_l, convert:UC.toInt}), - bedDepth: UC.newInput(LANG.dv_bedd_s, {title:LANG.dv_bedd_l, convert:UC.toInt}), - maxHeight: UC.newInput(LANG.dv_bedh_s, {title:LANG.dv_bedh_l, convert:UC.toInt, modes:FDM_SLA}), + bedWidth: UC.newInput(LANG.dv_bedw_s, {title:LANG.dv_bedw_l, convert:UC.toFloat, size:6}), + bedDepth: UC.newInput(LANG.dv_bedd_s, {title:LANG.dv_bedd_l, convert:UC.toFloat, size:6}), + maxHeight: UC.newInput(LANG.dv_bedh_s, {title:LANG.dv_bedh_l, convert:UC.toFloat, size:6, modes:FDM_SLA}), deviceMaxSpindle: UC.newInput(LANG.dv_spmx_s, {title:LANG.dv_spmx_l, convert:UC.toInt, modes:CAM}), deviceOrigin: UC.newBoolean(LANG.dv_orgc_s, onBooleanClick, {title:LANG.dv_orgc_l, modes:GCODE}), deviceOriginTop: UC.newBoolean(LANG.dv_orgt_s, onBooleanClick, {title:LANG.dv_orgt_l, modes:CAM}), diff --git a/web/kiri/filter/SLA/Anycubic.Photon b/web/kiri/filter/SLA/Anycubic.Photon index 784ab107..61d10164 100644 --- a/web/kiri/filter/SLA/Anycubic.Photon +++ b/web/kiri/filter/SLA/Anycubic.Photon @@ -2,9 +2,9 @@ "no_clone": true, "cmd":{}, "settings":{ - "bed_width": 115, - "bed_depth": 65, + "bed_width": 120.96, + "bed_depth": 68.04, "bed_height": 1, - "max_height": 155 + "max_height": 1500 } } diff --git a/web/kiri/filter/SLA/Anycubic.Photon.S b/web/kiri/filter/SLA/Anycubic.Photon.S index 2e9c6c8f..a9b00c57 100644 --- a/web/kiri/filter/SLA/Anycubic.Photon.S +++ b/web/kiri/filter/SLA/Anycubic.Photon.S @@ -2,9 +2,9 @@ "no_clone": true, "cmd":{}, "settings":{ - "bed_width": 115, - "bed_depth": 65, + "bed_width": 120.96, + "bed_depth": 68.04, "bed_height": 1, - "max_height": 165 + "max_height": 150 } }