Hieronder ziet u een stukje G-code waarmee u de LED-verlichting bestuurt. U kunt deze code desgewenst opnemen in de Start G-code of de
End G-code. U kunt ook delen ervan gebruiken. De tekst achter de ; is commentaar. Hier staat wat de software doet.
De RGB-besturing moet in het menu "Quicksettings" op "Manual" staan.
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 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) Diameter spuitmond instellen
(2) Instellingen voor terugtrekken filament als de extruder tijdens het printen naar een andere plek beweegt. Als het filament daarbij niet wordt
teruggetrokken, kunnen er druppels of draden ontstaan die de printkwaliteit negatief beïnvloeden.
114
1
2