Quellcode durchsuchen

corrected the ultimaker default values, the previous had a calculation error: see: http://groups.google.com/group/ultimaker/browse_thread/thread/9190678863

Bernhard Kubicek vor 12 Jahren
Ursprung
Commit
70650c331d
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2
    2
      Marlin/Configuration.h

+ 2
- 2
Marlin/Configuration.h Datei anzeigen

@@ -204,7 +204,7 @@ const bool ENDSTOPS_INVERTING = true; // set to true to invert the logic of the
204 204
 
205 205
 // default settings 
206 206
 
207
-#define DEFAULT_AXIS_STEPS_PER_UNIT   {79.87220447,79.87220447,200*8/3,760*1.1}                    // default steps per unit for ultimaker 
207
+#define DEFAULT_AXIS_STEPS_PER_UNIT   {78.7402,78.7402,200*8/3,760*1.1}                    // default steps per unit for ultimaker 
208 208
 //#define DEFAULT_AXIS_STEPS_PER_UNIT   {40, 40, 3333.92, 67} 
209 209
 #define DEFAULT_MAX_FEEDRATE          {500, 500, 5, 200000}    // (mm/sec)    
210 210
 #define DEFAULT_MAX_ACCELERATION      {9000,9000,100,10000}    // X, Y, Z, E maximum start speed for accelerated moves. E default values are good for skeinforge 40+, for older versions raise them a lot.
@@ -274,7 +274,7 @@ const bool ENDSTOPS_INVERTING = true; // set to true to invert the logic of the
274 274
 
275 275
 #define ULTIPANEL
276 276
 #ifdef ULTIPANEL
277
-//  #define NEWPANEL  //enable this if you have a click-encoder panel
277
+  //#define NEWPANEL  //enable this if you have a click-encoder panel
278 278
   #define SDSUPPORT
279 279
   #define ULTRA_LCD
280 280
   #define LCD_WIDTH 20

Laden…
Abbrechen
Speichern