Created
June 6, 2022 13:53
-
-
Save cretudorin/180d14d1d2c78761cbd9925fd0e1ef99 to your computer and use it in GitHub Desktop.
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
{ | |
"name": "eeprom_backup-20220601-145239", | |
"time": "2022-06-01 14:52:39", | |
"version": 1, | |
"data": { | |
"steps": { | |
"command": "M92", | |
"params": { | |
"X": 80.0, | |
"Y": 80.0, | |
"Z": 400.0, | |
"E": 93.0 | |
} | |
}, | |
"feedrate": { | |
"command": "M203", | |
"params": { | |
"X": 300.0, | |
"Y": 300.0, | |
"Z": 25.0, | |
"E": 25.0 | |
} | |
}, | |
"max_acceleration": { | |
"command": "M201", | |
"params": { | |
"X": 500.0, | |
"Y": 500.0, | |
"Z": 100.0, | |
"E": 1000.0 | |
} | |
}, | |
"print_acceleration": { | |
"command": "M204", | |
"params": { | |
"P": 500.0, | |
"R": 800.0, | |
"T": 1000.0 | |
} | |
}, | |
"probe_offset": { | |
"command": "M851", | |
"params": { | |
"X": -42.8, | |
"Y": -7.5, | |
"Z": -1.6 | |
} | |
}, | |
"home_offset": { | |
"command": "M206", | |
"params": { | |
"X": null, | |
"Y": null, | |
"Z": null | |
} | |
}, | |
"endstop": { | |
"command": "M666", | |
"params": { | |
"X": null, | |
"Y": null, | |
"Z": null | |
} | |
}, | |
"delta": { | |
"command": "M665", | |
"params": { | |
"L": null, | |
"R": null, | |
"H": null, | |
"S": null, | |
"X": null, | |
"Y": null, | |
"Z": null, | |
"A": null, | |
"B": null, | |
"C": null | |
} | |
}, | |
"linear": { | |
"command": "M900", | |
"params": { | |
"K": null | |
} | |
}, | |
"filament": { | |
"command": "M200", | |
"params": { | |
"D": 1.75 | |
} | |
}, | |
"hotend_pid": { | |
"command": "M301", | |
"params": { | |
"P": 30.47, | |
"I": 2.74, | |
"D": 84.72 | |
} | |
}, | |
"bed_pid": { | |
"command": "M304", | |
"params": { | |
"P": 258.63, | |
"I": 48.25, | |
"D": 924.18 | |
} | |
}, | |
"advanced": { | |
"command": "M205", | |
"params": { | |
"B": 20000.0, | |
"E": 5.0, | |
"J": null, | |
"S": 0.0, | |
"T": 0.0, | |
"X": 8.0, | |
"Y": 8.0, | |
"Z": 0.4 | |
} | |
}, | |
"autolevel": { | |
"command": "M420", | |
"params": { | |
"S": false, | |
"Z": 10.0 | |
} | |
}, | |
"material1": { | |
"command": "M145", | |
"params": { | |
"H": 200.0, | |
"B": 60.0, | |
"F": 255.0, | |
"S": 0.0 | |
} | |
}, | |
"material2": { | |
"command": "M145", | |
"params": { | |
"H": 230.0, | |
"B": 80.0, | |
"F": 255.0, | |
"S": 1.0 | |
} | |
}, | |
"filament_change": { | |
"command": "M603", | |
"params": { | |
"L": 0.0, | |
"U": 100.0 | |
} | |
}, | |
"filament_runout": { | |
"command": "M412", | |
"params": { | |
"D": 25.0, | |
"H": null, | |
"S": true | |
} | |
}, | |
"tmc_current": { | |
"command": "M906", | |
"params": { | |
"E": null, | |
"X": null, | |
"Y": null, | |
"Z": null | |
} | |
}, | |
"tmc_hybrid": { | |
"command": "M913", | |
"params": { | |
"X": null, | |
"Y": null, | |
"Z": null, | |
"E": null | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment