![Renkforce RF2000 v2 BSS Operating Instructions Manual Download Page 71](http://html1.mh-extra.com/html/renkforce/rf2000-v2-bss/rf2000-v2-bss_operating-instructions-manual_1441509071.webp)
71
(1) The starting code contains the first commands that the 3D printer performs. Here, e.g. a Z-compensation can be started.
The Z-compensation command then could be the following:
M3006 S-100 (-100 are 100 µm or 0.1 mm in this case)
If the value is prefixed with a - , the distance between the nozzle and heat bed reduces. A + will increase it.
(2) The end code will be performed at the end of the print and could contain, e.g. the run into a removal position for the printed object.
Detailed information on the G-Codes can be found, e.g., in
http://reprap.org/wiki/G-code
.
Find a G-code below that controls the LED lighting. It can be integrated, e.g., into the start code or the end code. You can also use only parts
of this. The comment (after the ;) says what the code does.
The RGB control must be set to "
Manual
" in the "
Quick Settings
" menu for this.
M3308 P0; switch the lights off
G4 S5; wait 5 seconds
M3308 P1; switch the lights to white
G4 S5; wait 5 seconds
M3307 P1 S255; set the red component of the manual colour to 255
M3307 P2 S0; set the green component of the manual colour to 0
M3307 P3 S0; set the blue component of the manual colour to 0
M3308 P3; switch to the manual colour (= red)
G4 S10; wait 10 seconds
M3307 P2 S255; set the green component of the manual colour to 255
G4 S10; wait 10 seconds
M3307 P1 S0; set the red component of the manual colour to 0
G4 S10; wait 10 seconds
M3307 P3 S255 ; set the blue component of the manual colour to 255
G4 S10; wait 10 seconds
M3307 P2 S0; set the green component of the manual colour to 0
G4 S10; wait 10 seconds
M3307 P1 S255; set the red component of the manual colour to 255
G4 S10; wait 10 seconds
M3307 P3 S0; set the blue component of the manual colour to 0
G4 S10; wait 10 seconds
M3308 P2; switch the lights to automatic
G4 S10; wait 10 seconds
2
1