Rambo 1.4 Marlin Dual Endstop Repetier Host

Currently using Windows 10 on my laptop on a V1 Engineering MPCNC with Marlin Dual Endstop Firmware on my Rambo1.4. The following is the log of the Repetier Host connecting to the board and having 2, 10 step X, Y manual motor control moves being implemented. Thus far the mpcnc motors aren't moving like they used to. How could I diagnose the motor problem with commands in Repetier?

15:04:36.417 : Printer reset detected - initializing
15:04:36.417 : start
15:04:36.417 : echo:Marlin 412 bugfix-2.0.x
15:04:36.417 : echo: Last Updated: 2019-10-02 | Author: (V1 Engineering, Ryan, 412)
15:04:36.417 : echo:Compiled: Oct 11 2019
15:04:36.417 : echo: Free Memory: 3472  PlannerBufferBytes: 1488
15:04:36.589 : N1 M110*34
15:04:36.589 : N2 M115*36
15:04:36.589 : N3 M105*36
15:04:36.589 : N4 M114*35
15:04:36.621 : N5 M111 S6*98
15:04:36.621 : N6 T0*60
15:04:36.621 : N7 M20*22
15:04:36.621 : N8 M80*19
15:04:36.621 : N9 M105*46
15:04:39.656 : N10 M105*22
15:04:44.143 : echo:SD init fail
15:04:44.143 : echo:Hardcoded Default Settings Loaded
15:04:44.159 : echo:  G21    ; Units in mm (mm)
15:04:44.159 : echo:  M149 C ; Units in Celsius
15:04:44.159 : echo:Filament settings: Disabled
15:04:44.159 : echo:  M200 D3.00
15:04:44.159 : echo:  M200 D0
15:04:44.159 : echo:Steps per unit:
15:04:44.159 : echo: M92 X100.00 Y100.00 Z400.00 E100.00
15:04:44.159 : echo:Maximum feedrates (units/s):
15:04:44.159 : echo:  M203 X120.00 Y120.00 Z30.00 E25.00
15:04:44.159 : echo:Maximum Acceleration (units/s2):
15:04:44.159 : echo:  M201 X400.00 Y400.00 Z100.00 E2000.00
15:04:44.175 : echo:Acceleration (units/s2): P<print_accel> R<retract_accel> T<travel_accel>
15:04:44.175 : echo:  M204 P400.00 R3000.00 T400.00
15:04:44.175 : echo:Advanced: B<min_segment_time_us> S<min_feedrate> T<min_travel_feedrate> J<junc_dev>
15:04:44.175 : echo:  M205 B20000.00 S0.00 T0.00 J0.01
15:04:44.175 : echo:Home offset:
15:04:44.175 : echo:  M206 X0.00 Y0.00 Z0.00
15:04:44.175 : echo:Endstop adjustment:
15:04:44.175 : echo:  M666 X0.00 Y0.00
15:04:44.190 : echo:Material heatup parameters:
15:04:44.190 : echo:  M145 S0 H196 B92 F0
15:04:44.190 : echo:  M145 S1 H240 B110 F0
15:04:44.190 : echo:PID settings:
15:04:44.190 : echo:  M301 P17.98 I0.98 D83.62
15:04:44.440 : N11 M105*23
15:04:44.440 : FIRMWARE_NAME:Marlin 412 bugfix-2.0.x (Github) SOURCE_CODE_URL:https://github.com/MarlinFirmware/Marlin PROTOCOL_VERSION:1.0 MACHINE_TYPE:V1 E CNC EXTRUDER_COUNT:1 UUID:cede2a2f-41a2-4748-9b12-c55c62f367ff
15:04:44.440 : Cap:SERIAL_XON_XOFF:0
15:04:44.456 : Cap:BINARY_FILE_TRANSFER:0
15:04:44.456 : Cap:EEPROM:0
15:04:44.456 : Cap:VOLUMETRIC:1
15:04:44.456 : Cap:AUTOREPORT_TEMP:1
15:04:44.456 : Cap:PROGRESS:0
15:04:44.456 : Cap:PRINT_JOB:1
15:04:44.456 : Cap:AUTOLEVEL:0
15:04:44.456 : Cap:Z_PROBE:0
15:04:44.456 : Cap:LEVELING_DATA:0
15:04:44.456 : Cap:BUILD_PERCENT:0
15:04:44.456 : Cap:SOFTWARE_POWER:0
15:04:44.456 : Cap:TOGGLE_LIGHTS:0
15:04:44.456 : Cap:CASE_LIGHT_BRIGHTNESS:0
15:04:44.456 : Cap:EMERGENCY_PARSER:0
15:04:44.456 : Cap:PROMPT_SUPPORT:0
15:04:44.456 : Cap:AUTOREPORT_SD_STATUS:0
15:04:44.456 : Cap:THERMAL_PROTECTION:1
15:04:44.456 : Cap:MOTION_MODES:1
15:04:44.456 : Cap:CHAMBER_TEMPERATURE:0
15:04:44.472 : N12 M220 S100*82
15:04:44.472 : X:0.00 Y:0.00 Z:0.00 E:0.00 Count X:0 Y:0 Z:0
15:04:44.472 : echo:DEBUG:INFO,ERRORS
15:04:44.472 : N13 M221 S100*82
15:04:44.472 : Begin file list
15:04:44.472 : N14 M111 S6*82
15:04:44.472 : N15 T0*14
15:04:44.472 : End file list
15:04:44.472 : echo:Unknown command: "M80"
15:04:44.472 : N16 M155 S1*87
15:04:44.487 : echo:DEBUG:INFO,ERRORS
15:04:52.874 : N17 G1 X10 F2100*2
15:04:59.580 : N18 G1 Y10 F2100*12

Comments

  • Does not depend on repetier. You can send any command - they are implemented in Marlin not in Host. But Marlin is not our product so can not say how to debug motors in marlin. That is more a marlin question.
Sign In or Register to comment.