mirror of
https://github.com/Santoku-Slicer/Profiles.git
synced 2026-07-07 16:59:47 +00:00
24 lines
1.8 KiB
INI
24 lines
1.8 KiB
INI
[printer:BIBO2 Touch Dual extrusion]
|
|
inherits = *common*
|
|
deretract_speed = 0,0 # Setting this value to 0 uses the retract speed
|
|
extruder_colour = #FFFF00;#229403
|
|
extruder_offset = 0x0,0x0
|
|
max_layer_height = 0.3,0.3
|
|
min_layer_height = 0.05,0.05
|
|
nozzle_diameter = 0.4,0.4
|
|
retract_before_travel = 1,1
|
|
retract_before_wipe = 100%,100%
|
|
retract_layer_change = 1,1
|
|
retract_length = 1.5,1.5
|
|
retract_length_toolchange = 1.5,1.5
|
|
retract_lift = 0,0
|
|
retract_lift_above = 0,0
|
|
retract_lift_below = 0,0
|
|
retract_restart_extra = 0,0
|
|
retract_restart_extra_toolchange = 0,0
|
|
retract_speed = 20,20
|
|
start_gcode = ;Start code PrusaSlicer BIBO 2 printers\nG21 ; set units to metric\nG90 ; absolute positioning\nM107 ; start with the fan off\nM190 S{max(first_layer_bed_temperature[0] - 5, first_layer_bed_temperature[1] - 5)} ; wait for bed temp\nM140 S{max(first_layer_bed_temperature[0], first_layer_bed_temperature[1])} ; continue bed heating to full temp while other things are happening\nM104 S{first_layer_temperature[0]} T0; set 1st nozzle heater to first layer temperature\nM104 S{first_layer_temperature[1]} T1; set 2nd nozzle heater to first layer temperature\nM109 S{first_layer_temperature[0]} T0; wait for 1st nozzle heat to first layer temperature\nM109 S{first_layer_temperature[1]} T1; wait for 2nd nozzle heat to first layer temperature\nT0 ; Start at T0 to avoid extruder nozzle offset issues\nG28 X0 Y0 ; move X/Y to min endstops\nG28 Z0 ; move Z to min endstops\nG1 Z2.0 F400 ; move the platform down 2mm\nG92 E0.0 ; reset extruder\nG1 Y0 F1200 E0 ; move Y to min endstop and extrude 0 filament\nT[initial_tool]; switch to initial tool position\nG92 E0.0 ; reset extruder and zero the current extruder coordinate before printing\nM117 BIBO now Printing... ; Put now printing message on screen
|
|
wipe = 1,1
|
|
|
|
|