correct photon bed sizes

This commit is contained in:
Stewart Allen 2020-04-22 10:54:46 -04:00
commit 233cbdf436
3 changed files with 9 additions and 9 deletions

View file

@ -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}),

View file

@ -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
}
}

View file

@ -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
}
}