View M122 P200
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
M122 P200 | |
=== Diagnostics === | |
RepRapFirmware for STM32F4 based Boards version 3.3RC3_2 running on STM32F4 | |
== Configurable Board.txt Settings == | |
board = biquskr_rrf_e3_1.1 Signature 0xb173b733 | |
leds.diagnostic = E.2 | |
stepper.powerEnablePin = NoPin | |
stepper.enablePins = { D.7 D.3 D.14 D.10 C.13 E.15 NoPin NoPin NoPin NoPin NoPin } |
View M122
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=== Diagnostics === | |
RepRapFirmware for STM32F4 based Boards (biquskr_rrf_e3_1.1) version 3.3RC3_2 (2021-05-30 15:30:06) running on STM32F4 | |
Used output buffers: 3 of 40 (11 max) | |
=== RTOS === | |
Static ram: 22152 | |
Dynamic ram: 62528 of which 36 recycled | |
Never used RAM 45328, free system stack 193 words | |
Tasks: NETWORK(ready,8.8%,266) HEAT(delaying,0.0%,343) Move(notifyWait,0.0%,333) MAIN(running,89.1%,459) IDLE(ready,2.1%,30), total 100.0% | |
Owned mutexes: WiFi(NETWORK) | |
=== Platform === |
View homex.g
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
M400 ; clear gcode buffer | |
M913 X30 Y30 ; drop motor currents to 30% | |
M201 X1000 Y1000 ; reduce acceleration on X/Y to stop false triggers | |
M915 P0:1 S2 R0 F0 H400 ; both motors because corexy; Sensitivity 2, don’t take action, don’t filter, 400steps/sec | |
G91 ; set relative | |
G1 Z5 F1200 H2 ; clear the bed | |
G1 H1 X-400 F4000 ; move left 400mm, stopping at the endstop | |
G1 X20 F1200 ; move away from end | |
G1 Z-5 F1200 H2 ; return to previous z position | |
G90 ; back to absolute positioning |
View homez.g
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; homez.g | |
; called to home the Z axis | |
; | |
; generated by RepRapFirmware Configuration Tool v2.1.8 on Fri Jan 31 2020 14:54:14 GMT+0100 (Mitteleuropäische Normalzeit) | |
G91 ; relative positioning | |
G1 H2 Z5 F6000 ; lift Z relative to current position | |
G90 ; absolute positioning | |
G1 X30 Y0 F6000 ; go to first probe point | |
G30 ; home Z by probing the bed |
View gist:53817f9214af0721b61722d8ea6c392c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
M400 ; wait til stuff stops | |
-- homex.g | |
M913 X30 Y30 ; drop motor currents to 30% | |
M201 X1000 Y1000 ; reduce acceleration on X/Y to stop false triggers | |
M915 P0:1 S2 R0 F0 H400; both motors because corexy; Sensitivity 2, don’t take action, don’t filter, 400steps/sec | |
G91 ; set relative | |
G1 Z5 F1200 H2 | |
G1 H1 X-400 F4000 ; move left 250mm, stopping at the endstop | |
G1 X20 F1200; move away from end | |
G1 Z-5 F1200 H2 |
View config.g
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; Configuration file for Duet 3 (firmware version 3) | |
; executed by the firmware on start-up | |
; | |
; generated by RepRapFirmware Configuration Tool v2.1.8 on Fri Jan 31 2020 14:54:13 GMT+0100 (Mitteleuropäische Normalzeit) | |
; General preferences | |
G90 ; send absolute coordinates... | |
M83 ; ...but relative extruder moves | |
M550 P"vcore-pro" ; set printer name |
View g30_probe_failed.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//action:poweroff | |
[ERROR] Can't read from printer (disconnected?) (SerialException): call to ClearCommError failed | |
Disconnected. | |
Connecting... | |
echo:V77 stored settings retrieved (659 bytes; crc 16154) | |
Unified Bed Leveling System v1.01 active | |
Unified Bed Leveling initialized. | |
Mesh loaded from slot 0 | |
Mesh 0 loaded from storage. | |
//action:prompt_end |
View pronterface.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Connecting... | |
Printer is now online. | |
>>>M119 | |
SENDING:M119 | |
Reporting endstop status | |
x_min: open | |
y_min: open | |
z_min: open | |
z_probe: TRIGGERED | |
filament: open |
View config.diff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h | |
index b8d55e1ec6..6bd7c44e4c 100644 | |
--- a/Marlin/Configuration.h | |
+++ b/Marlin/Configuration.h | |
@@ -10,7 +10,7 @@ | |
//#define MachineEnder4 | |
//#define MachineCR20 //Buzzer doesnt work | |
//#define MachineCR20Pro | |
-//#define MachineCR10S | |
+#define MachineCR10S |
View config-override.g
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; config-override.g file generated in response to M500 at 2019-08-18 19:06 | |
; This is a system-generated file - do not edit | |
; Heater model parameters | |
M307 H0 A90.0 C700.0 D10.0 S1.00 V0.0 B0 | |
M307 H1 A340.0 C140.0 D5.5 S1.00 V0.0 B0 | |
M307 H2 A340.0 C140.0 D5.5 S1.00 V0.0 B0 | |
M307 H3 A340.0 C140.0 D5.5 S1.00 V0.0 B0 | |
M307 H4 A340.0 C140.0 D5.5 S1.00 V0.0 B0 | |
M307 H5 A340.0 C140.0 D5.5 S1.00 V0.0 B0 | |
M307 H6 A340.0 C140.0 D5.5 S1.00 V0.0 B0 |
NewerOlder