mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 02:49:04 +08:00
Remove debug print statement
This commit is contained in:
parent
86d87acd5b
commit
ed616789cb
@ -115,7 +115,6 @@ class ClusterPrinterStatus(BaseModel):
|
|||||||
# We filter out any slot that is not supported by the extruder index, print core type or if the material is empty.
|
# We filter out any slot that is not supported by the extruder index, print core type or if the material is empty.
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def _isSupportedConfiguration(slot: ClusterPrinterMaterialStationSlot, extruder_index: int) -> bool:
|
def _isSupportedConfiguration(slot: ClusterPrinterMaterialStationSlot, extruder_index: int) -> bool:
|
||||||
print("_isSupportedConfiguration", slot.material_empty)
|
|
||||||
return slot.extruder_index == extruder_index and slot.compatible and not slot.material_empty
|
return slot.extruder_index == extruder_index and slot.compatible and not slot.material_empty
|
||||||
|
|
||||||
## Create an empty material slot with a fake empty material.
|
## Create an empty material slot with a fake empty material.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user