From 689fd61146da3f91fae27ee6ab485ad35b56f24c Mon Sep 17 00:00:00 2001 From: rtyr <36745189+rtyr@users.noreply.github.com> Date: Tue, 14 Nov 2023 10:49:02 +0100 Subject: [PATCH] Updated start g-code. Disabled autoemitting of temperature commands. --- resources/profiles/Voron.idx | 1 + resources/profiles/Voron.ini | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/resources/profiles/Voron.idx b/resources/profiles/Voron.idx index e59766e7f9..1e0704c1f6 100644 --- a/resources/profiles/Voron.idx +++ b/resources/profiles/Voron.idx @@ -1,4 +1,5 @@ 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.2 Updated g-code flavor and travel accelerations. min_slic3r_version = 2.4.2 diff --git a/resources/profiles/Voron.ini b/resources/profiles/Voron.ini index 26dfcaab31..02efb76a33 100644 --- a/resources/profiles/Voron.ini +++ b/resources/profiles/Voron.ini @@ -7,7 +7,7 @@ name = Voron # 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. -config_version = 1.0.3 +config_version = 1.0.4 # Where to get the updates from? 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_offset = 0x0 gcode_flavor = klipper -autoemit_temperature_commands = 1 +autoemit_temperature_commands = 0 layer_gcode = ;AFTER_LAYER_CHANGE\n;[layer_z] machine_max_acceleration_e = 10000 machine_max_acceleration_extruding = 1500 @@ -241,7 +241,7 @@ retract_restart_extra = 0 retract_restart_extra_toolchange = 0 retract_speed = 35 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 toolchange_gcode = use_firmware_retraction = 0