Created
July 12, 2026 13:52
-
-
Save tibordp/3387accbc3cc2953e433ea99b3cd03eb to your computer and use it in GitHub Desktop.
Prusa MK4 machine profile for Kurvengefahr
This file contains hidden or 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
| { | |
| "kind": "kurvengefahr/profiles", | |
| "schemaVersion": 3, | |
| "profiles": [ | |
| { | |
| "id": "587592d9-8ad6-4eda-a317-4ade19a4371b", | |
| "name": "Prusa MK4", | |
| "kind": "prusa", | |
| "bed": { | |
| "width": 250, | |
| "height": 210 | |
| }, | |
| "origin": "bottom-left", | |
| "feeds": { | |
| "travel": 9000, | |
| "draw": 3000 | |
| }, | |
| "penZ": { | |
| "up": 4, | |
| "down": 0, | |
| "downLight": 2 | |
| }, | |
| "penOffset": { | |
| "x": 49, | |
| "y": -6, | |
| "z": 0 | |
| }, | |
| "pens": [ | |
| { | |
| "id": 0, | |
| "name": "Pen 1", | |
| "color": "#1a1a1a" | |
| } | |
| ], | |
| "preamble": "M862.6 P \"Input shaper\" ; FW feature check\nG21 ; mm\nG90 ; absolute\nG28 ; home", | |
| "postamble": "G0 Z30 ; pen clear\nG0 X0 Y0 ; park\nM84 ; motors off", | |
| "pause": "G4 P500\nM0 {message}", | |
| "units": "mm" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment