File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -450,6 +450,7 @@ This function parses GCODE (roughly) according to http://reprap.org/wiki/G-code
450450 extrusionWidth = statistics.layerHeight ;
451451
452452
453+ /*
453454 NSLog(@" High corner: %@", cornerHigh);
454455 NSLog(@" Low corner: %@", cornerLow);
455456 NSLog(@" Total Extruded length Tool A (mm): %f", statistics.totalExtrudedLengthToolA);
@@ -468,7 +469,8 @@ This function parses GCODE (roughly) according to http://reprap.org/wiki/G-code
468469
469470 NSLog(@" Total Extruded distance (mm): %f", statistics.totalExtrudedDistance);
470471 NSLog(@" Total Travelled distance (mm): %f", statistics.totalTravelledDistance);
471-
472+ // */
473+
472474 }
473475
474476 return self;
Original file line number Diff line number Diff line change 14821482 buildSettings = {
14831483 ALWAYS_SEARCH_USER_PATHS = NO;
14841484 APPLICATION_BUILD_NUMBER = 2;
1485- APPLICATION_VERSION = 2.2 ;
1485+ APPLICATION_VERSION = 2.3 ;
14861486 CODE_SIGN_IDENTITY = "";
14871487 COMBINE_HIDPI_IMAGES = YES;
14881488 COPY_PHASE_STRIP = NO;
15111511 buildSettings = {
15121512 ALWAYS_SEARCH_USER_PATHS = NO;
15131513 APPLICATION_BUILD_NUMBER = 2;
1514- APPLICATION_VERSION = 2.2 ;
1514+ APPLICATION_VERSION = 2.3 ;
15151515 CODE_SIGN_IDENTITY = "";
15161516 COMBINE_HIDPI_IMAGES = YES;
15171517 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
15381538 isa = XCBuildConfiguration;
15391539 buildSettings = {
15401540 APPLICATION_BUILD_NUMBER = 2;
1541- APPLICATION_VERSION = 2.2 ;
1541+ APPLICATION_VERSION = 2.3 ;
15421542 ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
15431543 CLANG_WARN_CONSTANT_CONVERSION = YES;
15441544 CLANG_WARN_ENUM_CONVERSION = YES;
15651565 isa = XCBuildConfiguration;
15661566 buildSettings = {
15671567 APPLICATION_BUILD_NUMBER = 2;
1568- APPLICATION_VERSION = 2.2 ;
1568+ APPLICATION_VERSION = 2.3 ;
15691569 ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
15701570 CLANG_WARN_CONSTANT_CONVERSION = YES;
15711571 CLANG_WARN_ENUM_CONVERSION = YES;
You can’t perform that action at this time.
0 commit comments