From ad4246e6af4931e50cb612ac0426cecc8561c055 Mon Sep 17 00:00:00 2001 From: Adrian Bowyer Date: Wed, 4 Dec 2013 11:53:50 +0000 Subject: [PATCH] Better version of the ORMAXIS.G file. --- Configuration.h | 2 +- Platform.h | 2 +- SD-image/gcodes/ormaxis.g | 4 ---- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/Configuration.h b/Configuration.h index 37ac790..5dd4bfa 100644 --- a/Configuration.h +++ b/Configuration.h @@ -24,7 +24,7 @@ Licence: GPL #define CONFIGURATION_H #define NAME "RepRapFirmware" -#define VERSION "0.30" +#define VERSION "0.31" #define DATE "2013-12-03" #define LAST_AUTHOR "reprappro.com" diff --git a/Platform.h b/Platform.h index 029fc7f..2f31637 100644 --- a/Platform.h +++ b/Platform.h @@ -129,7 +129,7 @@ Licence: GPL #define STANDBY_TEMPERATURES {ABS_ZERO, ABS_ZERO} // We specify one for the bed, though it's not needed #define ACTIVE_TEMPERATURES {ABS_ZERO, ABS_ZERO} #define COOLING_FAN_PIN 34 -#define HEAT_ON 0 // 0 for inverted heater (eg Duet v0.6) 1 for not (e.g. Duet v0.4) +#define HEAT_ON 1 // 0 for inverted heater (eg Duet v0.6) 1 for not (e.g. Duet v0.4) #define AD_RANGE 1023.0//16383 // The A->D converter that measures temperatures gives an int this big as its max value diff --git a/SD-image/gcodes/ormaxis.g b/SD-image/gcodes/ormaxis.g index 303ec06..4a29962 100644 --- a/SD-image/gcodes/ormaxis.g +++ b/SD-image/gcodes/ormaxis.g @@ -29,11 +29,7 @@ T0; Select extruder M140 S65; Set bed temperature G1 Z5 F200 ; lift nozzle G28 X0 Y0; home X and Y axes -G1 X55 F2000; move to bed probe point -G28 Z0; zero Z -G32 ; Probe bed G1 X2 Y50 F2000; Go to wait for warm position -G1 Z0 F200 M116; Wait for all temperatures ;M109 S205 ; wait for temperature to be reached G90 ; use absolute coordinates