Steal Prusa's profiles for your own 3D printers!
PrusaSlicer 2.3 is (nearly) out and it comes with loads of new, useful features and improvements. But even if you don't use an Original Prusa printer, you can still make use of them and set up PrusaSlicer for basically any machine - and sneakily use Prusa's tuned profiles, too!
Download PrusaSlicer https://www.prusa3d.com/prusaslicer/
Manufacturer's config guide https://github.com/prusa3d/PrusaSlicer/wiki/Vendor-bundles-and-updating-process
Start gcode (the [ ] sections will get filled in by PrusaSlicer automatically in the exported gcode)
M104 S[first_layer_temperature] ; set extruder temp
M140 S[first_layer_bed_temperature] ; set bed temp
M190 S[first_layer_bed_temperature] ; wait for bed temp
M109 S[first_layer_temperature] ; wait for extruder temp
G28 ; home all axes
G29 ; autolevel
G1 Z5 F5000 ; lift nozzle
G1 Y0 F9001 ; go to front edge of the bed
G92 E0.0 ; reset extruder position
G1 X60.0 E9.0 F1000.0 ; intro line
G1 X100.0 E12.5 F1000.0 ; intro line
G92 E0.0 ; reset extruder position
End gcode
M104 S0 ; turn off temperature
M140 S0 ; turn off heatbed
M107 ; turn off fan
G1 X0 Y200 F9001 ; home X axis, present print
M84 ; disable motors
? All my video gear https://toms3d.org/my-gear
Music by Epidemic Sound http://share.epidemicsound.com/MadeWithLayers
? Enjoying the videos? Support my work on Patreon! https://www.patreon.com/toms3dp
Thomas Sanladerer
Everything about 3D Printing and Making! Build guides, tutorials, tips and reviews around the new generation of consumer and prosumer 3D printers (and more)! Comments are moderated, offensive content, racism and blatant self-promotion will be removed. L...