TheJoshW
About
- Username
- TheJoshW
- Joined
- Visits
- 7
- Last Active
- Roles
- Member
Comments
-
Ok thanks, great idea, I'll do that.
-
Yes the RESUME command will do it, but its not as convenient as using the resume button on Repetier. Updating klipper.xml allows the resume button on Repetier to be used.
-
Thanks, that makes more sense to me. AFAIK, There are three ways Klipper can be "paused": Press pause button in Repetier-Server. Repetier-Server no longer streams GCODE. Klipper is not notified that the print has been paused, it transitions to idle…
-
Hi, I have a similar work around, a Gcode command that looks like: M22 @execute skr_firmware M21 M997Where skr_firmware points to the following script: #!/bin/bash #assume M22 has been run to release SD card from SKR cd / sleep 5 sudo /bin/mount /de…
-
goldjunge491 said: TheJoshW said: @Repetier , Enabling HOST_ACTION_COMMANDS in firmware which enables "// action:" messages from the firmware to the host works perfectly when selecting PAUSE or CANCEL from the firmware controlled LCD. …
-
@Repetier , Repetier-Server is definitely crashing the instant I select a print. I can make it crash easily. However if I start Repetier-Server first then power on the printer and perform all actions from within Repetier-Server webapp it does not …
-
@Repetier , Enabling HOST_ACTION_COMMANDS in firmware which enables "// action:" messages from the firmware to the host works perfectly when selecting PAUSE or CANCEL from the firmware controlled LCD. Repetier-Server will pause/stop as commanded. T…
-
@Repetier , Not sure why the original XML change wasn't working, however when I enabled HOST_ACTION_COMMANDS in firmware it all worked perfectly as expected. Don't need the XML change if you enable HOST_ACTION_COMMANDS. Thanks.
-
@Repetier, I see another option, HOST_ACTION_COMMANDS which enables "// action:" from the firmware to the host. There is also another setting HOST_PROMPT_SUPPORT, does Repetier-Server support this?
-
@Repetier, Yes rebooted server after making changes. No push message for filament change pause or error in server.log.0: 2020-04-26 20:14:05: Job created: /var/lib/Repetier-Server/printer/SKRV14/jobs/00000002_Kazoo eSun PLA lw 0.4mm lh 0.2mm if 60%…
-
Hi Repetier, For comparison when selecting print does work, server.log.0 contains: 2020-04-26 16:36:56: Job created: /var/lib/Repetier-Server/printer/SKRV14/jobs/00000001_Kazoo eSun PLA lw 0.4mm lh 0.2mm if 60% ext1 200.0C bed 60.0C.u2020-04-26 16:3…
-
Hi Repetier, Ok captured server.log.0 below: 2020-04-26 16:05:25: Start logging...2020-04-26 16:05:25: Imported external command Shutdown Server2020-04-26 16:05:25: Imported external command Reboot Server2020-04-26 16:05:25: Imported external comman…
-
Thanks, /var/lib/Repetier-Server/logs/server.log hasn't been updated since 2019 with the last entry: "2019-06-18 15:29:34: error:WifiManager::scanMode:Syntax error", not sure if this is because its logging somewhere else, or because of another issue…
-
Yes LCD is the firmware controlled display. Thanks for the quick response.
-
Hi, I am using the latest Repetier Firmware 1.0.4dev and Repetier Server 0.93.0 running on a Raspberry Pi. During a long print the printer stopped printing. When I investigated, the printer looked fine and temps were being maintained, however I co…
-
No worries, thanks for the quick and helpful response. Is there a log/window or anywhere we can update with custom text/logging (using API/REST/etc) that can be viewed within Repetier Server web GUI? Thanks.
-
Hi @Repetier, I have added entries to extcommands.xml however they all appear in the global menu. How do I make them appear in the printer context menu? I could not figure this out from the docs. Thanks.
-
I run Repetier-Server Pro 0.92.3 on a Raspberry Pi. I understand now, the Pi timezone must not be local. Is there a way to display and change the timezone? Thanks.
-
Sorry I filtered out some lines and forgot to put them in. At the point where it transitions to T:-444.0 the log contained the following lines: ... > 8:05:24.802: T:205.93 /233 B:100.03 /100 B@:130 @:255> 8:05:25.888: T:204.75 /233 B:100.03…
-
Thanks, I turned on logging and got (filtered on Temp): > 8:04:41.959: T:232.81 /233 B:100.00 /100 B@:148 @:0> 8:04:43.077: T:233.44 /233 B:100.03 /100 B@:150 @:230> 8:04:44.176: T:233.44 /233 B:100.00 /100 B@:135 @:0 > 8:04:45.262: …
-
Ok thanks, For now I have made my script trigger an IFTTT Webhooks event to notify me of the temperature and humidity whenever I run the external command.
-
Thanks for the quick response, works great thanks!
-
Does this help? 18:49:12.437: T:27.21 /0 B:27.44 /0 B@:0 @:018:49:12.564: wait18:49:13.539: T:27.79 /0 B:27.33 /0 B@:0 @:018:49:13.570: wait18:49:14.186: Slow command added:M60018:49:14.186: N22 M60018:49:14.230: ok 2218:49:14.230: Info:Marked all e…
-
Sorry for the confusion, I am not using Repetier Host. I am using Repetier Server on my Raspberry Pi and Repetier Firmware on my CR-10S printer. I have enabled all messages. @pause generates a push message, however M600 doesn't.
-
Ok, I used an adjustable Z endstop on one side: https://www.thingiverse.com/thing:2531282 And attached the stock fixed endstop to the other side, all works fine. Thanks.
-
Looks like Repetier Firmware does support Dual Z motors by selecting: Mechanics -> Mirror motor signals to other stepper driver (FEATURE_TWO_ZSTEPPER). I guess my original question still stands: Does Repetier Firmware support Z_DUAL_ENDSTOPS_ADJU…
-
Just did some more research and it appears the MK4duo firmware has the features I require and is compatible with Repetier Host. Is this ok to use? Do I loose any integration features with Repetier Host if I use it? What printer firmware do I sele…
-
I just saw another possibly bigger problem. Does Repetier Firmware support dual Z stepper controllers? My second Z stepper motor is connected to the previously unused E1 stepper controller on my RAMPS 1.4 equivalent board. Marlin has a feature, Z…