Skip to content

Commit 2a6998a

Browse files
author
tchapi
committed
Bump 2.3 version
1 parent d506f16 commit 2a6998a

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

src/Classes/ParsedGCode.m

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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;

src/Pleasant3D.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1482,7 +1482,7 @@
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;
@@ -1511,7 +1511,7 @@
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";
@@ -1538,7 +1538,7 @@
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;
@@ -1565,7 +1565,7 @@
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;

0 commit comments

Comments
 (0)