NewHost Skeinforge

From RepRap
Revision as of 10:23, 19 October 2010 by Stoffel15 (talk | contribs)
Jump to: navigation, search

This is a Special Skeinforge Build on version: 2010-04-27 00:14:23 CET beta This is the Last Version with a working Comb-Funktion.

It is for the new RepRap-Host reprap-mendel-20100806.zip 63.0 MB 2010-08-06

The Export.py is Patched to delete the M-Codes.


def getNonskipped( gcodelines ):

"Skip lines containing undesired commands."

result = ""

for line in gcodelines.split('\n'):

if line.startswith("M101"): continue #lines to skip

if line.startswith("M103"): continue

if line.startswith("M105"): continue

if line.startswith("M108"): continue

result += line + '\n'

return result



Created by Peer


File:NewHost Skeinforge.zip


This is a Special Skeinforge Build on version: 2010-09-21 21:28:31 CET beta This is the Last Version with a working Comb-Funktion.

File:31 reprap python beanshell-Patched for Mendel.zip


--Stoffel15 06:21, 12 August 2010 (UTC)