I am trying to understand where I mount the switch and how I am suppose to use it. The instructions say, "2) Attach switch mount to printer - this needs to be in a location that gcode can press it." But I am not sure what that means. I am new to 3D Printing.
top of page
bottom of page
Did you change your bed size, I seem to have an issue with printhead smacking into, and moving, the limit switch. I installed in the back right corner, with the supplied stl k1 adapter.
I just got my K1 Max working with 3DChameleon actually. I put my switch on the back right corner, using the screw hole from the motor mount. That printables link Bill sent has the mount file. This is what my coordinates look like for moving to the postion to press the button: (yours might be slightly different)
G0 X284 Y293 F4000 ; <<----- EDIT THIS LINE TO SET THE INITIAL LOCATION OF THE BUTTON
Once you get it installed home your printer's X and Y, then move the extruder to x284. Then move it back on y to y290 and incrementally move it back 1mm until you hear the button click. The subtract 3 from that value and it's your button start position on Y. Mine presses at Y296 so I use Y293, for example.
You need to change the values inside the custom gcode for Start, End and Tool-Change. The values in the K1 profile are not right for the Max. In Start change where it says "wait for 27 seconds" to whatever value you need for loading the first color. Might also have to change the E value of the extruder loading directly below it too. In End just change the G4 command near the bottom right after 'continue to back out of the extruder' command. Make this number how long it takes to back out to the y adapter, in miliseconds. In Tool-Change change the G4 wait commands for unloading and loading in miliseconds, based on the timing of your setup.
Just follow the step by step guide for the K1 on the Printables page for the K1.
https://www.printables.com/model/653583-3dchameleon-mk3-installation-for-the-creality-k1-a
Bill