Skip to content

Instantly share code, notes, and snippets.

@jwarlander
jwarlander / creality_ender3s1pro.orca.start.gcode
Created February 29, 2024 10:15 — forked from JohnScottUK/creality_ender3s1pro.orca.start.gcode
Ender 3 S1 Pro Optimal Start/Stop GCode for BambuStudio/OrcaSlicer Software.
; Creality Ender-3 S1 Pro Optimal Start GCode for OrcaSlicer Software.
; By John Scott, 2023. https://gist.github.com/JohnScottUK/de30eb8c22993c4405e6afbd9b5db113
;M117 Set Movement...
G90; Use absolute positioning.
;M117 Heating Bed...
M140 S[bed_temperature_initial_layer_single]; Start heating bed.
;M117 Homing Axis...
@jwarlander
jwarlander / creality_ender3s1pro.prusa.start.gcode
Created February 29, 2024 10:15 — forked from JohnScottUK/creality_ender3s1pro.prusa.start.gcode
Ender 3 S1 Pro Optimal Start GCode for PruseSlicer/SuperSlicer Software.
; Creality Ender-3 S1 Pro Optimal Start GCode for PrusaSlicer Software.
; By John Scott, 2023. https://gist.github.com/JohnScottUK/b688deeb579d090f96af29c1375513b3
;M117 Set Movement...
G90; Use absolute positioning.
;M117 Heating Bed...
M140 S{first_layer_bed_temperature[0]}; Start heating bed to temperature.
;M117 Homing Axis...
@jwarlander
jwarlander / creality_ender3s1pro.cura.start.gcode
Created February 29, 2024 10:14 — forked from JohnScottUK/creality_ender3s1pro.cura.start.gcode
Ender 3 S1 Pro Optimal Start/Stop GCode for Creality/Cura Slicer Software.
; Creality Ender-3 S1 Pro Optimal Start GCode for Cura Slicer Software.
; By John Scott, 2023. https://gist.github.com/JohnScottUK/8acd76895716b3abda4fde270738daf3
;M117 Set Movement...
G90; Use absolute positioning.
M83; Use relative extrusion.
;M117 Heating Bed...
M140 S{material_bed_temperature_layer_0}; Start heating bed.
@jwarlander
jwarlander / varmilo keyboard.md
Created May 11, 2023 07:19 — forked from vladak/varmilo keyboard.md
Varmilo keyboard details
defmodule MyApp.CLI do
def main(_args) do
IO.puts("Hello from MyApp!")
end
end
@jwarlander
jwarlander / Dockerfile
Created November 29, 2013 10:46 — forked from smly/Dockerfile
FROM ubuntu
ADD influxdb-install.sh /influxdb-install.sh
RUN /bin/bash /influxdb-install.sh
EXPOSE 8083 8086
CMD /opt/influxdb/run
-module(popd_fsm).
-behaviour(gen_fsm).
%% API
-export([stop/0]).
-export([set_socket/0]).
-export([start_link/3]).
%% gen_fsm callbacks