Text for “Quickstart sequence” adjusted
Added missing note that “Absorb heat” is removed
Firmware check has been disabled
3MF Files (Version 1.00 and 1.01) updated and corrected
Preheat the nozzle to 175 degrees right from the start, not just at the end
Tested with firmware versions 6.4.0 and 6.2.6
Start G-Code V1.01 modified, tested and uploaded
Bring the bed temperature to the set temperature immediately and as a first step for the first layer (blocking).
Absorb Heat disabled
Nozzle cleaning removed
Start G-Code V1.00 modified, tested and uploaded
Note on mechanical nozzle pre-cleaning added
Firmware updated to version 6.4.0
Difficulties identified before printing began
Temperature logic of the nozzle not understandable after firmware update
_____________________________________________________________________________________________________________
I am not liable for any damage caused by the use of the G-code. The G-code has been shortened in some places and the order has been changed. From my side, I can confirm that it works flawlessly on a Prusa XL with 2 toolheads.
_____________________________________________________________________________________________________________
The start GCode was copied from PrusaSlicer 2.9.4 and modified to enable smooth operation with the Prusa XL.
_____________________________________________________________________________________________________________
The nozzle MUST always be cleaned before each print. There must be NO filament residue visible on the nozzle. If this step is not followed, the print bed levelling will not work.
Change in Version 1.01: The nozzle temperature is now preheated to 175 degrees. This is intended to further reduce the time required for the printer to reach the target temperature for the first layer.
_____________________________________________________________________________________________________________
To prevent the message “Update available” from appearing, the firmware test has been deactivated. These commands are not executed with the “;” character.
; FW feature check; M862.6 P"Input shaper" ; M115 U6.2.6+8948
_______________________________________________
ONLY FOR "Prusa_XL_Quick_Start_G-Code_V1.01.3mf"
The nozzle is preheated to 175 degrees without waiting. This shortens the heating time required for the first layer. It should be mentioned here that using the “S200” command when using Prusa's PCCF further reduces the time it takes for the nozzle to heat up to its target temperature for the first layer.
M104 T{initial_tool} S175
ONLY FOR "Prusa_XL_Quick_Start_G-Code_V1.00.3mf"
The command to preheat the nozzle is not available in version 1.00. The nozzle remains cold.
_______________________________________________
Before anything is moved, the print bed is set to the temperature that was set in the slicer for the first layer. This commands should prepare the print bed for levelling.
M190 S[first_layer_bed_temperature]
_______________________________________________
When I prepare a print, I always preheat everything. The longer the heat can act on all components, the better the leveling. To save time at the “START,” I have removed the absorb heat function.
G29 G ; absorb heat
_______________________________________________
The print bed is at operating temperature. The Z-axis is ‘homed’.
G28 Z
_______________________________________________
No filament comes out of the mechanically cleaned nozzle. Therefore, nozzle cleaning as described in version 6.4.0 has been completely removed from the G-code.
_______________________________________________
Bed leveling is performed as it was in firmware version 6.2.6.
The commands from the slower version 6.4.0 are not available in this G-code.
; MBLM84 E ; turn off E motorG29 P1 ; invalidate mbl & probe print areaG29 P1 X30 Y0 W{(((is_extruder_used[4]) or ((is_extruder_used[3]) or (is_extruder_used[2]))) ? "300" : ((is_extruder_used[1]) ? "130" : "50"))} H20 C ; probe near purge placeG29 P3.2 ; interpolate mbl probesG29 P3.13 ; extrapolate mbl outside probe areaG29 A ; activate mblG1 Z10 F720 ; move away in ZG1 F{travel_speed * 60}
_______________________________________________
Once bed levelling has been successfully completed, the tool head is parked. Only now is the nozzle heated to the temperature required for the first layer.
The author marked this model as their own original creation.