Skip to content

Commit

Permalink
Bump 2.3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tchapi committed Aug 1, 2013
1 parent d506f16 commit 2a6998a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion src/Classes/ParsedGCode.m
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ This function parses GCODE (roughly) according to http://reprap.org/wiki/G-code
extrusionWidth = statistics.layerHeight;


/*
NSLog(@" High corner: %@", cornerHigh);
NSLog(@" Low corner: %@", cornerLow);
NSLog(@" Total Extruded length Tool A (mm): %f", statistics.totalExtrudedLengthToolA);
Expand All @@ -468,7 +469,8 @@ This function parses GCODE (roughly) according to http://reprap.org/wiki/G-code
NSLog(@" Total Extruded distance (mm): %f", statistics.totalExtrudedDistance);
NSLog(@" Total Travelled distance (mm): %f", statistics.totalTravelledDistance);

// */

}

return self;
Expand Down
8 changes: 4 additions & 4 deletions src/Pleasant3D.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1482,7 +1482,7 @@
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
APPLICATION_BUILD_NUMBER = 2;
APPLICATION_VERSION = 2.2;
APPLICATION_VERSION = 2.3;
CODE_SIGN_IDENTITY = "";
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
Expand Down Expand Up @@ -1511,7 +1511,7 @@
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
APPLICATION_BUILD_NUMBER = 2;
APPLICATION_VERSION = 2.2;
APPLICATION_VERSION = 2.3;
CODE_SIGN_IDENTITY = "";
COMBINE_HIDPI_IMAGES = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
Expand All @@ -1538,7 +1538,7 @@
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_BUILD_NUMBER = 2;
APPLICATION_VERSION = 2.2;
APPLICATION_VERSION = 2.3;
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
Expand All @@ -1565,7 +1565,7 @@
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_BUILD_NUMBER = 2;
APPLICATION_VERSION = 2.2;
APPLICATION_VERSION = 2.3;
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
Expand Down

0 comments on commit 2a6998a

Please sign in to comment.