NewHost Skeinforge

From RepRap
Jump to: navigation, search

This page describes something which is no longer the most recent version. For the replacement version see: ???


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


Old Version: 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

File:33 reprap python beanshell-Patched for Mendel-Host.zip


http://fabmetheus.crsndoo.com/

Put this in your "alterations" folder and you dont need a Patch :)

File:Replace.csv



--Stoffel15 12:58, 2 November 2010 (UTC)