User manual

114
Nachfolgend finden Sie einen G-Code, der die LED-Beleuchtung steuert. Dieser kann z.B. in den Startcode oder Endcode einge-
bunden werden. Es können auch nur Teile davon verwendet werden. Im Kommentar (nach dem ;) steht, was der Code bewirkt.
Die RGB-Steuerung muss dazu im Menü „Quicksettings“ auf „Manual“ gestellt werden.
M3308 P0 ; switch the lights o
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 color to 255
M3307 P2 S0 ; set the green component of the manual color to 0
M3307 P3 S0 ; set the blue component of the manual color to 0
M3308 P3 ; switch to the manual color (= red)
G4 S10 ; wait 10 seconds
M3307 P2 S255 ; set the green component of the manual color to 255
G4 S10 ; wait 10 seconds
M3307 P1 S0; set the red component of the manual color to 0
G4 S10 ; wait 10 seconds
M3307 P3 S255 ; set the blue component of the manual color to 255
G4 S10 ; wait 10 seconds
M3307 P2 S0 ; set the green component of the manual color to 0
G4 S10 ; wait 10 seconds
M3307 P1 S255 ; set the red component of the manual color to 255
G4 S10 ; wait 10 seconds
M3307 P3 S0 ; set the blue component of the manual color to 0
G4 S10 ; wait 10 seconds
M3308 P2 ; switch the lights to automatic
G4 S10 ; wait 10 seconds
(1) Einstellung des Düsendurchmessers
(2) Einstellungen zum Filament-Rückzug, wenn der Extruder während des Drucks an eine andere Stelle des Druckobjekts fährt.
Würde hierbei das Filament nicht zurückgezogen, käme es zu Tropfen- bzw. Fadenbildungen, die die Druckqualität negativ
beeinflussen.
1
2