Closed ctgreybeard closed 9 years ago
In TFPCLIController.m there are two references to deleted properties:
extrusionOperation.movingStartedBlock = ^{ TFLog(@"Raising print head..."); }; extrusionOperation.heatingStartedBlock = ^{ TFLog(@"Heating to %.0f°C...", weakOperation.temperature); };
I think these were deleted when the extrusion operation was made cancellable.
In TFPCLIController.m there are two references to deleted properties:
I think these were deleted when the extrusion operation was made cancellable.