Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Crocker <dcrocker@eschertech.com>2014-07-30 18:54:17 +0400
committerDavid Crocker <dcrocker@eschertech.com>2014-07-30 18:54:17 +0400
commit30b67ff40af5ecff6ca810e3579891bec2811630 (patch)
tree769092217885fb6efb7d21526567fd978e125bdf /.project
parent653ba3b344cfc5d44ab635914b99c5eb7e9d9d12 (diff)
Version 0.78g
Fixed bug: if 5 point bed compansation was used then doing G32 more than once would try to move the head off the edge of the bed unless the first 4 probe coordinates were reset between them. Fixed bug: if the last command in a a macro file did not end in newline then it might not be fully executed Bug fix: potential array underrun in Gcodes::Pop() Reduced Z dive height back to 5mm
Diffstat (limited to '.project')
-rw-r--r--.project6
1 files changed, 3 insertions, 3 deletions
diff --git a/.project b/.project
index 2c6bee30..bd59a279 100644
--- a/.project
+++ b/.project
@@ -70,15 +70,15 @@
<variableList>
<variable>
<name>ArduinoHardwareLibPath</name>
- <value>file:/usr/local/arduino-1.5.4/hardware/arduino/sam/libraries</value>
+ <value>file:/C:/Arduino-1.5.4/hardware/arduino/sam/libraries</value>
</variable>
<variable>
<name>ArduinoPinPath</name>
- <value>file:/usr/local/arduino-1.5.4/hardware/arduino/sam/variants</value>
+ <value>file:/C:/Arduino-1.5.4/hardware/arduino/sam/variants</value>
</variable>
<variable>
<name>ArduinoPlatformPath</name>
- <value>file:/usr/local/arduino-1.5.4/hardware/arduino/sam</value>
+ <value>file:/C:/Arduino-1.5.4/hardware/arduino/sam</value>
</variable>
</variableList>
</projectDescription>