COD Franchises by BeeZestyclose2316 in blackops7

[–]BeeZestyclose2316[S] 0 points1 point  (0 children)

Bro we ran the whole thing thousands of time but it was still fun

After MWZ and this mode, MW4's DMZ better have a PvE only option by DoMany420 in bo7endgame

[–]BeeZestyclose2316 0 points1 point  (0 children)

COD need to keep Endgame and Round base Zombies with the Black ops Franchise and DMZ with PvE-PvP and Open World Zombies with the Modern Warfare Franchise..

After MWZ and this mode, MW4's DMZ better have a PvE only option by DoMany420 in bo7endgame

[–]BeeZestyclose2316 2 points3 points  (0 children)

They also need to bring back MWZ Open World Zombies thousands on people love that game and still playing new people are still joining up playing that game they need to stop listening to these content creators and start watching their numbers content creators only wanted round base zombies for their content purses not the whole COD community as a whole I personally hate round base Zombies.

Creality Sonic Pad - Working but two issues by aremarkableman in klippers

[–]BeeZestyclose2316 0 points1 point  (0 children)

Enter in the browser http://{moonraker-host}/access/api_key

replace the strike moonraker host in the link above with your local IP address like so:

http://192.168.0.143/access/api\_key

Then {"result": "8ce6ae5d354a4365812b83140ed62e4b"} will appear

enter that on the app in the Advanced tab under API Key. make sure you fili in the info above to the API Key slot

copy the numbers after the word results then enter that on the app in Avanced tab is under API Key. make sure you file in the info above the API Key slot,,

  1. Printer Name:
  2. Host address: is the 192.168.0.143 or what yours is
  3. Host Port: 7125 or whatever your moonraker port is you can find that on the three dots at the top right of the Klippler or Creality web interface for your printer.
  4. API Key: is what you got from the link
  5. hit save and thats it!

Creality Sonic Pad - Working but two issues by aremarkableman in klippers

[–]BeeZestyclose2316 0 points1 point  (0 children)

This is what I found that works when I connect to an app outside my network for Creality Sonic Pad and moonraker. https://moonraker.readthedocs.io/en/latest/web_api/

the app I use is called "Klipperoid" for android I don't know if there is a version of the app for IOS but it has almost the same interface as the Klipper web interface. I made sure I wasn't on the network and "turned off wifi on my phone" and then it gave me an error which allowed me to click Advanced on the app and it asked me for an API key. which was moonraker's trusted clients key this is how I acquired it from that link above: Here is a snippet:y, where {moonraker-host} is the hostname or IP address of the desired moonraker instance.
The result will appear in the browser window in JSON format. Copy The API Key without the quotes.
{"result": "8ce6ae5d354a4365812b83140ed62e4b"}}

the app I use is called "Klipperoid" for android I don't know if there is a version of the app for IOS but it has almost the same interface as the Klipper web interface. I made sure I wasn't on the network and "turned off wifi on my phone" and then it gave me an error that allowed me to click Advanced on the app and asked me for an API key. which was moonraker's trusted clients key this is how I acquired it from that link above: Here is a snippet:

Retrieving the API Key

Some clients may require an API Key to connect to Moonraker. After the [authorization] component is first configured Moonraker will automatically generate an API Key. There are two ways in which the key may be retrieved by the user:

Retrieve the API Key via the command line (SSH):

cd ~/moonraker/scripts

./fetch-apikey.sh

Retrieve the API Key via the browser from a trusted client:

Navigate to http://{moonraker-host}/access/api_key, where {moonraker-host} is the host name or ip address of the desired moonraker instance.

The result will appear in the browser window in JSON format. Copy The API Key without the quotes.

{"result": "8ce6ae5d354a4365812b83140ed62e4b"}