fix filename

This commit is contained in:
Heiko Liebscher 2023-04-06 08:47:53 +02:00
parent 5c439c4acc
commit d9cdafbaa0
16 changed files with 88 additions and 93 deletions

View file

@ -5,9 +5,6 @@
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_common",
"compatible_printers": [
"Snapmaker J1 0.6 nozzle"
],
"bottom_shell_layers": "4",
"bridge_acceleration": "60%",
"brim_type": "no_brim",
@ -76,5 +73,8 @@
"travel_jerk": "9",
"travel_speed": "150",
"tree_support_wall_count": "2",
"xy_hole_compensation": "0.08"
"xy_hole_compensation": "0.08",
"compatible_printers": [
"Snapmaker J1 0.6 nozzle"
]
}