Config.g: How to configure it ?
-
Dear community.
I would like to ask you for some help with the following issue.Setup:
3D printer: Delta "Anycubic plus"
Board: Duet 2 WiFi (2WiFi)
Firmware: RepRapFirmware for Duet 2 WiFi/Ethernet 3.4.0 (2022-03-15)
Duet WiFi Server Version: 1.26Error:
M98 P"config.g"
Error: bad drive number
Error: in file macro line 27: G10: Invalid tool number
Error: in file macro line 28: G10: Invalid tool number
HTTP is enabled on port 80
FTP is disabled
TELNET is disabled
Error: in file macro line 42 column 24: M92: array too long, max length = 0
Error: in file macro line 43 column 19: M350: array too long, max length = 0
Error: in file macro line 44 column 28: M566: array too long, max length = 0
Error: in file macro line 45 column 34: M203: array too long, max length = 0
Error: in file macro line 46 column 25: M201: array too long, max length = 0
Error: in file macro line 47 column 25: M906: array too long, max length = 0
Error: Fan number 2 not foundFile:
config.gThank you in advance.
-
@Serhii At first glance, you are missing a crucial command https://docs.duet3d.com/User_manual/Reference/Gcodes#m584-set-drive-mapping. This should go near the beginning of the config.g file.
At second glance, you haven't set the kinematics https://docs.duet3d.com/User_manual/Reference/Gcodes#m669-set-kinematics-type-and-kinematics-parameters
At third glance, there seem to be other things missing or in the wrong place. suggest you start afresh using the configuration tool https://configtool.reprapfirmware.org/Start
-
@deckingman Thank you for your reply. I managed to get a new configuration.
config.g
It would be great to have a common place to keep configuration for different machines.
I have some question about calibration. Could you suggest another topic or continue here ? -
@Serhii said in Config.g: How to configure it ?:
................. I have some question about calibration. Could you suggest another topic or continue here ?
I suggest you start a new topic.
-
@Serhii, just curious, did you start with the RRF configurator? It should give you a good starting point which you can then tweak manually.
-
@zapta You are right I followed instructions from @deckingman and it worked.
I have shared a new config file in the previous reply. -
-