have calibrated my extruder here are my numbers.
- 311.82
- 336.82
- 306.82
- 339.82
- 281.82
they all seem inconsistent to me
have calibrated my extruder here are my numbers.
they all seem inconsistent to me
Example shows an ender 3 i do not own an ender 3
recommended steps per mm for PetG as that is currently the roll of filament i have on the printer
the Sd card from the duet 2 wifi board cause i do not have one for the panel
Failed to load filaments
Directory 0:/filaments not found
i was trying to setup a filaments list for PLA, ABS, PetG
Should i change my "Z" endstop from x2 to x1 cause current tool postition read (x230, y210, z0) i think it should be 200 or 195
when i changed it from x1 to x2 motor direction went in opposite direction so i changed it back to x1
X is at the Right, y is at the Left rear corner
they will work only if i press the plus side of the controls then press the negative side
https://drive.google.com/open?id=1E9Nnj0lRRrosyiqkRENvNrMgNKRmSi7d
https://drive.google.com/open?id=1E9ZpqFKI_MspoPvdRPRjLaykGRvhTB9-
I would use the jog controls for filament load and unload as well as jams or clogging
Got it to home correctly still cannot use jog controls for fine movement
No i cannot send commands from console or paneldue
Machine movement controls not responsive i click on the fine movement tabs and it does noting machine is in idle
Would i be all good to load filament and try a test print
That worked: Nice soft Stop at my endstop and adjusted my height down to 200mm was set at 205mm would it be better to just remove the Z movement from X and Y also
Had to issue M84 and manually lower my bed to test trigger my z endstop status states NO when not hit then turns to YES when Hit
; homey.g
; called to home the Y axis
;
; generated by RepRapFirmware Configuration Tool v2.1.8 on Thu Feb 20 2020 15:06:37 GMT-0800 (Pacific Standard Time)
G91 ; relative positioning
G1 H2 Z5 F6000 ; lift Z relative to current position
G1 H1 Y215 F1800 ; move quickly to Y axis endstop and stop there (first pass)
G1 H2 Y-5 F6000 ; go back a few mm
G1 H1 Y215 F360 ; move slowly to Y axis endstop once more (second pass)
G1 H2 Z-5 F6000 ; lower Z again
G90 ; absolute positioning; homex.g
; called to home the X axis
;
; generated by RepRapFirmware Configuration Tool v2.1.8 on Thu Feb 20 2020 15:06:37 GMT-0800 (Pacific Standard Time)
G91 ; relative positioning
G1 H2 Z5 F6000 ; lift Z relative to current position
G1 H1 X235 F1800 ; move quickly to X axis endstop and stop there (first pass)
G1 H2 X5 F6000 ; go back a few mm
G1 H1 X235 F360 ; move slowly to X axis endstop once more (second pass)
G1 H2 Z-5 F6000 ; lower Z again
G90 ; absolute positioning
; homez.g
; called to home the Z axis
;
; generated by RepRapFirmware Configuration Tool v2.1.8 on Thu Feb 20 2020 15:06:37 GMT-0800 (Pacific Standard Time)
G91 ; relative positioning
G1 H2 Z5 F6000 ; lift Z relative to current position
G1 H1 Z205 F1800 ; move Z up until the endstop is triggered
G92 Z0 ; set Z position to axis minimum (you may want to adjust this)
; Uncomment the following lines to lift Z after probing
;G91 ; relative positioning
;G1 Z5 F100 ; lift Z relative to current position
;G90 ; absolute positioning
Z axis goes a few mm beyond my Z Endstop which forces my endstop to slightly be tilited up
https://drive.google.com/open?id=1E3CcR-HoAqUtBcpq_rlf7GUoT6-3kfUs
https://drive.google.com/open?id=1DyAeQrRzdj33uJVOVafkc-4hT0_O2bQ1