mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Fixed many profile issues and cleaned up some messes. (#10686)
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"deretraction_speed": [
|
||||
"40"
|
||||
],
|
||||
"enable_long_retraction_when_cut" : "0",
|
||||
"enable_long_retraction_when_cut": "0",
|
||||
"extruder_colour": [
|
||||
"#FCE94F"
|
||||
],
|
||||
@@ -124,4 +124,4 @@
|
||||
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n",
|
||||
"machine_start_gcode": "START_PRINT EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single] CHAMBER=[chamber_temperature] INITIAL_TOOL=[initial_tool] MESH_MIN_X={adaptive_bed_mesh_min[0]} MESH_MIN_Y={adaptive_bed_mesh_min[1]} MESH_MAX_X={adaptive_bed_mesh_max[0]} MESH_MAX_Y={adaptive_bed_mesh_max[1]} PROBE_COUNT_X={bed_mesh_probe_count[0]} PROBE_COUNT_Y={bed_mesh_probe_count[1]}\n",
|
||||
"machine_end_gcode": ";PRINT_END"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user