Skip to content

Instantly share code, notes, and snippets.

@frankbags
frankbags / MeshPrintSize.py
Last active November 14, 2023 02:19
Cura post processing script to resize bed mesh to print size
import re #To perform the search and replace.
from ..Script import Script
class MeshPrintSize(Script):
def getSettingDataString(self):
return """{
"name": "Mesh Print Size",