Add additional hidden properties to ControlPrinter component
This commit is contained in:
parent
d122dfa83f
commit
31e6356d9c
@ -428,7 +428,10 @@ const ControlPrinter = ({ slicerIntegration = false }) => {
|
|||||||
visibleProperties={{
|
visibleProperties={{
|
||||||
printers: false,
|
printers: false,
|
||||||
createdAt: false,
|
createdAt: false,
|
||||||
finishedAt: false
|
finishedAt: false,
|
||||||
|
moonrakerJobId: false,
|
||||||
|
job: false,
|
||||||
|
printer: false
|
||||||
}}
|
}}
|
||||||
objectPropertyProps={{
|
objectPropertyProps={{
|
||||||
showHyperlink: !slicerIntegration
|
showHyperlink: !slicerIntegration
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user