Advertisement
Guest User

fgd

a guest
Jan 17th, 2021
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.61 KB | None | 0 0
  1. [stepper_x]
  2. step_pin: PD7
  3. dir_pin: !PC5
  4. enable_pin: !PD6
  5. microsteps: 16
  6. rotation_distance: 40
  7. endstop_pin: ^PC2
  8. position_endstop: 0
  9. position_max: 210
  10. homing_speed: 50
  11.  
  12. [stepper_y]
  13. step_pin: PC6
  14. dir_pin: !PC7
  15. enable_pin: !PD6
  16. microsteps: 16
  17. rotation_distance: 40
  18. endstop_pin: ^PC3
  19. position_endstop: 0
  20. position_max: 235
  21. homing_speed: 50
  22.  
  23. [stepper_z]
  24. step_pin: PB3
  25. dir_pin: PB2
  26. enable_pin: !PA5
  27. microsteps: 16
  28. rotation_distance: 8
  29. endstop_pin: ^PC4
  30. position_endstop: 0
  31. position_min: -1
  32. position_max: 210
  33.  
  34. [extruder]
  35. step_pin: PB1
  36. dir_pin: !PB0
  37. enable_pin: !PD6
  38. microsteps: 16
  39. rotation_distance: 32.26
  40. nozzle_diameter: 0.400
  41. filament_diameter: 1.750
  42. pressure_advance: 0.06
  43. heater_pin: PD5
  44. sensor_type: EPCOS 100K B57560G104F
  45. sensor_pin: PA7
  46. control: pid
  47. pid_Kp: 35.553
  48. pid_Ki: 3.591
  49. pid_Kd: 87.994
  50. min_temp: 10
  51. max_temp: 250
  52. max_extrude_only_distance: 100
  53. min_extrude_temp: 180
  54. max_extrude_cross_section: .64
  55.  
  56. [heater_bed]
  57. heater_pin: PD4
  58. sensor_type: EPCOS 100K B57560G104F
  59. sensor_pin: PA6
  60. control: pid
  61. pid_Kp: 72.650
  62. pid_Ki: 1.547
  63. pid_Kd: 852.727
  64. min_temp: 10
  65. max_temp: 120
  66.  
  67. [probe]
  68. pin: ^!PA2
  69. x_offset: 35.0
  70. y_offset: 2.0
  71. z_offset: 0.5
  72.  
  73. [bed_mesh]
  74. speed: 200
  75. horizontal_move_z: 4
  76. mesh_min: 70,25
  77. mesh_max: 235,225
  78. probe_count: 4,4
  79. algorithm: bicubic
  80.  
  81. [homing_override]
  82. gcode:
  83. G1 Z5 F1200
  84. G28 X Y
  85. G1 X110 Y110 F3000
  86. G28 Z
  87. set_position_z: 0.0
  88.  
  89. [gcode_macro g29]
  90. gcode:
  91. BED_MESH_CALIBRATE
  92. BED_MESH_OUTPUT
  93. G1 Z5 F1200
  94. G28 X Y
  95. G1 X110 Y110 F3000
  96. G28 Z
  97.  
  98. [gcode_macro PROGRAM_START]
  99. gcode:
  100. M117 Antiblob retract...
  101. G92 E0 ; Reset Extruder distance to 0
  102. G1 E-3 ; Retracts filament to prevent blobs during probing
  103. G92 E0 ; Reset Extruder distance to 0
  104. M117 Homing...
  105. G28 ; home all axes
  106. M117 Generating mesh...
  107. G29; auto bed leveling
  108. M117 Heaters Stabilizing...
  109. G4 S5; wait for heaters to recover
  110. M117 Purging extruder...
  111. G92 E0 ; reset extruder
  112. G1 Z1.0 F3000 ; move z up little to prevent scratching of surface
  113. G1 X0.1 Y40 Z0.3 F5000.0 ; move to start-line position
  114. G1 X0.1 Y100.0 Z0.3 F500.0 E15 ; draw 1st line
  115. G1 X0.4 Y100.0 Z0.3 F5000.0 ; move to side a little
  116. G1 X0.4 Y40 Z0.3 F500.0 E30 ; draw 2nd line
  117. G92 E0 ; reset extruder
  118. G1 Z1.0 F3000 ; move z up little to prevent scratching of surface
  119.  
  120. [gcode_macro PROGRAM_END]
  121. gcode:
  122. G91 ; relative positioning
  123. G1 Z2 ; lift z up
  124. G90 ; absolute positioning
  125. G1 X0 Y200 ; bring nozzle left and bed forward
  126. M106 S0 ; turn off cooling fan
  127. M104 S0 ; turn off extruder
  128. M140 S0 ; turn off bed
  129. M84 ; disable motors
  130. M117 PRINT COMPLETE! ;
  131.  
  132. [fan]
  133. pin: PB4
  134.  
  135. [mcu]
  136. serial: /dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0
  137.  
  138. [printer]
  139. kinematics: cartesian
  140. max_velocity: 600
  141. max_accel: 1500
  142. max_z_velocity: 5
  143. max_z_accel: 100
  144.  
  145. [display]
  146. lcd_type: st7920
  147. cs_pin: PA3
  148. sclk_pin: PA1
  149. sid_pin: PC1
  150. encoder_pins: ^PD2, ^PD3
  151. click_pin: ^!PC0
  152.  
  153. ---------------------------------------------------------------------------
  154.  
  155. Extruder : 1 Quality
  156. Layer Height 0.2 mm
  157. Initial Layer Height 0.3 mm
  158. Line Width 0.4 mm
  159. Wall Line Width 0.4 mm
  160. Outer Wall Line Width 0.4 mm
  161. Inner Wall(s) Line Width 0.4 mm
  162. Top/Bottom Line Width 0.4 mm
  163. Infill Line Width 0.4 mm
  164. Skirt/Brim Line Width 0.4 mm
  165. Support Line Width 0.4 mm
  166. Support Interface Line Width 0.4 mm
  167. Support Roof Line Width 0.4 mm
  168. Support Floor Line Width 0.4 mm
  169. Prime Tower Line Width 0.4 mm
  170. Initial Layer Line Width 100 %
  171. Extruder : 1 Shell
  172. Wall Extruder -1
  173. Outer Wall Extruder -1
  174. Inner Wall Extruder -1
  175. Wall Thickness 2 mm
  176. Wall Line Count 5
  177. Outer Wall Wipe Distance 0 mm
  178. Top Surface Skin Extruder -1
  179. Top Surface Skin Layers 1
  180. Top/Bottom Extruder -1
  181. Top/Bottom Thickness 0.9 mm
  182. Top Thickness 1 mm
  183. Top Layers 5
  184. Bottom Thickness 1 mm
  185. Bottom Layers 5
  186. Initial Bottom Layers 5
  187. Top/Bottom Pattern Zig Zag
  188. Bottom Pattern Initial Layer Zig Zag
  189. Connect Top/Bottom Polygons False
  190. Top/Bottom Line Directions [90,30,150]
  191. Outer Wall Inset 0 mm
  192. Optimize Wall Printing Order True
  193. Outer Before Inner Walls False
  194. Alternate Extra Wall True
  195. Compensate Wall Overlaps False
  196. Compensate Outer Wall Overlaps False
  197. Compensate Inner Wall Overlaps False
  198. Minimum Wall Flow 0 %
  199. Prefer Retract False
  200. Fill Gaps Between Walls Everywhere
  201. Filter Out Tiny Gaps True
  202. Print Thin Walls False
  203. Horizontal Expansion 0 mm
  204. Initial Layer Horizontal Expansion 0 mm
  205. Hole Horizontal Expansion 0 mm
  206. Z Seam Alignment User Specified
  207. Z Seam Position Back
  208. Z Seam X 0 mm
  209. Z Seam Y 0 mm
  210. Seam Corner Preference Hide Seam
  211. Z Seam Relative False mm
  212. No Skin in Z Gaps False
  213. Extra Skin Wall Count 1
  214. Enable Ironing False
  215. Iron Only Highest Layer False
  216. Ironing Pattern Zig Zag
  217. Ironing Line Spacing 0.1 mm
  218. Ironing Flow 10 %
  219. Ironing Inset 0.38 mm
  220. Ironing Speed 20 mm/s
  221. Ironing Acceleration 800 mm/s²
  222. Ironing Jerk 10 mm/s
  223. Skin Overlap Percentage 30 %
  224. Skin Overlap 0.12 mm
  225. Extruder : 1 Infill
  226. Infill Extruder -1
  227. Infill Density 50 %
  228. Infill Line Distance 0.8 mm
  229. Infill Pattern Lines
  230. Connect Infill Lines True
  231. Connect Infill Polygons False
  232. Infill Line Directions [30,90,150]
  233. Infill X Offset 0 mm
  234. Infill Y Offset 0 mm
  235. Randomize Infill Start True
  236. Infill Line Multiplier 1
  237. Extra Infill Wall Count 0
  238. Cubic Subdivision Shell 0.4 mm
  239. Infill Overlap Percentage 30 %
  240. Infill Overlap 0.12 mm
  241. Infill Wipe Distance 0 mm
  242. Infill Layer Thickness 0.2 mm
  243. Gradual Infill Steps 1
  244. Gradual Infill Step Height 1.5 mm
  245. Infill Before Walls False
  246. Minimum Infill Area 0 mm²
  247. Infill Support False
  248. Infill Overhang Angle 40 °
  249. Skin Removal Width 2 mm
  250. Top Skin Removal Width 2 mm
  251. Bottom Skin Removal Width 2 mm
  252. Skin Expand Distance 2 mm
  253. Top Skin Expand Distance 2 mm
  254. Bottom Skin Expand Distance 2 mm
  255. Maximum Skin Angle for Expansion 90 °
  256. Minimum Skin Width for Expansion 0 mm
  257. Skin Edge Support Thickness 0 mm
  258. Skin Edge Support Layers 0
  259. Extruder : 1 Material
  260. Default Printing Temperature 240 °C
  261. Build Volume Temperature 36 °C
  262. Printing Temperature 230 °C
  263. Printing Temperature Initial Layer 235 °C
  264. Initial Printing Temperature 230 °C
  265. Final Printing Temperature 230 °C
  266. Extrusion Cool Down Speed Modifier 0.7 °C/s
  267. Default Build Plate Temperature 80 °C
  268. Build Plate Temperature 110 °C
  269. Build Plate Temperature Initial Layer 115 °C
  270. Adhesion Tendency 0
  271. Surface Energy 70 %
  272. Scaling Factor Shrinkage Compensation 100 %
  273. Crystalline Material False
  274. Anti-ooze Retracted Position -4 mm
  275. Anti-ooze Retraction Speed 5 mm/s
  276. Break Preparation Retracted Position -16 mm
  277. Break Preparation Retraction Speed 2 mm/s
  278. Break Preparation Temperature 230 °C
  279. Break Retracted Position -50 mm
  280. Break Retraction Speed 25 mm/s
  281. Break Temperature 50 °C
  282. Flush Purge Speed 0.5
  283. Flush Purge Length 60
  284. End of Filament Purge Speed 0.5
  285. End of Filament Purge Length 20
  286. Maximum Park Duration 300
  287. No Load Move Factor 0.9409
  288. Flow 100 %
  289. Wall Flow 100 %
  290. Outer Wall Flow 100 %
  291. Inner Wall(s) Flow 100 %
  292. Top/Bottom Flow 100 %
  293. Top Surface Skin Flow 100 %
  294. Infill Flow 100 %
  295. Skirt/Brim Flow 100 %
  296. Support Flow 100 %
  297. Support Interface Flow 100 %
  298. Support Roof Flow 100 %
  299. Support Floor Flow 100 %
  300. Prime Tower Flow 100 %
  301. Initial Layer Flow 100 %
  302. Standby Temperature 200 °C
  303. Extruder : 1 Speed
  304. Print Speed 60 mm/s
  305. Infill Speed 60 mm/s
  306. Wall Speed 30 mm/s
  307. Outer Wall Speed 30 mm/s
  308. Inner Wall Speed 30 mm/s
  309. Top Surface Skin Speed 30 mm/s
  310. Top/Bottom Speed 30 mm/s
  311. Support Speed 30 mm/s
  312. Support Infill Speed 30 mm/s
  313. Support Interface Speed 30 mm/s
  314. Support Roof Speed 30 mm/s
  315. Support Floor Speed 30 mm/s
  316. Prime Tower Speed 30 mm/s
  317. Travel Speed 150 mm/s
  318. Initial Layer Speed 30 mm/s
  319. Initial Layer Print Speed 30 mm/s
  320. Initial Layer Travel Speed 150 mm/s
  321. Skirt/Brim Speed 30 mm/s
  322. Z Hop Speed 5 mm/s
  323. Number of Slower Layers 3
  324. Equalize Filament Flow False
  325. Maximum Speed for Flow Equalization 150 mm/s
  326. Enable Acceleration Control False
  327. Print Acceleration 800 mm/s²
  328. Infill Acceleration 1200 mm/s²
  329. Wall Acceleration 800 mm/s²
  330. Outer Wall Acceleration 800 mm/s²
  331. Inner Wall Acceleration 1200 mm/s²
  332. Top Surface Skin Acceleration 800 mm/s²
  333. Top/Bottom Acceleration 800 mm/s²
  334. Support Acceleration 800 mm/s²
  335. Support Infill Acceleration 800 mm/s²
  336. Support Interface Acceleration 800 mm/s²
  337. Support Roof Acceleration 800 mm/s²
  338. Support Floor Acceleration 800 mm/s²
  339. Prime Tower Acceleration 800 mm/s²
  340. Travel Acceleration 1200 mm/s²
  341. Initial Layer Acceleration 800 mm/s²
  342. Initial Layer Print Acceleration 800 mm/s²
  343. Initial Layer Travel Acceleration 1200 mm/s²
  344. Skirt/Brim Acceleration 800 mm/s²
  345. Enable Jerk Control False
  346. Print Jerk 10 mm/s
  347. Infill Jerk 12 mm/s
  348. Wall Jerk 10 mm/s
  349. Outer Wall Jerk 10 mm/s
  350. Inner Wall Jerk 12 mm/s
  351. Top Surface Skin Jerk 10 mm/s
  352. Top/Bottom Jerk 10 mm/s
  353. Support Jerk 10 mm/s
  354. Support Infill Jerk 10 mm/s
  355. Support Interface Jerk 10 mm/s
  356. Support Roof Jerk 10 mm/s
  357. Support Floor Jerk 10 mm/s
  358. Prime Tower Jerk 10 mm/s
  359. Travel Jerk 15 mm/s
  360. Initial Layer Jerk 10 mm/s
  361. Initial Layer Print Jerk 10 mm/s
  362. Initial Layer Travel Jerk 15 mm/s
  363. Skirt/Brim Jerk 10 mm/s
  364. Extruder : 1 Travel
  365. Enable Retraction True
  366. Retract at Layer Change False
  367. Retraction Distance 1.2 mm
  368. Retraction Speed 45 mm/s
  369. Retraction Retract Speed 45 mm/s
  370. Retraction Prime Speed 45 mm/s
  371. Retraction Extra Prime Amount 0 mm³
  372. Retraction Minimum Travel 1.5 mm
  373. Maximum Retraction Count 100
  374. Minimum Extrusion Distance Window 10 mm
  375. Limit Support Retractions True
  376. Combing Mode Not in Skin
  377. Max Comb Distance With No Retract 30 mm
  378. Retract Before Outer Wall True
  379. Avoid Printed Parts When Traveling True
  380. Avoid Supports When Traveling True
  381. Travel Avoid Distance 0.625 mm
  382. Layer Start X 0 mm
  383. Layer Start Y 0 mm
  384. Z Hop When Retracted False
  385. Z Hop Only Over Printed Parts False
  386. Z Hop Height 0.2 mm
  387. Z Hop After Extruder Switch True
  388. Z Hop After Extruder Switch Height 0.2 mm
  389. Extruder : 1 Cooling
  390. Enable Print Cooling False
  391. Fan Speed 0 %
  392. Regular Fan Speed 0 %
  393. Maximum Fan Speed 0 %
  394. Regular/Maximum Fan Speed Threshold 10 s
  395. Initial Fan Speed 0 %
  396. Regular Fan Speed at Height 0.7 mm
  397. Regular Fan Speed at Layer 3
  398. Minimum Layer Time 10 s
  399. Minimum Speed 10 mm/s
  400. Lift Head False
  401. Support
  402. Generate Support True
  403. Support Extruder 0
  404. Support Infill Extruder 0
  405. First Layer Support Extruder 0
  406. Support Interface Extruder 0
  407. Support Roof Extruder 0
  408. Support Floor Extruder 0
  409. Support Structure Tree
  410. Tree Support Branch Angle 40 °
  411. Tree Support Branch Distance 1 mm
  412. Tree Support Branch Diameter 2 mm
  413. Tree Support Branch Diameter Angle 5 °
  414. Tree Support Collision Resolution 0.2 mm
  415. Support Placement Everywhere
  416. Support Overhang Angle 45 °
  417. Support Pattern Zig Zag
  418. Support Wall Line Count 1
  419. Connect Support Lines False
  420. Connect Support ZigZags True
  421. Support Density 0 %
  422. Support Line Distance 0 mm
  423. Initial Layer Support Line Distance 0 mm
  424. Support Infill Line Directions [ ]
  425. Enable Support Brim True
  426. Support Brim Width 4 mm
  427. Support Brim Line Count 10
  428. Support Z Distance 0.2 mm
  429. Support Top Distance 0.2 mm
  430. Support Bottom Distance 0.2 mm
  431. Support X/Y Distance 0.8 mm
  432. Support Distance Priority X/Y overrides Z
  433. Minimum Support X/Y Distance 0.4 mm
  434. Support Stair Step Height 0.3 mm
  435. Support Stair Step Maximum Width 5 mm
  436. Support Stair Step Minimum Slope Angle 10 °
  437. Support Join Distance 2 mm
  438. Support Horizontal Expansion 0 mm
  439. Support Infill Layer Thickness 0.2 mm
  440. Gradual Support Infill Steps 0
  441. Gradual Support Infill Step Height 1 mm
  442. Minimum Support Area 2 mm²
  443. Enable Support Interface True
  444. Enable Support Roof True
  445. Enable Support Floor True
  446. Support Interface Thickness 0.8 mm
  447. Support Roof Thickness 0.8 mm
  448. Support Floor Thickness 0.8 mm
  449. Support Interface Resolution 0.2 mm
  450. Support Interface Density 33.333 %
  451. Support Roof Density 33.333 %
  452. Support Roof Line Distance 2.4 mm
  453. Support Floor Density 33.333 %
  454. Support Floor Line Distance 2.4 mm
  455. Support Interface Pattern Grid
  456. Support Roof Pattern Grid
  457. Support Floor Pattern Grid
  458. Minimum Support Interface Area 10 mm²
  459. Minimum Support Roof Area 10 mm²
  460. Minimum Support Floor Area 10 mm²
  461. Support Interface Horizontal Expansion 0 mm
  462. Support Roof Horizontal Expansion 0 mm
  463. Support Floor Horizontal Expansion 0 mm
  464. Support Interface Line Directions [ ]
  465. Support Roof Line Directions [ ]
  466. Support Floor Line Directions [ ]
  467. Fan Speed Override False
  468. Supported Skin Fan Speed 100 %
  469. Use Towers False
  470. Tower Diameter 3 mm
  471. Maximum Tower-Supported Diameter 3 mm
  472. Tower Roof Angle 65 °
  473. Drop Down Support Mesh True
  474. Scene Has Support Meshes False
  475. Build Plate Adhesion
  476. Enable Prime Blob False
  477. Extruder Prime X Position 0 mm
  478. Extruder Prime Y Position 0 mm
  479. Build Plate Adhesion Type None
  480. Build Plate Adhesion Extruder 0
  481. Skirt Line Count 2
  482. Skirt Distance 5 mm
  483. Skirt/Brim Minimum Length 250 mm
  484. Brim Width 6 mm
  485. Brim Line Count 15
  486. Brim Distance 0 mm
  487. Brim Replaces Support False
  488. Brim Only on Outside True
  489. Raft Extra Margin 15 mm
  490. Raft Smoothing 5 mm
  491. Raft Air Gap 0.3 mm
  492. Initial Layer Z Overlap 0.15 mm
  493. Raft Top Layers 2
  494. Raft Top Layer Thickness 0.2 mm
  495. Raft Top Line Width 0.4 mm
  496. Raft Top Spacing 0.4 mm
  497. Raft Middle Thickness 0.3 mm
  498. Raft Middle Line Width 0.8 mm
  499. Raft Middle Spacing 1 mm
  500. Raft Base Thickness 0.36 mm
  501. Raft Base Line Width 0.8 mm
  502. Raft Base Line Spacing 1.6 mm
  503. Raft Print Speed 30 mm/s
  504. Raft Top Print Speed 30 mm/s
  505. Raft Middle Print Speed 22.5 mm/s
  506. Raft Base Print Speed 22.5 mm/s
  507. Raft Print Acceleration 800 mm/s²
  508. Raft Top Print Acceleration 800 mm/s²
  509. Raft Middle Print Acceleration 800 mm/s²
  510. Raft Base Print Acceleration 800 mm/s²
  511. Raft Print Jerk 10 mm/s
  512. Raft Top Print Jerk 10 mm/s
  513. Raft Middle Print Jerk 10 mm/s
  514. Raft Base Print Jerk 10 mm/s
  515. Raft Fan Speed 0 %
  516. Raft Top Fan Speed 0 %
  517. Raft Middle Fan Speed 0 %
  518. Raft Base Fan Speed 0 %
  519. Extruder : 1 Mesh Fixes
  520. Union Overlapping Volumes True
  521. Remove All Holes False
  522. Extensive Stitching True
  523. Keep Disconnected Faces False
  524. Merged Meshes Overlap 0.15 mm
  525. Remove Mesh Intersection False
  526. Alternate Mesh Removal True
  527. Remove Empty First Layers True
  528. Maximum Resolution 0.25 mm
  529. Maximum Travel Resolution 0.25 mm
  530. Maximum Deviation 0.025 mm
  531. Special Modes
  532. Print Sequence One at a Time
  533. Infill Mesh False
  534. Mesh Processing Rank 0
  535. Cutting Mesh False
  536. Mold False
  537. Minimal Mold Width 5 mm
  538. Mold Roof Height 0.5 mm
  539. Mold Angle 40 °
  540. Support Mesh False
  541. Anti Overhang Mesh False
  542. Surface Mode Normal
  543. Spiralize Outer Contour False
  544. Smooth Spiralized Contours False
  545. Relative Extrusion False
  546. Experimental
  547. Slicing Tolerance Middle
  548. Top Surface Skin Line Width 0.4 mm
  549. Top Surface Skin Pattern Zig Zag
  550. Top Surface Skin Line Directions [90,30,150]
  551. Infill Travel Optimization True
  552. Auto Temperature False
  553. Flow Temperature Graph [[3.5,200],[7.0,240]] [[mm³,°C]]
  554. Minimum Polygon Circumference 1 mm
  555. Break Up Support In Chunks False
  556. Support Chunk Size 20 mm
  557. Support Chunk Line Count 0
  558. Enable Draft Shield False
  559. Draft Shield X/Y Distance 7 mm
  560. Draft Shield Limitation Limited
  561. Draft Shield Height 10 mm
  562. Make Overhang Printable False
  563. Maximum Model Angle 50 °
  564. Enable Coasting False
  565. Coasting Volume 0.064 mm³
  566. Minimum Volume Before Coasting 0.8 mm³
  567. Coasting Speed 90 %
  568. Cross 3D Pocket Size 0.8 mm
  569. Cross Infill Density Image
  570. Cross Fill Density Image for Support
  571. Enable Conical Support False
  572. Conical Support Angle 30 °
  573. Conical Support Minimum Width 5 mm
  574. Fuzzy Skin False
  575. Fuzzy Skin Outside Only False
  576. Fuzzy Skin Thickness 0.3 mm
  577. Fuzzy Skin Density 1.25 1/mm
  578. Fuzzy Skin Point Distance 0.8 mm
  579. Flow Rate Compensation Max Extrusion Offset 0 mm
  580. Flow Rate Compensation Factor 100 %
  581. Wire Printing False
  582. WP Connection Height 3 mm
  583. WP Roof Inset Distance 3 mm
  584. WP Speed 5 mm/s
  585. WP Bottom Printing Speed 5 mm/s
  586. WP Upward Printing Speed 5 mm/s
  587. WP Downward Printing Speed 5 mm/s
  588. WP Horizontal Printing Speed 5 mm/s
  589. WP Flow 100 %
  590. WP Connection Flow 100 %
  591. WP Flat Flow 100 %
  592. WP Top Delay 0 s
  593. WP Bottom Delay 0 s
  594. WP Flat Delay 0.1 s
  595. WP Ease Upward 0.3 mm
  596. WP Knot Size 0.6 mm
  597. WP Fall Down 0.5 mm
  598. WP Drag Along 0.6 mm
  599. WP Strategy Compensate
  600. WP Straighten Downward Lines 20 %
  601. WP Roof Fall Down 2 mm
  602. WP Roof Drag Along 0.8 mm
  603. WP Roof Outer Delay 0.2 s
  604. WP Nozzle Clearance 1 mm
  605. Use Adaptive Layers False
  606. Adaptive Layers Maximum Variation 0.04 mm
  607. Adaptive Layers Variation Step Size 0.04 mm
  608. Adaptive Layers Topography Size 0.2 mm
  609. Overhanging Wall Angle 90 °
  610. Overhanging Wall Speed 100 %
  611. Enable Bridge Settings True
  612. Minimum Bridge Wall Length 3 mm
  613. Bridge Skin Support Threshold 50 %
  614. Bridge Sparse Infill Max Density 0 %
  615. Bridge Wall Coasting 100 %
  616. Bridge Wall Speed 15 mm/s
  617. Bridge Wall Flow 50 %
  618. Bridge Skin Speed 15 mm/s
  619. Bridge Skin Flow 60 %
  620. Bridge Skin Density 100 %
  621. Bridge Fan Speed 100 %
  622. Bridge Has Multiple Layers False
  623. Bridge Second Skin Speed 15 mm/s
  624. Bridge Second Skin Flow 100 %
  625. Bridge Second Skin Density 75 %
  626. Bridge Second Skin Fan Speed 0 %
  627. Bridge Third Skin Speed 15 mm/s
  628. Bridge Third Skin Flow 110 %
  629. Bridge Third Skin Density 80 %
  630. Bridge Third Skin Fan Speed 0 %
  631. Wipe Nozzle Between Layers False
  632. Material Volume Between Wipes 10 mm³
  633. Wipe Retraction Enable True
  634. Wipe Retraction Distance 1.2 mm
  635. Wipe Retraction Extra Prime Amount 0 mm³
  636. Wipe Retraction Speed 45 mm/s
  637. Wipe Retraction Retract Speed 45 mm/s
  638. Wipe Retraction Prime Speed 45 mm/s
  639. Wipe Pause 0 s
  640. Wipe Z Hop False
  641. Wipe Z Hop Height 0.2 mm
  642. Wipe Hop Speed 5 mm/s
  643. Wipe Brush X Position 100 mm
  644. Wipe Repeat Count 5
  645. Wipe Move Distance 20 mm
  646. Small Hole Max Size 0 mm
  647. Small Feature Max Length 0 mm
  648. Small Feature Speed 50 %
  649. Small Feature Initial Layer Speed 50 %
  650. Machine
  651. Machine Type Creality Ender-3
  652. Show Machine Variants False
  653. Start G-code ; Ender 3 Custom Start G-code G92 E0 ; Reset Extruder G28 ; Home all axes G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed G1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position G1 X0.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line G1 X0.4 Y200.0 Z0.3 F5000.0 ; Move to side a little G1 X0.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line G92 E0 ; Reset Extruder G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed G1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish
  654. End G-code G91 ;Relative positioning G1 E-2 F2700 ;Retract a bit G1 E-2 Z0.2 F2400 ;Retract and raise Z G1 X5 Y5 F3000 ;Wipe out G1 Z10 ;Raise Z more G90 ;Absolute positionning G1 X0 Y{machine_depth} ;Present print M106 S0 ;Turn-off fan M104 S0 ;Turn-off hotend M140 S0 ;Turn-off bed M84 X Y E ;Disable all steppers but Z
  655. Material GUID 2780b345-577b-4a24-a2c5-12e6aad3e690
  656. Diameter 1.75 mm
  657. Wait for Build Plate Heatup True
  658. Wait for Nozzle Heatup True
  659. Include Material Temperatures True
  660. Include Build Plate Temperature True
  661. Machine Width 220
  662. Machine Depth 220
  663. Build Plate Shape Rectangular
  664. Build Plate Material Glass
  665. Machine Height 250
  666. Has Heated Build Plate True
  667. Has Build Volume Temperature Stabilization False
  668. Always Write Active Tool False
  669. Is Center Origin False
  670. Number of Extruders 1
  671. Number of Extruders That Are Enabled 1
  672. Outer Nozzle Diameter 1 mm
  673. Nozzle Length 3 mm
  674. Nozzle Angle 45 °
  675. Heat Zone Length 16 mm
  676. Enable Nozzle Temperature Control True
  677. Heat Up Speed 2 °C/s
  678. Cool Down Speed 2 °C/s
  679. Minimal Time Standby Temperature 50 s
  680. G-code Flavor Marlin
  681. Firmware Retraction False
  682. Extruders Share Heater False
  683. Disallowed Areas [[[-117.5, 117.5], [-117.5, 108], [117.5, 108], [117.5, 117.5]], [[-117.5, -108], [-117.5, -117.5], [117.5, -117.5], [117.5, -108]]]
  684. Nozzle Disallowed Areas []
  685. Machine Head & Fan Polygon [[-26, 34], [-26, -32], [32, -32], [32, 34]]
  686. Gantry Height 25
  687. Nozzle ID unknown
  688. Nozzle Diameter 0.4 mm
  689. Offset with Extruder True
  690. Extruder Prime Z Position 0 mm
  691. Absolute Extruder Prime Position False
  692. Maximum Speed X 500 mm/s
  693. Maximum Speed Y 500 mm/s
  694. Maximum Speed Z 10 mm/s
  695. Maximum Feedrate 50 mm/s
  696. Maximum Acceleration X 500 mm/s²
  697. Maximum Acceleration Y 500 mm/s²
  698. Maximum Acceleration Z 100 mm/s²
  699. Maximum Filament Acceleration 5000 mm/s²
  700. Default Acceleration 500 mm/s²
  701. Default X-Y Jerk 10 mm/s
  702. Default Z Jerk 0.4 mm/s
  703. Default Filament Jerk 5 mm/s
  704. Steps per Millimeter (X) 50
  705. Steps per Millimeter (Y) 50
  706. Steps per Millimeter (Z) 50
  707. Steps per Millimeter (E) 1600
  708. X Endstop in Positive Direction False
  709. Y Endstop in Positive Direction False
  710. Z Endstop in Positive Direction True
  711. Minimum Feedrate 0 mm/s
  712. Feeder Wheel Diameter 10 mm
  713. Extruder : 1 Machine
  714. Extruder 0
  715. Nozzle ID unknown
  716. Nozzle Diameter 0.4 mm
  717. Nozzle X Offset 0 mm
  718. Nozzle Y Offset 0 mm
  719. Extruder Start G-Code
  720. Extruder Start Position Absolute False
  721. Extruder Start Position X 0 mm
  722. Extruder Start Position Y 0 mm
  723. Extruder End G-Code
  724. Extruder End Position Absolute False
  725. Extruder End Position X 0 mm
  726. Extruder End Position Y 0 mm
  727. Extruder Prime Z Position 0 mm
  728. Extruder Print Cooling Fan 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement