Jump to content

My1

Member
  • Posts

    6
  • Joined

  • Last visited

Everything posted by My1

  1. Oh I wasnt aware that you have saved the settings in another menu, now the homer actually sees the offsets
  2. at least whenever I told the printer to autohome it automatically set the coords it arrived to zero rather than knowing the offsets
  3. yes I am aware of the LCD command for home and offsets, however in the G-Code there is due to the machine settings (even the default) a G28 (auto home) already and as far as I am aware that also resets any custom home offsets you have made.
  4. the custom G code that was in at the beginning already has an auto home in so if I set a custom home before the print that would be removed. the purge line currently is pretty useful as I dont have room for a skirt on the model I am currently trying. also regarding disallowed areas, it's an ender-3 not a pro as far as I can see. also 5mm in on both might be a little tight. I measured out the XY print size and start coords with the printer itself before already which is where I got my G92 values from as well as the 226x214 for max print size
  5. regarding the Z move the clips are not exactly in the corners so that is not a worry. also I have been feeding the printer the first attempt's commands manually in the monitor section before sending out the moves for when I need to position bed leveling already so it seems weird. but I'll try capitalizing it all. (also kinda frustrating when you extrude the wall sections of inner holes first before doing the part that actually matters, which takes time and filament) here's a bad mspaint image of the way it should be forgot to label then but the clips are orange, so they generally arent in the way as long as the offset works
  6. Hello I have a little issue with Cura and the Ender-3. the Auto-Home Position is outside the print bed and beyond that there are clips on 2 sides of the bed holding it in place meaning there needs to be an offset for proper printing when you need larger models. I have read this can be done with custom G-Code and yet that doesnt seem to work in 2 attempts so far: Attempt 1: at the G28 auto-home I added a G92 to set the position so it knows it's out of bounds G28 ; Home all axes g92 X-4 Y-16 Z0; custom offset Attempt 2: in the off chance it doesnt like negative values for G92 I tried this where I moved it to the Zero-Point I use and looking at the printer the initial command seems to work G28 ; Home all axes G1 X4 Y16; move to zero g92 X0 Y0; custom offset G1 X-4 Y-16; move back to edge to make the preparation line from the default custom code however in both cases it goes right to the y-edge of the bed and rams into these clips which is obviously what I want to avoid considering the offsets I made. is there something in the G-code that I might have missed that makes the coordinates not work? the only G92s I can find are Extruder resets and the custom I added and there is also no other G28 to auto-home and I am kinda not sure what I can try to get that working.
×
×
  • Create New...