Page 1 of 1

Max v2 HE280 upgraded - bed leveling gcode?

Posted: Thu Mar 14, 2019 2:43 pm
by lmorgan3d
Somehow, I lost my gcode file that was used to level/calibrate the print bed. It has been a while and I am not certain of which file I used before, it probed the leveling points and update the machine by just loading the gcode file and running it.

Rostock Max V2 with HE280 upgrate with 92.2 firmware.

Thanks for the hellp ..Lynn..

Re: Max v2 HE280 upgraded - bed leveling gcode?

Posted: Fri Mar 15, 2019 8:36 am
by geneb
With the HE280, you only need to do a G29 for a basic leveling, and then you can go here: https://www.seemecnc.com/pages/delta-calibration-wizard to finish the process.

If you're using OctoPrint, you can use my plugin to do that automatically. You can get that here: https://github.com/geneb/OctoPrint-Delta-Calibration - it's based on the same code that dc42 wrote for his browser-based calibration tool.

g.

Re: Max v2 HE280 upgraded - bed leveling gcode?

Posted: Fri Mar 15, 2019 9:34 am
by lmorgan3d
Thanks for the help!

I did find this in the V3 thread which appears to have a little more to it. Is it better, will it work with V2 upgraded for leveling?

; Rostock Max v2/v3 Delta Auotcalibration Script
G69 S2 ;Endstop Calibration
M117 ENDSTOPS CALIBRATED
G68 ;Horizontal Radius Calibration
M117 HORIZONTAL RADIUS CALIBRATED
G30 S2 ;Z height calibration
M117 Z Height Calibrated
M500 ;Save values to EEPROM
G4 S2
M117 SAVING CALIBRATION

..Lynn..

Re: Max v2 HE280 upgraded - bed leveling gcode?

Posted: Sat Mar 16, 2019 10:17 pm
by geneb
If you have an HE280 equipped v2, the only thing you need to do is run the calibration from the front panel. I've never used any kind of script like the one you show.

g.

Re: Max v2 HE280 upgraded - bed leveling gcode?

Posted: Mon Mar 18, 2019 9:31 am
by lmorgan3d
The Rostock Max v1/v2 HE280 Hotend Upgrade instructions (at the end) point to a video: "Calibration your new/old Printer".
In the video, it runs v3probing.gcode, which is narrated identifying platform tilt by 3 points, horizontal radius, max z height sections of the code.

Your first response talked about doing a G29 basic leveling (which I thinks is above), and then running the wizard for a 10 point bed calibration.

Do I have this correct? ..Lynn..

Re: Max v2 HE280 upgraded - bed leveling gcode?

Posted: Tue Mar 19, 2019 11:51 am
by geneb
Ah, ok. The v3probing.gcode is incorporated into the firmware now. You just need to run the "Full Calibration" off the Advanced menu. After that finishes you can do the 10 point calibration if you need to.

g.

Re: Max v2 HE280 upgraded - bed leveling gcode?

Posted: Tue Mar 19, 2019 6:21 pm
by lmorgan3d
Many thanks for the help!!
..Lynn..

Re: Max v2 HE280 upgraded - bed leveling gcode?

Posted: Wed Mar 20, 2019 8:21 am
by geneb
You're welcome!

g.