added MK3.5 support

This commit is contained in:
Bernhard Koppensteiner
2024-08-28 21:48:15 +02:00
parent 65d6b3d393
commit 65e007cb41
69 changed files with 3324 additions and 1 deletions

View File

@@ -0,0 +1,39 @@
{
"type": "machine",
"setting_id": "GM002",
"name": "Prusa MK3.5 0.6 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "Prusa MK3.5 0.4 nozzle",
"gcode_flavor": "marlin2",
"printer_model": "MK3.5",
"printer_variant": "0.6",
"default_filament_profile": [
"Prusa Generic PLA @MK3.5 0.6"
],
"default_print_profile": "0.25mm Standard @MK3.5",
"nozzle_diameter": [
"0.6"
],
"max_layer_height": [
"0.4"
],
"min_layer_height": [
"0.15"
],
"retraction_length": [
"0.7"
],
"retraction_speed": [
"35"
],
"deretraction_speed": [
"25"
],
"thumbnails": [
"16x16/QOI",
"220x124/QOI",
"200x240/QOI",
"640x480/PNG"
]
}