Better version of the ORMAXIS.G file.

This commit is contained in:
Adrian Bowyer 2013-12-04 11:53:50 +00:00
parent 1a8ffb2d00
commit ad4246e6af
3 changed files with 2 additions and 6 deletions

View file

@ -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"

View file

@ -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

View file

@ -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