and had the same thing - the extruder went to the back right corner of the case (well off the right side of the HBP) and extruded plastic into air.
The geometry was centered in ReplicatorG, and I did 'move/center/put on platform' just to be on the safe side.
I generated the print file onto an SD card.
{
"regioner" :
{
"fill" : 0.05
},
"slicer" :
{
// "angle" :1.570796326794897, // 2.356194525, // 1.570796326794897, 0.7853981633974485, 1.570796326794897,
"nbOfShells":2,
"firstLayerZ" : 0.33,
"layerH" : 0.1,
"layerW" : 0.43,
"infillDensity" : 0.05, // unit: ratio to solid
"infillShrinkingMultiplier" : 0.25, // unit: layerW
"insetDistanceMultiplier" : 0.9, // unit: layerW
"insetCuttOffMultiplier" : 0.01, // remove short segments during insetting unit: layerW
"writeDebugScadFiles" : false,
"roofLayerCount" : 5, // nb of extra layers for roofs
"floorLayerCount" : 5 // nb of extra layers for floor
},
"gantry" : {
"xyMaxHoming" : true, // false for tom, true for replicator
"zMaxHoming" : false, // true for tom, false for replicator
"scalingFactor" : 1,
"rapidMoveFeedRateXY": 6000,
"rapidMoveFeedRateZ": 1400,
"homingFeedRateZ" : 100,
"startX" : -110.4,
"startY" : -74.0,
"startZ" : 0.2
},
"outline" : { // a rectangle around the part on the build platform
"enabled" : true,
"distance" : 1.0
},
"extruders" : [
{
"coordinateSystemOffsetX" : 0.0,
"extrusionTemperature" : 220.0,
"nozzleZ" : 0,
"zFeedRate" : 500,
"firstLayerExtrusionProfile": "absSticky",
"insetsExtrusionProfile" : "absSlow",
"infillsExtrusionProfile" : "absFast",
"extrusionMode" : "volumetric", // "rpm"
"feedDiameter" : 1.82 //diameter in mm of feedstock
}
],
"extrusionProfiles": {
"absSlow": {
"feedrate": 4800,
//for volumetric extrusion
"retractDistance" : 0.5, // mm
"retractRate" : 798.0,
"restartExtraDistance" : 0.0, // mm
//for rpm extrusion
"flow" : 2.1,
"leadIn": 0.0,
"leadOut": 0.0,
"snortFlow": 35,
"snortFeedrate": 1000, // 2400,
"squirtFlow": 35,
"squirtFeedrate": 1000},
"absFast": {
"feedrate": 4800,
//for volumetric extrusion
"retractDistance" : 0.5, // mm
"retractRate" : 798.0,
"restartExtraDistance" : 0.0, // mm
//for rpm extrusion
"flow" : 2.8,
"leadIn": 0.0,
"leadOut": 0.0,
"snortFlow": 35,
"snortFeedrate": 1000,
"squirtFlow": 35,
"squirtFeedrate": 1000},
"absSticky": {
"feedrate": 1800,
//for volumetric extrusion
"retractDistance" : 0.5, // mm
"retractRate" : 798.0,
"restartExtraDistance" : 0.0, // mm
//for rpm extrusion
"flow" : 0.7,
"leadIn": 0.0,
"leadOut": 0.0,
"snortFlow": 35,
"snortFeedrate": 1000,
"squirtFlow": 35,
"squirtFeedrate": 1000}
},
"platform" : {
"automated" : false,
"temperature" : 100.0,
"waitingPositionX" : 52.0,
"waitingPositionY" : -57.0,
"waitingPositionZ" : 1.0
},
"gcoder" :
{
"header" : "default://start_replicator_dual.gcode",
"footer" : "default://end_replicator_dual.gcode",
"outline": false, // when true, extrude along the perimeter (this should not be enabled normally)
"insets" : true, // when true, extrude along insets (a.k.a extrude the shells)
"infills": true, // when true, extrude infills paths
"infillFirst" : false, // do infill before insets
"dualtrick" : false, // use dual extrusion to color each outline
"useEAxis" : true, // use e-access to avoid problems with ReplicatorG interperter
},
}
G4 P1600
G1 X52.000 Y-57.000 Z0.600 F6000.000
G1 X49.000 Y-57.000 Z0.600 F600.000
M103 (Stop extruder)
G1 F798.000 E0.500 (squirt)
G1 X-13.692 Y23.475 Z0.600 F1800.000 E2.102 (Extrude into position)
(Slice 0, 1 Extruder)
G1 Z0.330 F500.000 (move Z)
( Extruder 0)
( extruder 0 )
( GSWITCH T0 )
( TODO: add offset management to Gantry )
(inset 0/2 )
( path 0/2, 102 points, )
G1 X-13.692 Y23.475 Z0.330 F6000.000 E2.102 (move into position)
G1 F798.000 E2.602 (squirt)
G1 X-12.251 Y23.594 Z0.330 F1800.000 E2.625 (d: 1.44591)
G1 X-11.197 Y23.569 Z0.330 F1800.000 E2.641 (d: 2.49677)
G1 X-10.694 Y23.552 Z0.330 F1800.000 E2.649 (d: 2.99899)
G1 X-9.622 Y23.417 Z0.330 F1800.000 E2.666 (d: 4.07041)
G1 X-9.143 Y23.329 Z0.330 F1800.000 E2.674 (d: 4.55134)
G1 X-8.531 Y23.159 Z0.330 F1800.000 E2.684 (d: 5.17067)
G1 X-7.972 Y22.945 Z0.330 F1800.000 E2.693 (d: 5.7445)
...