Files
OrcaSlicer/resources/profiles/Voron/machine/fdm_klipper_common.json
SoftFever 09ac93e48a wip
2022-08-21 12:53:04 +08:00

24 lines
662 B
JSON

{
"type": "machine",
"name": "fdm_klipper_common",
"from": "system",
"instantiation": "false",
"inherits": "fdm_bbl_3dp_001_common",
"default_filament_profile": [
"Voron Generic ABS"
],
"default_print_profile": "0.20mm Standard @Voron",
"nozzle_diameter": [
"0.4"
],
"bed_exclude_area": [
"0x0"
],
"machine_start_gcode": "PRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]",
"machine_end_gcode": "PRINT_END",
"layer_change_gcode": "",
"scan_first_layer": "0",
"nozzle_type": "hardened_steel",
"auxiliary_fan": "0"
}