Sidewinder X-1 Profile not printing
 
Notifications
Clear all

Sidewinder X-1 Profile not printing  

  RSS
Tracey
(@tracey)
New Member
Sidewinder X-1 Profile not printing

Using the a stock X-1 with the new 2.3.1 prusaslicer profile my print does the purge line then moves to position then just sits there. I have tried different usbs and adding M117 Print in progress but didn't work.(noob to coding)

Current prusaslicer x-1 profile what is wrong and how can I fix it? TIA

; Initial setups
G90 ; use absolute coordinates
M83 ; extruder relative mode
M900 W[extrusion_width] H[layer_height] D[filament_diameter]
M200 D0 ; disable volumetric e
M220 S100 ; reset speed factor to 100%
M221 S100 ; reset extrusion rate to 100%

; Set the heating
M190 S[first_layer_bed_temperature]; wait for bed to heat up
M104 S[first_layer_temperature]; start nozzle heating but don't wait

; Home
G1 Z3 F3000 ; move z up little to prevent scratching of surface
G28 ; home all axes
G1 X3 Y3 F5000 ; move to corner of the bed to avoid ooze over centre

; Wait for final heating
M109 S[first_layer_temperature] ; wait for the nozzle to heat up
M190 S[first_layer_bed_temperature] ; wait for the bed to heat up

; Return to prime position, Prime line routine
G92 E0 ; Reset Extruder
G1 Z3 F3000 ; move z up little to prevent scratching of surface
G1 X10 Y.5 Z0.25 F5000.0 ; Move to start position
G1 X100 Y.5 Z0.25 F1500.0 E15 ; Draw the first line
G1 X100 Y.2 Z0.25 F5000.0 ; Move to side a little
G1 X10 Y.2 Z0.25 F1500.0 E30 ; Draw the second line
G92 E0 ; Reset Extruder
M221 S{if layer_height<0.075}100{else}95{endif}

Posted : 05/06/2021 12:27 am
Tracey
(@tracey)
New Member
Topic starter answered:
RE: Sidewinder X-1 Profile not printing

Never mind prusa slicer just got an update for the x-1 and this has fixed it.

Posted : 06/06/2021 2:30 am
Share: