Advertisement
Guest User

marvincura

a guest
Dec 4th, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.16 KB | None | 0 0
  1. Running: C:\Program Files (x86)\Cura_14.07\CuraEngine.exe -v -p -s initialSpeedupLayers=4 -s minimalFeedrate=10 -s preSwitchExtruderCode=;Switch between the current extruder and the next extruder, when printing with multiple extruders.
  2. ;This code is added before the T(n)
  3. -s supportXYDistance=1200 -s insetXSpeed=30 -s retractionZHop=0 -s extruderOffset[3].X=0 -s extruderOffset[3].Y=0 -s postSwitchExtruderCode=;Switch between the current extruder and the next extruder, when printing with multiple extruders.
  4. ;This code is added after the T(n)
  5. -s retractionSpeed=45 -s filamentFlow=100 -s infillOverlap=15 -s inset0Speed=30 -s coolHeadLift=0 -s extrusionWidth=400 -s upSkinCount=9 -s initialLayerSpeed=20 -s minimalLayerTime=5 -s infillSpeed=30 -s supportExtruder=-1 -s fanSpeedMax=70 -s supportType=1 -s enableCombing=1 -s fanSpeedMin=30 -s supportZDistance=450 -s supportEverywhere=0 -s filamentDiameter=1750 -s initialLayerThickness=200 -s supportAngle=-1 -s fanFullOnLayerNr=2 -s extruderOffset[1].X=0 -s extruderOffset[1].Y=21600 -s layerThickness=200 -s endCode=;End GCode
  6. M104 S0 ;extruder heater off
  7. M140 S0 ;heated bed heater off (if you have it)
  8. G91 ;relative positioning
  9. G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
  10. G1 Z+0.5 E-5 X-20 Y-20 F3000 ;move Z up a bit and retract filament even more
  11. G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
  12. M84 ;steppers off
  13. G90 ;absolute positioning
  14. -s minimalExtrusionBeforeRetraction=20 -s retractionMinimalDistance=1500 -s skirtMinLength=150000 -s objectSink=0 -s retractionAmount=4500 -s skirtLineCount=1 -s startCode=M140 S50.000000
  15. M109 T0 S200.000000
  16. T0
  17. M190 S50.000000
  18. ;Sliced at: Sun 04-12-2016 20:09:13
  19. ;Basic settings: Layer height: 0.2 Walls: 1.6 Fill: 20
  20. ;Print time: #P_TIME#
  21. ;Filament used: #F_AMNT#m #F_WGHT#g
  22. ;Filament cost: #F_COST#
  23. ;M190 S50 ;Uncomment to add your own bed temperature line
  24. ;M109 S200 ;Uncomment to add your own temperature line
  25. G21 ;metric values
  26. G90 ;absolute positioning
  27. M107 ;start with the fan off
  28. G28 X0 Y0 ;move X/Y to min endstops
  29. G28 Z0 ;move Z to min endstops
  30. G1 Z15.0 F3000 ;move the platform down 15mm
  31. G92 E0 ;zero the extruded length
  32. G1 F200 E3 ;extrude 3mm of feed stock
  33. G92 E0 ;zero the extruded length again
  34. G1 F3000
  35. ;Put printing message on LCD screen
  36. M117 Printing...
  37. -s skirtDistance=3000 -s extruderOffset[2].Y=0 -s extruderOffset[2].X=0 -s printSpeed=30 -s fixHorrible=1 -s layer0extrusionWidth=400 -s moveSpeed=50 -s supportLineDistance=4000 -s retractionAmountExtruderSwitch=16500 -s sparseInfillLineDistance=2000 -s insetCount=4 -s downSkinCount=9 -s multiVolumeOverlap=150 -g 49674 -s posx=110000 -s posy=110000 $
  38. Cura_SteamEngine version 14.07
  39. Copyright (C) 2014 David Braam
  40.  
  41. This program is free software: you can redistribute it and/or modify
  42. it under the terms of the GNU Affero General Public License as published by
  43. the Free Software Foundation, either version 3 of the License, or
  44. (at your option) any later version.
  45.  
  46. This program is distributed in the hope that it will be useful,
  47. but WITHOUT ANY WARRANTY; without even the implied warranty of
  48. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  49. GNU Affero General Public License for more details.
  50.  
  51. You should have received a copy of the GNU Affero General Public License
  52. along with this program. If not, see <http://www.gnu.org/licenses/>.
  53. Default config 'default.cfg' not used
  54. Reading mesh from socket with 0 vertexes
  55. Loaded from disk in 0.000s
  56. Analyzing and optimizing model...
  57. Face counts: 0 -> 0 nan%
  58. Vertex counts: 0 -> 0 nan%
  59. Size: 0.000000 0.000000 0.000000
  60. vMin: 110.000000 110.000000 0.000000
  61. vMax: 110.000000 110.000000 0.000000
  62. vMin: 0.000000 0.000000 0.000000
  63. vMax: 0.000000 0.000000 0.000000
  64. Matrix: 1.000000 0.000000 0.000000
  65. Matrix: 0.000000 1.000000 0.000000
  66. Matrix: 0.000000 0.000000 1.000000
  67. Optimize model 0.000s
  68. Slicing model...
  69. Layer count: 1
  70. Sliced model in 0.000s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement