mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-21 20:25:20 +00:00
Improving Z-Bolt Profiles (#10017)
* bugfixes (tree supports, dual wipe, travel speed) * Update fdm_process_zbolt_common.json * S800 Dual profiles added * S1000 profiles added * Dual printers layer change bugfix * Max layer for 06 nozzle bugfix * 0.4-0.48 layers slicing bugfix * First layers budfix --------- Co-authored-by: zavodik <zavodva@gmail.com>
This commit is contained in:
@@ -26,6 +26,6 @@
|
||||
"retraction_minimum_travel": [
|
||||
"1"
|
||||
],
|
||||
"change_filament_gcode": "G91\nG1 Z{layer_z+z_hop[0]} F1000\nG90",
|
||||
"change_filament_gcode": "G91\nG1 Z{z_hop[0]} F1000\nG90",
|
||||
"machine_start_gcode": "START_PRINT TOOL_NR=[initial_tool] T_BED=[bed_temperature_initial_layer] T_EXTRUDER=[first_layer_temperature[initial_tool]] T_CHAMBER=[chamber_temperature] {if is_extruder_used[0]}T0_TEMP={first_layer_temperature[0]}{endif} {if is_extruder_used[1]}T1_TEMP={first_layer_temperature[1]}{endif}"
|
||||
}
|
||||
Reference in New Issue
Block a user