TechnoSwiss
TechnoSwiss
What are you using for your G29 command in your starting gcode?
If you haven't already, you'll want to go through Denis Brown's list of printer tune-ups, this script just automates the bed leveling process he walks through with a spreadsheet. I...
I'm not sure if @McSwindler can reply to this or not, they created the autocal script for the Marlin4MPMD firmware, my printer is still running stock firmware so I don't...
@PurpleHullPeas huh, I thought I'd merged that pull request in, but I see that it's sitting there waiting to have something done with it... guess I'm really on top of...
auto_cal.py is my original script, and the auto_cal_v2.py script was contributed by another user. It worked for them, but I had some issues running it on my system (values didn't...
I have one of the original Indie GoGo version of of the delta, and I've actually run into similar issues with v2 of the script myself, and haven't had the...
If you have one of the newer printers, then yes I'd try the auto_cal.py version of the script, and just add the '-s 114.28' option on the command line when...
So if you're currently running it like 'python auto_cal.py -p com3' then you'd want to run it like 'python auto_cal.py -p com3 -s 114.28'
That likely means the format of data coming from the printer on the newer firmware dosen't match what the script is expecting. I just merged in a bunch of changes...
Looks like there was a bug in barryred's code, I think I fixed it, but I don't have the newer firmware to test it with. You'll have to pull the...