mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-30 19:12:00 +08:00
Updated start g-code. Disabled autoemitting of temperature commands.
This commit is contained in:
parent
f64adbc361
commit
689fd61146
@ -1,4 +1,5 @@
|
|||||||
min_slic3r_version = 2.6.0-alpha6
|
min_slic3r_version = 2.6.0-alpha6
|
||||||
|
1.0.4 Updated start g-code. Disabled autoemitting of temperature commands.
|
||||||
1.0.3 Added Voron Switchwire.
|
1.0.3 Added Voron Switchwire.
|
||||||
1.0.2 Updated g-code flavor and travel accelerations.
|
1.0.2 Updated g-code flavor and travel accelerations.
|
||||||
min_slic3r_version = 2.4.2
|
min_slic3r_version = 2.4.2
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
name = Voron
|
name = Voron
|
||||||
# Configuration version of this file. Config file will only be installed, if the config_version differs.
|
# Configuration version of this file. Config file will only be installed, if the config_version differs.
|
||||||
# This means, the server may force the PrusaSlicer configuration to be downgraded.
|
# This means, the server may force the PrusaSlicer configuration to be downgraded.
|
||||||
config_version = 1.0.3
|
config_version = 1.0.4
|
||||||
# Where to get the updates from?
|
# Where to get the updates from?
|
||||||
config_update_url = https://files.prusa3d.com/wp-content/uploads/repository/PrusaSlicer-settings-master/live/Voron/
|
config_update_url = https://files.prusa3d.com/wp-content/uploads/repository/PrusaSlicer-settings-master/live/Voron/
|
||||||
|
|
||||||
@ -206,7 +206,7 @@ end_gcode = print_end ;end script from macro
|
|||||||
extruder_colour = #FFE3CA
|
extruder_colour = #FFE3CA
|
||||||
extruder_offset = 0x0
|
extruder_offset = 0x0
|
||||||
gcode_flavor = klipper
|
gcode_flavor = klipper
|
||||||
autoemit_temperature_commands = 1
|
autoemit_temperature_commands = 0
|
||||||
layer_gcode = ;AFTER_LAYER_CHANGE\n;[layer_z]
|
layer_gcode = ;AFTER_LAYER_CHANGE\n;[layer_z]
|
||||||
machine_max_acceleration_e = 10000
|
machine_max_acceleration_e = 10000
|
||||||
machine_max_acceleration_extruding = 1500
|
machine_max_acceleration_extruding = 1500
|
||||||
@ -241,7 +241,7 @@ retract_restart_extra = 0
|
|||||||
retract_restart_extra_toolchange = 0
|
retract_restart_extra_toolchange = 0
|
||||||
retract_speed = 35
|
retract_speed = 35
|
||||||
single_extruder_multi_material = 0
|
single_extruder_multi_material = 0
|
||||||
start_gcode = ; M190 S0\n; M109 S0 ; uncomment to remove set&wait temp gcode added automatically after this start gcode\nprint_start EXTRUDER=[first_layer_temperature[initial_tool]] BED=[first_layer_bed_temperature]
|
start_gcode = print_start EXTRUDER=[first_layer_temperature[initial_tool]] BED=[first_layer_bed_temperature]
|
||||||
thumbnails = 64x64,400x300
|
thumbnails = 64x64,400x300
|
||||||
toolchange_gcode =
|
toolchange_gcode =
|
||||||
use_firmware_retraction = 0
|
use_firmware_retraction = 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user