Please help creating Pursa Slicer Config Files

Hi
Im trying to create a SnapMaker 2 A350 Config in Pursa Slicer.

Is the Snapmaker Firmware based on any of these please?
RepRap/ Sprinter
RepRapFirmware
Repetier
Teacup
MakerWare (MokerBot)
Marlin
Sailfish (MokerBot)
Mach3/linuxCNC
Machinelcit
Smoothie

If it’s for 3D printing only, use “Marlin” (not all commands are implemented, and Snapmaker adds a few extra, but it’s close enough).

If you search the forum a little bit you will also find a number of pre-configured prusa profiles of other users you could reuse.

Might be easier for you if you’re already stuck this early in the process.

1 Like

This configuration file was shared by a 3D printer engineer friend, and I have been using it. I feel very good, and it supports many printers, printing speed, some parameters are adjusted and used directly, A350 is already configured with PLA PETG You can change the printing temperature or printing speed. I uploaded the file directly to avoid losing some settings, and then add G-code

G-CODE:

M115; V1.9.2 tell printer latest fw version
G90 ; use absolute coordinates
M83 ; extruder relative mode
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 W ; home all without mesh bed level
G80 ; mesh bed leveling
G1 Y-3.0 F1000.0 ; go outside print area
G92 E0.0
G1 X60.0 E9.0 F1000.0 ; intro line
G1 X100.0 E12.5 F1000.0 ; intro line
G92 E0.0

G4 ; wait
M104 S0 ; turn off temperature
M140 S0 ; turn off heatbed
M107 ; turn off fan
{if layer_z < max_print_height}G1 Z{z_offset+min(layer_z+30, max_print_height)}{endif} ; Move print head up
G1 X0 Y200 F3000 ; home X axis
M84 ; disable motors

If you encounter a problem, leave a message and reply to me

PrusaSlicer_config_bundle (Snapmaker 2.0 A350).ini.zip (2.2 MB)

1 Like