Merge branch 'master' of https://github.com/reprappro/RepRapFirmware
This commit is contained in:
commit
8e1e9cda4e
4 changed files with 12 additions and 12 deletions
|
@ -20,13 +20,13 @@
|
|||
G21 ; set units to millimeters
|
||||
G90 ; use absolute coordinates
|
||||
M83 ; use relative distances for extrusion
|
||||
M140 S65; Set bed temperature
|
||||
M140 S57; Set bed temperature
|
||||
G28 ; Home all axes
|
||||
G1 Z5 F200 ; lift nozzle
|
||||
G1 X2 Y50 F2000; Go to wait for warm position
|
||||
M116; Wait for all temperatures
|
||||
G10 P0 S205 R0 ; Set extruder temperature
|
||||
T0; Select extruder
|
||||
G10 P1 S200 R0 ; Set extruder temperature
|
||||
T1; Select extruder
|
||||
M116; Wait for all temperatures
|
||||
G1 F1800.000 E-1.00000
|
||||
G1 X83.244 Y72.792
|
||||
|
@ -8437,5 +8437,5 @@ G1 X86.596 Y135.793 F1200.000 E0.27393
|
|||
G1 F1800.000 E-1.00000
|
||||
M107
|
||||
G1 X2 Y190; park the machine
|
||||
M0; stop
|
||||
M0;
|
||||
; filament used = 4032.1mm (9.7cm3)
|
||||
|
|
|
@ -5,7 +5,7 @@ G21 ; mm
|
|||
G90 ; Absolute positioning
|
||||
M83 ; Extrusion relative
|
||||
M906 X800 Y800 Z800 E800 ; Motor currents (mA)
|
||||
T0 ; Extruder 0
|
||||
T1 ; Extruder 0
|
||||
G1 X50 F500
|
||||
G1 X0
|
||||
G4 P500
|
||||
|
|
|
@ -20,13 +20,13 @@
|
|||
G21 ; set units to millimeters
|
||||
G90 ; use absolute coordinates
|
||||
M83 ; use relative distances for extrusion
|
||||
M140 S65; Set bed temperature
|
||||
M140 S57; Set bed temperature
|
||||
G28 ; Home all axes
|
||||
G1 Z5 F200 ; lift nozzle
|
||||
G1 X2 Y50 F2000; Go to wait for warm position
|
||||
M116; Wait for all temperatures
|
||||
G10 P0 S205 R0 ; Set extruder temperature
|
||||
T0; Select extruder
|
||||
G10 P1 S200 R0 ; Set extruder temperature
|
||||
T1; Select extruder
|
||||
M116; Wait for all temperatures
|
||||
G1 F1800.000 E-1.00000
|
||||
G1 X47.463 Y43.710
|
||||
|
@ -30138,5 +30138,5 @@ G1 X72.890 Y64.001 F600.000 E0.02527
|
|||
G1 F1800.000 E-1.00000
|
||||
M107
|
||||
G1 X2 Y190; park the machine
|
||||
M0; stop
|
||||
M0;
|
||||
; filament used = 10866.2mm (26.1cm3)
|
||||
|
|
|
@ -20,13 +20,13 @@
|
|||
G21 ; set units to millimeters
|
||||
G90 ; use absolute coordinates
|
||||
M83 ; use relative distances for extrusion
|
||||
M140 S65; Set bed temperature
|
||||
M140 S57; Set bed temperature
|
||||
G28 ; Home all axes
|
||||
G1 Z5 F200 ; lift nozzle
|
||||
G1 X2 Y50 F2000; Go to wait for warm position
|
||||
M116; Wait for all temperatures
|
||||
G10 P0 S205 R0 ; Set extruder temperature
|
||||
T0; Select extruder
|
||||
G10 P1 S200 R0 ; Set extruder temperature
|
||||
T1; Select extruder
|
||||
M116; Wait for all temperatures
|
||||
G1 F1800.000 E-1.00000
|
||||
G1 X83.486 Y74.398
|
||||
|
|
Reference in a new issue