Started using Orca Slicer for the calibration and intuitive feedback integration with Octopi/Octoprint along with a long list of features that might not make it into Luban for a while. I realized I don’t know enough about FDM Gcode as I thought, and can’t figure out how to fix the starting Gcode that is probably a Luban Script to do the pre-print extrude then bed wipe before traveling to start the print. Below is the default Orca A350 Start Gcode:
M82; M190 S[bed_temperature_initial_layer_single]
M109 S[nozzle_temperature_initial_layer]
PRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]
; You can use following code instead if your PRINT_START macro support Chamber and print area bedmesh
; PRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single] Chamber=[chamber_temperature] PRINT_MIN={first_layer_print_min[0]},{first_layer_print_min[1]} PRINT_MAX={first_layer_print_max[0]},{first_layer_print_max[1]}
Like I said still learning, any help would be appreciated