[gcode_macro START_PRINT] # set slicer cura START_PRINT BED_TEMP={material_bed_temperature_layer_0} EXTRUDER_TEMP={material_print_temperature_layer_0} # set orca START_PRINT BED_TEMP={S[first_layer_bed_temperature]} EXTRUDER_TEMP={S[first_layer_temperature]} gcode: {% set BED_TEMP = p...
Cura: PRINT_START BED={material_bed_temperature_layer_0} HOTEND={material_print_temperature_layer_0} SuperSlicer: M104 S0 ;禁止SS单独发送温度 M140 S0 PRINT_START BED=[first_layer_bed_temperature] HOTEND={first_layer_temperature[initial_extruder]+extruder_temperature_offset[initial_extruder]} 添加...
For Ultimaker Cura: print_start BED={material_bed_temperature} HOTEND={material_print_temperature} FILAMENT={material_type} For PrusaSlicer: M190 S0 M109 S0 print_start EXTRUDER=[first_layer_temperature[initial_tool]] BED=[first_layer_bed_temperature] FILAMENT={filament_type[0]} ...
Accepting the caveats, the macros work quite well with Cura if you follow the configuration steps listed below. Start G-code M190 S0 M109 S0 _PRINT_START_PHASE_INIT EXTRUDER={material_print_temperature_layer_0} BED={material_bed_temperature_layer_0} NOZZLE_SIZE={machine_nozzle_size} ; Inser...
[virtual_sdcard] # for gcode upload path: /root/gcode_files [display_status] # for display messages in status panel [pause_resume] # for pause/resume functionality. # Mainsail/fluidd needs gcode macros for `PAUSE`, `RESUME` and `CANCEL_PRINT` to make the buttons work. [gcode_macro CANC...
START_PRINT macros When using a START_PRINT macro or similar, it is useful to sometimes pass through parameters from the slicer variables to the macro. In Cura, to pass through temperatures, the following start gcode would be used: START_PRINT BED_TEMP={material_bed_temperature_layer_0} ...
If you use Cura, there's a Time Lapse post proccessing script. See below Make sure camera app is running and the phone doesn't have a sleep timeout. Execute the ADB_START_SERVER macro to make sure adb-server is running and listening to commands. You can add this macro to your START...
Accepting the caveats, the macros work quite well with Cura if you follow the configuration steps listed below. Start G-code M190 S0 M109 S0 PRINT_START EXTRUDER={material_print_temperature_layer_0} BED={material_bed_temperature_layer_0} NOZZLE_SIZE={machine_nozzle_size} ; This is the plac...
Accepting the caveats, the macros work quite well with Cura if you follow the configuration steps listed below. Start G-code M190 S0 M109 S0 _PRINT_START_PHASE_INIT EXTRUDER={material_print_temperature_layer_0} BED={material_bed_temperature_layer_0} NOZZLE_SIZE={machine_nozzle_size} ; Inser...