Anyone who uses Solidworks out there here is a post processor

3 Likes

**1/13/2020 - New version is up.
1/13/2020 - Removed Tool Ending Position as I am tired of fighting Solidworks over it.
1/13/2020 - Fixed the Safe Space for the tool input and removed a line of debug code I was generating.

1 Like

Hello

I’ve tested the post processor and it works :+1:. Thank you.
Is the source code also available?

Regards Matthias

2 Likes

Hi, Any idea why it pauses for 5000 seconds at the beginning?

image

I tried running this and it did successfully create output, but Repitere doesn’t recognize G20 and M3 S6195

;Marlin Based Gcode
M201 X1500 Y1500 Z25
M203 X240 Y240 Z3
G20
G90
M3 S6195
G4 S5000
G90
G0 X4.122 Y-1.123 F6.815
G90
G0 Z.100 F6.815
M8
G1 Z-.050 F6.815
G1 X-1.123 Y-1.123 Z-.050 F27.261
G1 X-1.123 Y4.122 Z-.050 F27.261
G1 X4.122 Y4.122 Z-.050 F27.261
G1 X4.122 Y-1.123 Z-.050 F27.261

Im having the same issue with it, no luck on finding a solution yet, its bogging down any kind of productivity trying to get files out if I have to remember to edit them manually to take out or lower to a reasonable hold time, the G4 commands, my guess is its supposed to hold for 5000 milliseconds but set to the wrong type so its holding for over 80 minutes instead.