Update filename_format to AnkerMake Studio's default (#7116)

Update filename_format to Anker's default
Update fdm_process_common.json
This commit is contained in:
Robert Baker 2024-10-22 07:48:53 -07:00 committed by GitHub
parent 296b234fe6
commit 763717da2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -87,5 +87,5 @@
"print_sequence": "by layer",
"spiral_mode": "0",
"reduce_infill_retraction": "1",
"filename_format": "{input_filename_base}_{filament_type[0]}_{printer_model}.gcode"
"filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[0]}_{printer_model}.gcode"
}