tomasf / microprint

Printing software for M3D Micro for OS X
MIT License
26 stars 5 forks source link

CLI won't build #6

Closed ctgreybeard closed 9 years ago

ctgreybeard commented 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.