megamoonman
About
- Username
- megamoonman
- Joined
- Visits
- 43
- Last Active
- Roles
- Member
Comments
-
Updated firmware and redid extruder heater wiring, decoupling problems are gone (for now).
-
I am using bang bang for the bed, that could explain that. I'm thinking I may have a loose heater connection for the extruder, I still need to do more testing. Sounds like I should update the firmware in any case.
-
Got it sorted out, thanks for the help! It all came down to my startup gcodes. I tried multiple settings, what finally worked was storing the leveling with G32 S2 and then running G32 S0 before each print. The G32 S0 was the key I was missing. I don…
-
1. I used the .91 config tool. I'll try .92. 2. I used to use G29 in marlin until this firmware, not used to all the new features. I never knew I could save leveling values to eeprom. Definitely something to check out. 3. I'll try G32 S2 then G28. …
-
Could it have something to do with setting z to back off 1mm after hitting home? X and Y are set to do that by default, and I set Z to do it too since I was having issues with the probe at first.
-
Here is the beginning portion of the log right when I start the print with everything up to temp. This is with the z offset in host/slic3r set to -3.5 and it prints fine. Before this I tried adding G1 Z0 which had no effect, I also tried G1 Z-3 whic…
-
Physically increasing z probe height is a problem since it triggers right when the extruder is at the perfect print height - if I do increase it 3mm the extruder will crash into the bed. I will get a log soon.
-
Not sure what you mean by my log of the process. I use G28 and then G32 commands in the first part of the print's gcode to do the autoleveling, and Z moves up and down in the layer as it should so it is working - I guess you call that rotation corre…