versuch mal die... musst evtl noch an deine software anpassen
;************ POST PROCESSING OPTIONS ************
[printer]
; MACHINE TYPE
;
; specify the machine definition using a pre-defined built-in type identifier
;
; NOTE: settings are order dependent, so always start by settng the machine type
;
; c3 = Cupcake Gen3 XYZ, Mk5/6 + Gen4 Extruder
; c4 = Cupcake Gen4 XYZ, Mk5/6 + Gen4 Extruder
; cp4 = Cupcake Pololu XYZ, Mk5/6 + Gen4 Extruder
; cpp = Cupcake Pololu XYZ, Mk5/6 + Pololu Extruder
; t6 = TOM Mk6 - single extruder
; t7 = TOM Mk7 - single extruder
; t7d = TOM Mk7 - dual extruder
; r1 = Replicator 1 - single extruder
; r1d = Replicator 1 - dual extruder
; r2 = Replicator 2 (default config)
; r2h = Replicator 2 with HBP
; r2x = Replicator 2X
machine_type=r1d
; GCODE FLAVOR
;
; specify the gcode flavor
;
; reprap = M109 Set Extruder Temperature and Wait
; makerbot = M109 Set Build Platform Temperature (Same as M140)
gcode_flavor=makerbot
; BUILD PROGRESS
;
; generate gcode for the build progress
; this should be enabled for slic3r and kisslicer
; 1 = enabled
; 0 = disabled
build_progress=1
;*** X AXIS ***
[x]
steps_per_mm=92.36
;*** Y AXIS ***
[y]
steps_per_mm=92.36
;************ Z AXIS ************
[z]
; sets the maximum feedrate for this axis in mm/s
max_feedrate=150
; sets the home feedrate for this axis in mm/s
home_feedrate=150
; sets the number of steps per mm of movement for this axis
; TR-8x8 Z axis = 1/(8/1600)
steps_per_mm=1600
; sets the homing direction for this axis
; maximum = 0
; minimum = 1
endstop=1
;************ RIGHT EXTUDER (A AXIS) ************
[a]
; sets the maximum feedrate for this axis in mm/s
max_feedrate=1600
; sets the number of steps per mm of extrusion
; Steps/mm is calculated by dividing the 'drive gear steps per revolution'
; (in this case, equal to motor_steps) by the 'drive gear circumference'
; (drive gear diameter = 10.14) So we get: 1600/(PI * 0.14) = 50.235....
; sets the number of steps per revolution
motor_steps=100
; signals if this tool has a heated build platform
has_heated_build_platform=1
;************ LEFT EXTUDER (B AXIS) ************
; sets the maximum feedrate for this axis in mm/s
max_feedrate=1600
; sets the number of steps per mm of extrusion
; sets the number of steps per revolution
motor_steps=100
; signals if this tool has a heated build platform
has_heated_build_platform=0