mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 07:03:59 -06:00
Fully disable relative e distances
This commit is contained in:
parent
6d3aac620c
commit
0b1993c315
1 changed files with 1 additions and 2 deletions
|
@ -110,8 +110,7 @@
|
|||
"40"
|
||||
],
|
||||
"use_relative_e_distances": "0",
|
||||
"use_firmware_retraction": "0",
|
||||
"machine_start_gcode": "G28\nG1 Z50.00 F400\nG92 E0\nG1 F200 E3\nG92 E0\nM132 X Y Z A\nM907 X100 Y100 Z50 A100",
|
||||
"machine_start_gcode": "G28\nG1 Z50.00 F400\nG1 F200 E3\nM132 X Y Z A\nM907 X100 Y100 Z50 A100",
|
||||
"machine_end_gcode": "M104 S0; turn off nozzle\nM140 S0; turn off bed\nG92 E1; return print head to home\nG1 E-1 F300\nG162 Z F600\nG162 X Y F2000\nM84; disable stepper motors",
|
||||
"machine_pause_gcode": "G5",
|
||||
"change_filament_gcode": "G5"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue