M550
command located in this file. The M550
command sets the machine name, this command syntax requires a P parameter before the machine name. Therefore, if you wanted to name your printer unicorn you would type M550 Punicorn
. Change the printer name to something you prefer, remember this name as you will use it to connect to your printer. By default the machine name is promega
.M552
command in the machine_access.g file. The M552
command sets your IP address and enables or disables the network. In order to set your network setting to DHCP, the following command should be entered: M552 P0.0.0.0 S1
. The P parameter allows you to define an IP address, entering P0.0.0.0
enables DHCP. The S parameter enables (S1
) or disables (S0
) network, because you are setting up your network you should set the parameter to S1
.M552
command is commented out!M552
command. This command sets your IP address and enables or disables the network. In order to set your network setting with a static IP the following command should be entered: M552 Pnnn S1
. Where nnn
is your preferred IP address. Your IP address depends on your local network. It could be in the form of (192.168.1.216 or 10.0.0.216). The S parameter enables (S1
) or disables (S0
) network, because you are setting up your network, and want it enabled, you should set the parameter toS1
.
b. Choose an IP address on your network that is free. Typically "higher" IP addresses will work, such as 192.168.1.216
instead of 192.168.1.11
. It is best to log-in to your router in order to check which IP addresses are free.
c.. Ensure that the other M552
command is commented out!192.168.1.112
in your browser tab.ipconfig
. (Open a command prompt by pressing Windows Key + R, type cmd and press Enter). This will print your network settings and status, look for the "IPv4 Address" number. That number represents an internal IP address on your network. Of course this IP address is occupied by your computer and therefore not a valid IP address for your Promega! unicorn/
, if you named your printer "unicorn" (nothing wrong with that!). 192.168.1.216
. M550
command. By default the Promega will be called Promega with M550 PPromega
, so you will have to open machine_access.g and change the M550
.M552
command. The machine name does not have to be unique.G30
, G32
or G29
) is extremely important and can prevent crashes. When the Z-probe is not toggled the value should rest near 0.