Search found 2 matches

by jimg
Wed Oct 28, 2020 12:03 am
Forum: Geeetech A30 Series
Topic: How to calibrate A30 extruder using OctoPrint?
Replies: 1
Views: 3891

Re: How to calibrate A30 extruder using OctoPrint?

I think I have found the answer.

Looking through the firmware source code on Github ( https://github.com/Geeetech3D/Smartto-IAR/blob/master/src/User/Command.c ), the command 'M503' is not supported. But, the custom command 'M2002' will print the current settings for all the motors. This is what I ...
by jimg
Tue Oct 27, 2020 12:08 am
Forum: Geeetech A30 Series
Topic: How to calibrate A30 extruder using OctoPrint?
Replies: 1
Views: 3891

How to calibrate A30 extruder using OctoPrint?

I replaced the standard extruder on my a30 with a dual-drive all-aluminum feeder, and now I need to recalibrate the firmware extruder settings since the drive gear is a different diameter.

I am using the OctoPrint terminal interface to send gcode commands to the printer. ( I use Linux and don't ...