Unknown command M80 / M 221 s100

hey guys, so recently i started building my primo btw. i am 16 an have not that much knowledge in coding , i am the hardware type :smiley: .
anyways i hooked everything up , flashed the firmware but every time i want to test the cnc nothing happens well here is the whole log when i try to manually move any axis:

21:28:13.830 : echo:busy: processing
21:28:18.330 : echo:busy: processing
21:28:18.330 : Printer reset detected - initializing
21:28:18.330 : echo:start
21:28:18.330 : Marlin 427 2.0.5.3
21:28:18.346 : echo: Last Updated: 2020-06-28 | Author: (V1 Engineering, Ryan, 427)
21:28:18.346 : echo:Compiled: Dec 11 2020
21:28:18.346 : echo: Free Memory: 3473 PlannerBufferBytes: 1488
21:28:18.549 : N1 M11034
21:28:18.549 : N2 M115
36
21:28:18.549 : N3 M10536
21:28:18.549 : N4 M114
35
21:28:18.549 : N5 M111 S698
21:28:18.549 : N6 T0
60
21:28:18.549 : N7 M8028
21:28:24.955 : N8 G1 Y-50 F4800
27
21:28:25.189 : echo:V81 stored settings retrieved (621 bytes; crc 21992)
21:28:25.439 : ok
21:28:25.455 : FIRMWARE_NAME:Marlin 427 2.0.5.3 (Dec 11 2020 18:49:48) PROTOCOL_VERSION:1.0 MACHINE_TYPE:V1 CNC EXTRUDER_COUNT:0 UUID:cede2a2f-41a2-4748-9b12-c55c62f367ff
21:28:25.455 : Cap:SERIAL_XON_XOFF:0
21:28:25.455 : Cap:BINARY_FILE_TRANSFER:0
21:28:25.455 : N9 M220 S100104
21:28:25.455 : Cap:EEPROM:1
21:28:25.455 : Cap:VOLUMETRIC:0
21:28:25.455 : Cap:AUTOREPORT_TEMP:0
21:28:25.455 : Cap:PROGRESS:0
21:28:25.455 : Cap:PRINT_JOB:1
21:28:25.455 : Cap:AUTOLEVEL:0
21:28:25.455 : Cap:Z_PROBE:0
21:28:25.455 : Cap:LEVELING_DATA:0
21:28:25.455 : Cap:BUILD_PERCENT:0
21:28:25.455 : Cap:SOFTWARE_POWER:0
21:28:25.455 : Cap:TOGGLE_LIGHTS:0
21:28:25.470 : Cap:CASE_LIGHT_BRIGHTNESS:0
21:28:25.470 : Cap:EMERGENCY_PARSER:0
21:28:25.470 : Cap:PROMPT_SUPPORT:0
21:28:25.470 : Cap:SDCARD:1
21:28:25.470 : Cap:AUTOREPORT_SD_STATUS:0
21:28:25.470 : Cap:LONG_FILENAME:0
21:28:25.470 : Cap:THERMAL_PROTECTION:1
21:28:25.470 : Cap:MOTION_MODES:1
21:28:25.470 : Cap:ARCS:1
21:28:25.470 : Cap:BABYSTEPPING:0
21:28:25.470 : Cap:CHAMBER_TEMPERATURE:0
21:28:25.470 : ok
21:28:25.470 : N10 M221 S100
81
21:28:25.470 : ok T:0
21:28:25.470 : N11 M111 S687
21:28:25.470 : X:0.00 Y:0.00 Z:0.00 E:0.00 Count X:0 Y:0 Z:0
21:28:25.470 : ok
21:28:25.470 : echo:DEBUG:INFO,ERRORS
21:28:25.470 : ok
21:28:25.470 : ok
21:28:25.470 : echo:Unknown command: “M80”
21:28:25.470 : ok
21:28:25.470 : N12 T0
9
21:28:25.486 : ok
21:28:25.486 : ok
21:28:25.486 : echo:Unknown command: “M221 S100”
21:28:25.486 : ok
21:28:25.486 : echo:DEBUG:INFO,ERRORS
21:28:25.486 : ok
21:28:25.486 : ok

so i have no clue why there is always those 2 unknown commands,
i already flashed different types of firmwares but nothing helps also the lcd and the board looks fine , anyone have a clue what i need to do?

There’s an online reference for the commands that Marlin supports here which I find invaluable in understanding what the GCode is trying to do.

M80/M81 turn the power supply on/off. This is for 3D printers that use a switchable ATX-style power supply. Since this feature is disabled in @vicious1’s firmware it returns the “unknown command” message. You can safely ignore this error.

M221 is attempting to set the flow percentage for an extruder. Once again, safe to ignore if you don’t have an extruder.

It’s clear that Repetier is connecting to the control board, and its reporting you’re running version 427 of the V1 Engineering firmware.

Are you supplying electricity to the motor connections on the board? You don’t say which controller you’re using but most have a power connection for logic and another for the motors. Some boards will run the logic from power supplied by the USB connection, but you need to add the power supply connection in order for the motors to move.

4 Likes

Those errors can safely be ignored.

New firmware has moved to MarlinBuilder releases and should be something like 508.

2 Likes

All right I have the Rambo, and looked again at the connection plan and you were right, I thought the power supply, connected to the b terminal was enough, I just didn’t recognized the c terminal needs another one, so Im going to test if that was the only problem, thanks very much guys

Hell yeah, Problem solved, I thank you guys very freackin much

4 Likes

Im having the same problem now, it was working fine and when i hit print one more time, i started getting the error. I can manually move the router, it triggers it on but it doesn’t move.