Ok, thanks. I'll give it try.

Latest posts made by mbunjes
-
RE: DWC Layer chart stuck at layer 1
No, I have Cura 4.7.1 but no other slicers.
Could it be something in the start or end codes ? -
DWC Layer chart stuck at layer 1
Hi,
While printing a simple cube I noticed the layer chart doesn't do anything, it remains at layer 1. Also the text above the layer chart doesn't update layers, only percentage print time.
RRF 3.1.1 , DWC 3.1.1Is this a bug or is there a setting I'm unaware of ?
-
RE: Motors not working as they should
@dc42 That's something to remember. The new black flags work perfectly though.
-
RE: Motors not working as they should
Didn't have this problem with the SKR board that used to be in this printer. The new flags will be ready in 30 miniutes.
Thanks again. -
RE: Motors not working as they should
They are yellow but not transparent.
I'm printing them in black as we speak. -
RE: Motors not working as they should
I think I found something. I noticed the LEDS on the optical endstops only dim but do not entirely extinguish when the axis hits the endstop. When I use a black piece of plastic to interrupt the switch the light extinguishes. When homed (by hand) M119 only reports the X endstop as triggered, not the Y axis. Could it be the PETG triggers on the printer are not thick enough to trigger the Y endstop and just enough to trigger the X ?
-
RE: Motors not working as they should
; homeall.g
; called to home all axes
;
; generated by RepRapFirmware Configuration Tool v3.1.4 on Sat Oct 17 2020 16:33:25 GMT+0200 (Central European Summer Time)
G91 ; relative positioning
G1 H2 Z5 F12000 ; lift Z relative to current position
G1 H1 X365 Y385 F1800 ; move quickly to X or Y endstop and stop there (first pass)
G1 H1 X365 ; home X axis
G1 H1 Y385 ; home Y axis
G1 X-5 Y-5 F12000 ; go back a few mm
G1 H1 X365 F360 ; move slowly to X axis endstop once more (second pass)
G1 H1 Y385 ; then move slowly to Y axis endstop
G90 ; absolute positioning
G1 X-19 Y15 F12000 ; go to first bed probe point and home Z
G30 ; home Z by probing the bed; Uncomment the following lines to lift Z after probing
;G91 ; relative positioning
;G1 Z5 F200 ; lift Z relative to current position
;G90 ; absolute positioning; homex.g
; called to home the X axis
;
; generated by RepRapFirmware Configuration Tool v3.1.4 on Sat Oct 17 2020 16:33:25 GMT+0200 (Central European Summer Time)
G91 ; relative positioning
G1 H2 Z5 F12000 ; lift Z relative to current position
G1 H1 X365 F1800 ; move quickly to X axis endstop and stop there (first pass)
G1 X-5 F12000 ; go back a few mm
G1 H1 X365 F360 ; move slowly to X axis endstop once more (second pass)
G1 H2 Z-5 F12000 ; lower Z again
G90 ; absolute positioning; homey.g
; called to home the Y axis
;
; generated by RepRapFirmware Configuration Tool v3.1.4 on Sat Oct 17 2020 16:33:25 GMT+0200 (Central European Summer Time)
G91 ; relative positioning
G1 H2 Z5 F12000 ; lift Z relative to current position
G1 H1 Y385 F1800 ; move quickly to Y axis endstop and stop there (first pass)
G1 Y-5 F12000 ; go back a few mm
G1 H1 Y385 F360 ; move slowly to Y axis endstop once more (second pass)
G1 H2 Z-5 F12000 ; lower Z again
G90 ; absolute positioning; homez.g
; called to home the Z axis
;
; generated by RepRapFirmware Configuration Tool v3.1.4 on Sat Oct 17 2020 16:33:25 GMT+0200 (Central European Summer Time)
G91 ; relative positioning
G1 H2 Z5 F12000 ; lift Z relative to current position
G90 ; absolute positioning
G1 X-19 Y15 F12000 ; go to first probe point
G30 ; home Z by probing the bed; Uncomment the following lines to lift Z after probing
;G91 ; relative positioning
;G1 Z5 F200 ; lift Z relative to current position
;G90 ; absolute positioning