mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
NEW: modify to new cali lines pattern
Change-Id: Ib3f05319036a2637430d2922c8c52b9dbe879d1e Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
@@ -4950,7 +4950,7 @@ void PartPlateList::load_bedtype_textures()
|
||||
|
||||
void PartPlateList::init_cali_texture_info()
|
||||
{
|
||||
BedTextureInfo::TexturePart cali_line(1, -3, 256, 70, "bbl_cali_lines.svg");
|
||||
BedTextureInfo::TexturePart cali_line(18, 2, 224, 16, "bbl_cali_lines.svg");
|
||||
cali_texture_info.parts.push_back(cali_line);
|
||||
|
||||
for (int j = 0; j < cali_texture_info.parts.size(); j++) {
|
||||
|
||||
Reference in New Issue
Block a user