mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 02:37:49 -06:00
Remove debug print statement
This commit is contained in:
parent
86d87acd5b
commit
ed616789cb
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue