OrcaSlicer settings

This commit is contained in:
2025-01-26 11:21:07 -05:00
parent 75e898b8f7
commit 31f27a9c84
12 changed files with 59 additions and 2 deletions

View File

@ -1,4 +1,4 @@
sync_info = create
sync_info = update
user_id =
setting_id =
base_id = GM001

View File

@ -2,7 +2,9 @@
"from": "User",
"inherits": "Voron 2.4 350 0.4 nozzle",
"is_custom_defined": "0",
"machine_start_gcode": "PRINT_START BED_TEMP=[bed_temperature_initial_layer_single] EXTRUDER_TEMP=[nozzle_temperature_initial_layer]",
"name": "AquaVoron 2.4 350 0.4 nozzle",
"print_host": "192.168.20.21",
"printer_settings_id": "AquaVoron 2.4 350 0.4 nozzle",
"version": "1.8.0.0"
}

View File

@ -1,4 +1,4 @@
sync_info = create
sync_info = update
user_id =
setting_id =
base_id = GM003

View File

@ -2,7 +2,12 @@
"from": "User",
"inherits": "Voron 2.4 350 0.6 nozzle",
"is_custom_defined": "0",
"machine_start_gcode": "PRINT_START BED_TEMP=[bed_temperature_initial_layer_single] EXTRUDER_TEMP=[nozzle_temperature_initial_layer]",
"name": "AquaVoron 2.4 350 0.6 nozzle",
"print_host": "http://192.168.20.21",
"printer_settings_id": "AquaVoron 2.4 350 0.6 nozzle",
"retraction_length": [
"0.1"
],
"version": "1.8.0.0"
}

View File

@ -77,6 +77,9 @@
"wipe": [
"0"
],
"z_hop": [
"0"
],
"z_hop_types": [
"Auto Lift"
]