Skip to content

Instantly share code, notes, and snippets.

View oliof's full-sized avatar

Harald Wagener oliof

View GitHub Profile
@oliof
oliof / config.diff
Created May 12, 2020 19:43
Config.diff
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
@oliof
oliof / pronterface.log
Created May 12, 2020 19:47
pronterface log
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
@oliof
oliof / g30_probe_failed.log
Created May 13, 2020 07:56
g30 probe failed log
//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
@oliof
oliof / config.g
Created June 13, 2020 15:35
v-core pro config.g
; 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
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
@oliof
oliof / homez.g
Created June 20, 2020 23:45
homez
; 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
@oliof
oliof / homex.g
Last active October 3, 2020 08:43
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
=== 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 ===
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 }