Mac's Homex.g file
-
This post is deleted! -
I'm not sure of the point of this post, or even if it's a question, but it would make easier reading (for this and all future posts showing code) if you posted it within the </> parameters, like this:
; homex.g ; called to home the X axis ; ; generated by RepRapFirmware Configuration Tool v3.3.10 on Wed Jun 22 2022 11:57:17 GMT-0700 (PDT) G91 ; relative positioning G1 H2 Z5 F6000 ; lift Z relative to current position G1 H1 X-225 F1800 ; move quickly to X axis endstop and stop there (first pass) G1 H2 X5 F6000 ; go back a few mm G1 H1 X-225 F360 ; move slowly to X axis endstop once more (second pass) G1 H2 Z-5 F6000 ; lower Z again G90 ; absolute positioning
To do so, highlight the pasted text and click the </> in the menu bar just above the Compose window....
-
@nightowl thanks for explaining how to do that.
-
@mac
Happy to help. -
@nightowl I created a new config and homex for an Ender 3 with my board in it. From a config and a related article about putting a Duet 3D Mini 5+ in a real Ender 3. What I posted is gone.